@jskit-ai/jskit-catalog 0.1.16 → 0.1.17
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/catalog/packages.json +18 -18
- package/package.json +1 -1
package/catalog/packages.json
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"packages": [
|
|
7
7
|
{
|
|
8
8
|
"packageId": "@jskit-ai/assistant",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.17",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.17",
|
|
14
14
|
"description": "Unified assistant module with streaming chat, transcript persistence, service-aware tool execution, and workspace UI.",
|
|
15
15
|
"options": {
|
|
16
16
|
"ai-provider": {
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"mutations": {
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"runtime": {
|
|
124
|
-
"@jskit-ai/assistant": "0.1.
|
|
124
|
+
"@jskit-ai/assistant": "0.1.17",
|
|
125
125
|
"@jskit-ai/auth-core": "0.1.8",
|
|
126
126
|
"@jskit-ai/database-runtime": "0.1.8",
|
|
127
127
|
"@jskit-ai/http-runtime": "0.1.8",
|
|
128
128
|
"@jskit-ai/kernel": "0.1.8",
|
|
129
129
|
"@jskit-ai/realtime": "0.1.8",
|
|
130
|
-
"@jskit-ai/users-core": "0.1.
|
|
131
|
-
"@jskit-ai/users-web": "0.1.
|
|
130
|
+
"@jskit-ai/users-core": "0.1.13",
|
|
131
|
+
"@jskit-ai/users-web": "0.1.17",
|
|
132
132
|
"@tanstack/vue-query": "^5.90.5",
|
|
133
133
|
"dompurify": "^3.3.3",
|
|
134
134
|
"marked": "^17.0.4",
|
|
@@ -858,11 +858,11 @@
|
|
|
858
858
|
},
|
|
859
859
|
{
|
|
860
860
|
"packageId": "@jskit-ai/crud",
|
|
861
|
-
"version": "0.1.
|
|
861
|
+
"version": "0.1.17",
|
|
862
862
|
"descriptor": {
|
|
863
863
|
"packageVersion": 1,
|
|
864
864
|
"packageId": "@jskit-ai/crud",
|
|
865
|
-
"version": "0.1.
|
|
865
|
+
"version": "0.1.17",
|
|
866
866
|
"installationMode": "clone-only",
|
|
867
867
|
"description": "CRUD module with server routes, actions, persistence, and client pages.",
|
|
868
868
|
"options": {
|
|
@@ -962,14 +962,14 @@
|
|
|
962
962
|
"dependencies": {
|
|
963
963
|
"runtime": {
|
|
964
964
|
"@jskit-ai/auth-core": "0.1.8",
|
|
965
|
-
"@jskit-ai/crud-core": "0.1.
|
|
965
|
+
"@jskit-ai/crud-core": "0.1.17",
|
|
966
966
|
"@jskit-ai/database-runtime": "0.1.8",
|
|
967
967
|
"@jskit-ai/http-runtime": "0.1.8",
|
|
968
968
|
"@jskit-ai/kernel": "0.1.8",
|
|
969
969
|
"@jskit-ai/realtime": "0.1.8",
|
|
970
970
|
"@jskit-ai/shell-web": "0.1.8",
|
|
971
|
-
"@jskit-ai/users-core": "0.1.
|
|
972
|
-
"@jskit-ai/users-web": "0.1.
|
|
971
|
+
"@jskit-ai/users-core": "0.1.13",
|
|
972
|
+
"@jskit-ai/users-web": "0.1.17",
|
|
973
973
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
974
974
|
"@tanstack/vue-query": "5.92.12",
|
|
975
975
|
"typebox": "^1.0.81",
|
|
@@ -1202,11 +1202,11 @@
|
|
|
1202
1202
|
},
|
|
1203
1203
|
{
|
|
1204
1204
|
"packageId": "@jskit-ai/crud-core",
|
|
1205
|
-
"version": "0.1.
|
|
1205
|
+
"version": "0.1.17",
|
|
1206
1206
|
"descriptor": {
|
|
1207
1207
|
"packageVersion": 1,
|
|
1208
1208
|
"packageId": "@jskit-ai/crud-core",
|
|
1209
|
-
"version": "0.1.
|
|
1209
|
+
"version": "0.1.17",
|
|
1210
1210
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1211
1211
|
"dependsOn": [
|
|
1212
1212
|
"@jskit-ai/kernel",
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
"mutations": {
|
|
1232
1232
|
"dependencies": {
|
|
1233
1233
|
"runtime": {
|
|
1234
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1234
|
+
"@jskit-ai/crud-core": "0.1.17"
|
|
1235
1235
|
},
|
|
1236
1236
|
"dev": {}
|
|
1237
1237
|
},
|
|
@@ -2145,11 +2145,11 @@
|
|
|
2145
2145
|
},
|
|
2146
2146
|
{
|
|
2147
2147
|
"packageId": "@jskit-ai/users-core",
|
|
2148
|
-
"version": "0.1.
|
|
2148
|
+
"version": "0.1.13",
|
|
2149
2149
|
"descriptor": {
|
|
2150
2150
|
"packageVersion": 1,
|
|
2151
2151
|
"packageId": "@jskit-ai/users-core",
|
|
2152
|
-
"version": "0.1.
|
|
2152
|
+
"version": "0.1.13",
|
|
2153
2153
|
"description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
|
|
2154
2154
|
"dependsOn": [
|
|
2155
2155
|
"@jskit-ai/auth-core",
|
|
@@ -2615,11 +2615,11 @@
|
|
|
2615
2615
|
},
|
|
2616
2616
|
{
|
|
2617
2617
|
"packageId": "@jskit-ai/users-web",
|
|
2618
|
-
"version": "0.1.
|
|
2618
|
+
"version": "0.1.17",
|
|
2619
2619
|
"descriptor": {
|
|
2620
2620
|
"packageVersion": 1,
|
|
2621
2621
|
"packageId": "@jskit-ai/users-web",
|
|
2622
|
-
"version": "0.1.
|
|
2622
|
+
"version": "0.1.17",
|
|
2623
2623
|
"description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
|
|
2624
2624
|
"dependsOn": [
|
|
2625
2625
|
"@jskit-ai/http-runtime",
|
|
@@ -2887,7 +2887,7 @@
|
|
|
2887
2887
|
"@jskit-ai/realtime": "0.1.8",
|
|
2888
2888
|
"@jskit-ai/kernel": "0.1.8",
|
|
2889
2889
|
"@jskit-ai/shell-web": "0.1.8",
|
|
2890
|
-
"@jskit-ai/users-core": "0.1.
|
|
2890
|
+
"@jskit-ai/users-core": "0.1.13",
|
|
2891
2891
|
"vuetify": "^4.0.0"
|
|
2892
2892
|
},
|
|
2893
2893
|
"dev": {}
|