@db-ux/v-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/v-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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -27,27 +27,18 @@
27
27
  "agent",
28
28
  "CHANGELOG.md"
29
29
  ],
30
- "scripts": {
31
- "build": "npm-run-all --parallel build:* --parallel mv:*",
32
- "build:01_vite": "vite build",
33
- "build:02_types": "vue-tsc --declaration --emitDeclarationOnly",
34
- "mv:dist": "cpr dist ../../build-outputs/vue/dist --overwrite",
35
- "mv:agent": "cpr agent ../../build-outputs/vue/agent --overwrite",
36
- "mv:changelog": "cpr CHANGELOG.md ../../build-outputs/vue/CHANGELOG.md --overwrite",
37
- "mv:package.json": "cpr package.json ../../build-outputs/vue/package.json --overwrite",
38
- "mv:readme": "cpr README.md ../../build-outputs/vue/README.md --overwrite",
39
- "test:components": "playwright test --config playwright.config.ts",
40
- "test:components:ui": "playwright test --config playwright.config.ts --ui"
41
- },
42
30
  "devDependencies": {
43
31
  "@playwright/experimental-ct-vue": "1.59.1",
44
32
  "@vitejs/plugin-vue": "6.0.6",
33
+ "@vue/compiler-dom": "3.5.34",
34
+ "cpr": "3.0.1",
35
+ "npm-run-all2": "8.0.4",
45
36
  "replace-in-file": "8.4.0",
46
37
  "tsx": "4.21.0",
47
38
  "typescript": "5.9.3",
48
39
  "vite": "8.0.10",
49
- "vue": "3.5.33",
50
- "vue-tsc": "3.2.7"
40
+ "vue": "3.5.34",
41
+ "vue-tsc": "3.2.8"
51
42
  },
52
43
  "publishConfig": {
53
44
  "registry": "https://registry.npmjs.org/",
@@ -56,7 +47,19 @@
56
47
  "sideEffects": false,
57
48
  "source": "src/index.ts",
58
49
  "dependencies": {
59
- "@db-ux/core-components": "4.7.2",
60
- "@db-ux/core-foundations": "4.7.2"
50
+ "@db-ux/core-components": "4.7.3",
51
+ "@db-ux/core-foundations": "4.7.3"
52
+ },
53
+ "scripts": {
54
+ "build": "npm-run-all --parallel build:* --parallel mv:*",
55
+ "build:01_vite": "vite build",
56
+ "build:02_types": "vue-tsc --declaration --emitDeclarationOnly",
57
+ "mv:dist": "cpr dist ../../build-outputs/vue/dist --overwrite",
58
+ "mv:agent": "cpr agent ../../build-outputs/vue/agent --overwrite",
59
+ "mv:changelog": "cpr CHANGELOG.md ../../build-outputs/vue/CHANGELOG.md --overwrite",
60
+ "mv:package.json": "cpr package.json ../../build-outputs/vue/package.json --overwrite",
61
+ "mv:readme": "cpr README.md ../../build-outputs/vue/README.md --overwrite",
62
+ "test:components": "playwright test --config playwright.config.ts",
63
+ "test:components:ui": "playwright test --config playwright.config.ts --ui"
61
64
  }
62
- }
65
+ }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};