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