Skip to content

Commit

Permalink
fix(sandbox): fix oauth exmple sandbox
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tyagi-Sunny committed Jan 21, 2025
1 parent f5fc1e1 commit 4794efa
Show file tree
Hide file tree
Showing 78 changed files with 4,327 additions and 1,611 deletions.
311 changes: 302 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @sourceloop/cli
$ sl COMMAND
running command...
$ sl (-v|--version|version)
@sourceloop/cli/9.2.3 linux-x64 node-v18.20.5
@sourceloop/cli/9.2.3 linux-x64 node-v18.18.2
$ sl --help [COMMAND]
USAGE
$ sl COMMAND
Expand Down
2 changes: 1 addition & 1 deletion sandbox/auth-ms-basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"lodash": "^4.17.21"
}
}
}
}
3 changes: 2 additions & 1 deletion sandbox/oauth-example/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
coverage
npm-debug.log
/dist
# Cache used by TypeScript's incremental build
*.tsbuildinfo
mochawesome-report
Loading

0 comments on commit 4794efa

Please sign in to comment.