@db-ux/v-core-components 3.0.1 → 3.0.2-copilot2-e7bf98b

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-copilot2-e7bf98b",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -23,13 +23,15 @@
23
23
  }
24
24
  },
25
25
  "files": [
26
- "dist/"
26
+ "dist/",
27
+ "agent"
27
28
  ],
28
29
  "scripts": {
29
30
  "build": "npm-run-all build:*",
30
31
  "build:01_vite": "vite build",
31
32
  "build:02_types": "vue-tsc --declaration --emitDeclarationOnly",
32
33
  "mv:dist": "cpr dist ../../build-outputs/vue/dist --overwrite",
34
+ "mv:agent": "cpr agent ../../build-outputs/vue/agent -o",
33
35
  "mv:package.json": "cpr package.json ../../build-outputs/vue/package.json --overwrite",
34
36
  "mv:readme": "cpr README.md ../../build-outputs/vue/README.md --overwrite",
35
37
  "postbuild": "npm-run-all --parallel mv:*",
@@ -43,7 +45,7 @@
43
45
  "tsx": "4.20.3",
44
46
  "typescript": "5.8.3",
45
47
  "vite": "6.3.5",
46
- "vue": "3.5.17",
48
+ "vue": "3.5.18",
47
49
  "vue-tsc": "3.0.3"
48
50
  },
49
51
  "publishConfig": {
@@ -53,7 +55,7 @@
53
55
  "sideEffects": false,
54
56
  "source": "src/index.ts",
55
57
  "dependencies": {
56
- "@db-ux/core-components": "3.0.1",
57
- "@db-ux/core-foundations": "3.0.1"
58
+ "@db-ux/core-components": "3.0.2-copilot2-e7bf98b",
59
+ "@db-ux/core-foundations": "3.0.2-copilot2-e7bf98b"
58
60
  }
59
61
  }