@public-ui/hydrate 1.7.19-rc.0 → 1.7.19
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7317,7 +7317,7 @@ const initKoliBri = () => {
|
|
|
7317
7317
|
| . ' | .-. | | | ,--. | .-. \\ | .--' ,--.
|
|
7318
7318
|
| |\\ \\ | '-' | | | | | | '--' / | | | |
|
|
7319
7319
|
\`--' \`--´ \`---´ \`--' \`--' \`------´ \`--' \`--'
|
|
7320
|
-
🚹 The accessible HTML-Standard | 👉 https://public-ui.github.io | 1.7.19
|
|
7320
|
+
🚹 The accessible HTML-Standard | 👉 https://public-ui.github.io | 1.7.19
|
|
7321
7321
|
`, {
|
|
7322
7322
|
forceLog: true,
|
|
7323
7323
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/hydrate",
|
|
3
|
-
"version": "1.7.19
|
|
3
|
+
"version": "1.7.19",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"hydrate"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@public-ui/components": "1.7.19
|
|
48
|
+
"@public-ui/components": "1.7.19",
|
|
49
49
|
"rimraf": "5.0.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@public-ui/components": "1.7.19
|
|
52
|
+
"@public-ui/components": "1.7.19"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"type": "commonjs",
|