@valuerail/cli 1.0.0-beta.2 → 1.0.0-beta.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/index.js +143 -49898
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valuerail/cli",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.3",
|
|
4
4
|
"author": "Kamil Guszpit",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"type": "module",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "bun --watch run src/index.tsx",
|
|
18
18
|
"build": "bun build ./src/index.tsx --compile --outfile dist/vrail",
|
|
19
|
-
"build:npm": "bun build ./src/index.tsx --target=node --format=esm --outfile dist/index.js",
|
|
19
|
+
"build:npm": "bun build ./src/index.tsx --target=node --format=esm --outfile dist/index.js --external ink --external ink-big-text --external ink-gradient --external ink-select-input --external ink-spinner --external open --external react --external zod",
|
|
20
20
|
"lint": "echo 'linting...'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|