proto-ikons-wc 0.0.36 → 0.0.37

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-b8a869a1.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.10.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.11.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-b8a869a1.js');
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v2.10.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v2.11.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-ikons-wc.cjs.js', document.baseURI).href));
@@ -104,7 +104,7 @@
104
104
  ],
105
105
  "compiler": {
106
106
  "name": "@stencil/core",
107
- "version": "2.10.0",
107
+ "version": "2.11.0",
108
108
  "typescriptVersion": "4.3.5"
109
109
  },
110
110
  "collections": [],
@@ -1,4 +1,4 @@
1
- import { h, proxyCustomElement } from '@stencil/core/internal/client';
1
+ import { HTMLElement, h, proxyCustomElement } from '@stencil/core/internal/client';
2
2
  export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
3
3
 
4
4
  const icons = [
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-92d9a81d.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.10.0 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.11.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-92d9a81d.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Browser v2.10.0 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Browser v2.11.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-ikons-wc",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",
@@ -27,7 +27,7 @@
27
27
  "format": "prettier --write src cSpell.json"
28
28
  },
29
29
  "dependencies": {
30
- "@stencil/core": "2.10.0"
30
+ "@stencil/core": "2.11.0"
31
31
  },
32
32
  "license": "MIT",
33
33
  "devDependencies": {