wicked-studio 0.4.0 → 0.4.2
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 +65 -4
- package/dist/assets/index-C8rx24F1.js +530 -0
- package/dist/assets/index-CwmIj-f2.css +32 -0
- package/dist/index.html +2 -2
- package/dist/testid-inventory.json +3924 -0
- package/package.json +2 -1
- package/dist/assets/index-8p8uwCxG.js +0 -530
- package/dist/assets/index-D6S9zUtO.css +0 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wicked-studio",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "The coder-facing skin of the wicked experience plane \u2014 a pure HTTP/WS client of the wicked-crew daemon's /api/v1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"typecheck": "tsc --noEmit",
|
|
31
31
|
"preview": "vite preview",
|
|
32
32
|
"lint": "eslint src tests",
|
|
33
|
+
"manifest:testids": "node scripts/generate-testid-inventory.mjs",
|
|
33
34
|
"test": "vitest run",
|
|
34
35
|
"test:watch": "vitest",
|
|
35
36
|
"prepare": "node scripts/prepare-dist.mjs"
|