mf-examples 1.5.11 → 1.5.13
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/LICENSE +1 -1
- package/package.json +12 -12
- package/src/index.html +3 -3
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mf-examples",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -19,27 +19,27 @@
|
|
|
19
19
|
],
|
|
20
20
|
"license": "BSD-2-Clause",
|
|
21
21
|
"scripts": {
|
|
22
|
-
"prepare": "
|
|
22
|
+
"prepare": "node --run prepare:vite",
|
|
23
23
|
"prepare:vite": "vite build",
|
|
24
24
|
"start": "vite",
|
|
25
25
|
"test": "true",
|
|
26
|
-
"lint": "
|
|
26
|
+
"lint": "node --run lint:css",
|
|
27
27
|
"lint:css": "stylelint ./src/*.css",
|
|
28
28
|
"preview": "vite preview"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
32
32
|
"@semantic-release/exec": "^6.0.3",
|
|
33
|
-
"@semantic-release/github": "^
|
|
34
|
-
"@semantic-release/release-notes-generator": "^14.0.
|
|
35
|
-
"mf-hosting-frontend": "^3.
|
|
36
|
-
"mf-styling": "^3.
|
|
37
|
-
"npm-pkgbuild": "^15.
|
|
38
|
-
"semantic-release": "^24.
|
|
39
|
-
"stylelint": "^16.
|
|
33
|
+
"@semantic-release/github": "^11.0.1",
|
|
34
|
+
"@semantic-release/release-notes-generator": "^14.0.2",
|
|
35
|
+
"mf-hosting-frontend": "^3.8.3",
|
|
36
|
+
"mf-styling": "^3.2.6",
|
|
37
|
+
"npm-pkgbuild": "^15.6.11",
|
|
38
|
+
"semantic-release": "^24.2.0",
|
|
39
|
+
"stylelint": "^16.12.0",
|
|
40
40
|
"stylelint-config-standard": "^36.0.1",
|
|
41
|
-
"vite": "^
|
|
42
|
-
"vite-plugin-compression2": "^1.
|
|
41
|
+
"vite": "^6.0.4",
|
|
42
|
+
"vite-plugin-compression2": "^1.3.3"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
package/src/index.html
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<ul>
|
|
26
26
|
<li>
|
|
27
27
|
<a href="mf-styling/index.html"
|
|
28
|
-
><b>mf-styling</b> CSS styling for
|
|
28
|
+
><b>mf-styling</b> CSS styling for MF apps</a
|
|
29
29
|
>
|
|
30
30
|
</li>
|
|
31
31
|
<li>
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
<a href="svelte-entitlement/index.html"><b>svelte-entitlement</b></a>
|
|
38
38
|
</li>
|
|
39
39
|
<li>
|
|
40
|
-
<a href="svelte-command/index.html"><b>svelte-command</b> button actions for svelte</a>
|
|
40
|
+
<a href="svelte-command/index.html"><b>svelte-command</b> (button) actions for svelte</a>
|
|
41
41
|
</li>
|
|
42
42
|
<li>
|
|
43
43
|
<a href="svelte-guard-history-router/index.html"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
</li>
|
|
77
77
|
<li>
|
|
78
78
|
<a href="kronos-svelte-components/index.html"
|
|
79
|
-
><b>kronos-svelte-components</b
|
|
79
|
+
><b>kronos-svelte-components</b> display kronos service wiring</a
|
|
80
80
|
>
|
|
81
81
|
</li>
|
|
82
82
|
</ul>
|