proto-daisy-db 0.0.13 → 0.0.16

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-69b24cc8.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.17.2 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.17.3 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -3,7 +3,7 @@
3
3
  const index = require('./index-69b24cc8.js');
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v2.17.2 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v2.17.3 | 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('proto-daisy-db.cjs.js', document.baseURI).href));
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "compiler": {
10
10
  "name": "@stencil/core",
11
- "version": "2.17.2",
11
+ "version": "2.17.3",
12
12
  "typescriptVersion": "4.5.4"
13
13
  },
14
14
  "collections": [],
@@ -1,4 +1,4 @@
1
1
  // WARNING: generated file...
2
- const TW_VERSION = '3.1.7';
2
+ const TW_VERSION = '3.1.8';
3
3
  export { TW_VERSION };
4
4
  export default TW_VERSION;
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-1d7e6324.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.17.2 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.17.3 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  const patchEsm = () => {
7
7
  return promiseResolve();
@@ -1,7 +1,7 @@
1
1
  import { p as promiseResolve, b as bootstrapLazy } from './index-1d7e6324.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Browser v2.17.2 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Browser v2.17.3 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  const patchBrowser = () => {
7
7
  const importMeta = import.meta.url;
@@ -1,3 +1,3 @@
1
- declare const TW_VERSION = "3.1.7";
1
+ declare const TW_VERSION = "3.1.8";
2
2
  export { TW_VERSION };
3
3
  export default TW_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-daisy-db",
3
- "version": "0.0.13",
3
+ "version": "0.0.16",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -10,10 +10,6 @@
10
10
  "collection": "dist/collection/collection-manifest.json",
11
11
  "collection:main": "dist/collection/index.js",
12
12
  "unpkg": "dist/proto-daisy-db/proto-daisy-db.esm.js",
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ionic-team/stencil-component-starter.git"
16
- },
17
13
  "files": [
18
14
  "dist/",
19
15
  "loader/"
@@ -31,7 +27,7 @@
31
27
  "format": "prettier --write src"
32
28
  },
33
29
  "dependencies": {
34
- "@stencil/core": "2.17.2",
30
+ "@stencil/core": "2.17.3",
35
31
  "mitt": "3.0.0"
36
32
  },
37
33
  "devDependencies": {
@@ -43,8 +39,8 @@
43
39
  "postcss": "8.4.14",
44
40
  "prettier": "2.7.1",
45
41
  "prettier-plugin-tailwindcss": "0.1.13",
46
- "proto-tailwindcss-clrs": "0.0.151",
47
- "tailwindcss": "3.1.7"
42
+ "proto-tailwindcss-clrs": "0.0.152",
43
+ "tailwindcss": "3.1.8"
48
44
  },
49
45
  "license": "MIT"
50
46
  }