@peculiar/certificates-viewer 3.0.0 → 3.0.1

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.
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- export * from './esm-es5/index.js';
1
+ export * from './esm/index.js';
package/loader/index.js CHANGED
@@ -3,4 +3,4 @@
3
3
  */
4
4
  (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)}})();
5
5
  export * from '../dist/esm/polyfills/index.js';
6
- export * from '../dist/esm-es5/loader.js';
6
+ export * from '../dist/esm/loader.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peculiar/certificates-viewer",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "private": false,
5
5
  "description": "Peculiar Certificate Viewer web-components makes it easy for you to display certificate related details in your web application.",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "loader/"
28
28
  ],
29
29
  "scripts": {
30
- "build": "npm run clean && stencil build --docs --es5",
30
+ "build": "npm run clean && stencil build --docs",
31
31
  "start": "npm run clean && stencil build --dev --watch --serve",
32
32
  "generate": "stencil generate",
33
33
  "deploy:gh-pages": "gh-pages -d www",
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "ded8c64ca62bde49f0ec0533e83832ab271a0828"
74
+ "gitHead": "f56b18b76b006cec96ea25f54bfcb598511943e8"
75
75
  }
@@ -1,4 +0,0 @@
1
- /*!
2
- * © Peculiar Ventures https://peculiarventures.com/ - MIT License
3
- */
4
- var commonjsGlobal=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function createCommonjsModule(o,e,n){return n={path:e,exports:{},require:function(o,e){return commonjsRequire()}},o(n,n.exports),n.exports}function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}export{commonjsGlobal as a,createCommonjsModule as c};