proto-ikons-wc 0.0.136 → 0.0.138

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.
@@ -6,7 +6,7 @@ const index = require('./index-8d6b7e45.js');
6
6
  const appGlobals = require('./app-globals-3a1e7e63.js');
7
7
 
8
8
  /*
9
- Stencil Client Patch Browser v4.12.6 | MIT Licensed | https://stenciljs.com
9
+ Stencil Client Patch Browser v4.13.0 | MIT Licensed | https://stenciljs.com
10
10
  */
11
11
  const patchBrowser = () => {
12
12
  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,8 +122,8 @@
122
122
  ],
123
123
  "compiler": {
124
124
  "name": "@stencil/core",
125
- "version": "4.12.6",
126
- "typescriptVersion": "5.3.3"
125
+ "version": "4.13.0",
126
+ "typescriptVersion": "5.4.2"
127
127
  },
128
128
  "collections": [],
129
129
  "bundles": []
@@ -3,7 +3,7 @@ export { s as setNonce } from './index-5d0bd19b.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.12.6 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.13.0 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
  const patchBrowser = () => {
9
9
  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.136",
3
+ "version": "0.0.138",
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": "4.12.6"
30
+ "@stencil/core": "4.13.0"
31
31
  },
32
32
  "license": "MIT",
33
33
  "devDependencies": {
34
- "typescript": "5.4.2"
34
+ "typescript": "5.4.3"
35
35
  }
36
36
  }