@contentstack/cli-cm-import 2.0.0-beta.7 → 2.0.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import
47
47
  $ csdx COMMAND
48
48
  running command...
49
49
  $ csdx (--version)
50
- @contentstack/cli-cm-import/2.0.0-beta.7 linux-x64 node-v22.22.0
50
+ @contentstack/cli-cm-import/2.0.0-beta.8 linux-x64 node-v22.22.0
51
51
  $ csdx --help [COMMAND]
52
52
  USAGE
53
53
  $ csdx COMMAND
@@ -168,5 +168,5 @@
168
168
  ]
169
169
  }
170
170
  },
171
- "version": "2.0.0-beta.7"
171
+ "version": "2.0.0-beta.8"
172
172
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-import",
3
3
  "description": "Contentstack CLI plugin to import content into stack",
4
- "version": "2.0.0-beta.7",
4
+ "version": "2.0.0-beta.8",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-audit": "~2.0.0-beta.3",
9
- "@contentstack/cli-command": "~1.7.2",
10
- "@contentstack/cli-utilities": "~1.17.2",
11
- "@contentstack/cli-variants": "~2.0.0-beta.4",
8
+ "@contentstack/cli-audit": "~2.0.0-beta.4",
9
+ "@contentstack/cli-command": "~2.0.0-beta",
10
+ "@contentstack/cli-utilities": "~2.0.0-beta",
11
+ "@contentstack/cli-variants": "~2.0.0-beta.5",
12
12
  "@oclif/core": "^4.3.0",
13
13
  "big-json": "^3.2.0",
14
14
  "bluebird": "^3.7.2",