@contentstack/cli-auth 2.0.0-beta.6 → 2.0.0-beta.7

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
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version)
21
- @contentstack/cli-auth/2.0.0-beta.6 linux-x64 node-v22.22.0
21
+ @contentstack/cli-auth/2.0.0-beta.7 linux-x64 node-v22.22.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -359,5 +359,5 @@
359
359
  ]
360
360
  }
361
361
  },
362
- "version": "2.0.0-beta.6"
362
+ "version": "2.0.0-beta.7"
363
363
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@contentstack/cli-auth",
3
3
  "description": "Contentstack CLI plugin for authentication activities",
4
- "version": "2.0.0-beta.6",
4
+ "version": "2.0.0-beta.7",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "scripts": {
8
- "build": "npm run clean && npm run compile",
9
- "clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
8
+ "build": "pnpm compile && oclif manifest && oclif readme",
9
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
10
10
  "compile": "tsc -b tsconfig.json",
11
11
  "postpack": "rm -f oclif.manifest.json",
12
12
  "prepack": "pnpm compile && oclif manifest && oclif readme",
@@ -22,8 +22,8 @@
22
22
  "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-command": "~2.0.0-beta",
26
- "@contentstack/cli-utilities": "~2.0.0-beta.1",
25
+ "@contentstack/cli-command": "~2.0.0-beta.2",
26
+ "@contentstack/cli-utilities": "~2.0.0-beta.2",
27
27
  "@oclif/core": "^4.3.0",
28
28
  "@oclif/plugin-help": "^6.2.28",
29
29
  "otplib": "^12.0.1"
@@ -81,4 +81,4 @@
81
81
  }
82
82
  },
83
83
  "repository": "contentstack/cli"
84
- }
84
+ }