@sky.ui.ultra/core 0.0.24 → 0.0.26
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Manage tokens on your [Sky UI account](https://library.sky-ui.com/account). No `
|
|
|
33
33
|
| Personal (`sk_pt_…`) | Local development and MCP |
|
|
34
34
|
| CI/CD (`sk_ci_…`) | Pipelines (`SKY_UI_AUTH_TOKEN`) |
|
|
35
35
|
|
|
36
|
-
Peer dependencies match `@sky.ui/core` (`lit`,
|
|
36
|
+
Peer dependencies match `@sky.ui/core` (`lit`, `@lit-labs/motion`, `@lit-labs/virtualizer`, `@lit/context`, `d3`, `three`). Runtime peers are required so Vite does not stub them as empty modules.
|
|
37
37
|
|
|
38
38
|
## Quick start
|
|
39
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sky.ui.ultra/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"description": "Sky UI Ultra web components — run npx sky.ui.ultra install after npm install.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sky-ui",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"CHANGELOG.md"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@sky.ui/core": "^0.0.
|
|
31
|
+
"@sky.ui/core": "^0.0.26",
|
|
32
32
|
"lit": ">=3 <4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependenciesMeta": {
|