@sky.ui.ultra/core 0.0.38 → 0.0.40

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -26,14 +26,14 @@ For CI/CD:
26
26
  SKY_UI_AUTH_TOKEN=sk_ci_… npx sky.ui.ultra install --yes --framework=core
27
27
  ```
28
28
 
29
- Manage tokens on your [Sky UI account](https://library.sky-ui.com/account). No `.npmrc` file is required.
29
+ Manage tokens on your [Sky UI account](https://sky-ui.com/account). No `.npmrc` file is required.
30
30
 
31
31
  | Token | Use |
32
32
  |-------|-----|
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
 
@@ -104,4 +104,4 @@ Annual plans include one year of updates. You keep using versions released durin
104
104
 
105
105
  [Sky UI Ultra Commercial License](https://unpkg.com/@sky.ui.ultra/core/LICENSE.md) — requires an active Sky UI Ultra subscription.
106
106
 
107
- Documentation: [library.sky-ui.com](https://library.sky-ui.com)
107
+ Documentation: [sky-ui.com](https://sky-ui.com)
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.40",
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.40",
32
+ "@sky.ui.pro/core": "^0.0.40",
33
33
  "lit": ">=3 <4"
34
34
  },
35
35
  "peerDependenciesMeta": {
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "skyUiUltra": {
41
- "apiBase": "https://library.sky-ui.com",
41
+ "apiBase": "https://sky-ui.com",
42
42
  "artifactRegistry": "gitlab",
43
43
  "artifactName": "@sky.ui.ultra-artifact/core"
44
44
  },
@@ -54,5 +54,5 @@
54
54
  "bugs": {
55
55
  "url": "https://gitlab.com/sky_ui/sky-ui/-/issues"
56
56
  },
57
- "homepage": "https://library.sky-ui.com"
57
+ "homepage": "https://sky-ui.com"
58
58
  }