@kodadev/koda-cli 0.1.35 → 0.1.37
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/bundle/koda.js +481 -475
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kodadev/koda-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"build:vscode": "node scripts/build_vscode_companion.js",
|
|
24
24
|
"build:all": "npm run build && npm run build:sandbox && npm run build:vscode",
|
|
25
25
|
"docs:install": "npm install --prefix docs-website",
|
|
26
|
-
"docs:start": "npm run
|
|
26
|
+
"docs:start": "npm run dev --prefix docs-website",
|
|
27
27
|
"docs:build": "npm run build --prefix docs-website",
|
|
28
|
-
"docs:serve": "npm run
|
|
28
|
+
"docs:serve": "npm run preview --prefix docs-website",
|
|
29
29
|
"build:packages": "npm run build --workspaces",
|
|
30
30
|
"build:sandbox": "node scripts/build_sandbox.js --skip-npm-install-build",
|
|
31
31
|
"bundle": "npm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js",
|