mf-examples 1.3.22 → 1.3.24

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/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  [![npm](https://img.shields.io/npm/v/mf-examples.svg)](https://www.npmjs.com/package/mf-examples)
2
2
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
- [![install size](https://packagephobia.now.sh/badge?p=mf-examples/@1.3.3)](https://packagephobia.now.sh/result?p=mf-examples@1.3.3)
4
- [![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=mf-examples)
3
+ [![bundlejs](https://deno.bundlejs.com/?q=mf-examples\&badge=detailed)](https://bundlejs.com/?q=mf-examples)
5
4
  [![downloads](http://img.shields.io/npm/dm/mf-examples.svg?style=flat-square)](https://npmjs.org/package/mf-examples)
6
5
  [![GitHub Issues](https://img.shields.io/github/issues/arlac77/mf-examples.svg?style=flat-square)](https://github.com/arlac77/mf-examples/issues)
7
6
  [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fmf-examples%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/mf-examples/goto)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mf-examples",
3
- "version": "1.3.22",
3
+ "version": "1.3.24",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,16 +25,16 @@
25
25
  "preview": "vite preview"
26
26
  },
27
27
  "devDependencies": {
28
- "@semantic-release/commit-analyzer": "^9.0.2",
28
+ "@semantic-release/commit-analyzer": "^10.0.1",
29
29
  "@semantic-release/exec": "^6.0.3",
30
- "@semantic-release/release-notes-generator": "^11.0.1",
31
- "mf-hosting-frontend": "^1.9.3",
32
- "mf-styling": "^1.7.56",
33
- "npm-pkgbuild": "^11.1.14",
34
- "semantic-release": "^21.0.0",
35
- "stylelint": "^15.0.0",
30
+ "@semantic-release/release-notes-generator": "^11.0.3",
31
+ "mf-hosting-frontend": "^1.9.4",
32
+ "mf-styling": "^1.7.59",
33
+ "npm-pkgbuild": "^11.8.9",
34
+ "semantic-release": "^21.0.5",
35
+ "stylelint": "^15.9.0",
36
36
  "stylelint-config-standard": "^33.0.0",
37
- "vite": "^4.2.1"
37
+ "vite": "^4.3.9"
38
38
  },
39
39
  "repository": {
40
40
  "type": "git",
package/src/index.html CHANGED
@@ -27,7 +27,7 @@
27
27
  <a href="mf-styling/index.html"><b>mf-styling</b> CSS styling for mf apps</a>
28
28
  </li>
29
29
  <li>
30
- <a href="svelte-common/index.html"><b>svelte-common</b></a>
30
+ <a href="svelte-common/index.html"><b>svelte-common</b> commonly used svelte components</a>
31
31
  </li>
32
32
  <li>
33
33
  <a href="svelte-entitlement/index.html"><b>svelte-entitlement</b></a>