Skip to content

Commit c86d60a

Browse files
Merge pull request #2552 from contentstack/feat/am2.0
bumped versions
2 parents b45b6f2 + 8fd5b80 commit c86d60a

3 files changed

Lines changed: 71 additions & 57 deletions

File tree

packages/contentstack/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "2.0.0-beta.20",
4+
"version": "2.0.0-beta.21",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -19,17 +19,17 @@
1919
"prepack": "pnpm compile && oclif manifest && oclif readme"
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-audit": "~2.0.0-beta.10",
23-
"@contentstack/cli-cm-export": "~2.0.0-beta.15",
24-
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
22+
"@contentstack/cli-audit": "~2.0.0-beta.11",
23+
"@contentstack/cli-cm-export": "~2.0.0-beta.16",
24+
"@contentstack/cli-cm-import": "~2.0.0-beta.16",
2525
"@contentstack/cli-auth": "~2.0.0-beta.11",
2626
"@contentstack/cli-bulk-operations": "^1.0.1",
27-
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.15",
27+
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.16",
2828
"@contentstack/cli-cm-branches": "~2.0.0-beta.6",
29-
"@contentstack/cli-cm-clone": "~2.0.0-beta.16",
29+
"@contentstack/cli-cm-clone": "~2.0.0-beta.17",
3030
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.6",
3131
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.10",
32-
"@contentstack/cli-cm-seed": "~2.0.0-beta.14",
32+
"@contentstack/cli-cm-seed": "~2.0.0-beta.16",
3333
"@contentstack/cli-command": "~2.0.0-beta.6",
3434
"@contentstack/cli-config": "~2.0.0-beta.8",
3535
"@contentstack/cli-launch": "^1.9.7",
@@ -170,4 +170,4 @@
170170
}
171171
},
172172
"repository": "https://github.com/contentstack/cli"
173-
}
173+
}

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ overrides:
88
lodash: 4.18.1
99
path-to-regexp: 0.1.13
1010
tmp: 0.2.4
11+
axios: 1.15.2

0 commit comments

Comments
 (0)