@contentstack/cli-cm-import 1.31.0 → 1.31.2

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/1.31.0 linux-x64 node-v22.21.1
50
+ @contentstack/cli-cm-import/1.31.2 linux-x64 node-v22.22.0
51
51
  $ csdx --help [COMMAND]
52
52
  USAGE
53
53
  $ csdx COMMAND
@@ -212,5 +212,5 @@
212
212
  ]
213
213
  }
214
214
  },
215
- "version": "1.31.0"
215
+ "version": "1.31.2"
216
216
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-import",
3
3
  "description": "Contentstack CLI plugin to import content into stack",
4
- "version": "1.31.0",
4
+ "version": "1.31.2",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-audit": "~1.17.0",
8
+ "@contentstack/cli-audit": "~1.17.1",
9
9
  "@contentstack/cli-command": "~1.7.1",
10
- "@contentstack/cli-utilities": "~1.16.0",
11
- "@contentstack/management": "~1.22.0",
12
- "@contentstack/cli-variants": "~1.3.6",
10
+ "@contentstack/cli-utilities": "~1.17.0",
11
+ "@contentstack/management": "~1.27.3",
12
+ "@contentstack/cli-variants": "~1.3.7",
13
13
  "@oclif/core": "^4.3.0",
14
14
  "big-json": "^3.2.0",
15
15
  "bluebird": "^3.7.2",