@contentstack/cli 1.0.2 → 1.0.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
@@ -1,11 +1,10 @@
1
- # @contentstack/cli-auth
1
+ # @contentstack/cli
2
2
 
3
3
  Use Contentstack Command-line Interface to command Contentstack for executing a set of operations from the terminal. To get started with CLI, refer to the [CLI’s documentation](https://www.contentstack.com/docs/developers/cli)
4
4
 
5
5
  [![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
6
6
 
7
7
  <!-- toc -->
8
- * [@contentstack/cli-auth](#contentstackcli-auth)
9
8
  * [Usage](#usage)
10
9
  * [Commands](#commands)
11
10
  <!-- tocstop -->
@@ -1 +1 @@
1
- {"version":"1.0.2","commands":{}}
1
+ {"version":"1.0.3","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli",
3
3
  "description": "Command-line tool (CLI) to interact with Contentstack",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -12,7 +12,7 @@
12
12
  "clean": "rm -rf ./lib && rm -rf tsconfig.build.tsbuildinfo",
13
13
  "compile": "tsc -b tsconfig.json",
14
14
  "postpack": "rm -f oclif.manifest.json",
15
- "prepack": "npm run build && oclif-dev manifest && oclif-dev readme",
15
+ "prepack": "npm run build && oclif-dev manifest",
16
16
  "version": "oclif-dev readme",
17
17
  "test:report": "tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
18
18
  "pretest": "tsc -p test",