@verdaccio/ui-theme 9.0.0-next-9.0 → 9.0.0-next-9.1
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/package.json +2 -2
- package/static/index.html +1 -1
- package/static/{main.0160ef610d740d02849c.js → main.75cae153a31b47c5746e.js} +2 -2
- package/static/{main.0160ef610d740d02849c.js.LICENSE.txt → main.75cae153a31b47c5746e.js.LICENSE.txt} +2 -2
- package/static/manifest.json +3 -3
- package/static/{runtime.0160ef610d740d02849c.js → runtime.75cae153a31b47c5746e.js} +1 -1
- package/static/{runtime.0160ef610d740d02849c.js.LICENSE.txt → runtime.75cae153a31b47c5746e.js.LICENSE.txt} +2 -2
- package/static/vendors.75cae153a31b47c5746e.js +185 -0
- package/static/{vendors.0160ef610d740d02849c.js.LICENSE.txt → vendors.75cae153a31b47c5746e.js.LICENSE.txt} +5 -5
- package/static/vendors.0160ef610d740d02849c.js +0 -185
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/ui-theme",
|
|
3
|
-
"version": "9.0.0-next-9.
|
|
3
|
+
"version": "9.0.0-next-9.1",
|
|
4
4
|
"description": "Verdaccio User Interface (Theme)",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Contributors",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@testing-library/jest-dom": "6.9.1",
|
|
26
26
|
"@testing-library/react": "16.3.2",
|
|
27
27
|
"@verdaccio/types": "14.0.0-next-9.0",
|
|
28
|
-
"@verdaccio/ui-components": "5.0.0-next-9.
|
|
28
|
+
"@verdaccio/ui-components": "5.0.0-next-9.1",
|
|
29
29
|
"@verdaccio/ui-i18n": "10.0.0-next-9.0",
|
|
30
30
|
"@vitejs/plugin-react": "5.1.4",
|
|
31
31
|
"babel-loader": "9.2.1",
|
package/static/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en-us"><head><meta charset="utf-8"><title>ToReplaceByTitle</title><base href=""><link rel="icon" type="image/png" href=""/><meta name="viewport" content="width=device-width,initial-scale=1"/><script>window.__VERDACCIO_BASENAME_UI_OPTIONS = JSON.parse('ToReplaceByVerdaccioUI');</script><link rel="icon" href="-/static/favicon.ico"><script defer="defer" src="-/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en-us"><head><meta charset="utf-8"><title>ToReplaceByTitle</title><base href=""><link rel="icon" type="image/png" href=""/><meta name="viewport" content="width=device-width,initial-scale=1"/><script>window.__VERDACCIO_BASENAME_UI_OPTIONS = JSON.parse('ToReplaceByVerdaccioUI');</script><link rel="icon" href="-/static/favicon.ico"><script defer="defer" src="-/static/runtime.75cae153a31b47c5746e.js"></script><script defer="defer" src="-/static/vendors.75cae153a31b47c5746e.js"></script><script defer="defer" src="-/static/main.75cae153a31b47c5746e.js"></script></head><body class="body"><div id="root"></div></body></html>
|