proto-table-wc 0.0.498 → 0.0.500

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ const index = require('./index-215e1883.js');
6
6
  const appGlobals = require('./app-globals-3a1e7e63.js');
7
7
 
8
8
  /*
9
- Stencil Client Patch Browser v4.15.0 | MIT Licensed | https://stenciljs.com
9
+ Stencil Client Patch Browser v4.16.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-table-wc.cjs.js', document.baseURI).href));
@@ -5,8 +5,8 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "4.15.0",
9
- "typescriptVersion": "5.4.4"
8
+ "version": "4.16.0",
9
+ "typescriptVersion": "5.4.5"
10
10
  },
11
11
  "collections": [],
12
12
  "bundles": []
@@ -3,7 +3,7 @@ export { s as setNonce } from './index-b878de0a.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.15.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.16.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-table-wc",
3
- "version": "0.0.498",
3
+ "version": "0.0.500",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -25,14 +25,14 @@
25
25
  "format": "prettier --write src"
26
26
  },
27
27
  "dependencies": {
28
- "@stencil/core": "4.15.0"
28
+ "@stencil/core": "4.16.0"
29
29
  },
30
30
  "devDependencies": {
31
- "cspell": "8.6.1",
31
+ "cspell": "8.7.0",
32
32
  "eslint": "9.0.0",
33
33
  "prettier": "3.2.5",
34
34
  "tslint": "6.1.3",
35
- "typescript": "5.4.4"
35
+ "typescript": "5.4.5"
36
36
  },
37
37
  "license": "MIT"
38
38
  }