@saasicat/cli 1.0.0-rc.16 → 1.0.0-rc.17

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
- 2c53f8cea2ea7de0b41c9b894cdc45c45c9173c816c239c3afa50d5b9326914e
1
+ d8259b68275b391840facc02c0ea22a34fef7c8921862502491ec67f8f132ece
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasicat/cli",
3
- "version": "1.0.0-rc.16",
3
+ "version": "1.0.0-rc.17",
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.16",
34
- "@saasicat/spec": "^1.0.0-rc.16",
35
- "@saasicat/core": "^1.0.0-rc.16"
33
+ "@saasicat/nest": "^1.0.0-rc.17",
34
+ "@saasicat/spec": "^1.0.0-rc.17",
35
+ "@saasicat/core": "^1.0.0-rc.17"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@nestjs/common": "^11.0.0",