proto-ikon-loader-wc 0.0.28 → 0.0.32

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 +9 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,3 +7,12 @@ a prototype icon loader written in Stencil...
7
7
  - this component will lazy load those icons, on demand
8
8
  - purely exploratory...
9
9
 
10
+ ## proofs
11
+
12
+ - [s4e-proofs][icons-io] - _Material Design icons_
13
+ - [s4e-ikons][ikons-io] - _Auto Brand icons_
14
+
15
+ [icons-io]: https://s4e-proofs.vercel.app
16
+ [ikons-io]: https://s4e-ikon-proofs.vercel.app
17
+
18
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-ikon-loader-wc",
3
- "version": "0.0.28",
3
+ "version": "0.0.32",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -32,9 +32,9 @@
32
32
  "proto-ikons-wc": "0.0.44"
33
33
  },
34
34
  "devDependencies": {
35
- "@typescript-eslint/eslint-plugin": "5.9.0",
36
- "@typescript-eslint/parser": "5.9.0",
37
- "cspell": "5.14.0",
35
+ "@typescript-eslint/eslint-plugin": "5.9.1",
36
+ "@typescript-eslint/parser": "5.9.1",
37
+ "cspell": "5.15.2",
38
38
  "eslint": "8.6.0",
39
39
  "prettier": "2.5.1",
40
40
  "typescript": "4.5.4"