proto-ikon-loader-wc 0.0.32 → 0.0.36

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # proto-ikon-loader-wc
2
2
 
3
+ [![npm version](https://badge.fury.io/js/proto-ikon-loader-wc.svg)](https://npmjs.com/package/proto-ikon-loader-wc)
4
+
3
5
  a prototype icon loader written in Stencil...
4
6
 
5
7
  - loads icons from proto-ikons-wc
@@ -9,10 +11,12 @@ a prototype icon loader written in Stencil...
9
11
 
10
12
  ## proofs
11
13
 
14
+ > _the following apps were written in Svelte and use this web component to load the SVG icons displayed in them..._
15
+
12
16
  - [s4e-proofs][icons-io] - _Material Design icons_
13
17
  - [s4e-ikons][ikons-io] - _Auto Brand icons_
14
18
 
19
+
15
20
  [icons-io]: https://s4e-proofs.vercel.app
16
21
  [ikons-io]: https://s4e-ikon-proofs.vercel.app
17
22
 
18
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-ikon-loader-wc",
3
- "version": "0.0.32",
3
+ "version": "0.0.36",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -32,10 +32,10 @@
32
32
  "proto-ikons-wc": "0.0.44"
33
33
  },
34
34
  "devDependencies": {
35
- "@typescript-eslint/eslint-plugin": "5.9.1",
36
- "@typescript-eslint/parser": "5.9.1",
35
+ "@typescript-eslint/eslint-plugin": "5.10.0",
36
+ "@typescript-eslint/parser": "5.10.0",
37
37
  "cspell": "5.15.2",
38
- "eslint": "8.6.0",
38
+ "eslint": "8.7.0",
39
39
  "prettier": "2.5.1",
40
40
  "typescript": "4.5.4"
41
41
  },