Skip to content

Commit ee05d32

Browse files
committed
refactor(sandbox): refactor oauth sample example
refactor oauth sample example MIGRATION CHANGE: migration-20230323132703- refactor oauth sample example migration-20240116123737- refactor oauth sample example migration-20241105074844- refactor oauth sample example migration-20210421113146- refactor oauth sample example migration-20220607063927- refactor oauth sample example migration-20221110095658- refactor oauth sample example migration-20221123082900- refactor oauth sample example migration-20230524115047- refactor oauth sample example 0
1 parent f5fc1e1 commit ee05d32

File tree

91 files changed

+4627
-1604
lines changed

Some content is hidden

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

91 files changed

+4627
-1604
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)