analog-clock-components 0.1.211 → 0.1.214

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.
@@ -3,7 +3,7 @@
3
3
  const index = require('./index-3fb91516.js');
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v2.14.2 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v2.15.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('analog-clock.cjs.js', document.baseURI).href));
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-3fb91516.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.14.2 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.15.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -4,7 +4,7 @@
4
4
  ],
5
5
  "compiler": {
6
6
  "name": "@stencil/core",
7
- "version": "2.14.2",
7
+ "version": "2.15.0",
8
8
  "typescriptVersion": "4.5.4"
9
9
  },
10
10
  "collections": [],
@@ -9,7 +9,7 @@ import type { Components, JSX } from "../types/components";
9
9
  * "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
10
10
  * dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
11
11
  * But do note that this configuration depends on how your script is bundled, or lack of
12
- * bunding, and where your assets can be loaded from. Additionally custom bundling
12
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
13
13
  * will have to ensure the static assets are copied to its build directory.
14
14
  */
15
15
  export declare const setAssetPath: (path: string) => void;
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-769dedbf.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Browser v2.14.2 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Browser v2.15.0 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  const patchBrowser = () => {
7
7
  const importMeta = import.meta.url;
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-769dedbf.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.14.2 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.15.0 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  const patchEsm = () => {
7
7
  return promiseResolve();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analog-clock-components",
3
- "version": "0.1.211",
3
+ "version": "0.1.214",
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.14.2"
30
+ "@stencil/core": "2.15.0"
31
31
  },
32
32
  "license": "MIT",
33
33
  "devDependencies": {
34
34
  "@types/jest": "27.4.1",
35
35
  "@types/puppeteer": "5.4.5",
36
36
  "cspell": "5.19.3",
37
- "eslint": "8.11.0",
37
+ "eslint": "8.12.0",
38
38
  "jest": "27.5.1",
39
- "prettier": "2.6.0",
39
+ "prettier": "2.6.1",
40
40
  "puppeteer": "13.5.1",
41
41
  "tslint": "6.1.3",
42
- "typescript": "4.6.2"
42
+ "typescript": "4.6.3"
43
43
  }
44
44
  }