@contentstack/cli-cm-branches 2.0.0-beta.2 → 2.0.0-beta.3

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/2.0.0-beta.2 linux-x64 node-v22.22.0
40
+ @contentstack/cli-cm-branches/2.0.0-beta.3 linux-x64 node-v22.22.1
41
41
  $ csdx --help [COMMAND]
42
42
  USAGE
43
43
  $ csdx COMMAND
@@ -364,5 +364,5 @@
364
364
  ]
365
365
  }
366
366
  },
367
- "version": "2.0.0-beta.2"
367
+ "version": "2.0.0-beta.3"
368
368
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-branches",
3
3
  "description": "Contentstack CLI plugin to do branches operations",
4
- "version": "2.0.0-beta.2",
4
+ "version": "2.0.0-beta.3",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-command": "~2.0.0-beta.2",
8
+ "@contentstack/cli-command": "~2.0.0-beta.3",
9
9
  "@oclif/core": "^4.3.0",
10
10
  "@oclif/plugin-help": "^6.2.28",
11
- "@contentstack/cli-utilities": "~2.0.0-beta.2",
11
+ "@contentstack/cli-utilities": "~2.0.0-beta.3",
12
12
  "chalk": "^4.1.2",
13
13
  "just-diff": "^6.0.2",
14
14
  "lodash": "^4.17.23"
@@ -79,4 +79,4 @@
79
79
  }
80
80
  },
81
81
  "repository": "https://github.com/contentstack/cli"
82
- }
82
+ }