proto-table-wc 0.0.204 → 0.0.208

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-db7bec73.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.12.1 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.13.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-db7bec73.js');
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v2.12.1 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v2.13.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-table-wc.cjs.js', document.baseURI).href));
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "2.12.1",
8
+ "version": "2.13.0",
9
9
  "typescriptVersion": "4.3.5"
10
10
  },
11
11
  "collections": [],
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-854cd68e.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.12.1 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.13.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-854cd68e.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Browser v2.12.1 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Browser v2.13.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-table-wc",
3
- "version": "0.0.204",
3
+ "version": "0.0.208",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -27,18 +27,18 @@
27
27
  "format": "prettier --write src"
28
28
  },
29
29
  "dependencies": {
30
- "@stencil/core": "2.12.1"
30
+ "@stencil/core": "2.13.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/jest": "27.4.0",
34
34
  "@types/puppeteer": "5.4.4",
35
- "cspell": "5.15.2",
35
+ "cspell": "5.17.0",
36
36
  "eslint": "8.7.0",
37
- "jest": "26.6.3",
37
+ "jest": "27.4.7",
38
38
  "prettier": "2.5.1",
39
- "puppeteer": "13.1.1",
39
+ "puppeteer": "13.1.2",
40
40
  "tslint": "6.1.3",
41
- "typescript": "4.5.4"
41
+ "typescript": "4.5.5"
42
42
  },
43
43
  "license": "MIT"
44
44
  }