@signalk/server-admin-ui 2.25.0 → 2.27.0
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 +4 -3
- package/public/.vite/manifest.json +47 -0
- package/public/assets/bootstrap-DhdGWh46.js +696 -0
- package/public/assets/index-CeoO-vzh.js +2 -0
- package/public/assets/{style-DKgi9hUa.css → style-__hQMaH5.css} +1 -1
- package/public/index.html +2 -8
- package/vite.config.ts +4 -28
- package/public/assets/__mfe_internal__adminUI__loadShare__react__loadShare__.mjs-D7IyCcP9.js +0 -2
- package/public/assets/__mfe_internal__adminUI__loadShare__react_mf_2_dom__loadShare__.mjs-BgkCe2kW.js +0 -2
- package/public/assets/bootstrap-BD7TZB1S.js +0 -696
- package/public/assets/dist-C3AHhjoY.js +0 -5
- package/public/assets/hostInit-BOrvlrtn.js +0 -2
- package/public/assets/index-DbcCYLtL.js +0 -3
- package/public/assets/localSharedImportMap-CiMdQql_.js +0 -2
- package/public/assets/preload-helper-I1wKxk_B.js +0 -1
- package/public/assets/react-BCcsldiz.js +0 -2
- package/public/assets/react-dom-CUQW5SeI.js +0 -2
- package/public/assets/rolldown-runtime-COnpUsM8.js +0 -1
- package/public/assets/virtualExposes-CpM-5GqL.js +0 -1
- package/public/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__adminUI__remoteEntry_js-DnpHXGIN.js +0 -3
- package/public/assets/virtual_mf-exposes___mfe_internal__adminUI__remoteEntry_js-DtDVRqax.js +0 -2
- package/public/remoteEntry.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalk/server-admin-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.0",
|
|
4
4
|
"description": "Signal K server admin webapp",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"lodash.remove": "^4.7.0",
|
|
66
66
|
"lodash.set": "^4.3.2",
|
|
67
67
|
"lodash.uniq": "^4.5.0",
|
|
68
|
-
"mathjs": "^
|
|
68
|
+
"mathjs": "^15.2.0",
|
|
69
|
+
"path-browserify": "^1.0.1",
|
|
69
70
|
"react": "^19.2.0",
|
|
70
71
|
"react-bootstrap": "^2.10.10",
|
|
71
72
|
"react-dom": "^19.2.0",
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
"sass": "^1.81.0",
|
|
79
80
|
"simple-line-icons": "^2.5.5",
|
|
80
81
|
"typescript": "^5.7.2",
|
|
81
|
-
"vite": "^8.0.
|
|
82
|
+
"vite": "^8.0.9",
|
|
82
83
|
"vitest": "^4.1.2"
|
|
83
84
|
},
|
|
84
85
|
"scripts": {
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.eot": {
|
|
3
|
+
"file": "assets/Simple-Line-Icons-CKKl-dGR.eot",
|
|
4
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.eot"
|
|
5
|
+
},
|
|
6
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.ttf": {
|
|
7
|
+
"file": "assets/Simple-Line-Icons-mVuQrdSX.ttf",
|
|
8
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.ttf"
|
|
9
|
+
},
|
|
10
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff": {
|
|
11
|
+
"file": "assets/Simple-Line-Icons-BAgH0-Pt.woff",
|
|
12
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff"
|
|
13
|
+
},
|
|
14
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff2": {
|
|
15
|
+
"file": "assets/Simple-Line-Icons-D0KobG-u.woff2",
|
|
16
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff2"
|
|
17
|
+
},
|
|
18
|
+
"index.html": {
|
|
19
|
+
"file": "assets/index-CeoO-vzh.js",
|
|
20
|
+
"name": "index",
|
|
21
|
+
"src": "index.html",
|
|
22
|
+
"isEntry": true,
|
|
23
|
+
"dynamicImports": [
|
|
24
|
+
"src/bootstrap.tsx"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"src/bootstrap.tsx": {
|
|
28
|
+
"file": "assets/bootstrap-DhdGWh46.js",
|
|
29
|
+
"name": "bootstrap",
|
|
30
|
+
"src": "src/bootstrap.tsx",
|
|
31
|
+
"isDynamicEntry": true,
|
|
32
|
+
"imports": [
|
|
33
|
+
"index.html"
|
|
34
|
+
],
|
|
35
|
+
"assets": [
|
|
36
|
+
"assets/Simple-Line-Icons-CKKl-dGR.eot",
|
|
37
|
+
"assets/Simple-Line-Icons-D0KobG-u.woff2",
|
|
38
|
+
"assets/Simple-Line-Icons-mVuQrdSX.ttf",
|
|
39
|
+
"assets/Simple-Line-Icons-BAgH0-Pt.woff",
|
|
40
|
+
"assets/Simple-Line-Icons-TZpPYPE3.svg"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"style.css": {
|
|
44
|
+
"file": "assets/style-__hQMaH5.css",
|
|
45
|
+
"src": "style.css"
|
|
46
|
+
}
|
|
47
|
+
}
|