-
Notifications
You must be signed in to change notification settings - Fork 16
Added proxy support #2252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Added proxy support #2252
Changes from all commits
aa8e55d
4fa8521
4abb2b7
01beab5
19755ef
8d3ef95
b8d6335
297eca4
e912170
f67e678
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "@contentstack/cli-command": "~1.7.1", | ||
| "@contentstack/cli-utilities": "~1.16.0", | ||
| "@contentstack/cli-utilities": "~1.17.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sunil-lakshman Since we have up updated the minor version of utilities we need to update the patch version of this package |
||
| "@oclif/core": "^4.3.0", | ||
| "@oclif/plugin-help": "^6.2.28", | ||
| "otplib": "^12.0.1" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
| "dependencies": { | ||
| "@contentstack/cli-cm-seed": "~1.13.2", | ||
| "@contentstack/cli-command": "~1.7.1", | ||
| "@contentstack/cli-utilities": "~1.16.0", | ||
| "@contentstack/cli-utilities": "~1.17.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sunil-lakshman Since we have up updated the minor version of utilities we need to update the patch version of this package |
||
| "@oclif/core": "^4.3.0", | ||
| "@oclif/plugin-help": "^6.2.28", | ||
| "inquirer": "8.2.7", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| "@contentstack/cli-command": "~1.7.1", | ||
| "@oclif/core": "^4.3.0", | ||
| "@oclif/plugin-help": "^6.2.28", | ||
| "@contentstack/cli-utilities": "~1.16.0", | ||
| "@contentstack/cli-utilities": "~1.17.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sunil-lakshman Since we have up updated the minor version of utilities we need to update the patch version of this package |
||
| "chalk": "^4.1.2", | ||
| "just-diff": "^6.0.2", | ||
| "lodash": "^4.17.21" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,8 @@ | |
| "bugs": "https://github.com/contentstack/cli/issues", | ||
| "dependencies": { | ||
| "@contentstack/cli-command": "~1.7.1", | ||
| "@contentstack/cli-config": "~1.16.2", | ||
| "@contentstack/cli-utilities": "~1.16.0", | ||
| "@contentstack/cli-config": "~1.17.0", | ||
| "@contentstack/cli-utilities": "~1.17.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sunil-lakshman Since we have up updated the minor version of utilities and config we need to update the patch version of this package |
||
| "@oclif/core": "^4.3.0", | ||
| "@oclif/plugin-help": "^6.2.28", | ||
| "chalk": "^4.1.2", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| "test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\"" | ||
| }, | ||
| "dependencies": { | ||
| "@contentstack/cli-utilities": "~1.16.0", | ||
| "@contentstack/cli-utilities": "~1.17.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sunil-lakshman Since we have up updated the minor version of utilities we need to update the patch version of this package |
||
| "contentstack": "^3.25.3", | ||
| "@oclif/core": "^4.3.0", | ||
| "@oclif/plugin-help": "^6.2.28" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sunil-lakshman Since we have up updated the minor version of utilities we need to update the patch version of this package