proto-table-wc 0.0.473 → 0.0.475

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-7fae5439.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v4.9.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.9.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchBrowser = () => {
11
11
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-table-wc.cjs.js', document.baseURI).href));
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "4.9.0",
8
+ "version": "4.9.1",
9
9
  "typescriptVersion": "5.2.2"
10
10
  },
11
11
  "collections": [],
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-d7dbc3b8.js';
2
2
  export { s as setNonce } from './index-d7dbc3b8.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v4.9.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v4.9.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-table-wc",
3
- "version": "0.0.473",
3
+ "version": "0.0.475",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -25,12 +25,12 @@
25
25
  "format": "prettier --write src"
26
26
  },
27
27
  "dependencies": {
28
- "@stencil/core": "4.9.0"
28
+ "@stencil/core": "4.9.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "cspell": "8.3.2",
32
32
  "eslint": "8.56.0",
33
- "prettier": "3.1.1",
33
+ "prettier": "3.2.0",
34
34
  "tslint": "6.1.3",
35
35
  "typescript": "5.3.3"
36
36
  },