@jskit-ai/jskit-catalog 0.1.14 → 0.1.16
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 -24
- 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.16",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.16",
|
|
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.16",
|
|
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.12",
|
|
131
|
+
"@jskit-ai/users-web": "0.1.16",
|
|
132
132
|
"@tanstack/vue-query": "^5.90.5",
|
|
133
133
|
"dompurify": "^3.3.3",
|
|
134
134
|
"marked": "^17.0.4",
|
|
@@ -147,7 +147,6 @@
|
|
|
147
147
|
"op": "install-migration",
|
|
148
148
|
"from": "templates/migrations/assistant_transcripts_initial.cjs",
|
|
149
149
|
"toDir": "migrations",
|
|
150
|
-
"slug": "assistant_transcripts_initial",
|
|
151
150
|
"extension": ".cjs",
|
|
152
151
|
"reason": "Install assistant conversation/message schema migration.",
|
|
153
152
|
"category": "assistant",
|
|
@@ -157,7 +156,6 @@
|
|
|
157
156
|
"op": "install-migration",
|
|
158
157
|
"from": "templates/migrations/assistant_settings_initial.cjs",
|
|
159
158
|
"toDir": "migrations",
|
|
160
|
-
"slug": "assistant_settings_initial",
|
|
161
159
|
"extension": ".cjs",
|
|
162
160
|
"reason": "Install assistant settings schema migration.",
|
|
163
161
|
"category": "assistant",
|
|
@@ -860,11 +858,11 @@
|
|
|
860
858
|
},
|
|
861
859
|
{
|
|
862
860
|
"packageId": "@jskit-ai/crud",
|
|
863
|
-
"version": "0.1.
|
|
861
|
+
"version": "0.1.16",
|
|
864
862
|
"descriptor": {
|
|
865
863
|
"packageVersion": 1,
|
|
866
864
|
"packageId": "@jskit-ai/crud",
|
|
867
|
-
"version": "0.1.
|
|
865
|
+
"version": "0.1.16",
|
|
868
866
|
"installationMode": "clone-only",
|
|
869
867
|
"description": "CRUD module with server routes, actions, persistence, and client pages.",
|
|
870
868
|
"options": {
|
|
@@ -964,14 +962,14 @@
|
|
|
964
962
|
"dependencies": {
|
|
965
963
|
"runtime": {
|
|
966
964
|
"@jskit-ai/auth-core": "0.1.8",
|
|
967
|
-
"@jskit-ai/crud-core": "0.1.
|
|
965
|
+
"@jskit-ai/crud-core": "0.1.16",
|
|
968
966
|
"@jskit-ai/database-runtime": "0.1.8",
|
|
969
967
|
"@jskit-ai/http-runtime": "0.1.8",
|
|
970
968
|
"@jskit-ai/kernel": "0.1.8",
|
|
971
969
|
"@jskit-ai/realtime": "0.1.8",
|
|
972
970
|
"@jskit-ai/shell-web": "0.1.8",
|
|
973
|
-
"@jskit-ai/users-core": "0.1.
|
|
974
|
-
"@jskit-ai/users-web": "0.1.
|
|
971
|
+
"@jskit-ai/users-core": "0.1.12",
|
|
972
|
+
"@jskit-ai/users-web": "0.1.16",
|
|
975
973
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
976
974
|
"@tanstack/vue-query": "5.92.12",
|
|
977
975
|
"typebox": "^1.0.81",
|
|
@@ -988,7 +986,6 @@
|
|
|
988
986
|
"op": "install-migration",
|
|
989
987
|
"from": "templates/migrations/crud_initial.cjs",
|
|
990
988
|
"toDir": "migrations",
|
|
991
|
-
"slug": "crud_initial_${option:namespace|snake}",
|
|
992
989
|
"extension": ".cjs",
|
|
993
990
|
"reason": "Install CRUD schema migration.",
|
|
994
991
|
"category": "crud",
|
|
@@ -1205,11 +1202,11 @@
|
|
|
1205
1202
|
},
|
|
1206
1203
|
{
|
|
1207
1204
|
"packageId": "@jskit-ai/crud-core",
|
|
1208
|
-
"version": "0.1.
|
|
1205
|
+
"version": "0.1.16",
|
|
1209
1206
|
"descriptor": {
|
|
1210
1207
|
"packageVersion": 1,
|
|
1211
1208
|
"packageId": "@jskit-ai/crud-core",
|
|
1212
|
-
"version": "0.1.
|
|
1209
|
+
"version": "0.1.16",
|
|
1213
1210
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1214
1211
|
"dependsOn": [
|
|
1215
1212
|
"@jskit-ai/kernel",
|
|
@@ -1234,7 +1231,7 @@
|
|
|
1234
1231
|
"mutations": {
|
|
1235
1232
|
"dependencies": {
|
|
1236
1233
|
"runtime": {
|
|
1237
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1234
|
+
"@jskit-ai/crud-core": "0.1.16"
|
|
1238
1235
|
},
|
|
1239
1236
|
"dev": {}
|
|
1240
1237
|
},
|
|
@@ -2148,11 +2145,11 @@
|
|
|
2148
2145
|
},
|
|
2149
2146
|
{
|
|
2150
2147
|
"packageId": "@jskit-ai/users-core",
|
|
2151
|
-
"version": "0.1.
|
|
2148
|
+
"version": "0.1.12",
|
|
2152
2149
|
"descriptor": {
|
|
2153
2150
|
"packageVersion": 1,
|
|
2154
2151
|
"packageId": "@jskit-ai/users-core",
|
|
2155
|
-
"version": "0.1.
|
|
2152
|
+
"version": "0.1.12",
|
|
2156
2153
|
"description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
|
|
2157
2154
|
"dependsOn": [
|
|
2158
2155
|
"@jskit-ai/auth-core",
|
|
@@ -2379,7 +2376,6 @@
|
|
|
2379
2376
|
"op": "install-migration",
|
|
2380
2377
|
"from": "templates/migrations/users_core_initial.cjs",
|
|
2381
2378
|
"toDir": "migrations",
|
|
2382
|
-
"slug": "users_core_initial",
|
|
2383
2379
|
"extension": ".cjs",
|
|
2384
2380
|
"reason": "Install users/workspace core schema migration.",
|
|
2385
2381
|
"category": "migration",
|
|
@@ -2389,7 +2385,6 @@
|
|
|
2389
2385
|
"op": "install-migration",
|
|
2390
2386
|
"from": "templates/migrations/users_core_profile_username.cjs",
|
|
2391
2387
|
"toDir": "migrations",
|
|
2392
|
-
"slug": "users_core_profile_username",
|
|
2393
2388
|
"extension": ".cjs",
|
|
2394
2389
|
"reason": "Install users profile username migration.",
|
|
2395
2390
|
"category": "migration",
|
|
@@ -2399,7 +2394,6 @@
|
|
|
2399
2394
|
"op": "install-migration",
|
|
2400
2395
|
"from": "templates/migrations/users_core_console_owner.cjs",
|
|
2401
2396
|
"toDir": "migrations",
|
|
2402
|
-
"slug": "users_core_console_owner",
|
|
2403
2397
|
"extension": ".cjs",
|
|
2404
2398
|
"reason": "Install users/workspace console owner migration.",
|
|
2405
2399
|
"category": "migration",
|
|
@@ -2621,11 +2615,11 @@
|
|
|
2621
2615
|
},
|
|
2622
2616
|
{
|
|
2623
2617
|
"packageId": "@jskit-ai/users-web",
|
|
2624
|
-
"version": "0.1.
|
|
2618
|
+
"version": "0.1.16",
|
|
2625
2619
|
"descriptor": {
|
|
2626
2620
|
"packageVersion": 1,
|
|
2627
2621
|
"packageId": "@jskit-ai/users-web",
|
|
2628
|
-
"version": "0.1.
|
|
2622
|
+
"version": "0.1.16",
|
|
2629
2623
|
"description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
|
|
2630
2624
|
"dependsOn": [
|
|
2631
2625
|
"@jskit-ai/http-runtime",
|
|
@@ -2893,7 +2887,7 @@
|
|
|
2893
2887
|
"@jskit-ai/realtime": "0.1.8",
|
|
2894
2888
|
"@jskit-ai/kernel": "0.1.8",
|
|
2895
2889
|
"@jskit-ai/shell-web": "0.1.8",
|
|
2896
|
-
"@jskit-ai/users-core": "0.1.
|
|
2890
|
+
"@jskit-ai/users-core": "0.1.12",
|
|
2897
2891
|
"vuetify": "^4.0.0"
|
|
2898
2892
|
},
|
|
2899
2893
|
"dev": {}
|