@contentstack/cli-cm-bulk-publish 1.11.0-beta.0 → 1.11.0-beta.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
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version)
21
- @contentstack/cli-cm-bulk-publish/1.11.0-beta.0 linux-x64 node-v22.22.0
21
+ @contentstack/cli-cm-bulk-publish/1.11.0-beta.1 linux-x64 node-v22.22.1
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -1993,5 +1993,5 @@
1993
1993
  ]
1994
1994
  }
1995
1995
  },
1996
- "version": "1.11.0-beta.0"
1996
+ "version": "1.11.0-beta.1"
1997
1997
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-bulk-publish",
3
3
  "description": "Contentstack CLI plugin for bulk publish actions",
4
- "version": "1.11.0-beta.0",
4
+ "version": "1.11.0-beta.1",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-command": "~1.8.0-beta.0",
9
- "@contentstack/cli-config": "~1.20.0-beta.0",
10
- "@contentstack/cli-utilities": "~1.18.0-beta.0",
8
+ "@contentstack/cli-command": "~1.8.0-beta.1",
9
+ "@contentstack/cli-config": "~1.20.0-beta.1",
10
+ "@contentstack/cli-utilities": "~1.19.0-beta.0",
11
11
  "@oclif/core": "^4.3.0",
12
12
  "@oclif/plugin-help": "^6.2.28",
13
13
  "chalk": "^4.1.2",
@@ -98,4 +98,4 @@
98
98
  "version": "oclif readme && git add README.md",
99
99
  "clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
100
100
  }
101
- }
101
+ }