@contentstack/cli-cm-bootstrap 1.12.0 → 1.13.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
@@ -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.12.0 linux-x64 node-v18.20.4
18
+ @contentstack/cli-cm-bootstrap/1.13.1 linux-x64 node-v18.20.6
19
19
  $ csdx --help [COMMAND]
20
20
  USAGE
21
21
  $ csdx COMMAND
@@ -50,7 +50,7 @@ USAGE
50
50
  FLAGS
51
51
  -a, --alias=<value> Alias of the management token
52
52
  -k, --stack-api-key=<value> Provide stack API key to seed content
53
- -n, --stack-name=<value> Name of a new stack that will be created.
53
+ -n, --stack-name=<value> Name of the new stack that will be created.
54
54
  -y, --yes=<value> [Optional] Skip stack confirmation
55
55
  --app-name=<value> App name, reactjs-starter, nextjs-starter, gatsby-starter, angular-starter, nuxt-starter,
56
56
  vue-starter, stencil-starter
@@ -133,7 +133,7 @@ BootstrapCommand.flags = {
133
133
  }),
134
134
  'stack-name': cli_utilities_1.flags.string({
135
135
  char: 'n',
136
- description: 'Name of a new stack that will be created.',
136
+ description: 'Name of the new stack that will be created.',
137
137
  multiple: false,
138
138
  required: false,
139
139
  exclusive: ['stack-api-key'],
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.12.0",
2
+ "version": "1.13.1",
3
3
  "commands": {
4
4
  "cm:bootstrap": {
5
5
  "id": "cm:bootstrap",
@@ -66,7 +66,7 @@
66
66
  "name": "stack-name",
67
67
  "type": "option",
68
68
  "char": "n",
69
- "description": "Name of a new stack that will be created.",
69
+ "description": "Name of the new stack that will be created.",
70
70
  "required": false,
71
71
  "multiple": false,
72
72
  "exclusive": [
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.12.0",
4
+ "version": "1.13.1",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "scripts": {
@@ -17,31 +17,29 @@
17
17
  "test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
18
18
  },
19
19
  "dependencies": {
20
- "@contentstack/cli-cm-seed": "~1.9.0",
21
- "@contentstack/cli-command": "~1.3.0",
22
- "@contentstack/cli-utilities": "~1.7.2",
23
- "inquirer": "8.2.4",
20
+ "@contentstack/cli-cm-seed": "~1.10.1",
21
+ "@contentstack/cli-command": "~1.3.3",
22
+ "@contentstack/cli-utilities": "~1.8.1",
23
+ "inquirer": "8.2.6",
24
24
  "mkdirp": "^1.0.4",
25
25
  "tar": "^6.2.1 "
26
26
  },
27
27
  "devDependencies": {
28
- "@oclif/test": "^2.5.6",
29
- "@types/inquirer": "^9.0.3",
30
- "@types/mkdirp": "^1.0.1",
31
- "@types/node": "^14.14.32",
32
- "@types/tar": "^6.1.3",
33
- "chai": "^4.3.4",
34
- "eslint": "^8.18.0",
28
+ "@oclif/test": "^4.1.6",
29
+ "@types/inquirer": "^9.0.7",
30
+ "@types/mkdirp": "^1.0.2",
31
+ "@types/node": "^14.18.63",
32
+ "@types/tar": "^6.1.13",
33
+ "chai": "^4.5.0",
34
+ "eslint": "^8.57.1",
35
35
  "eslint-config-oclif": "^4.0.0",
36
- "eslint-config-oclif-typescript": "^3.0.8",
37
- "globby": "^10.0.2",
38
- "mocha": "10.1.0",
36
+ "eslint-config-oclif-typescript": "^3.1.13",
37
+ "mocha": "10.8.2",
39
38
  "nyc": "^15.1.0",
40
- "oclif": "^3.8.1",
41
- "rimraf": "^2.7.1",
42
- "tmp": "^0.2.2",
39
+ "oclif": "^3.17.2",
40
+ "tmp": "^0.2.3",
43
41
  "ts-node": "^8.10.2",
44
- "typescript": "^4.9.3"
42
+ "typescript": "^4.9.5"
45
43
  },
46
44
  "engines": {
47
45
  "node": ">=14.0.0"