@htmlbricks/hb-card-video 0.17.34 → 0.18.2

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-card-video",
3
3
  "displayName": "Svelte Boostrap Video Card WebComponent",
4
4
  "description": "Svelte Boostrap Video Card WebComponent",
5
- "version": "0.17.34",
5
+ "version": "0.18.2",
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",
@@ -33,8 +33,6 @@
33
33
  "dayjs": "^1.10.7"
34
34
  },
35
35
  "devDependencies": {
36
- "@htmlbricks/hb-jsutils": "^0.17.34",
37
- "@htmlbricks/manifester": "^0.0.22",
38
36
  "@rollup/plugin-alias": "^3.1.2",
39
37
  "@rollup/plugin-commonjs": "^18.0.0",
40
38
  "@rollup/plugin-json": "^4.1.0",
@@ -48,6 +46,7 @@
48
46
  "eslint": "^7.25.0",
49
47
  "eslint-plugin-jsdoc": "^33.0.0",
50
48
  "eslint-plugin-svelte3": "^3.2.0",
49
+ "monorepo-wc-packages-manifester": "^0.0.3",
51
50
  "node-sass": "^6.0.1",
52
51
  "postcss": "^8.2.13",
53
52
  "postcss-load-config": "^3.0.1",
@@ -70,7 +69,8 @@
70
69
  "tslib": "^2.2.0",
71
70
  "ttypescript": "^1.5.12",
72
71
  "typescript": "^4.2.4",
73
- "typescript-transform-paths": "^2.2.3"
72
+ "typescript-transform-paths": "^2.2.3",
73
+ "wc-js-utils": "^0.0.1"
74
74
  },
75
75
  "keywords": [
76
76
  "svelte",
@@ -78,5 +78,5 @@
78
78
  "webcomponents"
79
79
  ],
80
80
  "contributors": [],
81
- "gitHead": "08e6506d9cae4165ef0aca0087726f251ab08cdb"
81
+ "gitHead": "595ff5d5ed10e4fab73c06bb0ed6545fcd90c233"
82
82
  }
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 = {
@@ -146,5 +146,5 @@
146
146
  "size": {},
147
147
  "iifePath": "release/release.js",
148
148
  "repoName": "@htmlbricks/hb-card-video",
149
- "version": "0.17.34"
149
+ "version": "0.18.2"
150
150
  }