proto-sudoku-wc 0.0.631 → 0.0.633

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-eeb54b80.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v3.3.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-eeb54b80.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v3.3.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-sudoku-wc.cjs.js', document.baseURI).href));
@@ -4,7 +4,7 @@
4
4
  ],
5
5
  "compiler": {
6
6
  "name": "@stencil/core",
7
- "version": "3.3.0",
7
+ "version": "3.3.1",
8
8
  "typescriptVersion": "5.0.4"
9
9
  },
10
10
  "collections": [],
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-b58f7659.js';
2
2
  export { s as setNonce } from './index-b58f7659.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Esm v3.3.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-b58f7659.js';
2
2
  export { s as setNonce } from './index-b58f7659.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v3.3.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-sudoku-wc",
3
- "version": "0.0.631",
3
+ "version": "0.0.633",
4
4
  "description": "prototype - a simple Sudoku app rendered in Stencil and Tailwind",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -27,10 +27,10 @@
27
27
  "format": "prettier --write src"
28
28
  },
29
29
  "dependencies": {
30
- "@stencil/core": "3.3.0",
31
- "@stencil/store": "2.0.7",
30
+ "@stencil/core": "3.3.1",
31
+ "@stencil/store": "2.0.8",
32
32
  "ky": "0.33.3",
33
- "proto-tailwindcss-clrs": "0.0.249",
33
+ "proto-tailwindcss-clrs": "0.0.251",
34
34
  "tailwindcss": "3.3.2"
35
35
  },
36
36
  "devDependencies": {
@@ -38,7 +38,7 @@
38
38
  "concurrently": "8.1.0",
39
39
  "cspell": "6.31.1",
40
40
  "cssnano": "6.0.1",
41
- "eslint": "8.41.0",
41
+ "eslint": "8.42.0",
42
42
  "postcss": "8.4.24",
43
43
  "prettier": "2.8.8",
44
44
  "prettier-plugin-tailwindcss": "0.3.0",