@sky.ui.ultra/core 0.0.38 → 0.0.39

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 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`, `@lit-labs/motion`, `@lit-labs/virtualizer`, `@lit/context`, `d3`, `three`). Runtime peers are required so Vite does not stub them as empty modules.
36
+ Peer dependencies include `@sky.ui/core` and `@sky.ui.pro/core`, plus the same runtime peers as free Core after hydration (`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
 
@@ -1,2 +1,2 @@
1
- /** Placeholder until sky.ui.ultra CLI hydrates the full package from the private registry. */
2
- export default {};
1
+ /** Placeholder until sky.ui.ultra CLI hydrates the full package from the private registry. */
2
+ export default {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sky.ui.ultra/core",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
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,8 +28,8 @@
28
28
  "CHANGELOG.md"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@sky.ui/core": "^0.0.38",
32
- "@sky.ui.pro/core": "^0.0.38",
31
+ "@sky.ui/core": "^0.0.39",
32
+ "@sky.ui.pro/core": "^0.0.39",
33
33
  "lit": ">=3 <4"
34
34
  },
35
35
  "peerDependenciesMeta": {