@db-ux/wc-core-components 4.7.2 → 4.7.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @db-ux/wc-core-components
2
2
 
3
+ ## 4.7.3
4
+
5
+ _version bump_
6
+
7
+
3
8
  ## 4.7.2
4
9
 
5
10
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@db-ux/wc-core-components",
4
- "version": "4.7.2",
4
+ "version": "4.7.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/wc-core-components",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "Stencil components for @db-ux/core-components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,25 +21,17 @@
21
21
  "agent",
22
22
  "CHANGELOG.md"
23
23
  ],
24
- "scripts": {
25
- "build": "npm-run-all build:* --parallel mv:*",
26
- "build:_stencil": "stencil build",
27
- "build:cem": "cem analyze",
28
- "dev-build": "stencil build --config stencil.config.dev.ts",
29
- "mv:agent": "cpr agent ../../build-outputs/wc-core-components/agent --overwrite",
30
- "mv:changelog": "cpr CHANGELOG.md ../../build-outputs/wc-core-components/CHANGELOG.md --overwrite",
31
- "mv:dist": "cpr dist ../../build-outputs/wc-core-components/dist -o",
32
- "mv:package.json": "cpr package.json ../../build-outputs/wc-core-components/package.json -o",
33
- "mv:readme": "cpr README.md ../../build-outputs/wc-core-components/README.md -o",
34
- "start": "stencil build --watch --config stencil.config.dev.ts"
35
- },
36
24
  "devDependencies": {
37
25
  "@custom-elements-manifest/analyzer": "0.11.0",
38
26
  "@stencil/core": "4.43.4",
27
+ "@types/node": "25.6.0",
39
28
  "cem-plugin-expanded-types": "1.4.0",
29
+ "cpr": "3.0.1",
40
30
  "custom-element-jet-brains-integration": "1.7.0",
41
31
  "custom-element-vs-code-integration": "1.5.0",
42
- "workbox-build": "7.4.0"
32
+ "npm-run-all2": "8.0.4",
33
+ "storybook": "10.3.6",
34
+ "workbox-build": "7.4.1"
43
35
  },
44
36
  "publishConfig": {
45
37
  "registry": "https://registry.npmjs.org/",
@@ -48,7 +40,19 @@
48
40
  "web-types": "./dist/web-types.json",
49
41
  "customElements": "dist/custom-elements.json",
50
42
  "dependencies": {
51
- "@db-ux/core-components": "4.7.2",
52
- "@db-ux/core-foundations": "4.7.2"
43
+ "@db-ux/core-components": "4.7.3",
44
+ "@db-ux/core-foundations": "4.7.3"
45
+ },
46
+ "scripts": {
47
+ "build": "npm-run-all build:* --parallel mv:*",
48
+ "build:_stencil": "stencil build",
49
+ "build:cem": "cem analyze",
50
+ "dev-build": "stencil build --config stencil.config.dev.ts",
51
+ "mv:agent": "cpr agent ../../build-outputs/wc-core-components/agent --overwrite",
52
+ "mv:changelog": "cpr CHANGELOG.md ../../build-outputs/wc-core-components/CHANGELOG.md --overwrite",
53
+ "mv:dist": "cpr dist ../../build-outputs/wc-core-components/dist -o",
54
+ "mv:package.json": "cpr package.json ../../build-outputs/wc-core-components/package.json -o",
55
+ "mv:readme": "cpr README.md ../../build-outputs/wc-core-components/README.md -o",
56
+ "start": "stencil build --watch --config stencil.config.dev.ts"
53
57
  }
54
- }
58
+ }