@contentstack/cli-cm-bootstrap 1.14.1 → 1.15.0

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
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
15
15
  $ csdx COMMAND
16
16
  running command...
17
17
  $ csdx (--version)
18
- @contentstack/cli-cm-bootstrap/1.14.1 linux-x64 node-v22.15.0
18
+ @contentstack/cli-cm-bootstrap/1.15.0 linux-x64 node-v22.17.1
19
19
  $ csdx --help [COMMAND]
20
20
  USAGE
21
21
  $ csdx COMMAND
@@ -137,5 +137,5 @@
137
137
  ]
138
138
  }
139
139
  },
140
- "version": "1.14.1"
140
+ "version": "1.15.0"
141
141
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-bootstrap",
3
3
  "description": "Bootstrap contentstack apps",
4
- "version": "1.14.1",
4
+ "version": "1.15.0",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "scripts": {
@@ -9,7 +9,6 @@
9
9
  "clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
10
10
  "compile": "tsc -b tsconfig.json",
11
11
  "postpack": "rm -f oclif.manifest.json",
12
- "posttest": "eslint . --ext .ts --config .eslintrc",
13
12
  "prepack": "pnpm compile && oclif manifest && oclif readme",
14
13
  "version": "oclif readme && git add README.md",
15
14
  "test": "npm run build && npm run test:e2e",
@@ -17,9 +16,11 @@
17
16
  "test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
18
17
  },
19
18
  "dependencies": {
20
- "@contentstack/cli-cm-seed": "~1.11.1",
21
- "@contentstack/cli-command": "~1.5.0",
22
- "@contentstack/cli-utilities": "~1.12.0",
19
+ "@contentstack/cli-cm-seed": "~1.12.0",
20
+ "@contentstack/cli-command": "~1.6.0",
21
+ "@contentstack/cli-utilities": "~1.13.0",
22
+ "@oclif/core": "^4.3.0",
23
+ "@oclif/plugin-help": "^6.2.28",
23
24
  "inquirer": "8.2.6",
24
25
  "mkdirp": "^1.0.4",
25
26
  "tar": "^6.2.1 "