proto-ikons-wc 0.0.49 → 0.0.52

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-39582561.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.14.1 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.15.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-39582561.js');
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v2.14.1 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v2.15.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));
@@ -122,7 +122,7 @@
122
122
  ],
123
123
  "compiler": {
124
124
  "name": "@stencil/core",
125
- "version": "2.14.1",
125
+ "version": "2.15.0",
126
126
  "typescriptVersion": "4.5.4"
127
127
  },
128
128
  "collections": [],
@@ -9,7 +9,7 @@ import type { Components, JSX } from "../types/components";
9
9
  * "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
10
10
  * dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
11
11
  * But do note that this configuration depends on how your script is bundled, or lack of
12
- * bunding, and where your assets can be loaded from. Additionally custom bundling
12
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
13
13
  * will have to ensure the static assets are copied to its build directory.
14
14
  */
15
15
  export declare const setAssetPath: (path: string) => void;
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-47a6f3f7.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.14.1 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.15.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-47a6f3f7.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Browser v2.14.1 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Browser v2.15.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.49",
3
+ "version": "0.0.52",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -27,10 +27,10 @@
27
27
  "format": "prettier --write src cSpell.json"
28
28
  },
29
29
  "dependencies": {
30
- "@stencil/core": "2.14.1"
30
+ "@stencil/core": "2.15.0"
31
31
  },
32
32
  "license": "MIT",
33
33
  "devDependencies": {
34
- "typescript": "4.6.2"
34
+ "typescript": "4.6.3"
35
35
  }
36
36
  }