@saasicat/cli 1.0.0-rc.4 → 1.0.0-rc.6

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/dist/.build-stamp CHANGED
@@ -1 +1 @@
1
- 6377a594af475a22f1a83fd0c3d2c8c4a01621960510601c5fbc36fe134a49b0
1
+ 367be855b7463dd73a4cc62521e8fa48091018d15de00906b85afbda058420be
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasicat/cli",
3
- "version": "1.0.0-rc.4",
3
+ "version": "1.0.0-rc.6",
4
4
  "description": "CLI helpers for SaaS platform consumers. Provides CliContextService (identity, MFA, production confirm, audit tag).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "qrcode-terminal": "^0.12.0",
33
- "@saasicat/nest": "^1.0.0-rc.4",
34
- "@saasicat/spec": "^1.0.0-rc.4",
35
- "@saasicat/core": "^1.0.0-rc.4"
33
+ "@saasicat/nest": "^1.0.0-rc.6",
34
+ "@saasicat/spec": "^1.0.0-rc.6",
35
+ "@saasicat/core": "^1.0.0-rc.6"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@nestjs/common": "^11.0.0",