ui8kit 1.4.2 → 1.5.2
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -205,7 +205,7 @@ Check registry availability for each CDN source and compare payload metadata wit
|
|
|
205
205
|
|
|
206
206
|
```bash
|
|
207
207
|
npm run get-cdn
|
|
208
|
-
npm run get-cdn -- --url https://raw.githubusercontent.com/
|
|
208
|
+
npm run get-cdn -- --url https://raw.githubusercontent.com/ui8kit/core/refs/heads/main/packages/registry/r
|
|
209
209
|
npm run get-cdn -- --path components/variants/index.json --url https://cdn.jsdelivr.net/npm/@ui8kit/registry@latest/r
|
|
210
210
|
```
|
|
211
211
|
|
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ var SCHEMA_CONFIG = {
|
|
|
43
43
|
cdnBaseUrls: [
|
|
44
44
|
"https://unpkg.com/@ui8kit/registry@latest/r",
|
|
45
45
|
"https://cdn.jsdelivr.net/npm/@ui8kit/registry@latest/r",
|
|
46
|
-
"https://raw.githubusercontent.com/
|
|
46
|
+
"https://raw.githubusercontent.com/ui8kit/core/refs/heads/main/packages/registry/r"
|
|
47
47
|
],
|
|
48
48
|
// Component categories
|
|
49
49
|
componentCategories: ["ui", "composite", "components", "layouts", "lib", "blocks", "variants"],
|