@htmlbricks/hb-shop-item-cell 0.17.33 → 0.18.0

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/extra/docs.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "@htmlbricks/hb-jsutils/main";
1
+ import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "wc-js-utils/main";
2
2
  import type { Component } from "../app/types/webcomponent.type";
3
3
 
4
4
  export const storybookArgs = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@htmlbricks/hb-shop-item-cell",
3
3
  "displayName": "Svelte Shop Item Cell WebComponent",
4
4
  "description": "Svelte Shop Item Cell WebComponent",
5
- "version": "0.17.33",
5
+ "version": "0.18.0",
6
6
  "main": "release/release.js",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  "start": "sirv dist",
21
21
  "dev": "rm -rf ./dist && rollup -c -w",
22
22
  "build": "rm -rf ./dist && rollup -c",
23
- "generate-manifest": "npm run generate-schemes && manifester --dir $PWD",
23
+ "generate-manifest": "npm run generate-schemes && monorepo-wc-packages-manifester --dir $PWD",
24
24
  "generate-component-schema": "ts-json-schema-generator --type 'Component' --path 'app/types/webcomponent.type.d.ts' > dist/webcomponent.type.d.json",
25
25
  "generate-events-schema": "ts-json-schema-generator --type 'Events' --path 'app/types/webcomponent.type.d.ts' > dist/webcomponent_events.type.d.json",
26
26
  "generate-schemes": "npm run generate-events-schema && npm run generate-component-schema",
@@ -30,8 +30,6 @@
30
30
  "prepublish": "npm run build:release"
31
31
  },
32
32
  "devDependencies": {
33
- "@htmlbricks/hb-jsutils": "^0.17.33",
34
- "@htmlbricks/manifester": "^0.0.22",
35
33
  "@rollup/plugin-alias": "^3.1.2",
36
34
  "@rollup/plugin-commonjs": "^18.0.0",
37
35
  "@rollup/plugin-json": "^4.1.0",
@@ -44,6 +42,7 @@
44
42
  "eslint": "^7.25.0",
45
43
  "eslint-plugin-jsdoc": "^33.0.0",
46
44
  "eslint-plugin-svelte3": "^3.2.0",
45
+ "monorepo-wc-packages-manifester": "^0.0.3",
47
46
  "node-sass": "^6.0.1",
48
47
  "postcss": "^8.2.13",
49
48
  "postcss-load-config": "^3.0.1",
@@ -65,7 +64,8 @@
65
64
  "tslib": "^2.2.0",
66
65
  "ttypescript": "^1.5.12",
67
66
  "typescript": "^4.2.4",
68
- "typescript-transform-paths": "^2.2.3"
67
+ "typescript-transform-paths": "^2.2.3",
68
+ "wc-js-utils": "^0.0.1"
69
69
  },
70
70
  "keywords": [
71
71
  "svelte",
@@ -74,5 +74,5 @@
74
74
  "html5-webcomponents"
75
75
  ],
76
76
  "contributors": [],
77
- "gitHead": "8ba970e45d980ecf745de996602ddd5d05c86c7d"
77
+ "gitHead": "a9e0321cfbbcca49f89951314c0b138036873350"
78
78
  }
package/release/docs.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "@htmlbricks/hb-jsutils/main";
1
+ import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "wc-js-utils/main";
2
2
  import type { Component } from "../app/types/webcomponent.type";
3
3
 
4
4
  export const storybookArgs = {
@@ -230,5 +230,5 @@
230
230
  "size": {},
231
231
  "iifePath": "release/release.js",
232
232
  "repoName": "@htmlbricks/hb-shop-item-cell",
233
- "version": "0.17.33"
233
+ "version": "0.18.0"
234
234
  }