@revstackhq/cli 0.0.0-dev-20260227092523 → 0.0.0-dev-20260227093823

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.
@@ -1,38 +1,38 @@
1
- [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260227092523 build C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli
1
+ [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260227093823 build C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli
2
2
  > tsup]0;C:\WINDOWS\system32\cmd.exe[?25hCLI Building entry: src/cli.ts, src/commands/init.ts, src/commands/login.ts, src/commands/logout.ts, src/commands/pull.ts, src/commands/push.ts, src/utils/auth.ts, src/utils/config-loader.ts, src/commands/templates/b2b-saas.ts, src/commands/templates/index.ts, src/commands/templates/starter.ts, src/commands/templates/usage-based.ts
3
3
  CLI Using tsconfig: tsconfig.json
4
4
  CLI tsup v8.5.1
5
- CLI Using tsup config: C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli\tsup.config.ts
6
- CLI Target: node18
5
+ CLI Using tsup config: C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli\tsup.config.ts
6
+ CLI Target: node18
7
7
  CLI Cleaning output folder
8
8
  ESM Build start
9
+ ESM dist\commands\init.js 11.53 KB
9
10
  ESM dist\cli.js 25.74 KB
10
- ESM dist\commands\templates\b2b-saas.js 2.85 KB
11
+ ESM dist\commands\templates\b2b-saas.js 2.85 KB
11
12
  ESM dist\commands\login.js 1.42 KB
12
- ESM dist\commands\init.js 11.53 KB
13
- ESM dist\utils\config-loader.js 1.05 KB
14
- ESM dist\utils\auth.js 971.00 B
15
13
  ESM dist\commands\logout.js 1.17 KB
16
14
  ESM dist\commands\pull.js 6.22 KB
15
+ ESM dist\utils\config-loader.js 1.05 KB
16
+ ESM dist\utils\auth.js 971.00 B
17
17
  ESM dist\commands\push.js 6.27 KB
18
+ ESM dist\commands\templates\index.js 7.09 KB
18
19
  ESM dist\commands\templates\starter.js 2.27 KB
19
20
  ESM dist\commands\templates\usage-based.js 2.02 KB
20
- ESM dist\commands\templates\index.js 7.09 KB
21
+ ESM dist\commands\init.js.map 19.25 KB
21
22
  ESM dist\cli.js.map 50.88 KB
22
- ESM dist\commands\login.js.map 3.70 KB
23
23
  ESM dist\commands\templates\b2b-saas.js.map 3.84 KB
24
- ESM dist\commands\init.js.map 19.25 KB
25
24
  ESM dist\utils\config-loader.js.map 2.55 KB
25
+ ESM dist\commands\login.js.map 3.70 KB
26
26
  ESM dist\commands\logout.js.map 3.03 KB
27
27
  ESM dist\utils\auth.js.map 2.24 KB
28
- ESM dist\commands\pull.js.map 14.06 KB
29
- ESM dist\commands\templates\usage-based.js.map 2.75 KB
28
+ ESM dist\commands\templates\index.js.map 10.15 KB
30
29
  ESM dist\commands\templates\starter.js.map 3.21 KB
30
+ ESM dist\commands\pull.js.map 14.06 KB
31
31
  ESM dist\commands\push.js.map 14.83 KB
32
- ESM dist\commands\templates\index.js.map 10.15 KB
33
- ESM ⚡️ Build success in 81ms
32
+ ESM dist\commands\templates\usage-based.js.map 2.75 KB
33
+ ESM ⚡️ Build success in 119ms
34
34
  DTS Build start
35
- DTS ⚡️ Build success in 7779ms
35
+ DTS ⚡️ Build success in 6161ms
36
36
  DTS dist\cli.d.ts 13.00 B
37
37
  DTS dist\commands\init.d.ts 353.00 B
38
38
  DTS dist\commands\login.d.ts 288.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @revstackhq/cli
2
2
 
3
+ ## 0.0.0-dev-20260227093823
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @revstackhq/core@0.0.0-dev-20260227093823
9
+
3
10
  ## 0.0.0-dev-20260227092523
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revstackhq/cli",
3
- "version": "0.0.0-dev-20260227092523",
3
+ "version": "0.0.0-dev-20260227093823",
4
4
  "description": "The official CLI for Revstack — Billing as Code",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  "jiti": "^2.4.2",
16
16
  "ora": "^8.2.0",
17
17
  "prompts": "^2.4.2",
18
- "@revstackhq/core": "0.0.0-dev-20260226062415"
18
+ "@revstackhq/core": "0.0.0-dev-20260227093823"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^20.11.0",