Skip to content

Commit 4794efa

Browse files
committed
fix(sandbox): fix oauth exmple sandbox
fix oauth exmple sandbox MIGRATION CHANGE: migration-20230323132703- fix oauth exmple sandbox migration-20240116123737- fix oauth exmple sandbox migration-20241105074844- fix oauth exmple sandbox migration-20210421113146- fix oauth exmple sandbox migration-20220607063927- fix oauth exmple sandbox migration-20221110095658- fix oauth exmple sandbox migration-20221123082900- fix oauth exmple sandbox migration-20230524115047- fix oauth exmple sandbox 0
1 parent f5fc1e1 commit 4794efa

File tree

78 files changed

+4327
-1611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+4327
-1611
lines changed

package-lock.json

Lines changed: 302 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @sourceloop/cli
1818
$ sl COMMAND
1919
running command...
2020
$ sl (-v|--version|version)
21-
@sourceloop/cli/9.2.3 linux-x64 node-v18.20.5
21+
@sourceloop/cli/9.2.3 linux-x64 node-v18.18.2
2222
$ sl --help [COMMAND]
2323
USAGE
2424
$ sl COMMAND

sandbox/auth-ms-basic-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@
9292
"lodash": "^4.17.21"
9393
}
9494
}
95-
}
95+
}

sandbox/oauth-example/.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
node_modules
1+
coverage
22
npm-debug.log
33
/dist
44
# Cache used by TypeScript's incremental build
55
*.tsbuildinfo
6+
mochawesome-report

0 commit comments

Comments
 (0)