@mojir/dvala 0.0.12 → 0.0.14
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/README.md +10 -14
- package/dist/cli/cli.js +1564 -1227
- package/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojir/dvala",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "dvala",
|
|
5
5
|
"author": "Albert Mojir",
|
|
6
6
|
"license": "MIT",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"build-vscode-ext": "wireit",
|
|
138
138
|
"dvala": "node ./dist/cli/cli.js",
|
|
139
139
|
"dev": "npx serve docs -p 9901",
|
|
140
|
-
"release": "npm version",
|
|
141
140
|
"test:e2e": "npx playwright test",
|
|
141
|
+
"test:e2e:headed": "npx playwright test --headed",
|
|
142
142
|
"lcov": "open-cli ./coverage/index.html",
|
|
143
143
|
"mcp:inspect": "npx @modelcontextprotocol/inspector node ./dist/mcp-server/server.js"
|
|
144
144
|
},
|
|
@@ -305,9 +305,7 @@
|
|
|
305
305
|
"output": [
|
|
306
306
|
"playground-builder/build/**",
|
|
307
307
|
"playground-www/build/**",
|
|
308
|
-
"docs
|
|
309
|
-
"docs/index.html",
|
|
310
|
-
"docs/styles.css"
|
|
308
|
+
"docs/**"
|
|
311
309
|
],
|
|
312
310
|
"clean": "if-file-deleted"
|
|
313
311
|
},
|