sentikit-webcomponents 0.1.3

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.
@@ -0,0 +1,4 @@
1
+
2
+ (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
3
+ export * from '../dist/esm/polyfills/index.js';
4
+ export * from '../dist/esm/loader.js';
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "sentikit-webcomponents",
3
+ "version": "0.1.3",
4
+ "description": "sentikit webcomponents",
5
+ "private": false,
6
+ "author": {
7
+ "name": "hsntnc"
8
+ },
9
+ "main": "dist/esm/index-49fd1bc4.js",
10
+ "typings": "types/index.d.ts",
11
+ "scripts": {
12
+ "build-wc": "npm run build-wc:clean && npm run build-wc:webpack",
13
+ "build-wc:clean": "rm -rf dist && mkdir dist",
14
+ "build-wc:webpack": "webpack",
15
+ "test": "echo \"Error: no test specified\" && exit 1"
16
+ },
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }