@contentstack/cli-cm-branches 1.1.3 → 1.1.4

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
@@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
37
37
  $ csdx COMMAND
38
38
  running command...
39
39
  $ csdx (--version)
40
- @contentstack/cli-cm-branches/1.1.3 linux-x64 node-v18.20.4
40
+ @contentstack/cli-cm-branches/1.1.4 linux-x64 node-v18.20.4
41
41
  $ csdx --help [COMMAND]
42
42
  USAGE
43
43
  $ csdx COMMAND
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.3",
2
+ "version": "1.1.4",
3
3
  "commands": {
4
4
  "cm:branches:create": {
5
5
  "id": "cm:branches:create",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-branches",
3
3
  "description": "Contentstack CLI plugin to do branches operations",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-command": "~1.3.0",
9
- "@contentstack/cli-utilities": "~1.7.2",
8
+ "@contentstack/cli-command": "~1.3.2",
9
+ "@contentstack/cli-utilities": "~1.8.0",
10
10
  "@oclif/core": "^3.26.5",
11
11
  "async": "^3.2.4",
12
12
  "big-json": "^3.2.0",
@@ -25,8 +25,8 @@
25
25
  "winston": "^3.7.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@contentstack/cli-auth": "~1.3.19",
29
- "@contentstack/cli-config": "~1.7.0",
28
+ "@contentstack/cli-auth": "~1.3.22",
29
+ "@contentstack/cli-config": "~1.7.3",
30
30
  "@contentstack/cli-dev-dependencies": "~1.2.4",
31
31
  "@oclif/plugin-help": "^5.1.19",
32
32
  "@oclif/test": "^2.5.6",