@copilotkit/vue 1.57.2 → 1.57.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/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/vue",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Vue 3 components and composables for CopilotKit",
|
|
6
6
|
"keywords": [
|
|
@@ -60,38 +60,21 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"scripts": {
|
|
64
|
-
"build": "vite build && pnpm build:css && pnpm build:types",
|
|
65
|
-
"build:css": "npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css -m && node scripts/scope-preflight.mjs ./dist/styles.css",
|
|
66
|
-
"build:types": "vue-tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir dist --skipLibCheck && cp ./dist/index.d.ts ./dist/index.d.mts && cp ./dist/index.d.ts ./dist/index.d.cts && cp ./dist/v2/index.d.ts ./dist/v2/index.d.mts && cp ./dist/v2/index.d.ts ./dist/v2/index.d.cts",
|
|
67
|
-
"dev:css": "npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css --watch --minify",
|
|
68
|
-
"dev": "concurrently \"pnpm dev:css\" \"vite build --watch\"",
|
|
69
|
-
"test": "vitest run",
|
|
70
|
-
"test:watch": "vitest",
|
|
71
|
-
"test:coverage": "vitest run --coverage",
|
|
72
|
-
"test:ui": "vitest --ui",
|
|
73
|
-
"lint": "eslint .",
|
|
74
|
-
"check-types": "vue-tsc --noEmit",
|
|
75
|
-
"publint": "publint .",
|
|
76
|
-
"attw": "attw --pack . --profile node16 --exclude-entrypoints ./styles.css --ignore-rules internal-resolution-error",
|
|
77
|
-
"clean": "rm -rf dist"
|
|
78
|
-
},
|
|
79
63
|
"dependencies": {
|
|
80
64
|
"@a2ui/web_core": "0.9.0",
|
|
81
65
|
"@ag-ui/client": "0.0.53",
|
|
82
66
|
"@ag-ui/core": "0.0.53",
|
|
83
|
-
"@copilotkit/core": "workspace:*",
|
|
84
|
-
"@copilotkit/shared": "workspace:*",
|
|
85
|
-
"@copilotkit/web-inspector": "workspace:*",
|
|
86
67
|
"@jetbrains/websandbox": "^1.1.3",
|
|
87
68
|
"katex": "^0.16.27",
|
|
88
69
|
"lucide-vue-next": "^0.525.0",
|
|
89
70
|
"streamdown-vue": "^1.0.29",
|
|
90
71
|
"zod": "^3.25.75",
|
|
91
|
-
"zod-to-json-schema": "^3.24.5"
|
|
72
|
+
"zod-to-json-schema": "^3.24.5",
|
|
73
|
+
"@copilotkit/core": "1.57.3",
|
|
74
|
+
"@copilotkit/web-inspector": "1.57.3",
|
|
75
|
+
"@copilotkit/shared": "1.57.3"
|
|
92
76
|
},
|
|
93
77
|
"devDependencies": {
|
|
94
|
-
"@copilotkit/typescript-config": "workspace:*",
|
|
95
78
|
"@eslint/js": "^9.39.2",
|
|
96
79
|
"@tailwindcss/cli": "^4.1.11",
|
|
97
80
|
"@tailwindcss/postcss": "^4.1.11",
|
|
@@ -119,12 +102,29 @@
|
|
|
119
102
|
"vitest": "^4.1.3",
|
|
120
103
|
"vue": "^3.5.28",
|
|
121
104
|
"vue-eslint-parser": "^10.4.0",
|
|
122
|
-
"vue-tsc": "^2.1.10"
|
|
105
|
+
"vue-tsc": "^2.1.10",
|
|
106
|
+
"@copilotkit/typescript-config": "1.55.0-next.8"
|
|
123
107
|
},
|
|
124
108
|
"peerDependencies": {
|
|
125
109
|
"vue": ">=3.3.0"
|
|
126
110
|
},
|
|
127
111
|
"engines": {
|
|
128
112
|
"node": ">=18"
|
|
113
|
+
},
|
|
114
|
+
"scripts": {
|
|
115
|
+
"build": "vite build && pnpm build:css && pnpm build:types",
|
|
116
|
+
"build:css": "npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css -m && node scripts/scope-preflight.mjs ./dist/styles.css",
|
|
117
|
+
"build:types": "vue-tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir dist --skipLibCheck && cp ./dist/index.d.ts ./dist/index.d.mts && cp ./dist/index.d.ts ./dist/index.d.cts && cp ./dist/v2/index.d.ts ./dist/v2/index.d.mts && cp ./dist/v2/index.d.ts ./dist/v2/index.d.cts",
|
|
118
|
+
"dev:css": "npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css --watch --minify",
|
|
119
|
+
"dev": "concurrently \"pnpm dev:css\" \"vite build --watch\"",
|
|
120
|
+
"test": "vitest run",
|
|
121
|
+
"test:watch": "vitest",
|
|
122
|
+
"test:coverage": "vitest run --coverage",
|
|
123
|
+
"test:ui": "vitest --ui",
|
|
124
|
+
"lint": "eslint .",
|
|
125
|
+
"check-types": "vue-tsc --noEmit",
|
|
126
|
+
"publint": "publint .",
|
|
127
|
+
"attw": "attw --pack . --profile node16 --exclude-entrypoints ./styles.css --ignore-rules internal-resolution-error",
|
|
128
|
+
"clean": "rm -rf dist"
|
|
129
129
|
}
|
|
130
|
-
}
|
|
130
|
+
}
|