@revstackhq/cli 0.0.0-dev-20260226054033 → 0.0.0-dev-20260226055348

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,12 +1,12 @@
1
- [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260226054033 build C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli
1
+ [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260226055348 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
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
7
- CLI Cleaning output folder
8
- ESM Build start
5
+ CLI Using tsup config: C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli\tsup.config.ts
6
+ CLI Target: node18
7
+ CLI Cleaning output folder
8
+ ESM Build start
9
9
  ESM dist\cli.js 17.97 KB
10
10
  ESM dist\cli.js.map 38.83 KB
11
- ESM ⚡️ Build success in 597ms
11
+ ESM ⚡️ Build success in 57ms
12
12
  [?9001l[?1004l
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @revstackhq/cli
2
2
 
3
+ ## 0.0.0-dev-20260226055348
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: move `ora` and `execa` to dependencies to prevent "module not found" errors when running the CLI via npx
8
+
9
+ ## 0.0.0-dev-20260226054346
10
+
11
+ ### Patch Changes
12
+
13
+ - add publish config access public
14
+
3
15
  ## 0.0.0-dev-20260226054033
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revstackhq/cli",
3
- "version": "0.0.0-dev-20260226054033",
3
+ "version": "0.0.0-dev-20260226055348",
4
4
  "description": "The official CLI for Revstack — Billing as Code",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -11,15 +11,15 @@
11
11
  "dependencies": {
12
12
  "chalk": "^5.4.1",
13
13
  "commander": "^13.1.0",
14
+ "execa": "^9.6.1",
14
15
  "jiti": "^2.4.2",
16
+ "ora": "^8.2.0",
15
17
  "prompts": "^2.4.2"
16
18
  },
17
19
  "devDependencies": {
18
20
  "@types/node": "^20.11.0",
19
21
  "@types/ora": "^3.2.0",
20
22
  "@types/prompts": "^2.4.9",
21
- "execa": "^9.6.1",
22
- "ora": "^8.2.0",
23
23
  "tsup": "^8.1.0",
24
24
  "typescript": "5.9.2",
25
25
  "vitest": "^4.0.18"