wicked-studio 0.2.0 → 0.3.0
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.html
CHANGED
|
@@ -6,9 +6,11 @@
|
|
|
6
6
|
<title>wicked-studio</title>
|
|
7
7
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
8
8
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<link
|
|
9
|
+
<!-- The two faces of DES-VISION-001 §2.8: Inter (the --font-sans token names it;
|
|
10
|
+
the legacy Archivo load was reconciled away in slice 3) + JetBrains Mono. -->
|
|
11
|
+
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet" />
|
|
12
|
+
<script type="module" crossorigin src="/assets/index-uReJ0YZh.js"></script>
|
|
13
|
+
<link rel="stylesheet" crossorigin href="/assets/index-D6S9zUtO.css">
|
|
12
14
|
</head>
|
|
13
15
|
<body>
|
|
14
16
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wicked-studio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
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": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"typescript-eslint": "^8.63.0",
|
|
66
66
|
"vite": "^6.4.3",
|
|
67
67
|
"vitest": "^3.2.6",
|
|
68
|
-
"wicked-crew-api-types": "^0.
|
|
68
|
+
"wicked-crew-api-types": "^0.8.0"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=22.0.0"
|