@contentstack/cli-cm-export 1.23.0 → 1.23.1

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
@@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export
48
48
  $ csdx COMMAND
49
49
  running command...
50
50
  $ csdx (--version)
51
- @contentstack/cli-cm-export/1.23.0 linux-x64 node-v22.21.1
51
+ @contentstack/cli-cm-export/1.23.1 linux-x64 node-v22.22.0
52
52
  $ csdx --help [COMMAND]
53
53
  USAGE
54
54
  $ csdx COMMAND
@@ -159,5 +159,5 @@
159
159
  ]
160
160
  }
161
161
  },
162
- "version": "1.23.0"
162
+ "version": "1.23.1"
163
163
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-export",
3
3
  "description": "Contentstack CLI plugin to export content from stack",
4
- "version": "1.23.0",
4
+ "version": "1.23.1",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-command": "~1.7.1",
8
+ "@contentstack/cli-command": "~1.7.2",
9
9
  "@oclif/core": "^4.3.3",
10
- "@contentstack/cli-variants": "~1.3.6",
11
- "@contentstack/cli-utilities": "~1.16.0",
10
+ "@contentstack/cli-variants": "~1.3.7",
11
+ "@contentstack/cli-utilities": "~1.17.0",
12
12
  "async": "^3.2.6",
13
13
  "big-json": "^3.2.0",
14
14
  "bluebird": "^3.7.2",
@@ -21,8 +21,8 @@
21
21
  "winston": "^3.17.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@contentstack/cli-auth": "~1.7.0",
25
- "@contentstack/cli-config": "~1.17.0",
24
+ "@contentstack/cli-auth": "~1.7.2",
25
+ "@contentstack/cli-config": "~1.18.0",
26
26
  "@contentstack/cli-dev-dependencies": "~1.3.1",
27
27
  "@oclif/plugin-help": "^6.2.28",
28
28
  "@oclif/test": "^4.1.13",