mf-examples 1.3.26 → 1.3.28
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 +10 -9
- package/src/index.html +15 -6
- package/vite.config.mts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mf-examples",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@semantic-release/commit-analyzer": "^10.0.1",
|
|
29
29
|
"@semantic-release/exec": "^6.0.3",
|
|
30
|
-
"@semantic-release/release-notes-generator": "^11.0.
|
|
31
|
-
"mf-hosting-frontend": "^1.
|
|
30
|
+
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
31
|
+
"mf-hosting-frontend": "^1.10.0",
|
|
32
32
|
"mf-styling": "^2.0.1",
|
|
33
|
-
"npm-pkgbuild": "^11.8.
|
|
34
|
-
"semantic-release": "^21.0.
|
|
35
|
-
"stylelint": "^15.
|
|
36
|
-
"stylelint-config-standard": "^
|
|
37
|
-
"vite": "^4.
|
|
33
|
+
"npm-pkgbuild": "^11.8.14",
|
|
34
|
+
"semantic-release": "^21.0.7",
|
|
35
|
+
"stylelint": "^15.10.1",
|
|
36
|
+
"stylelint-config-standard": "^34.0.0",
|
|
37
|
+
"vite": "^4.4.2"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
@@ -57,7 +57,8 @@
|
|
|
57
57
|
"svelte-log-view": ">=4.2.14",
|
|
58
58
|
"svelte-session-manager": ">=2.0.11",
|
|
59
59
|
"svelte-websocket-store": ">=1.1.33",
|
|
60
|
-
"svelte-repository-provider": ">=1.0.0"
|
|
60
|
+
"svelte-repository-provider": ">=1.0.0",
|
|
61
|
+
"kronos-svelte-components": ">=2.4.94"
|
|
61
62
|
},
|
|
62
63
|
"example": true,
|
|
63
64
|
"frontend": true,
|
package/src/index.html
CHANGED
|
@@ -24,10 +24,14 @@
|
|
|
24
24
|
<main>
|
|
25
25
|
<ul>
|
|
26
26
|
<li>
|
|
27
|
-
<a href="mf-styling/index.html"
|
|
27
|
+
<a href="mf-styling/index.html"
|
|
28
|
+
><b>mf-styling</b> CSS styling for mf apps</a
|
|
29
|
+
>
|
|
28
30
|
</li>
|
|
29
31
|
<li>
|
|
30
|
-
<a href="svelte-common/index.html"
|
|
32
|
+
<a href="svelte-common/index.html"
|
|
33
|
+
><b>svelte-common</b> commonly used svelte components</a
|
|
34
|
+
>
|
|
31
35
|
</li>
|
|
32
36
|
<li>
|
|
33
37
|
<a href="svelte-entitlement/index.html"><b>svelte-entitlement</b></a>
|
|
@@ -43,23 +47,28 @@
|
|
|
43
47
|
</li>
|
|
44
48
|
<li>
|
|
45
49
|
<a href="svelte-session-manager/index.html"
|
|
46
|
-
><b>svelte-session-manager</b> Session store for svelte (currently
|
|
50
|
+
><b>svelte-session-manager</b> Session store for svelte (currently
|
|
51
|
+
only for JWT)</a
|
|
47
52
|
>
|
|
48
53
|
</li>
|
|
49
54
|
<li>
|
|
50
|
-
<a href="svelte-log-view/index.html"
|
|
55
|
+
<a href="svelte-log-view/index.html"
|
|
56
|
+
><b>svelte-log-view</b> view log files</a
|
|
57
|
+
>
|
|
51
58
|
</li>
|
|
52
59
|
<li>
|
|
53
60
|
<a href="svelte-time-series/index.html"><b>svelte-time-series</b></a>
|
|
54
61
|
</li>
|
|
55
62
|
<li>
|
|
56
63
|
<a href="svelte-websocket-store/index.html"
|
|
57
|
-
><b>svelte-websocket-store</b> svelte store with a websocket
|
|
64
|
+
><b>svelte-websocket-store</b> svelte store with a websocket
|
|
65
|
+
backend</a
|
|
58
66
|
>
|
|
59
67
|
</li>
|
|
60
68
|
<li>
|
|
61
69
|
<a href="svelte-repository-provider/index.html"
|
|
62
|
-
><b>svelte-repository-provider</b> show manipulate repository
|
|
70
|
+
><b>svelte-repository-provider</b> show manipulate repository
|
|
71
|
+
provider content</a
|
|
63
72
|
>
|
|
64
73
|
</li>
|
|
65
74
|
<li>
|