proto-table-wc 0.0.416 → 0.0.418
Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/loader.cjs.js
CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-76fed79c.js');
|
6
6
|
|
7
7
|
/*
|
8
|
-
Stencil Client Patch Esm v3.2.
|
8
|
+
Stencil Client Patch Esm v3.2.1 | MIT Licensed | https://stenciljs.com
|
9
9
|
*/
|
10
10
|
const patchEsm = () => {
|
11
11
|
return index.promiseResolve();
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-76fed79c.js');
|
6
6
|
|
7
7
|
/*
|
8
|
-
Stencil Client Patch Browser v3.2.
|
8
|
+
Stencil Client Patch Browser v3.2.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));
|
package/dist/esm/loader.js
CHANGED
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-dc847a9f.js';
|
|
2
2
|
export { s as setNonce } from './index-dc847a9f.js';
|
3
3
|
|
4
4
|
/*
|
5
|
-
Stencil Client Patch Esm v3.2.
|
5
|
+
Stencil Client Patch Esm v3.2.1 | MIT Licensed | https://stenciljs.com
|
6
6
|
*/
|
7
7
|
const patchEsm = () => {
|
8
8
|
return promiseResolve();
|
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-dc847a9f.js';
|
|
2
2
|
export { s as setNonce } from './index-dc847a9f.js';
|
3
3
|
|
4
4
|
/*
|
5
|
-
Stencil Client Patch Browser v3.2.
|
5
|
+
Stencil Client Patch Browser v3.2.1 | MIT Licensed | https://stenciljs.com
|
6
6
|
*/
|
7
7
|
const patchBrowser = () => {
|
8
8
|
const importMeta = import.meta.url;
|
package/loader/index.d.ts
CHANGED
@@ -11,7 +11,7 @@ export interface CustomElementsDefineOptions {
|
|
11
11
|
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): Promise<void>;
|
12
12
|
export declare function applyPolyfills(): Promise<void>;
|
13
13
|
|
14
|
-
/**
|
14
|
+
/**
|
15
15
|
* Used to specify a nonce value that corresponds with an application's CSP.
|
16
16
|
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
17
17
|
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "proto-table-wc",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.418",
|
4
4
|
"description": "Stencil Component Starter",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -25,11 +25,11 @@
|
|
25
25
|
"format": "prettier --write src"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@stencil/core": "3.2.
|
28
|
+
"@stencil/core": "3.2.1"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"cspell": "6.31.1",
|
32
|
-
"eslint": "8.
|
32
|
+
"eslint": "8.38.0",
|
33
33
|
"prettier": "2.8.7",
|
34
34
|
"tslint": "6.1.3",
|
35
35
|
"typescript": "5.0.4"
|