proto-ikon-loader-wc 0.0.34 → 0.0.38

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
@@ -11,10 +11,12 @@ a prototype icon loader written in Stencil...
11
11
 
12
12
  ## proofs
13
13
 
14
+ > _the following apps were written in Svelte and use this web component to load the SVG icons displayed in them..._
15
+
14
16
  - [s4e-proofs][icons-io] - _Material Design icons_
15
17
  - [s4e-ikons][ikons-io] - _Auto Brand icons_
16
18
 
19
+
17
20
  [icons-io]: https://s4e-proofs.vercel.app
18
21
  [ikons-io]: https://s4e-ikon-proofs.vercel.app
19
22
 
20
-
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-19c3364c.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.12.1 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.13.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -3,7 +3,7 @@
3
3
  const index = require('./index-19c3364c.js');
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v2.12.1 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v2.13.0 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
  const patchBrowser = () => {
9
9
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-ikon-loader-wc.cjs.js', document.baseURI).href));
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "2.12.1",
8
+ "version": "2.13.0",
9
9
  "typescriptVersion": "4.3.5"
10
10
  },
11
11
  "collections": [
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-7321be55.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.12.1 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.13.0 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  const patchEsm = () => {
7
7
  return promiseResolve();
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-7321be55.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Browser v2.12.1 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Browser v2.13.0 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  const patchBrowser = () => {
7
7
  const importMeta = import.meta.url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-ikon-loader-wc",
3
- "version": "0.0.34",
3
+ "version": "0.0.38",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -28,16 +28,16 @@
28
28
  "lint": "eslint src/**/*.{ts,tsx}"
29
29
  },
30
30
  "dependencies": {
31
- "@stencil/core": "2.12.1",
32
- "proto-ikons-wc": "0.0.44"
31
+ "@stencil/core": "2.13.0",
32
+ "proto-ikons-wc": "0.0.46"
33
33
  },
34
34
  "devDependencies": {
35
- "@typescript-eslint/eslint-plugin": "5.9.1",
36
- "@typescript-eslint/parser": "5.9.1",
37
- "cspell": "5.15.2",
35
+ "@typescript-eslint/eslint-plugin": "5.10.1",
36
+ "@typescript-eslint/parser": "5.10.1",
37
+ "cspell": "5.16.0",
38
38
  "eslint": "8.7.0",
39
39
  "prettier": "2.5.1",
40
- "typescript": "4.5.4"
40
+ "typescript": "4.5.5"
41
41
  },
42
42
  "license": "MIT"
43
43
  }