@jskit-ai/assistant 0.1.7 → 0.1.8
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.descriptor.mjs +9 -9
- package/package.json +9 -9
package/package.descriptor.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
packageVersion: 1,
|
|
3
3
|
packageId: "@jskit-ai/assistant",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.8",
|
|
5
5
|
description: "Unified assistant module with streaming chat, transcript persistence, service-aware tool execution, and workspace UI.",
|
|
6
6
|
options: {
|
|
7
7
|
"ai-provider": {
|
|
@@ -110,14 +110,14 @@ export default Object.freeze({
|
|
|
110
110
|
mutations: {
|
|
111
111
|
dependencies: {
|
|
112
112
|
runtime: {
|
|
113
|
-
"@jskit-ai/assistant": "0.1.
|
|
114
|
-
"@jskit-ai/auth-core": "0.1.
|
|
115
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
116
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
117
|
-
"@jskit-ai/kernel": "0.1.
|
|
118
|
-
"@jskit-ai/realtime": "0.1.
|
|
119
|
-
"@jskit-ai/users-core": "0.1.
|
|
120
|
-
"@jskit-ai/users-web": "0.1.
|
|
113
|
+
"@jskit-ai/assistant": "0.1.8",
|
|
114
|
+
"@jskit-ai/auth-core": "0.1.8",
|
|
115
|
+
"@jskit-ai/database-runtime": "0.1.8",
|
|
116
|
+
"@jskit-ai/http-runtime": "0.1.8",
|
|
117
|
+
"@jskit-ai/kernel": "0.1.8",
|
|
118
|
+
"@jskit-ai/realtime": "0.1.8",
|
|
119
|
+
"@jskit-ai/users-core": "0.1.8",
|
|
120
|
+
"@jskit-ai/users-web": "0.1.8",
|
|
121
121
|
"@tanstack/vue-query": "^5.90.5",
|
|
122
122
|
"dompurify": "^3.3.3",
|
|
123
123
|
"marked": "^17.0.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/assistant",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"./shared": "./src/shared/index.js"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@jskit-ai/auth-core": "0.1.
|
|
17
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
18
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
19
|
-
"@jskit-ai/kernel": "0.1.
|
|
20
|
-
"@jskit-ai/realtime": "0.1.
|
|
21
|
-
"@jskit-ai/shell-web": "0.1.
|
|
22
|
-
"@jskit-ai/users-core": "0.1.
|
|
23
|
-
"@jskit-ai/users-web": "0.1.
|
|
16
|
+
"@jskit-ai/auth-core": "0.1.8",
|
|
17
|
+
"@jskit-ai/database-runtime": "0.1.8",
|
|
18
|
+
"@jskit-ai/http-runtime": "0.1.8",
|
|
19
|
+
"@jskit-ai/kernel": "0.1.8",
|
|
20
|
+
"@jskit-ai/realtime": "0.1.8",
|
|
21
|
+
"@jskit-ai/shell-web": "0.1.8",
|
|
22
|
+
"@jskit-ai/users-core": "0.1.8",
|
|
23
|
+
"@jskit-ai/users-web": "0.1.8",
|
|
24
24
|
"@tanstack/vue-query": "^5.90.5",
|
|
25
25
|
"dompurify": "^3.3.3",
|
|
26
26
|
"marked": "^17.0.4",
|