@revstackhq/cli 0.0.0-dev-20260228064045 → 0.0.0-dev-20260228064655

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,4 +1,4 @@
1
- [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260228064045 build C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli
1
+ [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260228064655 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/ai-agent-platform.ts, src/commands/templates/b2b-saas.ts, src/commands/templates/developer-tools.ts, src/commands/templates/ecommerce-platform.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
@@ -7,38 +7,38 @@ CLI Target: node18
7
7
  CLI Cleaning output folder
8
8
  ESM Build start
9
9
  ESM dist\cli.js 43.79 KB
10
- ESM dist\commands\login.js 1.42 KB
11
- ESM dist\commands\logout.js 1.17 KB
10
+ ESM dist\commands\templates\ai-agent-platform.js 3.63 KB
11
+ ESM dist\commands\login.js 1.42 KB
12
+ ESM dist\commands\templates\b2b-saas.js 3.13 KB
12
13
  ESM dist\commands\init.js 24.07 KB
13
- ESM dist\commands\templates\ai-agent-platform.js 3.63 KB
14
+ ESM dist\utils\auth.js 971.00 B
15
+ ESM dist\commands\logout.js 1.17 KB
16
+ ESM dist\utils\config-loader.js 1.28 KB
14
17
  ESM dist\commands\pull.js 10.15 KB
15
- ESM dist\commands\templates\b2b-saas.js 3.13 KB
16
18
  ESM dist\commands\push.js 7.83 KB
17
19
  ESM dist\commands\templates\developer-tools.js 4.13 KB
18
- ESM dist\commands\templates\ecommerce-platform.js 3.89 KB
19
- ESM dist\utils\config-loader.js 1.28 KB
20
20
  ESM dist\commands\templates\index.js 19.52 KB
21
- ESM dist\utils\auth.js 971.00 B
21
+ ESM dist\commands\templates\ecommerce-platform.js 3.89 KB
22
22
  ESM dist\commands\templates\starter.js 2.38 KB
23
23
  ESM dist\commands\templates\usage-based.js 2.57 KB
24
24
  ESM dist\cli.js.map 76.09 KB
25
- ESM dist\commands\logout.js.map 2.73 KB
26
25
  ESM dist\commands\login.js.map 3.30 KB
27
26
  ESM dist\commands\templates\ai-agent-platform.js.map 4.75 KB
27
+ ESM dist\utils\auth.js.map 2.03 KB
28
28
  ESM dist\commands\templates\b2b-saas.js.map 4.24 KB
29
29
  ESM dist\commands\init.js.map 36.04 KB
30
- ESM dist\commands\pull.js.map 20.19 KB
31
30
  ESM dist\utils\config-loader.js.map 2.69 KB
32
- ESM dist\commands\templates\developer-tools.js.map 5.35 KB
31
+ ESM dist\commands\logout.js.map 2.73 KB
32
+ ESM dist\commands\pull.js.map 20.19 KB
33
33
  ESM dist\commands\push.js.map 17.16 KB
34
- ESM dist\utils\auth.js.map 2.03 KB
35
- ESM dist\commands\templates\ecommerce-platform.js.map 5.21 KB
34
+ ESM dist\commands\templates\developer-tools.js.map 5.35 KB
36
35
  ESM dist\commands\templates\index.js.map 26.96 KB
36
+ ESM dist\commands\templates\ecommerce-platform.js.map 5.21 KB
37
37
  ESM dist\commands\templates\starter.js.map 3.40 KB
38
38
  ESM dist\commands\templates\usage-based.js.map 3.49 KB
39
- ESM ⚡️ Build success in 123ms
39
+ ESM ⚡️ Build success in 89ms
40
40
  DTS Build start
41
- DTS ⚡️ Build success in 3427ms
41
+ DTS ⚡️ Build success in 3407ms
42
42
  DTS dist\cli.d.ts 13.00 B
43
43
  DTS dist\commands\init.d.ts 99.00 B
44
44
  DTS dist\commands\login.d.ts 101.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @revstackhq/cli
2
2
 
3
+ ## 0.0.0-dev-20260228064655
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @revstackhq/core@0.0.0-dev-20260228064655
9
+
3
10
  ## 0.0.0-dev-20260228064045
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revstackhq/cli",
3
- "version": "0.0.0-dev-20260228064045",
3
+ "version": "0.0.0-dev-20260228064655",
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-20260228063247"
18
+ "@revstackhq/core": "0.0.0-dev-20260228064655"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^20.11.0",