@jskit-ai/jskit-catalog 0.1.40 → 0.1.41
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 +143 -112
- 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.42",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.42",
|
|
14
14
|
"kind": "generator",
|
|
15
15
|
"description": "Install assistant runtime/config for one surface and scaffold assistant pages at explicit target files.",
|
|
16
16
|
"options": {
|
|
@@ -28,8 +28,7 @@
|
|
|
28
28
|
"inputType": "text",
|
|
29
29
|
"validationType": "enabled-surface-id",
|
|
30
30
|
"defaultValue": "",
|
|
31
|
-
"promptLabel": "
|
|
32
|
-
"promptHint": "Enabled settings host surface id used by assistant setup.",
|
|
31
|
+
"promptLabel": "Which enabled surface should host the assistant settings UI?",
|
|
33
32
|
"helpHint": "Surface that hosts the settings UI for the selected assistant runtime."
|
|
34
33
|
},
|
|
35
34
|
"config-scope": {
|
|
@@ -78,7 +77,7 @@
|
|
|
78
77
|
"ai-config-prefix": {
|
|
79
78
|
"required": false,
|
|
80
79
|
"inputType": "text",
|
|
81
|
-
"
|
|
80
|
+
"defaultFromOptionTemplate": "${option:surface|snake|upper}_ASSISTANT",
|
|
82
81
|
"promptLabel": "AI config prefix",
|
|
83
82
|
"promptHint": "Optional env/config prefix override. Defaults to <SURFACE>_ASSISTANT."
|
|
84
83
|
},
|
|
@@ -96,8 +95,7 @@
|
|
|
96
95
|
"promptHint": "Leave empty to keep the assistant disabled until you add a key."
|
|
97
96
|
},
|
|
98
97
|
"ai-base-url": {
|
|
99
|
-
"required":
|
|
100
|
-
"allowEmpty": true,
|
|
98
|
+
"required": false,
|
|
101
99
|
"defaultValue": "",
|
|
102
100
|
"promptLabel": "AI base URL",
|
|
103
101
|
"promptHint": "Optional provider-compatible base URL override."
|
|
@@ -315,18 +313,40 @@
|
|
|
315
313
|
}
|
|
316
314
|
},
|
|
317
315
|
{
|
|
318
|
-
"op": "append-text",
|
|
319
316
|
"file": ".env",
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"value": "
|
|
323
|
-
"reason": "
|
|
317
|
+
"op": "upsert-env",
|
|
318
|
+
"key": "${option:ai-config-prefix}_AI_PROVIDER",
|
|
319
|
+
"value": "${option:ai-provider}",
|
|
320
|
+
"reason": "Configure the assistant AI provider for the selected surface.",
|
|
324
321
|
"category": "runtime-config",
|
|
325
|
-
"id": "assistant-ai-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
322
|
+
"id": "assistant-ai-provider"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"file": ".env",
|
|
326
|
+
"op": "upsert-env",
|
|
327
|
+
"key": "${option:ai-config-prefix}_AI_API_KEY",
|
|
328
|
+
"value": "${option:ai-api-key}",
|
|
329
|
+
"reason": "Configure the assistant AI API key for the selected surface.",
|
|
330
|
+
"category": "runtime-config",
|
|
331
|
+
"id": "assistant-ai-api-key"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"file": ".env",
|
|
335
|
+
"op": "upsert-env",
|
|
336
|
+
"key": "${option:ai-config-prefix}_AI_BASE_URL",
|
|
337
|
+
"value": "${option:ai-base-url}",
|
|
338
|
+
"reason": "Configure the optional assistant AI base URL override for the selected surface.",
|
|
339
|
+
"category": "runtime-config",
|
|
340
|
+
"id": "assistant-ai-base-url"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"file": ".env",
|
|
344
|
+
"op": "upsert-env",
|
|
345
|
+
"key": "${option:ai-config-prefix}_AI_TIMEOUT_MS",
|
|
346
|
+
"value": "${option:ai-timeout-ms}",
|
|
347
|
+
"reason": "Configure the assistant AI timeout for the selected surface.",
|
|
348
|
+
"category": "runtime-config",
|
|
349
|
+
"id": "assistant-ai-timeout-ms"
|
|
330
350
|
}
|
|
331
351
|
]
|
|
332
352
|
}
|
|
@@ -334,11 +354,11 @@
|
|
|
334
354
|
},
|
|
335
355
|
{
|
|
336
356
|
"packageId": "@jskit-ai/assistant-core",
|
|
337
|
-
"version": "0.1.
|
|
357
|
+
"version": "0.1.9",
|
|
338
358
|
"descriptor": {
|
|
339
359
|
"packageVersion": 1,
|
|
340
360
|
"packageId": "@jskit-ai/assistant-core",
|
|
341
|
-
"version": "0.1.
|
|
361
|
+
"version": "0.1.9",
|
|
342
362
|
"kind": "runtime",
|
|
343
363
|
"description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
|
|
344
364
|
"dependsOn": [
|
|
@@ -384,9 +404,9 @@
|
|
|
384
404
|
"mutations": {
|
|
385
405
|
"dependencies": {
|
|
386
406
|
"runtime": {
|
|
387
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
388
|
-
"@jskit-ai/kernel": "0.1.
|
|
389
|
-
"@jskit-ai/users-core": "0.1.
|
|
407
|
+
"@jskit-ai/http-runtime": "0.1.32",
|
|
408
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
409
|
+
"@jskit-ai/users-core": "0.1.43",
|
|
390
410
|
"@tanstack/vue-query": "^5.90.5",
|
|
391
411
|
"dompurify": "^3.3.3",
|
|
392
412
|
"marked": "^17.0.4",
|
|
@@ -407,11 +427,11 @@
|
|
|
407
427
|
},
|
|
408
428
|
{
|
|
409
429
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
410
|
-
"version": "0.1.
|
|
430
|
+
"version": "0.1.4",
|
|
411
431
|
"descriptor": {
|
|
412
432
|
"packageVersion": 1,
|
|
413
433
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
414
|
-
"version": "0.1.
|
|
434
|
+
"version": "0.1.4",
|
|
415
435
|
"kind": "runtime",
|
|
416
436
|
"description": "Shared assistant runtime with per-surface assistant registration.",
|
|
417
437
|
"dependsOn": [
|
|
@@ -486,13 +506,13 @@
|
|
|
486
506
|
"mutations": {
|
|
487
507
|
"dependencies": {
|
|
488
508
|
"runtime": {
|
|
489
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
490
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
491
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
492
|
-
"@jskit-ai/kernel": "0.1.
|
|
493
|
-
"@jskit-ai/shell-web": "0.1.
|
|
494
|
-
"@jskit-ai/users-core": "0.1.
|
|
495
|
-
"@jskit-ai/users-web": "0.1.
|
|
509
|
+
"@jskit-ai/assistant-core": "0.1.9",
|
|
510
|
+
"@jskit-ai/database-runtime": "0.1.33",
|
|
511
|
+
"@jskit-ai/http-runtime": "0.1.32",
|
|
512
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
513
|
+
"@jskit-ai/shell-web": "0.1.32",
|
|
514
|
+
"@jskit-ai/users-core": "0.1.43",
|
|
515
|
+
"@jskit-ai/users-web": "0.1.48",
|
|
496
516
|
"@tanstack/vue-query": "^5.90.5",
|
|
497
517
|
"vuetify": "^4.0.0"
|
|
498
518
|
},
|
|
@@ -549,11 +569,11 @@
|
|
|
549
569
|
},
|
|
550
570
|
{
|
|
551
571
|
"packageId": "@jskit-ai/auth-core",
|
|
552
|
-
"version": "0.1.
|
|
572
|
+
"version": "0.1.32",
|
|
553
573
|
"descriptor": {
|
|
554
574
|
"packageVersion": 1,
|
|
555
575
|
"packageId": "@jskit-ai/auth-core",
|
|
556
|
-
"version": "0.1.
|
|
576
|
+
"version": "0.1.32",
|
|
557
577
|
"kind": "runtime",
|
|
558
578
|
"dependsOn": [
|
|
559
579
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -621,7 +641,7 @@
|
|
|
621
641
|
"mutations": {
|
|
622
642
|
"dependencies": {
|
|
623
643
|
"runtime": {
|
|
624
|
-
"@jskit-ai/kernel": "0.1.
|
|
644
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
625
645
|
"@fastify/cookie": "^11.0.2",
|
|
626
646
|
"@fastify/csrf-protection": "^7.1.0",
|
|
627
647
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -639,11 +659,11 @@
|
|
|
639
659
|
},
|
|
640
660
|
{
|
|
641
661
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
642
|
-
"version": "0.1.
|
|
662
|
+
"version": "0.1.32",
|
|
643
663
|
"descriptor": {
|
|
644
664
|
"packageVersion": 1,
|
|
645
665
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
646
|
-
"version": "0.1.
|
|
666
|
+
"version": "0.1.32",
|
|
647
667
|
"kind": "runtime",
|
|
648
668
|
"options": {
|
|
649
669
|
"auth-supabase-url": {
|
|
@@ -725,8 +745,8 @@
|
|
|
725
745
|
"mutations": {
|
|
726
746
|
"dependencies": {
|
|
727
747
|
"runtime": {
|
|
728
|
-
"@jskit-ai/auth-core": "0.1.
|
|
729
|
-
"@jskit-ai/kernel": "0.1.
|
|
748
|
+
"@jskit-ai/auth-core": "0.1.32",
|
|
749
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
730
750
|
"dotenv": "^16.4.5",
|
|
731
751
|
"@supabase/supabase-js": "^2.57.4",
|
|
732
752
|
"jose": "^6.1.0"
|
|
@@ -791,11 +811,11 @@
|
|
|
791
811
|
},
|
|
792
812
|
{
|
|
793
813
|
"packageId": "@jskit-ai/auth-web",
|
|
794
|
-
"version": "0.1.
|
|
814
|
+
"version": "0.1.34",
|
|
795
815
|
"descriptor": {
|
|
796
816
|
"packageVersion": 1,
|
|
797
817
|
"packageId": "@jskit-ai/auth-web",
|
|
798
|
-
"version": "0.1.
|
|
818
|
+
"version": "0.1.34",
|
|
799
819
|
"kind": "runtime",
|
|
800
820
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
801
821
|
"dependsOn": [
|
|
@@ -1025,10 +1045,10 @@
|
|
|
1025
1045
|
"@tanstack/vue-query": "5.92.12",
|
|
1026
1046
|
"@mdi/js": "^7.4.47",
|
|
1027
1047
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
1028
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1029
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1030
|
-
"@jskit-ai/kernel": "0.1.
|
|
1031
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1048
|
+
"@jskit-ai/auth-core": "0.1.32",
|
|
1049
|
+
"@jskit-ai/http-runtime": "0.1.32",
|
|
1050
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
1051
|
+
"@jskit-ai/shell-web": "0.1.32",
|
|
1032
1052
|
"vuetify": "^4.0.0"
|
|
1033
1053
|
},
|
|
1034
1054
|
"dev": {}
|
|
@@ -1098,11 +1118,11 @@
|
|
|
1098
1118
|
},
|
|
1099
1119
|
{
|
|
1100
1120
|
"packageId": "@jskit-ai/crud-core",
|
|
1101
|
-
"version": "0.1.
|
|
1121
|
+
"version": "0.1.41",
|
|
1102
1122
|
"descriptor": {
|
|
1103
1123
|
"packageVersion": 1,
|
|
1104
1124
|
"packageId": "@jskit-ai/crud-core",
|
|
1105
|
-
"version": "0.1.
|
|
1125
|
+
"version": "0.1.41",
|
|
1106
1126
|
"kind": "runtime",
|
|
1107
1127
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1108
1128
|
"dependsOn": [
|
|
@@ -1129,7 +1149,7 @@
|
|
|
1129
1149
|
"mutations": {
|
|
1130
1150
|
"dependencies": {
|
|
1131
1151
|
"runtime": {
|
|
1132
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1152
|
+
"@jskit-ai/crud-core": "0.1.41"
|
|
1133
1153
|
},
|
|
1134
1154
|
"dev": {}
|
|
1135
1155
|
},
|
|
@@ -1143,11 +1163,11 @@
|
|
|
1143
1163
|
},
|
|
1144
1164
|
{
|
|
1145
1165
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1146
|
-
"version": "0.1.
|
|
1166
|
+
"version": "0.1.41",
|
|
1147
1167
|
"descriptor": {
|
|
1148
1168
|
"packageVersion": 1,
|
|
1149
1169
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1150
|
-
"version": "0.1.
|
|
1170
|
+
"version": "0.1.41",
|
|
1151
1171
|
"kind": "generator",
|
|
1152
1172
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1153
1173
|
"options": {
|
|
@@ -1296,13 +1316,13 @@
|
|
|
1296
1316
|
"mutations": {
|
|
1297
1317
|
"dependencies": {
|
|
1298
1318
|
"runtime": {
|
|
1299
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1300
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1301
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1302
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1303
|
-
"@jskit-ai/kernel": "0.1.
|
|
1304
|
-
"@jskit-ai/realtime": "0.1.
|
|
1305
|
-
"@jskit-ai/users-core": "0.1.
|
|
1319
|
+
"@jskit-ai/auth-core": "0.1.32",
|
|
1320
|
+
"@jskit-ai/crud-core": "0.1.41",
|
|
1321
|
+
"@jskit-ai/database-runtime": "0.1.33",
|
|
1322
|
+
"@jskit-ai/http-runtime": "0.1.32",
|
|
1323
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
1324
|
+
"@jskit-ai/realtime": "0.1.32",
|
|
1325
|
+
"@jskit-ai/users-core": "0.1.43",
|
|
1306
1326
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
1307
1327
|
"typebox": "^1.0.81"
|
|
1308
1328
|
},
|
|
@@ -1365,6 +1385,17 @@
|
|
|
1365
1385
|
"category": "crud",
|
|
1366
1386
|
"id": "crud-local-package-server-action-ids-${option:namespace|snake}"
|
|
1367
1387
|
},
|
|
1388
|
+
{
|
|
1389
|
+
"from": "templates/src/local-package/server/listConfig.js",
|
|
1390
|
+
"to": "packages/${option:namespace|kebab}/src/server/listConfig.js",
|
|
1391
|
+
"reason": "Install app-local CRUD list configuration.",
|
|
1392
|
+
"category": "crud",
|
|
1393
|
+
"id": "crud-local-package-server-list-config-${option:namespace|snake}",
|
|
1394
|
+
"templateContext": {
|
|
1395
|
+
"entrypoint": "src/server/buildTemplateContext.js",
|
|
1396
|
+
"export": "buildTemplateContext"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1368
1399
|
{
|
|
1369
1400
|
"from": "templates/src/local-package/server/registerRoutes.js",
|
|
1370
1401
|
"to": "packages/${option:namespace|kebab}/src/server/registerRoutes.js",
|
|
@@ -1426,11 +1457,11 @@
|
|
|
1426
1457
|
},
|
|
1427
1458
|
{
|
|
1428
1459
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1429
|
-
"version": "0.1.
|
|
1460
|
+
"version": "0.1.16",
|
|
1430
1461
|
"descriptor": {
|
|
1431
1462
|
"packageVersion": 1,
|
|
1432
1463
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1433
|
-
"version": "0.1.
|
|
1464
|
+
"version": "0.1.16",
|
|
1434
1465
|
"kind": "generator",
|
|
1435
1466
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
1436
1467
|
"options": {
|
|
@@ -1588,7 +1619,7 @@
|
|
|
1588
1619
|
"mutations": {
|
|
1589
1620
|
"dependencies": {
|
|
1590
1621
|
"runtime": {
|
|
1591
|
-
"@jskit-ai/users-web": "0.1.
|
|
1622
|
+
"@jskit-ai/users-web": "0.1.48"
|
|
1592
1623
|
},
|
|
1593
1624
|
"dev": {}
|
|
1594
1625
|
},
|
|
@@ -1821,11 +1852,11 @@
|
|
|
1821
1852
|
},
|
|
1822
1853
|
{
|
|
1823
1854
|
"packageId": "@jskit-ai/database-runtime",
|
|
1824
|
-
"version": "0.1.
|
|
1855
|
+
"version": "0.1.33",
|
|
1825
1856
|
"descriptor": {
|
|
1826
1857
|
"packageVersion": 1,
|
|
1827
1858
|
"packageId": "@jskit-ai/database-runtime",
|
|
1828
|
-
"version": "0.1.
|
|
1859
|
+
"version": "0.1.33",
|
|
1829
1860
|
"kind": "runtime",
|
|
1830
1861
|
"dependsOn": [
|
|
1831
1862
|
"@jskit-ai/kernel"
|
|
@@ -1882,7 +1913,7 @@
|
|
|
1882
1913
|
"mutations": {
|
|
1883
1914
|
"dependencies": {
|
|
1884
1915
|
"runtime": {
|
|
1885
|
-
"@jskit-ai/kernel": "0.1.
|
|
1916
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
1886
1917
|
"dotenv": "^16.4.5",
|
|
1887
1918
|
"knex": "^3.1.0"
|
|
1888
1919
|
},
|
|
@@ -1917,11 +1948,11 @@
|
|
|
1917
1948
|
},
|
|
1918
1949
|
{
|
|
1919
1950
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1920
|
-
"version": "0.1.
|
|
1951
|
+
"version": "0.1.32",
|
|
1921
1952
|
"descriptor": {
|
|
1922
1953
|
"packageVersion": 1,
|
|
1923
1954
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1924
|
-
"version": "0.1.
|
|
1955
|
+
"version": "0.1.32",
|
|
1925
1956
|
"kind": "runtime",
|
|
1926
1957
|
"options": {
|
|
1927
1958
|
"db-host": {
|
|
@@ -2011,7 +2042,7 @@
|
|
|
2011
2042
|
"mutations": {
|
|
2012
2043
|
"dependencies": {
|
|
2013
2044
|
"runtime": {
|
|
2014
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2045
|
+
"@jskit-ai/database-runtime": "0.1.33",
|
|
2015
2046
|
"mysql2": "^3.11.2"
|
|
2016
2047
|
},
|
|
2017
2048
|
"dev": {}
|
|
@@ -2082,11 +2113,11 @@
|
|
|
2082
2113
|
},
|
|
2083
2114
|
{
|
|
2084
2115
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2085
|
-
"version": "0.1.
|
|
2116
|
+
"version": "0.1.32",
|
|
2086
2117
|
"descriptor": {
|
|
2087
2118
|
"packageVersion": 1,
|
|
2088
2119
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2089
|
-
"version": "0.1.
|
|
2120
|
+
"version": "0.1.32",
|
|
2090
2121
|
"kind": "runtime",
|
|
2091
2122
|
"options": {
|
|
2092
2123
|
"db-host": {
|
|
@@ -2176,7 +2207,7 @@
|
|
|
2176
2207
|
"mutations": {
|
|
2177
2208
|
"dependencies": {
|
|
2178
2209
|
"runtime": {
|
|
2179
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2210
|
+
"@jskit-ai/database-runtime": "0.1.33",
|
|
2180
2211
|
"pg": "^8.13.1"
|
|
2181
2212
|
},
|
|
2182
2213
|
"dev": {}
|
|
@@ -2247,11 +2278,11 @@
|
|
|
2247
2278
|
},
|
|
2248
2279
|
{
|
|
2249
2280
|
"packageId": "@jskit-ai/http-runtime",
|
|
2250
|
-
"version": "0.1.
|
|
2281
|
+
"version": "0.1.32",
|
|
2251
2282
|
"descriptor": {
|
|
2252
2283
|
"packageVersion": 1,
|
|
2253
2284
|
"packageId": "@jskit-ai/http-runtime",
|
|
2254
|
-
"version": "0.1.
|
|
2285
|
+
"version": "0.1.32",
|
|
2255
2286
|
"kind": "runtime",
|
|
2256
2287
|
"dependsOn": [],
|
|
2257
2288
|
"capabilities": {
|
|
@@ -2317,7 +2348,7 @@
|
|
|
2317
2348
|
"mutations": {
|
|
2318
2349
|
"dependencies": {
|
|
2319
2350
|
"runtime": {
|
|
2320
|
-
"@jskit-ai/kernel": "0.1.
|
|
2351
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
2321
2352
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
2322
2353
|
"typebox": "^1.0.81"
|
|
2323
2354
|
},
|
|
@@ -2333,11 +2364,11 @@
|
|
|
2333
2364
|
},
|
|
2334
2365
|
{
|
|
2335
2366
|
"packageId": "@jskit-ai/realtime",
|
|
2336
|
-
"version": "0.1.
|
|
2367
|
+
"version": "0.1.32",
|
|
2337
2368
|
"descriptor": {
|
|
2338
2369
|
"packageVersion": 1,
|
|
2339
2370
|
"packageId": "@jskit-ai/realtime",
|
|
2340
|
-
"version": "0.1.
|
|
2371
|
+
"version": "0.1.32",
|
|
2341
2372
|
"kind": "runtime",
|
|
2342
2373
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
2343
2374
|
"options": {
|
|
@@ -2433,7 +2464,7 @@
|
|
|
2433
2464
|
"mutations": {
|
|
2434
2465
|
"dependencies": {
|
|
2435
2466
|
"runtime": {
|
|
2436
|
-
"@jskit-ai/kernel": "0.1.
|
|
2467
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
2437
2468
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
2438
2469
|
"redis": "^5.8.2",
|
|
2439
2470
|
"socket.io": "^4.8.3",
|
|
@@ -2482,11 +2513,11 @@
|
|
|
2482
2513
|
},
|
|
2483
2514
|
{
|
|
2484
2515
|
"packageId": "@jskit-ai/shell-web",
|
|
2485
|
-
"version": "0.1.
|
|
2516
|
+
"version": "0.1.32",
|
|
2486
2517
|
"descriptor": {
|
|
2487
2518
|
"packageVersion": 1,
|
|
2488
2519
|
"packageId": "@jskit-ai/shell-web",
|
|
2489
|
-
"version": "0.1.
|
|
2520
|
+
"version": "0.1.32",
|
|
2490
2521
|
"kind": "runtime",
|
|
2491
2522
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
2492
2523
|
"dependsOn": [],
|
|
@@ -2588,7 +2619,7 @@
|
|
|
2588
2619
|
"dependencies": {
|
|
2589
2620
|
"runtime": {
|
|
2590
2621
|
"@tanstack/vue-query": "^5.90.5",
|
|
2591
|
-
"@jskit-ai/kernel": "0.1.
|
|
2622
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
2592
2623
|
"vuetify": "^4.0.0"
|
|
2593
2624
|
},
|
|
2594
2625
|
"dev": {}
|
|
@@ -2685,11 +2716,11 @@
|
|
|
2685
2716
|
},
|
|
2686
2717
|
{
|
|
2687
2718
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2688
|
-
"version": "0.1.
|
|
2719
|
+
"version": "0.1.32",
|
|
2689
2720
|
"descriptor": {
|
|
2690
2721
|
"packageVersion": 1,
|
|
2691
2722
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2692
|
-
"version": "0.1.
|
|
2723
|
+
"version": "0.1.32",
|
|
2693
2724
|
"kind": "runtime",
|
|
2694
2725
|
"dependsOn": [
|
|
2695
2726
|
"@jskit-ai/kernel"
|
|
@@ -2738,7 +2769,7 @@
|
|
|
2738
2769
|
"mutations": {
|
|
2739
2770
|
"dependencies": {
|
|
2740
2771
|
"runtime": {
|
|
2741
|
-
"@jskit-ai/kernel": "0.1.
|
|
2772
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
2742
2773
|
"unstorage": "^1.17.3"
|
|
2743
2774
|
},
|
|
2744
2775
|
"dev": {}
|
|
@@ -2754,11 +2785,11 @@
|
|
|
2754
2785
|
},
|
|
2755
2786
|
{
|
|
2756
2787
|
"packageId": "@jskit-ai/ui-generator",
|
|
2757
|
-
"version": "0.1.
|
|
2788
|
+
"version": "0.1.16",
|
|
2758
2789
|
"descriptor": {
|
|
2759
2790
|
"packageVersion": 1,
|
|
2760
2791
|
"packageId": "@jskit-ai/ui-generator",
|
|
2761
|
-
"version": "0.1.
|
|
2792
|
+
"version": "0.1.16",
|
|
2762
2793
|
"kind": "generator",
|
|
2763
2794
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
2764
2795
|
"options": {
|
|
@@ -3053,7 +3084,7 @@
|
|
|
3053
3084
|
"mutations": {
|
|
3054
3085
|
"dependencies": {
|
|
3055
3086
|
"runtime": {
|
|
3056
|
-
"@jskit-ai/users-web": "0.1.
|
|
3087
|
+
"@jskit-ai/users-web": "0.1.48"
|
|
3057
3088
|
},
|
|
3058
3089
|
"dev": {}
|
|
3059
3090
|
},
|
|
@@ -3068,11 +3099,11 @@
|
|
|
3068
3099
|
},
|
|
3069
3100
|
{
|
|
3070
3101
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
3071
|
-
"version": "0.1.
|
|
3102
|
+
"version": "0.1.11",
|
|
3072
3103
|
"descriptor": {
|
|
3073
3104
|
"packageVersion": 1,
|
|
3074
3105
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
3075
|
-
"version": "0.1.
|
|
3106
|
+
"version": "0.1.11",
|
|
3076
3107
|
"kind": "runtime",
|
|
3077
3108
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
3078
3109
|
"dependsOn": [
|
|
@@ -3136,7 +3167,7 @@
|
|
|
3136
3167
|
"mutations": {
|
|
3137
3168
|
"dependencies": {
|
|
3138
3169
|
"runtime": {
|
|
3139
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
3170
|
+
"@jskit-ai/uploads-runtime": "0.1.11",
|
|
3140
3171
|
"@uppy/compressor": "^3.1.0",
|
|
3141
3172
|
"@uppy/core": "^5.2.0",
|
|
3142
3173
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -3156,11 +3187,11 @@
|
|
|
3156
3187
|
},
|
|
3157
3188
|
{
|
|
3158
3189
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
3159
|
-
"version": "0.1.
|
|
3190
|
+
"version": "0.1.11",
|
|
3160
3191
|
"descriptor": {
|
|
3161
3192
|
"packageVersion": 1,
|
|
3162
3193
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
3163
|
-
"version": "0.1.
|
|
3194
|
+
"version": "0.1.11",
|
|
3164
3195
|
"kind": "runtime",
|
|
3165
3196
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
3166
3197
|
"dependsOn": [
|
|
@@ -3230,7 +3261,7 @@
|
|
|
3230
3261
|
"dependencies": {
|
|
3231
3262
|
"runtime": {
|
|
3232
3263
|
"@fastify/multipart": "^9.4.0",
|
|
3233
|
-
"@jskit-ai/kernel": "0.1.
|
|
3264
|
+
"@jskit-ai/kernel": "0.1.33"
|
|
3234
3265
|
},
|
|
3235
3266
|
"dev": {}
|
|
3236
3267
|
},
|
|
@@ -3245,11 +3276,11 @@
|
|
|
3245
3276
|
},
|
|
3246
3277
|
{
|
|
3247
3278
|
"packageId": "@jskit-ai/users-core",
|
|
3248
|
-
"version": "0.1.
|
|
3279
|
+
"version": "0.1.43",
|
|
3249
3280
|
"descriptor": {
|
|
3250
3281
|
"packageVersion": 1,
|
|
3251
3282
|
"packageId": "@jskit-ai/users-core",
|
|
3252
|
-
"version": "0.1.
|
|
3283
|
+
"version": "0.1.43",
|
|
3253
3284
|
"kind": "runtime",
|
|
3254
3285
|
"description": "Users/account runtime plus HTTP routes for account and console features.",
|
|
3255
3286
|
"dependsOn": [
|
|
@@ -3385,11 +3416,11 @@
|
|
|
3385
3416
|
"mutations": {
|
|
3386
3417
|
"dependencies": {
|
|
3387
3418
|
"runtime": {
|
|
3388
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3389
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3390
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3391
|
-
"@jskit-ai/kernel": "0.1.
|
|
3392
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
3419
|
+
"@jskit-ai/auth-core": "0.1.32",
|
|
3420
|
+
"@jskit-ai/database-runtime": "0.1.33",
|
|
3421
|
+
"@jskit-ai/http-runtime": "0.1.32",
|
|
3422
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
3423
|
+
"@jskit-ai/uploads-runtime": "0.1.11",
|
|
3393
3424
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
3394
3425
|
"typebox": "^1.0.81"
|
|
3395
3426
|
},
|
|
@@ -3500,11 +3531,11 @@
|
|
|
3500
3531
|
},
|
|
3501
3532
|
{
|
|
3502
3533
|
"packageId": "@jskit-ai/users-web",
|
|
3503
|
-
"version": "0.1.
|
|
3534
|
+
"version": "0.1.48",
|
|
3504
3535
|
"descriptor": {
|
|
3505
3536
|
"packageVersion": 1,
|
|
3506
3537
|
"packageId": "@jskit-ai/users-web",
|
|
3507
|
-
"version": "0.1.
|
|
3538
|
+
"version": "0.1.48",
|
|
3508
3539
|
"kind": "runtime",
|
|
3509
3540
|
"description": "Users web module: account/profile UI plus shared shell link components.",
|
|
3510
3541
|
"dependsOn": [
|
|
@@ -3664,12 +3695,12 @@
|
|
|
3664
3695
|
"runtime": {
|
|
3665
3696
|
"@tanstack/vue-query": "5.92.12",
|
|
3666
3697
|
"@mdi/js": "^7.4.47",
|
|
3667
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3668
|
-
"@jskit-ai/realtime": "0.1.
|
|
3669
|
-
"@jskit-ai/kernel": "0.1.
|
|
3670
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3671
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
3672
|
-
"@jskit-ai/users-core": "0.1.
|
|
3698
|
+
"@jskit-ai/http-runtime": "0.1.32",
|
|
3699
|
+
"@jskit-ai/realtime": "0.1.32",
|
|
3700
|
+
"@jskit-ai/kernel": "0.1.33",
|
|
3701
|
+
"@jskit-ai/shell-web": "0.1.32",
|
|
3702
|
+
"@jskit-ai/uploads-image-web": "0.1.11",
|
|
3703
|
+
"@jskit-ai/users-core": "0.1.43",
|
|
3673
3704
|
"vuetify": "^4.0.0"
|
|
3674
3705
|
},
|
|
3675
3706
|
"dev": {}
|
|
@@ -3789,11 +3820,11 @@
|
|
|
3789
3820
|
},
|
|
3790
3821
|
{
|
|
3791
3822
|
"packageId": "@jskit-ai/workspaces-core",
|
|
3792
|
-
"version": "0.1.
|
|
3823
|
+
"version": "0.1.9",
|
|
3793
3824
|
"descriptor": {
|
|
3794
3825
|
"packageVersion": 1,
|
|
3795
3826
|
"packageId": "@jskit-ai/workspaces-core",
|
|
3796
|
-
"version": "0.1.
|
|
3827
|
+
"version": "0.1.9",
|
|
3797
3828
|
"kind": "runtime",
|
|
3798
3829
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
3799
3830
|
"dependsOn": [
|
|
@@ -3902,7 +3933,7 @@
|
|
|
3902
3933
|
"mutations": {
|
|
3903
3934
|
"dependencies": {
|
|
3904
3935
|
"runtime": {
|
|
3905
|
-
"@jskit-ai/users-core": "0.1.
|
|
3936
|
+
"@jskit-ai/users-core": "0.1.43"
|
|
3906
3937
|
},
|
|
3907
3938
|
"dev": {}
|
|
3908
3939
|
},
|
|
@@ -4031,7 +4062,7 @@
|
|
|
4031
4062
|
"file": "config/public.js",
|
|
4032
4063
|
"position": "bottom",
|
|
4033
4064
|
"skipIfContains": "config.workspaceSwitching =",
|
|
4034
|
-
"value": "\nconfig.workspaceSwitching = true;\nconfig.workspaceInvitations = {\n enabled: true,\n allowInPersonalMode: true\n};\
|
|
4065
|
+
"value": "\nconfig.workspaceSwitching = true;\nconfig.workspaceInvitations = {\n enabled: true,\n allowInPersonalMode: true\n};\n",
|
|
4035
4066
|
"reason": "Append default workspace feature toggles into app-owned config.",
|
|
4036
4067
|
"category": "workspaces-core",
|
|
4037
4068
|
"id": "users-core-public-config"
|
|
@@ -4092,11 +4123,11 @@
|
|
|
4092
4123
|
},
|
|
4093
4124
|
{
|
|
4094
4125
|
"packageId": "@jskit-ai/workspaces-web",
|
|
4095
|
-
"version": "0.1.
|
|
4126
|
+
"version": "0.1.9",
|
|
4096
4127
|
"descriptor": {
|
|
4097
4128
|
"packageVersion": 1,
|
|
4098
4129
|
"packageId": "@jskit-ai/workspaces-web",
|
|
4099
|
-
"version": "0.1.
|
|
4130
|
+
"version": "0.1.9",
|
|
4100
4131
|
"kind": "runtime",
|
|
4101
4132
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
|
|
4102
4133
|
"dependsOn": [
|
|
@@ -4233,8 +4264,8 @@
|
|
|
4233
4264
|
"mutations": {
|
|
4234
4265
|
"dependencies": {
|
|
4235
4266
|
"runtime": {
|
|
4236
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
4237
|
-
"@jskit-ai/users-web": "0.1.
|
|
4267
|
+
"@jskit-ai/workspaces-core": "0.1.9",
|
|
4268
|
+
"@jskit-ai/users-web": "0.1.48"
|
|
4238
4269
|
},
|
|
4239
4270
|
"dev": {}
|
|
4240
4271
|
},
|