@jskit-ai/jskit-catalog 0.1.31 → 0.1.32
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 +252 -109
- 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.32",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.32",
|
|
14
14
|
"kind": "runtime",
|
|
15
15
|
"description": "Unified assistant module with streaming chat, transcript persistence, service-aware tool execution, and workspace UI.",
|
|
16
16
|
"options": {
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"mutations": {
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"runtime": {
|
|
124
|
-
"@jskit-ai/assistant": "0.1.
|
|
125
|
-
"@jskit-ai/auth-core": "0.1.
|
|
126
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
127
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
128
|
-
"@jskit-ai/kernel": "0.1.
|
|
129
|
-
"@jskit-ai/realtime": "0.1.
|
|
130
|
-
"@jskit-ai/users-core": "0.1.
|
|
131
|
-
"@jskit-ai/users-web": "0.1.
|
|
124
|
+
"@jskit-ai/assistant": "0.1.32",
|
|
125
|
+
"@jskit-ai/auth-core": "0.1.23",
|
|
126
|
+
"@jskit-ai/database-runtime": "0.1.24",
|
|
127
|
+
"@jskit-ai/http-runtime": "0.1.23",
|
|
128
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
129
|
+
"@jskit-ai/realtime": "0.1.23",
|
|
130
|
+
"@jskit-ai/users-core": "0.1.33",
|
|
131
|
+
"@jskit-ai/users-web": "0.1.38",
|
|
132
132
|
"@tanstack/vue-query": "^5.90.5",
|
|
133
133
|
"dompurify": "^3.3.3",
|
|
134
134
|
"marked": "^17.0.4",
|
|
@@ -301,11 +301,11 @@
|
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
"packageId": "@jskit-ai/auth-core",
|
|
304
|
-
"version": "0.1.
|
|
304
|
+
"version": "0.1.23",
|
|
305
305
|
"descriptor": {
|
|
306
306
|
"packageVersion": 1,
|
|
307
307
|
"packageId": "@jskit-ai/auth-core",
|
|
308
|
-
"version": "0.1.
|
|
308
|
+
"version": "0.1.23",
|
|
309
309
|
"kind": "runtime",
|
|
310
310
|
"dependsOn": [
|
|
311
311
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"mutations": {
|
|
374
374
|
"dependencies": {
|
|
375
375
|
"runtime": {
|
|
376
|
-
"@jskit-ai/kernel": "0.1.
|
|
376
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
377
377
|
"@fastify/cookie": "^11.0.2",
|
|
378
378
|
"@fastify/csrf-protection": "^7.1.0",
|
|
379
379
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -391,11 +391,11 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
394
|
-
"version": "0.1.
|
|
394
|
+
"version": "0.1.23",
|
|
395
395
|
"descriptor": {
|
|
396
396
|
"packageVersion": 1,
|
|
397
397
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
398
|
-
"version": "0.1.
|
|
398
|
+
"version": "0.1.23",
|
|
399
399
|
"kind": "runtime",
|
|
400
400
|
"options": {
|
|
401
401
|
"auth-supabase-url": {
|
|
@@ -477,8 +477,8 @@
|
|
|
477
477
|
"mutations": {
|
|
478
478
|
"dependencies": {
|
|
479
479
|
"runtime": {
|
|
480
|
-
"@jskit-ai/auth-core": "0.1.
|
|
481
|
-
"@jskit-ai/kernel": "0.1.
|
|
480
|
+
"@jskit-ai/auth-core": "0.1.23",
|
|
481
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
482
482
|
"dotenv": "^16.4.5",
|
|
483
483
|
"@supabase/supabase-js": "^2.57.4",
|
|
484
484
|
"jose": "^6.1.0"
|
|
@@ -543,11 +543,11 @@
|
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
545
|
"packageId": "@jskit-ai/auth-web",
|
|
546
|
-
"version": "0.1.
|
|
546
|
+
"version": "0.1.25",
|
|
547
547
|
"descriptor": {
|
|
548
548
|
"packageVersion": 1,
|
|
549
549
|
"packageId": "@jskit-ai/auth-web",
|
|
550
|
-
"version": "0.1.
|
|
550
|
+
"version": "0.1.25",
|
|
551
551
|
"kind": "runtime",
|
|
552
552
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
553
553
|
"dependsOn": [
|
|
@@ -777,10 +777,10 @@
|
|
|
777
777
|
"@tanstack/vue-query": "5.92.12",
|
|
778
778
|
"@mdi/js": "^7.4.47",
|
|
779
779
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
780
|
-
"@jskit-ai/auth-core": "0.1.
|
|
781
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
782
|
-
"@jskit-ai/kernel": "0.1.
|
|
783
|
-
"@jskit-ai/shell-web": "0.1.
|
|
780
|
+
"@jskit-ai/auth-core": "0.1.23",
|
|
781
|
+
"@jskit-ai/http-runtime": "0.1.23",
|
|
782
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
783
|
+
"@jskit-ai/shell-web": "0.1.23",
|
|
784
784
|
"vuetify": "^4.0.0"
|
|
785
785
|
},
|
|
786
786
|
"dev": {}
|
|
@@ -850,11 +850,11 @@
|
|
|
850
850
|
},
|
|
851
851
|
{
|
|
852
852
|
"packageId": "@jskit-ai/crud-core",
|
|
853
|
-
"version": "0.1.
|
|
853
|
+
"version": "0.1.32",
|
|
854
854
|
"descriptor": {
|
|
855
855
|
"packageVersion": 1,
|
|
856
856
|
"packageId": "@jskit-ai/crud-core",
|
|
857
|
-
"version": "0.1.
|
|
857
|
+
"version": "0.1.32",
|
|
858
858
|
"kind": "runtime",
|
|
859
859
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
860
860
|
"dependsOn": [
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"mutations": {
|
|
882
882
|
"dependencies": {
|
|
883
883
|
"runtime": {
|
|
884
|
-
"@jskit-ai/crud-core": "0.1.
|
|
884
|
+
"@jskit-ai/crud-core": "0.1.32"
|
|
885
885
|
},
|
|
886
886
|
"dev": {}
|
|
887
887
|
},
|
|
@@ -895,11 +895,11 @@
|
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
898
|
-
"version": "0.1.
|
|
898
|
+
"version": "0.1.32",
|
|
899
899
|
"descriptor": {
|
|
900
900
|
"packageVersion": 1,
|
|
901
901
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
902
|
-
"version": "0.1.
|
|
902
|
+
"version": "0.1.32",
|
|
903
903
|
"kind": "generator",
|
|
904
904
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
905
905
|
"options": {
|
|
@@ -1034,13 +1034,13 @@
|
|
|
1034
1034
|
"mutations": {
|
|
1035
1035
|
"dependencies": {
|
|
1036
1036
|
"runtime": {
|
|
1037
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1038
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1039
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1040
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1041
|
-
"@jskit-ai/kernel": "0.1.
|
|
1042
|
-
"@jskit-ai/realtime": "0.1.
|
|
1043
|
-
"@jskit-ai/users-core": "0.1.
|
|
1037
|
+
"@jskit-ai/auth-core": "0.1.23",
|
|
1038
|
+
"@jskit-ai/crud-core": "0.1.32",
|
|
1039
|
+
"@jskit-ai/database-runtime": "0.1.24",
|
|
1040
|
+
"@jskit-ai/http-runtime": "0.1.23",
|
|
1041
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
1042
|
+
"@jskit-ai/realtime": "0.1.23",
|
|
1043
|
+
"@jskit-ai/users-core": "0.1.33",
|
|
1044
1044
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
1045
1045
|
"typebox": "^1.0.81"
|
|
1046
1046
|
},
|
|
@@ -1147,17 +1147,28 @@
|
|
|
1147
1147
|
}
|
|
1148
1148
|
}
|
|
1149
1149
|
],
|
|
1150
|
-
"text": [
|
|
1150
|
+
"text": [
|
|
1151
|
+
{
|
|
1152
|
+
"op": "append-text",
|
|
1153
|
+
"file": "config/roles.js",
|
|
1154
|
+
"position": "bottom",
|
|
1155
|
+
"skipIfContains": "\"crud.${option:namespace|snake}.list\"",
|
|
1156
|
+
"value": "\nroleCatalog.roles.member.permissions.push(\n \"crud.${option:namespace|snake}.list\",\n \"crud.${option:namespace|snake}.view\",\n \"crud.${option:namespace|snake}.create\",\n \"crud.${option:namespace|snake}.update\",\n \"crud.${option:namespace|snake}.delete\"\n);\n",
|
|
1157
|
+
"reason": "Grant generated CRUD action permissions to the default member role in the app-owned role catalog.",
|
|
1158
|
+
"category": "crud",
|
|
1159
|
+
"id": "crud-role-catalog-permissions-${option:namespace|snake}"
|
|
1160
|
+
}
|
|
1161
|
+
]
|
|
1151
1162
|
}
|
|
1152
1163
|
}
|
|
1153
1164
|
},
|
|
1154
1165
|
{
|
|
1155
1166
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1156
|
-
"version": "0.1.
|
|
1167
|
+
"version": "0.1.7",
|
|
1157
1168
|
"descriptor": {
|
|
1158
1169
|
"packageVersion": 1,
|
|
1159
1170
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1160
|
-
"version": "0.1.
|
|
1171
|
+
"version": "0.1.7",
|
|
1161
1172
|
"kind": "generator",
|
|
1162
1173
|
"description": "Generate app-local CRUD UI scaffolds from resource validators.",
|
|
1163
1174
|
"options": {
|
|
@@ -1291,7 +1302,7 @@
|
|
|
1291
1302
|
"mutations": {
|
|
1292
1303
|
"dependencies": {
|
|
1293
1304
|
"runtime": {
|
|
1294
|
-
"@jskit-ai/users-web": "0.1.
|
|
1305
|
+
"@jskit-ai/users-web": "0.1.38"
|
|
1295
1306
|
},
|
|
1296
1307
|
"dev": {}
|
|
1297
1308
|
},
|
|
@@ -1337,7 +1348,7 @@
|
|
|
1337
1348
|
}
|
|
1338
1349
|
},
|
|
1339
1350
|
{
|
|
1340
|
-
"from": "templates/src/pages/admin/ui-generator/
|
|
1351
|
+
"from": "templates/src/pages/admin/ui-generator/NewWrapperElement.vue",
|
|
1341
1352
|
"toSurface": "${option:surface|lower}",
|
|
1342
1353
|
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/new.vue",
|
|
1343
1354
|
"reason": "Install generated new page.",
|
|
@@ -1348,14 +1359,24 @@
|
|
|
1348
1359
|
"export": "buildUiTemplateContext"
|
|
1349
1360
|
},
|
|
1350
1361
|
"when": {
|
|
1351
|
-
"
|
|
1352
|
-
|
|
1353
|
-
|
|
1362
|
+
"all": [
|
|
1363
|
+
{
|
|
1364
|
+
"option": "operations",
|
|
1365
|
+
"in": [
|
|
1366
|
+
"new"
|
|
1367
|
+
]
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"option": "operations",
|
|
1371
|
+
"in": [
|
|
1372
|
+
"edit"
|
|
1373
|
+
]
|
|
1374
|
+
}
|
|
1354
1375
|
]
|
|
1355
1376
|
}
|
|
1356
1377
|
},
|
|
1357
1378
|
{
|
|
1358
|
-
"from": "templates/src/pages/admin/ui-generator/
|
|
1379
|
+
"from": "templates/src/pages/admin/ui-generator/EditWrapperElement.vue",
|
|
1359
1380
|
"toSurface": "${option:surface|lower}",
|
|
1360
1381
|
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/[${option:id-param|trim}]/edit.vue",
|
|
1361
1382
|
"reason": "Install generated edit page.",
|
|
@@ -1366,9 +1387,131 @@
|
|
|
1366
1387
|
"export": "buildUiTemplateContext"
|
|
1367
1388
|
},
|
|
1368
1389
|
"when": {
|
|
1369
|
-
"
|
|
1370
|
-
|
|
1371
|
-
|
|
1390
|
+
"all": [
|
|
1391
|
+
{
|
|
1392
|
+
"option": "operations",
|
|
1393
|
+
"in": [
|
|
1394
|
+
"new"
|
|
1395
|
+
]
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"option": "operations",
|
|
1399
|
+
"in": [
|
|
1400
|
+
"edit"
|
|
1401
|
+
]
|
|
1402
|
+
}
|
|
1403
|
+
]
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"from": "templates/src/pages/admin/ui-generator/AddEditForm.vue",
|
|
1408
|
+
"toSurface": "${option:surface|lower}",
|
|
1409
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/_components/${option:namespace|singular|pascal|default(Record)}AddEditForm.vue",
|
|
1410
|
+
"reason": "Install generated shared add/edit form component.",
|
|
1411
|
+
"category": "ui-generator",
|
|
1412
|
+
"id": "ui-generator-page-add-edit-form-${option:namespace|snake}",
|
|
1413
|
+
"templateContext": {
|
|
1414
|
+
"entrypoint": "src/server/buildTemplateContext.js",
|
|
1415
|
+
"export": "buildUiTemplateContext"
|
|
1416
|
+
},
|
|
1417
|
+
"when": {
|
|
1418
|
+
"all": [
|
|
1419
|
+
{
|
|
1420
|
+
"option": "operations",
|
|
1421
|
+
"in": [
|
|
1422
|
+
"new"
|
|
1423
|
+
]
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"option": "operations",
|
|
1427
|
+
"in": [
|
|
1428
|
+
"edit"
|
|
1429
|
+
]
|
|
1430
|
+
}
|
|
1431
|
+
]
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"from": "templates/src/pages/admin/ui-generator/AddEditFormFields.js",
|
|
1436
|
+
"toSurface": "${option:surface|lower}",
|
|
1437
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/_components/${option:namespace|singular|pascal|default(Record)}AddEditFormFields.js",
|
|
1438
|
+
"reason": "Install generated shared add/edit form field definitions.",
|
|
1439
|
+
"category": "ui-generator",
|
|
1440
|
+
"id": "ui-generator-page-add-edit-form-fields-${option:namespace|snake}",
|
|
1441
|
+
"templateContext": {
|
|
1442
|
+
"entrypoint": "src/server/buildTemplateContext.js",
|
|
1443
|
+
"export": "buildUiTemplateContext"
|
|
1444
|
+
},
|
|
1445
|
+
"when": {
|
|
1446
|
+
"all": [
|
|
1447
|
+
{
|
|
1448
|
+
"option": "operations",
|
|
1449
|
+
"in": [
|
|
1450
|
+
"new"
|
|
1451
|
+
]
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"option": "operations",
|
|
1455
|
+
"in": [
|
|
1456
|
+
"edit"
|
|
1457
|
+
]
|
|
1458
|
+
}
|
|
1459
|
+
]
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"from": "templates/src/pages/admin/ui-generator/NewElement.vue",
|
|
1464
|
+
"toSurface": "${option:surface|lower}",
|
|
1465
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/new.vue",
|
|
1466
|
+
"reason": "Install generated new page.",
|
|
1467
|
+
"category": "ui-generator",
|
|
1468
|
+
"id": "ui-generator-page-new-standalone-${option:namespace|snake}",
|
|
1469
|
+
"templateContext": {
|
|
1470
|
+
"entrypoint": "src/server/buildTemplateContext.js",
|
|
1471
|
+
"export": "buildUiTemplateContext"
|
|
1472
|
+
},
|
|
1473
|
+
"when": {
|
|
1474
|
+
"all": [
|
|
1475
|
+
{
|
|
1476
|
+
"option": "operations",
|
|
1477
|
+
"in": [
|
|
1478
|
+
"new"
|
|
1479
|
+
]
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"option": "operations",
|
|
1483
|
+
"notIn": [
|
|
1484
|
+
"edit"
|
|
1485
|
+
]
|
|
1486
|
+
}
|
|
1487
|
+
]
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"from": "templates/src/pages/admin/ui-generator/EditElement.vue",
|
|
1492
|
+
"toSurface": "${option:surface|lower}",
|
|
1493
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/[${option:id-param|trim}]/edit.vue",
|
|
1494
|
+
"reason": "Install generated edit page.",
|
|
1495
|
+
"category": "ui-generator",
|
|
1496
|
+
"id": "ui-generator-page-edit-standalone-${option:namespace|snake}",
|
|
1497
|
+
"templateContext": {
|
|
1498
|
+
"entrypoint": "src/server/buildTemplateContext.js",
|
|
1499
|
+
"export": "buildUiTemplateContext"
|
|
1500
|
+
},
|
|
1501
|
+
"when": {
|
|
1502
|
+
"all": [
|
|
1503
|
+
{
|
|
1504
|
+
"option": "operations",
|
|
1505
|
+
"in": [
|
|
1506
|
+
"edit"
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"option": "operations",
|
|
1511
|
+
"notIn": [
|
|
1512
|
+
"new"
|
|
1513
|
+
]
|
|
1514
|
+
}
|
|
1372
1515
|
]
|
|
1373
1516
|
}
|
|
1374
1517
|
}
|
|
@@ -1432,11 +1575,11 @@
|
|
|
1432
1575
|
},
|
|
1433
1576
|
{
|
|
1434
1577
|
"packageId": "@jskit-ai/database-runtime",
|
|
1435
|
-
"version": "0.1.
|
|
1578
|
+
"version": "0.1.24",
|
|
1436
1579
|
"descriptor": {
|
|
1437
1580
|
"packageVersion": 1,
|
|
1438
1581
|
"packageId": "@jskit-ai/database-runtime",
|
|
1439
|
-
"version": "0.1.
|
|
1582
|
+
"version": "0.1.24",
|
|
1440
1583
|
"kind": "runtime",
|
|
1441
1584
|
"dependsOn": [
|
|
1442
1585
|
"@jskit-ai/kernel"
|
|
@@ -1493,7 +1636,7 @@
|
|
|
1493
1636
|
"mutations": {
|
|
1494
1637
|
"dependencies": {
|
|
1495
1638
|
"runtime": {
|
|
1496
|
-
"@jskit-ai/kernel": "0.1.
|
|
1639
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
1497
1640
|
"dotenv": "^16.4.5",
|
|
1498
1641
|
"knex": "^3.1.0"
|
|
1499
1642
|
},
|
|
@@ -1528,11 +1671,11 @@
|
|
|
1528
1671
|
},
|
|
1529
1672
|
{
|
|
1530
1673
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1531
|
-
"version": "0.1.
|
|
1674
|
+
"version": "0.1.23",
|
|
1532
1675
|
"descriptor": {
|
|
1533
1676
|
"packageVersion": 1,
|
|
1534
1677
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1535
|
-
"version": "0.1.
|
|
1678
|
+
"version": "0.1.23",
|
|
1536
1679
|
"kind": "runtime",
|
|
1537
1680
|
"options": {
|
|
1538
1681
|
"db-host": {
|
|
@@ -1622,7 +1765,7 @@
|
|
|
1622
1765
|
"mutations": {
|
|
1623
1766
|
"dependencies": {
|
|
1624
1767
|
"runtime": {
|
|
1625
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1768
|
+
"@jskit-ai/database-runtime": "0.1.24",
|
|
1626
1769
|
"mysql2": "^3.11.2"
|
|
1627
1770
|
},
|
|
1628
1771
|
"dev": {}
|
|
@@ -1693,11 +1836,11 @@
|
|
|
1693
1836
|
},
|
|
1694
1837
|
{
|
|
1695
1838
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1696
|
-
"version": "0.1.
|
|
1839
|
+
"version": "0.1.23",
|
|
1697
1840
|
"descriptor": {
|
|
1698
1841
|
"packageVersion": 1,
|
|
1699
1842
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1700
|
-
"version": "0.1.
|
|
1843
|
+
"version": "0.1.23",
|
|
1701
1844
|
"kind": "runtime",
|
|
1702
1845
|
"options": {
|
|
1703
1846
|
"db-host": {
|
|
@@ -1787,7 +1930,7 @@
|
|
|
1787
1930
|
"mutations": {
|
|
1788
1931
|
"dependencies": {
|
|
1789
1932
|
"runtime": {
|
|
1790
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1933
|
+
"@jskit-ai/database-runtime": "0.1.24",
|
|
1791
1934
|
"pg": "^8.13.1"
|
|
1792
1935
|
},
|
|
1793
1936
|
"dev": {}
|
|
@@ -1858,11 +2001,11 @@
|
|
|
1858
2001
|
},
|
|
1859
2002
|
{
|
|
1860
2003
|
"packageId": "@jskit-ai/http-runtime",
|
|
1861
|
-
"version": "0.1.
|
|
2004
|
+
"version": "0.1.23",
|
|
1862
2005
|
"descriptor": {
|
|
1863
2006
|
"packageVersion": 1,
|
|
1864
2007
|
"packageId": "@jskit-ai/http-runtime",
|
|
1865
|
-
"version": "0.1.
|
|
2008
|
+
"version": "0.1.23",
|
|
1866
2009
|
"kind": "runtime",
|
|
1867
2010
|
"dependsOn": [],
|
|
1868
2011
|
"capabilities": {
|
|
@@ -1928,7 +2071,7 @@
|
|
|
1928
2071
|
"mutations": {
|
|
1929
2072
|
"dependencies": {
|
|
1930
2073
|
"runtime": {
|
|
1931
|
-
"@jskit-ai/kernel": "0.1.
|
|
2074
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
1932
2075
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
1933
2076
|
"typebox": "^1.0.81"
|
|
1934
2077
|
},
|
|
@@ -1944,11 +2087,11 @@
|
|
|
1944
2087
|
},
|
|
1945
2088
|
{
|
|
1946
2089
|
"packageId": "@jskit-ai/realtime",
|
|
1947
|
-
"version": "0.1.
|
|
2090
|
+
"version": "0.1.23",
|
|
1948
2091
|
"descriptor": {
|
|
1949
2092
|
"packageVersion": 1,
|
|
1950
2093
|
"packageId": "@jskit-ai/realtime",
|
|
1951
|
-
"version": "0.1.
|
|
2094
|
+
"version": "0.1.23",
|
|
1952
2095
|
"kind": "runtime",
|
|
1953
2096
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
1954
2097
|
"options": {
|
|
@@ -2044,7 +2187,7 @@
|
|
|
2044
2187
|
"mutations": {
|
|
2045
2188
|
"dependencies": {
|
|
2046
2189
|
"runtime": {
|
|
2047
|
-
"@jskit-ai/kernel": "0.1.
|
|
2190
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
2048
2191
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
2049
2192
|
"redis": "^5.8.2",
|
|
2050
2193
|
"socket.io": "^4.8.3",
|
|
@@ -2093,11 +2236,11 @@
|
|
|
2093
2236
|
},
|
|
2094
2237
|
{
|
|
2095
2238
|
"packageId": "@jskit-ai/shell-web",
|
|
2096
|
-
"version": "0.1.
|
|
2239
|
+
"version": "0.1.23",
|
|
2097
2240
|
"descriptor": {
|
|
2098
2241
|
"packageVersion": 1,
|
|
2099
2242
|
"packageId": "@jskit-ai/shell-web",
|
|
2100
|
-
"version": "0.1.
|
|
2243
|
+
"version": "0.1.23",
|
|
2101
2244
|
"kind": "runtime",
|
|
2102
2245
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
2103
2246
|
"dependsOn": [],
|
|
@@ -2191,7 +2334,7 @@
|
|
|
2191
2334
|
"dependencies": {
|
|
2192
2335
|
"runtime": {
|
|
2193
2336
|
"@tanstack/vue-query": "^5.90.5",
|
|
2194
|
-
"@jskit-ai/kernel": "0.1.
|
|
2337
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
2195
2338
|
"vuetify": "^4.0.0"
|
|
2196
2339
|
},
|
|
2197
2340
|
"dev": {}
|
|
@@ -2272,11 +2415,11 @@
|
|
|
2272
2415
|
},
|
|
2273
2416
|
{
|
|
2274
2417
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2275
|
-
"version": "0.1.
|
|
2418
|
+
"version": "0.1.23",
|
|
2276
2419
|
"descriptor": {
|
|
2277
2420
|
"packageVersion": 1,
|
|
2278
2421
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2279
|
-
"version": "0.1.
|
|
2422
|
+
"version": "0.1.23",
|
|
2280
2423
|
"kind": "runtime",
|
|
2281
2424
|
"dependsOn": [
|
|
2282
2425
|
"@jskit-ai/kernel"
|
|
@@ -2325,7 +2468,7 @@
|
|
|
2325
2468
|
"mutations": {
|
|
2326
2469
|
"dependencies": {
|
|
2327
2470
|
"runtime": {
|
|
2328
|
-
"@jskit-ai/kernel": "0.1.
|
|
2471
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
2329
2472
|
"unstorage": "^1.17.3"
|
|
2330
2473
|
},
|
|
2331
2474
|
"dev": {}
|
|
@@ -2341,11 +2484,11 @@
|
|
|
2341
2484
|
},
|
|
2342
2485
|
{
|
|
2343
2486
|
"packageId": "@jskit-ai/ui-generator",
|
|
2344
|
-
"version": "0.1.
|
|
2487
|
+
"version": "0.1.7",
|
|
2345
2488
|
"descriptor": {
|
|
2346
2489
|
"packageVersion": 1,
|
|
2347
2490
|
"packageId": "@jskit-ai/ui-generator",
|
|
2348
|
-
"version": "0.1.
|
|
2491
|
+
"version": "0.1.7",
|
|
2349
2492
|
"kind": "generator",
|
|
2350
2493
|
"description": "Generate app-local non-CRUD UI pages and outlet elements.",
|
|
2351
2494
|
"options": {
|
|
@@ -2519,7 +2662,7 @@
|
|
|
2519
2662
|
"mutations": {
|
|
2520
2663
|
"dependencies": {
|
|
2521
2664
|
"runtime": {
|
|
2522
|
-
"@jskit-ai/users-web": "0.1.
|
|
2665
|
+
"@jskit-ai/users-web": "0.1.38"
|
|
2523
2666
|
},
|
|
2524
2667
|
"dev": {}
|
|
2525
2668
|
},
|
|
@@ -2558,11 +2701,11 @@
|
|
|
2558
2701
|
},
|
|
2559
2702
|
{
|
|
2560
2703
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
2561
|
-
"version": "0.1.
|
|
2704
|
+
"version": "0.1.2",
|
|
2562
2705
|
"descriptor": {
|
|
2563
2706
|
"packageVersion": 1,
|
|
2564
2707
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
2565
|
-
"version": "0.1.
|
|
2708
|
+
"version": "0.1.2",
|
|
2566
2709
|
"kind": "runtime",
|
|
2567
2710
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
2568
2711
|
"dependsOn": [
|
|
@@ -2604,6 +2747,10 @@
|
|
|
2604
2747
|
"subpath": "./client/composables/createImageUploadRuntime",
|
|
2605
2748
|
"summary": "Exports the reusable image upload runtime factory."
|
|
2606
2749
|
},
|
|
2750
|
+
{
|
|
2751
|
+
"subpath": "./client/composables/createManagedImageAssetRuntime",
|
|
2752
|
+
"summary": "Exports the managed image asset runtime factory for upload and optional delete flows."
|
|
2753
|
+
},
|
|
2607
2754
|
{
|
|
2608
2755
|
"subpath": "./client/styles",
|
|
2609
2756
|
"summary": "Exports Uppy CSS side effects for image upload UIs."
|
|
@@ -2622,7 +2769,7 @@
|
|
|
2622
2769
|
"mutations": {
|
|
2623
2770
|
"dependencies": {
|
|
2624
2771
|
"runtime": {
|
|
2625
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
2772
|
+
"@jskit-ai/uploads-runtime": "0.1.2",
|
|
2626
2773
|
"@uppy/compressor": "^3.1.0",
|
|
2627
2774
|
"@uppy/core": "^5.2.0",
|
|
2628
2775
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -2642,11 +2789,11 @@
|
|
|
2642
2789
|
},
|
|
2643
2790
|
{
|
|
2644
2791
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
2645
|
-
"version": "0.1.
|
|
2792
|
+
"version": "0.1.2",
|
|
2646
2793
|
"descriptor": {
|
|
2647
2794
|
"packageVersion": 1,
|
|
2648
2795
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
2649
|
-
"version": "0.1.
|
|
2796
|
+
"version": "0.1.2",
|
|
2650
2797
|
"kind": "runtime",
|
|
2651
2798
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
2652
2799
|
"dependsOn": [
|
|
@@ -2683,10 +2830,6 @@
|
|
|
2683
2830
|
"subpath": "./server/multipart/registerMultipartSupport",
|
|
2684
2831
|
"summary": "Exports Fastify multipart registration helper."
|
|
2685
2832
|
},
|
|
2686
|
-
{
|
|
2687
|
-
"subpath": "./server/multipart/readMultipartFiles",
|
|
2688
|
-
"summary": "Exports normalized multipart file parsing helpers."
|
|
2689
|
-
},
|
|
2690
2833
|
{
|
|
2691
2834
|
"subpath": "./server/multipart/readSingleMultipartFile",
|
|
2692
2835
|
"summary": "Exports a convenience helper for single-file multipart uploads."
|
|
@@ -2720,7 +2863,7 @@
|
|
|
2720
2863
|
"dependencies": {
|
|
2721
2864
|
"runtime": {
|
|
2722
2865
|
"@fastify/multipart": "^9.4.0",
|
|
2723
|
-
"@jskit-ai/kernel": "0.1.
|
|
2866
|
+
"@jskit-ai/kernel": "0.1.24"
|
|
2724
2867
|
},
|
|
2725
2868
|
"dev": {}
|
|
2726
2869
|
},
|
|
@@ -2735,11 +2878,11 @@
|
|
|
2735
2878
|
},
|
|
2736
2879
|
{
|
|
2737
2880
|
"packageId": "@jskit-ai/users-core",
|
|
2738
|
-
"version": "0.1.
|
|
2881
|
+
"version": "0.1.33",
|
|
2739
2882
|
"descriptor": {
|
|
2740
2883
|
"packageVersion": 1,
|
|
2741
2884
|
"packageId": "@jskit-ai/users-core",
|
|
2742
|
-
"version": "0.1.
|
|
2885
|
+
"version": "0.1.33",
|
|
2743
2886
|
"kind": "runtime",
|
|
2744
2887
|
"description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
|
|
2745
2888
|
"dependsOn": [
|
|
@@ -2832,7 +2975,7 @@
|
|
|
2832
2975
|
{
|
|
2833
2976
|
"method": "GET",
|
|
2834
2977
|
"path": "/api/w/:workspaceSlug/roles",
|
|
2835
|
-
"summary": "Get
|
|
2978
|
+
"summary": "Get role catalog by workspace slug."
|
|
2836
2979
|
},
|
|
2837
2980
|
{
|
|
2838
2981
|
"method": "GET",
|
|
@@ -2935,11 +3078,11 @@
|
|
|
2935
3078
|
"mutations": {
|
|
2936
3079
|
"dependencies": {
|
|
2937
3080
|
"runtime": {
|
|
2938
|
-
"@jskit-ai/auth-core": "0.1.
|
|
2939
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2940
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2941
|
-
"@jskit-ai/kernel": "0.1.
|
|
2942
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
3081
|
+
"@jskit-ai/auth-core": "0.1.23",
|
|
3082
|
+
"@jskit-ai/database-runtime": "0.1.24",
|
|
3083
|
+
"@jskit-ai/http-runtime": "0.1.23",
|
|
3084
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
3085
|
+
"@jskit-ai/uploads-runtime": "0.1.2",
|
|
2943
3086
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
2944
3087
|
"typebox": "^1.0.81"
|
|
2945
3088
|
},
|
|
@@ -3027,12 +3170,12 @@
|
|
|
3027
3170
|
"id": "users-core-app-owned-user-settings-fields"
|
|
3028
3171
|
},
|
|
3029
3172
|
{
|
|
3030
|
-
"from": "templates/config/
|
|
3031
|
-
"to": "config/
|
|
3173
|
+
"from": "templates/config/roles.js",
|
|
3174
|
+
"to": "config/roles.js",
|
|
3032
3175
|
"preserveOnRemove": true,
|
|
3033
|
-
"reason": "Install app-owned
|
|
3176
|
+
"reason": "Install app-owned role catalog in a dedicated config file.",
|
|
3034
3177
|
"category": "users-core",
|
|
3035
|
-
"id": "users-core-app-owned-
|
|
3178
|
+
"id": "users-core-app-owned-role-catalog-config"
|
|
3036
3179
|
}
|
|
3037
3180
|
],
|
|
3038
3181
|
"text": [
|
|
@@ -3099,11 +3242,11 @@
|
|
|
3099
3242
|
"op": "append-text",
|
|
3100
3243
|
"file": "config/public.js",
|
|
3101
3244
|
"position": "top",
|
|
3102
|
-
"skipIfContains": "import {
|
|
3103
|
-
"value": "import {
|
|
3104
|
-
"reason": "Load app-owned
|
|
3245
|
+
"skipIfContains": "import { roleCatalog } from \"./roles.js\";",
|
|
3246
|
+
"value": "import { roleCatalog } from \"./roles.js\";\n",
|
|
3247
|
+
"reason": "Load app-owned role catalog from dedicated config file.",
|
|
3105
3248
|
"category": "users-core",
|
|
3106
|
-
"id": "users-core-
|
|
3249
|
+
"id": "users-core-role-catalog-public-import"
|
|
3107
3250
|
},
|
|
3108
3251
|
{
|
|
3109
3252
|
"op": "append-text",
|
|
@@ -3166,11 +3309,11 @@
|
|
|
3166
3309
|
"op": "append-text",
|
|
3167
3310
|
"file": "config/public.js",
|
|
3168
3311
|
"position": "bottom",
|
|
3169
|
-
"skipIfContains": "config.
|
|
3170
|
-
"value": "\nconfig.
|
|
3171
|
-
"reason": "Bind app-owned
|
|
3312
|
+
"skipIfContains": "config.roleCatalog = roleCatalog;",
|
|
3313
|
+
"value": "\nconfig.roleCatalog = roleCatalog;\n",
|
|
3314
|
+
"reason": "Bind app-owned role catalog onto public config.",
|
|
3172
3315
|
"category": "users-core",
|
|
3173
|
-
"id": "users-core-
|
|
3316
|
+
"id": "users-core-role-catalog-public-config"
|
|
3174
3317
|
},
|
|
3175
3318
|
{
|
|
3176
3319
|
"op": "append-text",
|
|
@@ -3218,11 +3361,11 @@
|
|
|
3218
3361
|
},
|
|
3219
3362
|
{
|
|
3220
3363
|
"packageId": "@jskit-ai/users-web",
|
|
3221
|
-
"version": "0.1.
|
|
3364
|
+
"version": "0.1.38",
|
|
3222
3365
|
"descriptor": {
|
|
3223
3366
|
"packageVersion": 1,
|
|
3224
3367
|
"packageId": "@jskit-ai/users-web",
|
|
3225
|
-
"version": "0.1.
|
|
3368
|
+
"version": "0.1.38",
|
|
3226
3369
|
"kind": "runtime",
|
|
3227
3370
|
"description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
|
|
3228
3371
|
"dependsOn": [
|
|
@@ -3476,12 +3619,12 @@
|
|
|
3476
3619
|
"runtime": {
|
|
3477
3620
|
"@tanstack/vue-query": "5.92.12",
|
|
3478
3621
|
"@mdi/js": "^7.4.47",
|
|
3479
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3480
|
-
"@jskit-ai/realtime": "0.1.
|
|
3481
|
-
"@jskit-ai/kernel": "0.1.
|
|
3482
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3483
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
3484
|
-
"@jskit-ai/users-core": "0.1.
|
|
3622
|
+
"@jskit-ai/http-runtime": "0.1.23",
|
|
3623
|
+
"@jskit-ai/realtime": "0.1.23",
|
|
3624
|
+
"@jskit-ai/kernel": "0.1.24",
|
|
3625
|
+
"@jskit-ai/shell-web": "0.1.23",
|
|
3626
|
+
"@jskit-ai/uploads-image-web": "0.1.2",
|
|
3627
|
+
"@jskit-ai/users-core": "0.1.33",
|
|
3485
3628
|
"vuetify": "^4.0.0"
|
|
3486
3629
|
},
|
|
3487
3630
|
"dev": {}
|