@contentstack/cli-config 1.2.0 → 1.3.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
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-config
16
16
  $ csdx COMMAND
17
17
  running command...
18
18
  $ csdx (--version)
19
- @contentstack/cli-config/1.2.0 linux-x64 node-v16.19.1
19
+ @contentstack/cli-config/1.3.0 linux-x64 node-v16.20.0
20
20
  $ csdx --help [COMMAND]
21
21
  USAGE
22
22
  $ csdx COMMAND
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.3.0",
3
3
  "commands": {
4
4
  "config:get:region": {
5
5
  "id": "config:get:region",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli-config",
3
3
  "description": "Contentstack CLI plugin for configuration",
4
- "version": "1.2.0",
4
+ "version": "1.3.0",
5
5
  "author": "Contentstack",
6
6
  "scripts": {
7
7
  "build": "npm run clean && npm run compile",
@@ -20,8 +20,8 @@
20
20
  "test:unit": "mocha --forbid-only \"test/unit/*.test.ts\" --unit-test"
21
21
  },
22
22
  "dependencies": {
23
- "@contentstack/cli-command": "^1.2.0",
24
- "@contentstack/cli-utilities": "^1.2.0",
23
+ "@contentstack/cli-command": "^1.2.1",
24
+ "@contentstack/cli-utilities": "^1.2.1",
25
25
  "chalk": "^4.0.0",
26
26
  "debug": "^4.1.1",
27
27
  "inquirer": "8.2.4",
@@ -72,9 +72,10 @@
72
72
  ],
73
73
  "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-config/<%- commandPath %>"
74
74
  },
75
- "husky": {
76
- "hooks": {
77
- "pre-commit": "npm run lint"
75
+ "csdxConfig": {
76
+ "shortCommandName": {
77
+ "config:get:region": "RGT",
78
+ "config:set:region": "RST"
78
79
  }
79
80
  },
80
81
  "repository": "contentstack/cli"