@sky.ui.ultra/core 0.0.39 → 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.
- package/README.md +2 -2
- package/dist/stub/index.js +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ 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://
|
|
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
|
|-------|-----|
|
|
@@ -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: [
|
|
107
|
+
Documentation: [sky-ui.com](https://sky-ui.com)
|
package/dist/stub/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
32
|
-
"@sky.ui.pro/core": "^0.0.
|
|
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://
|
|
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://
|
|
57
|
+
"homepage": "https://sky-ui.com"
|
|
58
58
|
}
|