@jskit-ai/jskit-catalog 0.1.74 → 0.1.76
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 +447 -180
- 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.77",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.77",
|
|
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": {
|
|
@@ -347,11 +347,11 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"packageId": "@jskit-ai/assistant-core",
|
|
350
|
-
"version": "0.1.
|
|
350
|
+
"version": "0.1.44",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.44",
|
|
355
355
|
"kind": "runtime",
|
|
356
356
|
"description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
|
|
357
357
|
"dependsOn": [
|
|
@@ -399,17 +399,15 @@
|
|
|
399
399
|
"mutations": {
|
|
400
400
|
"dependencies": {
|
|
401
401
|
"runtime": {
|
|
402
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
403
|
-
"@jskit-ai/kernel": "0.1.
|
|
404
|
-
"@jskit-ai/resource-core": "0.1.
|
|
405
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
406
|
-
"@jskit-ai/users-core": "0.1.
|
|
407
|
-
"@tanstack/vue-query": "^5.90.5",
|
|
402
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.13",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.78",
|
|
408
407
|
"dompurify": "^3.3.3",
|
|
409
408
|
"json-rest-schema": "1.x.x",
|
|
410
409
|
"marked": "^17.0.4",
|
|
411
|
-
"openai": "^6.22.0"
|
|
412
|
-
"vuetify": "^4.0.0"
|
|
410
|
+
"openai": "^6.22.0"
|
|
413
411
|
},
|
|
414
412
|
"dev": {}
|
|
415
413
|
},
|
|
@@ -424,11 +422,11 @@
|
|
|
424
422
|
},
|
|
425
423
|
{
|
|
426
424
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
427
|
-
"version": "0.1.
|
|
425
|
+
"version": "0.1.39",
|
|
428
426
|
"descriptor": {
|
|
429
427
|
"packageVersion": 1,
|
|
430
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
431
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.39",
|
|
432
430
|
"kind": "runtime",
|
|
433
431
|
"description": "Shared assistant runtime with per-surface assistant registration.",
|
|
434
432
|
"dependsOn": [
|
|
@@ -524,15 +522,13 @@
|
|
|
524
522
|
"mutations": {
|
|
525
523
|
"dependencies": {
|
|
526
524
|
"runtime": {
|
|
527
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
528
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
529
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
530
|
-
"@jskit-ai/kernel": "0.1.
|
|
531
|
-
"@jskit-ai/shell-web": "0.1.
|
|
532
|
-
"@jskit-ai/users-core": "0.1.
|
|
533
|
-
"@jskit-ai/users-web": "0.1.
|
|
534
|
-
"@tanstack/vue-query": "^5.90.5",
|
|
535
|
-
"vuetify": "^4.0.0"
|
|
525
|
+
"@jskit-ai/assistant-core": "0.1.44",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.67",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.78",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.83"
|
|
536
532
|
},
|
|
537
533
|
"dev": {}
|
|
538
534
|
},
|
|
@@ -587,11 +583,11 @@
|
|
|
587
583
|
},
|
|
588
584
|
{
|
|
589
585
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
586
|
+
"version": "0.1.67",
|
|
591
587
|
"descriptor": {
|
|
592
588
|
"packageVersion": 1,
|
|
593
589
|
"packageId": "@jskit-ai/auth-core",
|
|
594
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.67",
|
|
595
591
|
"kind": "runtime",
|
|
596
592
|
"dependsOn": [
|
|
597
593
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -659,7 +655,7 @@
|
|
|
659
655
|
"mutations": {
|
|
660
656
|
"dependencies": {
|
|
661
657
|
"runtime": {
|
|
662
|
-
"@jskit-ai/kernel": "0.1.
|
|
658
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
663
659
|
"@fastify/cookie": "^11.0.2",
|
|
664
660
|
"@fastify/csrf-protection": "^7.1.0",
|
|
665
661
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -677,11 +673,11 @@
|
|
|
677
673
|
},
|
|
678
674
|
{
|
|
679
675
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
680
|
-
"version": "0.1.
|
|
676
|
+
"version": "0.1.67",
|
|
681
677
|
"descriptor": {
|
|
682
678
|
"packageVersion": 1,
|
|
683
679
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
684
|
-
"version": "0.1.
|
|
680
|
+
"version": "0.1.67",
|
|
685
681
|
"kind": "runtime",
|
|
686
682
|
"options": {
|
|
687
683
|
"auth-supabase-url": {
|
|
@@ -763,8 +759,8 @@
|
|
|
763
759
|
"mutations": {
|
|
764
760
|
"dependencies": {
|
|
765
761
|
"runtime": {
|
|
766
|
-
"@jskit-ai/auth-core": "0.1.
|
|
767
|
-
"@jskit-ai/kernel": "0.1.
|
|
762
|
+
"@jskit-ai/auth-core": "0.1.67",
|
|
763
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
768
764
|
"dotenv": "^16.4.5",
|
|
769
765
|
"@supabase/supabase-js": "^2.57.4",
|
|
770
766
|
"jose": "^6.1.0"
|
|
@@ -829,11 +825,11 @@
|
|
|
829
825
|
},
|
|
830
826
|
{
|
|
831
827
|
"packageId": "@jskit-ai/auth-web",
|
|
832
|
-
"version": "0.1.
|
|
828
|
+
"version": "0.1.69",
|
|
833
829
|
"descriptor": {
|
|
834
830
|
"packageVersion": 1,
|
|
835
831
|
"packageId": "@jskit-ai/auth-web",
|
|
836
|
-
"version": "0.1.
|
|
832
|
+
"version": "0.1.69",
|
|
837
833
|
"kind": "runtime",
|
|
838
834
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
839
835
|
"dependsOn": [
|
|
@@ -1088,13 +1084,11 @@
|
|
|
1088
1084
|
"mutations": {
|
|
1089
1085
|
"dependencies": {
|
|
1090
1086
|
"runtime": {
|
|
1091
|
-
"@tanstack/vue-query": "5.92.12",
|
|
1092
1087
|
"@mdi/js": "^7.4.47",
|
|
1093
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1094
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1095
|
-
"@jskit-ai/kernel": "0.1.
|
|
1096
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1097
|
-
"vuetify": "^4.0.0"
|
|
1088
|
+
"@jskit-ai/auth-core": "0.1.67",
|
|
1089
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
1090
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
1091
|
+
"@jskit-ai/shell-web": "0.1.67"
|
|
1098
1092
|
},
|
|
1099
1093
|
"dev": {}
|
|
1100
1094
|
},
|
|
@@ -1173,11 +1167,11 @@
|
|
|
1173
1167
|
},
|
|
1174
1168
|
{
|
|
1175
1169
|
"packageId": "@jskit-ai/console-core",
|
|
1176
|
-
"version": "0.1.
|
|
1170
|
+
"version": "0.1.31",
|
|
1177
1171
|
"descriptor": {
|
|
1178
1172
|
"packageVersion": 1,
|
|
1179
1173
|
"packageId": "@jskit-ai/console-core",
|
|
1180
|
-
"version": "0.1.
|
|
1174
|
+
"version": "0.1.31",
|
|
1181
1175
|
"kind": "runtime",
|
|
1182
1176
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1183
1177
|
"dependsOn": [
|
|
@@ -1261,12 +1255,12 @@
|
|
|
1261
1255
|
"mutations": {
|
|
1262
1256
|
"dependencies": {
|
|
1263
1257
|
"runtime": {
|
|
1264
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1265
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1266
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1267
|
-
"@jskit-ai/kernel": "0.1.
|
|
1268
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1269
|
-
"@jskit-ai/users-core": "0.1.
|
|
1258
|
+
"@jskit-ai/auth-core": "0.1.67",
|
|
1259
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
1260
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
1261
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
1262
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
1263
|
+
"@jskit-ai/users-core": "0.1.78"
|
|
1270
1264
|
},
|
|
1271
1265
|
"dev": {}
|
|
1272
1266
|
},
|
|
@@ -1291,11 +1285,11 @@
|
|
|
1291
1285
|
},
|
|
1292
1286
|
{
|
|
1293
1287
|
"packageId": "@jskit-ai/console-web",
|
|
1294
|
-
"version": "0.1.
|
|
1288
|
+
"version": "0.1.36",
|
|
1295
1289
|
"descriptor": {
|
|
1296
1290
|
"packageVersion": 1,
|
|
1297
1291
|
"packageId": "@jskit-ai/console-web",
|
|
1298
|
-
"version": "0.1.
|
|
1292
|
+
"version": "0.1.36",
|
|
1299
1293
|
"kind": "runtime",
|
|
1300
1294
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1301
1295
|
"dependsOn": [
|
|
@@ -1405,9 +1399,9 @@
|
|
|
1405
1399
|
"mutations": {
|
|
1406
1400
|
"dependencies": {
|
|
1407
1401
|
"runtime": {
|
|
1408
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1409
|
-
"@jskit-ai/console-core": "0.1.
|
|
1410
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1402
|
+
"@jskit-ai/auth-web": "0.1.69",
|
|
1403
|
+
"@jskit-ai/console-core": "0.1.31",
|
|
1404
|
+
"@jskit-ai/shell-web": "0.1.67"
|
|
1411
1405
|
},
|
|
1412
1406
|
"dev": {}
|
|
1413
1407
|
},
|
|
@@ -1514,11 +1508,11 @@
|
|
|
1514
1508
|
},
|
|
1515
1509
|
{
|
|
1516
1510
|
"packageId": "@jskit-ai/crud-core",
|
|
1517
|
-
"version": "0.1.
|
|
1511
|
+
"version": "0.1.76",
|
|
1518
1512
|
"descriptor": {
|
|
1519
1513
|
"packageVersion": 1,
|
|
1520
1514
|
"packageId": "@jskit-ai/crud-core",
|
|
1521
|
-
"version": "0.1.
|
|
1515
|
+
"version": "0.1.76",
|
|
1522
1516
|
"kind": "runtime",
|
|
1523
1517
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1524
1518
|
"dependsOn": [
|
|
@@ -1547,7 +1541,7 @@
|
|
|
1547
1541
|
"mutations": {
|
|
1548
1542
|
"dependencies": {
|
|
1549
1543
|
"runtime": {
|
|
1550
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1544
|
+
"@jskit-ai/crud-core": "0.1.76"
|
|
1551
1545
|
},
|
|
1552
1546
|
"dev": {}
|
|
1553
1547
|
},
|
|
@@ -1561,11 +1555,11 @@
|
|
|
1561
1555
|
},
|
|
1562
1556
|
{
|
|
1563
1557
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1564
|
-
"version": "0.1.
|
|
1558
|
+
"version": "0.1.76",
|
|
1565
1559
|
"descriptor": {
|
|
1566
1560
|
"packageVersion": 1,
|
|
1567
1561
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1568
|
-
"version": "0.1.
|
|
1562
|
+
"version": "0.1.76",
|
|
1569
1563
|
"kind": "generator",
|
|
1570
1564
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1571
1565
|
"options": {
|
|
@@ -1732,14 +1726,14 @@
|
|
|
1732
1726
|
"mutations": {
|
|
1733
1727
|
"dependencies": {
|
|
1734
1728
|
"runtime": {
|
|
1735
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1736
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1737
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1738
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1739
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
1740
|
-
"@jskit-ai/kernel": "0.1.
|
|
1741
|
-
"@jskit-ai/realtime": "0.1.
|
|
1742
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1729
|
+
"@jskit-ai/auth-core": "0.1.67",
|
|
1730
|
+
"@jskit-ai/crud-core": "0.1.76",
|
|
1731
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
1732
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
1733
|
+
"@jskit-ai/json-rest-api-core": "0.1.13",
|
|
1734
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
1735
|
+
"@jskit-ai/realtime": "0.1.67",
|
|
1736
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
1743
1737
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
1744
1738
|
},
|
|
1745
1739
|
"dev": {}
|
|
@@ -1871,11 +1865,11 @@
|
|
|
1871
1865
|
},
|
|
1872
1866
|
{
|
|
1873
1867
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1874
|
-
"version": "0.1.
|
|
1868
|
+
"version": "0.1.51",
|
|
1875
1869
|
"descriptor": {
|
|
1876
1870
|
"packageVersion": 1,
|
|
1877
1871
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1878
|
-
"version": "0.1.
|
|
1872
|
+
"version": "0.1.51",
|
|
1879
1873
|
"kind": "generator",
|
|
1880
1874
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
1881
1875
|
"options": {
|
|
@@ -1948,6 +1942,22 @@
|
|
|
1948
1942
|
"promptLabel": "Link placement",
|
|
1949
1943
|
"promptHint": "Optional semantic target override for the generated list-page link placement (format: area.slot)."
|
|
1950
1944
|
},
|
|
1945
|
+
"navigation-role": {
|
|
1946
|
+
"required": false,
|
|
1947
|
+
"inputType": "text",
|
|
1948
|
+
"validationType": "enum",
|
|
1949
|
+
"allowedValues": [
|
|
1950
|
+
"primary",
|
|
1951
|
+
"secondary",
|
|
1952
|
+
"utility",
|
|
1953
|
+
"detail",
|
|
1954
|
+
"workflow",
|
|
1955
|
+
"none"
|
|
1956
|
+
],
|
|
1957
|
+
"defaultValue": "",
|
|
1958
|
+
"promptLabel": "Navigation role",
|
|
1959
|
+
"promptHint": "Product navigation role for generated links. When omitted, dynamic detail and workflow routes create no nav link; primary uses normal inference, secondary maps to shell.secondary-nav, utility maps to shell.global-actions, and detail/workflow/none force no nav link."
|
|
1960
|
+
},
|
|
1951
1961
|
"namespace": {
|
|
1952
1962
|
"required": false,
|
|
1953
1963
|
"inputType": "text",
|
|
@@ -1994,6 +2004,7 @@
|
|
|
1994
2004
|
"display-fields",
|
|
1995
2005
|
"id-param",
|
|
1996
2006
|
"parent-title",
|
|
2007
|
+
"navigation-role",
|
|
1997
2008
|
"link-placement",
|
|
1998
2009
|
"namespace",
|
|
1999
2010
|
"force"
|
|
@@ -2057,7 +2068,7 @@
|
|
|
2057
2068
|
"mutations": {
|
|
2058
2069
|
"dependencies": {
|
|
2059
2070
|
"runtime": {
|
|
2060
|
-
"@jskit-ai/users-web": "0.1.
|
|
2071
|
+
"@jskit-ai/users-web": "0.1.83"
|
|
2061
2072
|
},
|
|
2062
2073
|
"dev": {}
|
|
2063
2074
|
},
|
|
@@ -2083,6 +2094,32 @@
|
|
|
2083
2094
|
]
|
|
2084
2095
|
}
|
|
2085
2096
|
},
|
|
2097
|
+
{
|
|
2098
|
+
"from": "templates/src/pages/admin/ui-generator/listFilters.js",
|
|
2099
|
+
"to": "src/pages/${option:target-root|trim}/listFilters.js",
|
|
2100
|
+
"reason": "Install generated client-side list filter definitions.",
|
|
2101
|
+
"category": "crud-ui-generator",
|
|
2102
|
+
"id": "crud-ui-page-list-filters-${option:target-root|snake}",
|
|
2103
|
+
"when": {
|
|
2104
|
+
"option": "operations",
|
|
2105
|
+
"in": [
|
|
2106
|
+
"list"
|
|
2107
|
+
]
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"from": "templates/src/pages/admin/ui-generator/listBulkActions.js",
|
|
2112
|
+
"to": "src/pages/${option:target-root|trim}/listBulkActions.js",
|
|
2113
|
+
"reason": "Install generated client-side list bulk action definitions.",
|
|
2114
|
+
"category": "crud-ui-generator",
|
|
2115
|
+
"id": "crud-ui-page-list-bulk-actions-${option:target-root|snake}",
|
|
2116
|
+
"when": {
|
|
2117
|
+
"option": "operations",
|
|
2118
|
+
"in": [
|
|
2119
|
+
"list"
|
|
2120
|
+
]
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2086
2123
|
{
|
|
2087
2124
|
"from": "templates/src/pages/admin/ui-generator/ViewElement.vue",
|
|
2088
2125
|
"to": "src/pages/${option:target-root|trim}/[${option:id-param|trim}]/index.vue",
|
|
@@ -2269,7 +2306,7 @@
|
|
|
2269
2306
|
"file": "src/placement.js",
|
|
2270
2307
|
"position": "bottom",
|
|
2271
2308
|
"skipIfContains": "__JSKIT_UI_MENU_MARKER__",
|
|
2272
|
-
"value": "
|
|
2309
|
+
"value": "__JSKIT_UI_MENU_APPEND_BLOCK__",
|
|
2273
2310
|
"reason": "Append generated CRUD list-page placement.",
|
|
2274
2311
|
"category": "crud-ui-generator",
|
|
2275
2312
|
"id": "crud-ui-placement-menu",
|
|
@@ -2290,11 +2327,11 @@
|
|
|
2290
2327
|
},
|
|
2291
2328
|
{
|
|
2292
2329
|
"packageId": "@jskit-ai/database-runtime",
|
|
2293
|
-
"version": "0.1.
|
|
2330
|
+
"version": "0.1.68",
|
|
2294
2331
|
"descriptor": {
|
|
2295
2332
|
"packageVersion": 1,
|
|
2296
2333
|
"packageId": "@jskit-ai/database-runtime",
|
|
2297
|
-
"version": "0.1.
|
|
2334
|
+
"version": "0.1.68",
|
|
2298
2335
|
"kind": "runtime",
|
|
2299
2336
|
"dependsOn": [
|
|
2300
2337
|
"@jskit-ai/kernel"
|
|
@@ -2351,7 +2388,7 @@
|
|
|
2351
2388
|
"mutations": {
|
|
2352
2389
|
"dependencies": {
|
|
2353
2390
|
"runtime": {
|
|
2354
|
-
"@jskit-ai/kernel": "0.1.
|
|
2391
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
2355
2392
|
"dotenv": "^16.4.5",
|
|
2356
2393
|
"knex": "^3.1.0"
|
|
2357
2394
|
},
|
|
@@ -2386,11 +2423,11 @@
|
|
|
2386
2423
|
},
|
|
2387
2424
|
{
|
|
2388
2425
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2389
|
-
"version": "0.1.
|
|
2426
|
+
"version": "0.1.67",
|
|
2390
2427
|
"descriptor": {
|
|
2391
2428
|
"packageVersion": 1,
|
|
2392
2429
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2393
|
-
"version": "0.1.
|
|
2430
|
+
"version": "0.1.67",
|
|
2394
2431
|
"kind": "runtime",
|
|
2395
2432
|
"options": {
|
|
2396
2433
|
"db-host": {
|
|
@@ -2480,7 +2517,7 @@
|
|
|
2480
2517
|
"mutations": {
|
|
2481
2518
|
"dependencies": {
|
|
2482
2519
|
"runtime": {
|
|
2483
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2520
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
2484
2521
|
"mysql2": "^3.11.2"
|
|
2485
2522
|
},
|
|
2486
2523
|
"dev": {}
|
|
@@ -2551,11 +2588,11 @@
|
|
|
2551
2588
|
},
|
|
2552
2589
|
{
|
|
2553
2590
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2554
|
-
"version": "0.1.
|
|
2591
|
+
"version": "0.1.67",
|
|
2555
2592
|
"descriptor": {
|
|
2556
2593
|
"packageVersion": 1,
|
|
2557
2594
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2558
|
-
"version": "0.1.
|
|
2595
|
+
"version": "0.1.67",
|
|
2559
2596
|
"kind": "runtime",
|
|
2560
2597
|
"options": {
|
|
2561
2598
|
"db-host": {
|
|
@@ -2645,7 +2682,7 @@
|
|
|
2645
2682
|
"mutations": {
|
|
2646
2683
|
"dependencies": {
|
|
2647
2684
|
"runtime": {
|
|
2648
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2685
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
2649
2686
|
"pg": "^8.13.1"
|
|
2650
2687
|
},
|
|
2651
2688
|
"dev": {}
|
|
@@ -2716,11 +2753,11 @@
|
|
|
2716
2753
|
},
|
|
2717
2754
|
{
|
|
2718
2755
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2719
|
-
"version": "0.1.
|
|
2756
|
+
"version": "0.1.10",
|
|
2720
2757
|
"descriptor": {
|
|
2721
2758
|
"packageVersion": 1,
|
|
2722
2759
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2723
|
-
"version": "0.1.
|
|
2760
|
+
"version": "0.1.10",
|
|
2724
2761
|
"kind": "generator",
|
|
2725
2762
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
2726
2763
|
"options": {
|
|
@@ -2884,10 +2921,10 @@
|
|
|
2884
2921
|
"mutations": {
|
|
2885
2922
|
"dependencies": {
|
|
2886
2923
|
"runtime": {
|
|
2887
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2888
|
-
"@jskit-ai/database-runtime-mysql": "0.1.
|
|
2889
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
2890
|
-
"@jskit-ai/kernel": "0.1.
|
|
2924
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
2925
|
+
"@jskit-ai/database-runtime-mysql": "0.1.67",
|
|
2926
|
+
"@jskit-ai/json-rest-api-core": "0.1.13",
|
|
2927
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
2891
2928
|
"json-rest-schema": "1.x.x",
|
|
2892
2929
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
2893
2930
|
},
|
|
@@ -3000,11 +3037,11 @@
|
|
|
3000
3037
|
},
|
|
3001
3038
|
{
|
|
3002
3039
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3003
|
-
"version": "0.1.
|
|
3040
|
+
"version": "0.1.5",
|
|
3004
3041
|
"descriptor": {
|
|
3005
3042
|
"packageVersion": 1,
|
|
3006
3043
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3007
|
-
"version": "0.1.
|
|
3044
|
+
"version": "0.1.5",
|
|
3008
3045
|
"kind": "runtime",
|
|
3009
3046
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3010
3047
|
"dependsOn": [
|
|
@@ -3131,14 +3168,14 @@
|
|
|
3131
3168
|
"mutations": {
|
|
3132
3169
|
"dependencies": {
|
|
3133
3170
|
"runtime": {
|
|
3134
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3135
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3136
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3137
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3138
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3139
|
-
"@jskit-ai/kernel": "0.1.
|
|
3140
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3141
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3171
|
+
"@jskit-ai/auth-core": "0.1.67",
|
|
3172
|
+
"@jskit-ai/crud-core": "0.1.76",
|
|
3173
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
3174
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
3175
|
+
"@jskit-ai/json-rest-api-core": "0.1.13",
|
|
3176
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
3177
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
3178
|
+
"@jskit-ai/workspaces-core": "0.1.44"
|
|
3142
3179
|
},
|
|
3143
3180
|
"dev": {}
|
|
3144
3181
|
},
|
|
@@ -3190,11 +3227,11 @@
|
|
|
3190
3227
|
},
|
|
3191
3228
|
{
|
|
3192
3229
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3193
|
-
"version": "0.1.
|
|
3230
|
+
"version": "0.1.5",
|
|
3194
3231
|
"descriptor": {
|
|
3195
3232
|
"packageVersion": 1,
|
|
3196
3233
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3197
|
-
"version": "0.1.
|
|
3234
|
+
"version": "0.1.5",
|
|
3198
3235
|
"kind": "runtime",
|
|
3199
3236
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3200
3237
|
"dependsOn": [
|
|
@@ -3241,10 +3278,10 @@
|
|
|
3241
3278
|
"mutations": {
|
|
3242
3279
|
"dependencies": {
|
|
3243
3280
|
"runtime": {
|
|
3244
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3245
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3246
|
-
"@jskit-ai/kernel": "0.1.
|
|
3247
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3281
|
+
"@jskit-ai/google-rewarded-core": "0.1.5",
|
|
3282
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
3283
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
3284
|
+
"@jskit-ai/shell-web": "0.1.67"
|
|
3248
3285
|
},
|
|
3249
3286
|
"dev": {}
|
|
3250
3287
|
},
|
|
@@ -3262,11 +3299,11 @@
|
|
|
3262
3299
|
},
|
|
3263
3300
|
{
|
|
3264
3301
|
"packageId": "@jskit-ai/http-runtime",
|
|
3265
|
-
"version": "0.1.
|
|
3302
|
+
"version": "0.1.67",
|
|
3266
3303
|
"descriptor": {
|
|
3267
3304
|
"packageVersion": 1,
|
|
3268
3305
|
"packageId": "@jskit-ai/http-runtime",
|
|
3269
|
-
"version": "0.1.
|
|
3306
|
+
"version": "0.1.67",
|
|
3270
3307
|
"kind": "runtime",
|
|
3271
3308
|
"dependsOn": [],
|
|
3272
3309
|
"capabilities": {
|
|
@@ -3332,7 +3369,7 @@
|
|
|
3332
3369
|
"mutations": {
|
|
3333
3370
|
"dependencies": {
|
|
3334
3371
|
"runtime": {
|
|
3335
|
-
"@jskit-ai/kernel": "0.1.
|
|
3372
|
+
"@jskit-ai/kernel": "0.1.68"
|
|
3336
3373
|
},
|
|
3337
3374
|
"dev": {}
|
|
3338
3375
|
},
|
|
@@ -3346,11 +3383,11 @@
|
|
|
3346
3383
|
},
|
|
3347
3384
|
{
|
|
3348
3385
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3349
|
-
"version": "0.1.
|
|
3386
|
+
"version": "0.1.13",
|
|
3350
3387
|
"descriptor": {
|
|
3351
3388
|
"packageVersion": 1,
|
|
3352
3389
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3353
|
-
"version": "0.1.
|
|
3390
|
+
"version": "0.1.13",
|
|
3354
3391
|
"kind": "runtime",
|
|
3355
3392
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3356
3393
|
"dependsOn": [
|
|
@@ -3410,11 +3447,11 @@
|
|
|
3410
3447
|
},
|
|
3411
3448
|
{
|
|
3412
3449
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3413
|
-
"version": "0.1.
|
|
3450
|
+
"version": "0.1.5",
|
|
3414
3451
|
"descriptor": {
|
|
3415
3452
|
"packageVersion": 1,
|
|
3416
3453
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3417
|
-
"version": "0.1.
|
|
3454
|
+
"version": "0.1.5",
|
|
3418
3455
|
"kind": "runtime",
|
|
3419
3456
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3420
3457
|
"dependsOn": [
|
|
@@ -3477,8 +3514,8 @@
|
|
|
3477
3514
|
"@capacitor/app": "^7.1.0",
|
|
3478
3515
|
"@capacitor/browser": "^7.0.1",
|
|
3479
3516
|
"@capacitor/core": "^7.4.3",
|
|
3480
|
-
"@jskit-ai/kernel": "0.1.
|
|
3481
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3517
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
3518
|
+
"@jskit-ai/shell-web": "0.1.67"
|
|
3482
3519
|
},
|
|
3483
3520
|
"dev": {
|
|
3484
3521
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3530,11 +3567,11 @@
|
|
|
3530
3567
|
},
|
|
3531
3568
|
{
|
|
3532
3569
|
"packageId": "@jskit-ai/realtime",
|
|
3533
|
-
"version": "0.1.
|
|
3570
|
+
"version": "0.1.67",
|
|
3534
3571
|
"descriptor": {
|
|
3535
3572
|
"packageVersion": 1,
|
|
3536
3573
|
"packageId": "@jskit-ai/realtime",
|
|
3537
|
-
"version": "0.1.
|
|
3574
|
+
"version": "0.1.67",
|
|
3538
3575
|
"kind": "runtime",
|
|
3539
3576
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3540
3577
|
"options": {
|
|
@@ -3630,7 +3667,7 @@
|
|
|
3630
3667
|
"mutations": {
|
|
3631
3668
|
"dependencies": {
|
|
3632
3669
|
"runtime": {
|
|
3633
|
-
"@jskit-ai/kernel": "0.1.
|
|
3670
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
3634
3671
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3635
3672
|
"redis": "^5.8.2",
|
|
3636
3673
|
"socket.io": "^4.8.3",
|
|
@@ -3679,11 +3716,11 @@
|
|
|
3679
3716
|
},
|
|
3680
3717
|
{
|
|
3681
3718
|
"packageId": "@jskit-ai/resource-core",
|
|
3682
|
-
"version": "0.1.
|
|
3719
|
+
"version": "0.1.13",
|
|
3683
3720
|
"descriptor": {
|
|
3684
3721
|
"packageVersion": 1,
|
|
3685
3722
|
"packageId": "@jskit-ai/resource-core",
|
|
3686
|
-
"version": "0.1.
|
|
3723
|
+
"version": "0.1.13",
|
|
3687
3724
|
"kind": "runtime",
|
|
3688
3725
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
3689
3726
|
"dependsOn": [
|
|
@@ -3706,7 +3743,7 @@
|
|
|
3706
3743
|
"mutations": {
|
|
3707
3744
|
"dependencies": {
|
|
3708
3745
|
"runtime": {
|
|
3709
|
-
"@jskit-ai/resource-core": "0.1.
|
|
3746
|
+
"@jskit-ai/resource-core": "0.1.13"
|
|
3710
3747
|
},
|
|
3711
3748
|
"dev": {}
|
|
3712
3749
|
},
|
|
@@ -3721,11 +3758,11 @@
|
|
|
3721
3758
|
},
|
|
3722
3759
|
{
|
|
3723
3760
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3724
|
-
"version": "0.1.
|
|
3761
|
+
"version": "0.1.13",
|
|
3725
3762
|
"descriptor": {
|
|
3726
3763
|
"packageVersion": 1,
|
|
3727
3764
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3728
|
-
"version": "0.1.
|
|
3765
|
+
"version": "0.1.13",
|
|
3729
3766
|
"kind": "runtime",
|
|
3730
3767
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
3731
3768
|
"dependsOn": [
|
|
@@ -3749,7 +3786,7 @@
|
|
|
3749
3786
|
"mutations": {
|
|
3750
3787
|
"dependencies": {
|
|
3751
3788
|
"runtime": {
|
|
3752
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3789
|
+
"@jskit-ai/resource-crud-core": "0.1.13"
|
|
3753
3790
|
},
|
|
3754
3791
|
"dev": {}
|
|
3755
3792
|
},
|
|
@@ -3764,11 +3801,11 @@
|
|
|
3764
3801
|
},
|
|
3765
3802
|
{
|
|
3766
3803
|
"packageId": "@jskit-ai/shell-web",
|
|
3767
|
-
"version": "0.1.
|
|
3804
|
+
"version": "0.1.67",
|
|
3768
3805
|
"descriptor": {
|
|
3769
3806
|
"packageVersion": 1,
|
|
3770
3807
|
"packageId": "@jskit-ai/shell-web",
|
|
3771
|
-
"version": "0.1.
|
|
3808
|
+
"version": "0.1.67",
|
|
3772
3809
|
"kind": "runtime",
|
|
3773
3810
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
3774
3811
|
"dependsOn": [],
|
|
@@ -3797,7 +3834,7 @@
|
|
|
3797
3834
|
"surfaces": [
|
|
3798
3835
|
{
|
|
3799
3836
|
"subpath": "./client",
|
|
3800
|
-
"summary": "Exports shell layout/outlet/outlet-menu/error-host components and ShellWebClientProvider."
|
|
3837
|
+
"summary": "Exports shell layout/outlet/outlet-menu/route-transition/error-host components and ShellWebClientProvider."
|
|
3801
3838
|
},
|
|
3802
3839
|
{
|
|
3803
3840
|
"subpath": "./client/placement",
|
|
@@ -3810,6 +3847,10 @@
|
|
|
3810
3847
|
{
|
|
3811
3848
|
"subpath": "./client/bootstrap",
|
|
3812
3849
|
"summary": "Exports the shared client bootstrap handler registry used to extend /api/bootstrap handling."
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"subpath": "./test/adaptiveShellSmoke",
|
|
3853
|
+
"summary": "Exports reusable Playwright smoke coverage for generated adaptive shell layouts."
|
|
3813
3854
|
}
|
|
3814
3855
|
],
|
|
3815
3856
|
"containerTokens": {
|
|
@@ -3818,8 +3859,7 @@
|
|
|
3818
3859
|
"runtime.web-placement.client",
|
|
3819
3860
|
"runtime.web-bootstrap.client",
|
|
3820
3861
|
"runtime.web-error.client",
|
|
3821
|
-
"runtime.web-error.presentation-store.client"
|
|
3822
|
-
"shell.web.query-client"
|
|
3862
|
+
"runtime.web-error.presentation-store.client"
|
|
3823
3863
|
]
|
|
3824
3864
|
}
|
|
3825
3865
|
},
|
|
@@ -3847,6 +3887,13 @@
|
|
|
3847
3887
|
],
|
|
3848
3888
|
"source": "src/client/components/ShellLayout.vue"
|
|
3849
3889
|
},
|
|
3890
|
+
{
|
|
3891
|
+
"target": "shell-layout:primary-bottom-nav",
|
|
3892
|
+
"surfaces": [
|
|
3893
|
+
"*"
|
|
3894
|
+
],
|
|
3895
|
+
"source": "src/client/components/ShellLayout.vue"
|
|
3896
|
+
},
|
|
3850
3897
|
{
|
|
3851
3898
|
"target": "shell-layout:secondary-menu",
|
|
3852
3899
|
"surfaces": [
|
|
@@ -3854,6 +3901,20 @@
|
|
|
3854
3901
|
],
|
|
3855
3902
|
"source": "src/client/components/ShellLayout.vue"
|
|
3856
3903
|
},
|
|
3904
|
+
{
|
|
3905
|
+
"target": "shell-layout:supporting-bottom-sheet",
|
|
3906
|
+
"surfaces": [
|
|
3907
|
+
"*"
|
|
3908
|
+
],
|
|
3909
|
+
"source": "src/client/components/ShellLayout.vue"
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"target": "shell-layout:supporting-side-panel",
|
|
3913
|
+
"surfaces": [
|
|
3914
|
+
"*"
|
|
3915
|
+
],
|
|
3916
|
+
"source": "src/client/components/ShellLayout.vue"
|
|
3917
|
+
},
|
|
3857
3918
|
{
|
|
3858
3919
|
"target": "home-settings:primary-menu",
|
|
3859
3920
|
"surfaces": [
|
|
@@ -3873,9 +3934,9 @@
|
|
|
3873
3934
|
"default": true,
|
|
3874
3935
|
"variants": {
|
|
3875
3936
|
"compact": {
|
|
3876
|
-
"outlet": "shell-layout:primary-
|
|
3937
|
+
"outlet": "shell-layout:primary-bottom-nav",
|
|
3877
3938
|
"renderers": {
|
|
3878
|
-
"link": "local.main.ui.
|
|
3939
|
+
"link": "local.main.ui.tab-link-item"
|
|
3879
3940
|
}
|
|
3880
3941
|
},
|
|
3881
3942
|
"medium": {
|
|
@@ -3955,6 +4016,51 @@
|
|
|
3955
4016
|
}
|
|
3956
4017
|
}
|
|
3957
4018
|
},
|
|
4019
|
+
{
|
|
4020
|
+
"id": "shell.global-actions",
|
|
4021
|
+
"description": "Global surface actions that should stay outside primary navigation.",
|
|
4022
|
+
"surfaces": [
|
|
4023
|
+
"*"
|
|
4024
|
+
],
|
|
4025
|
+
"variants": {
|
|
4026
|
+
"compact": {
|
|
4027
|
+
"outlet": "shell-layout:top-right",
|
|
4028
|
+
"renderers": {
|
|
4029
|
+
"link": "local.main.ui.surface-aware-menu-link-item"
|
|
4030
|
+
}
|
|
4031
|
+
},
|
|
4032
|
+
"medium": {
|
|
4033
|
+
"outlet": "shell-layout:top-right",
|
|
4034
|
+
"renderers": {
|
|
4035
|
+
"link": "local.main.ui.surface-aware-menu-link-item"
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
"expanded": {
|
|
4039
|
+
"outlet": "shell-layout:top-right",
|
|
4040
|
+
"renderers": {
|
|
4041
|
+
"link": "local.main.ui.surface-aware-menu-link-item"
|
|
4042
|
+
}
|
|
4043
|
+
}
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"id": "page.supporting-content",
|
|
4048
|
+
"description": "Supporting page content that opens as a bottom sheet on compact layouts and a side panel on wider layouts.",
|
|
4049
|
+
"surfaces": [
|
|
4050
|
+
"*"
|
|
4051
|
+
],
|
|
4052
|
+
"variants": {
|
|
4053
|
+
"compact": {
|
|
4054
|
+
"outlet": "shell-layout:supporting-bottom-sheet"
|
|
4055
|
+
},
|
|
4056
|
+
"medium": {
|
|
4057
|
+
"outlet": "shell-layout:supporting-side-panel"
|
|
4058
|
+
},
|
|
4059
|
+
"expanded": {
|
|
4060
|
+
"outlet": "shell-layout:supporting-side-panel"
|
|
4061
|
+
}
|
|
4062
|
+
}
|
|
4063
|
+
},
|
|
3958
4064
|
{
|
|
3959
4065
|
"id": "page.section-nav",
|
|
3960
4066
|
"owner": "home-settings",
|
|
@@ -4025,9 +4131,7 @@
|
|
|
4025
4131
|
"dependencies": {
|
|
4026
4132
|
"runtime": {
|
|
4027
4133
|
"@mdi/js": "^7.4.47",
|
|
4028
|
-
"@
|
|
4029
|
-
"@jskit-ai/kernel": "0.1.66",
|
|
4030
|
-
"vuetify": "^4.0.0"
|
|
4134
|
+
"@jskit-ai/kernel": "0.1.68"
|
|
4031
4135
|
},
|
|
4032
4136
|
"dev": {}
|
|
4033
4137
|
},
|
|
@@ -4212,6 +4316,14 @@
|
|
|
4212
4316
|
"reason": "Install shell-driven general settings child page with a tiny browser-local shell preference example.",
|
|
4213
4317
|
"category": "shell-web",
|
|
4214
4318
|
"id": "shell-web-page-home-settings-general"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"from": "templates/tests/e2e/adaptive-shell.spec.ts",
|
|
4322
|
+
"to": "tests/e2e/adaptive-shell.spec.ts",
|
|
4323
|
+
"ownership": "app",
|
|
4324
|
+
"reason": "Install compact/medium/expanded Playwright smoke coverage for the adaptive shell.",
|
|
4325
|
+
"category": "shell-web",
|
|
4326
|
+
"id": "shell-web-test-adaptive-shell-smoke"
|
|
4215
4327
|
}
|
|
4216
4328
|
]
|
|
4217
4329
|
}
|
|
@@ -4219,11 +4331,11 @@
|
|
|
4219
4331
|
},
|
|
4220
4332
|
{
|
|
4221
4333
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4222
|
-
"version": "0.1.
|
|
4334
|
+
"version": "0.1.67",
|
|
4223
4335
|
"descriptor": {
|
|
4224
4336
|
"packageVersion": 1,
|
|
4225
4337
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4226
|
-
"version": "0.1.
|
|
4338
|
+
"version": "0.1.67",
|
|
4227
4339
|
"kind": "runtime",
|
|
4228
4340
|
"dependsOn": [
|
|
4229
4341
|
"@jskit-ai/kernel"
|
|
@@ -4272,7 +4384,7 @@
|
|
|
4272
4384
|
"mutations": {
|
|
4273
4385
|
"dependencies": {
|
|
4274
4386
|
"runtime": {
|
|
4275
|
-
"@jskit-ai/kernel": "0.1.
|
|
4387
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
4276
4388
|
"unstorage": "^1.17.3"
|
|
4277
4389
|
},
|
|
4278
4390
|
"dev": {}
|
|
@@ -4288,11 +4400,11 @@
|
|
|
4288
4400
|
},
|
|
4289
4401
|
{
|
|
4290
4402
|
"packageId": "@jskit-ai/ui-generator",
|
|
4291
|
-
"version": "0.1.
|
|
4403
|
+
"version": "0.1.51",
|
|
4292
4404
|
"descriptor": {
|
|
4293
4405
|
"packageVersion": 1,
|
|
4294
4406
|
"packageId": "@jskit-ai/ui-generator",
|
|
4295
|
-
"version": "0.1.
|
|
4407
|
+
"version": "0.1.51",
|
|
4296
4408
|
"kind": "generator",
|
|
4297
4409
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4298
4410
|
"options": {
|
|
@@ -4330,7 +4442,19 @@
|
|
|
4330
4442
|
"inputType": "text",
|
|
4331
4443
|
"defaultValue": "",
|
|
4332
4444
|
"promptLabel": "Placement target",
|
|
4333
|
-
"promptHint": "Semantic placement target for placed-element and
|
|
4445
|
+
"promptHint": "Semantic placement target for placed-element, outlet, and topology mapping (format: area.slot, default for placed-element: shell.status)."
|
|
4446
|
+
},
|
|
4447
|
+
"kind": {
|
|
4448
|
+
"required": false,
|
|
4449
|
+
"inputType": "text",
|
|
4450
|
+
"validationType": "enum",
|
|
4451
|
+
"allowedValues": [
|
|
4452
|
+
"component",
|
|
4453
|
+
"link"
|
|
4454
|
+
],
|
|
4455
|
+
"defaultValue": "",
|
|
4456
|
+
"promptLabel": "Placement kind",
|
|
4457
|
+
"promptHint": "Use component for componentToken-backed entries, or link when topology should provide a link renderer."
|
|
4334
4458
|
},
|
|
4335
4459
|
"owner": {
|
|
4336
4460
|
"required": false,
|
|
@@ -4360,6 +4484,22 @@
|
|
|
4360
4484
|
"promptLabel": "Link placement",
|
|
4361
4485
|
"promptHint": "Optional semantic target for the generated page link placement (format: area.slot)."
|
|
4362
4486
|
},
|
|
4487
|
+
"navigation-role": {
|
|
4488
|
+
"required": false,
|
|
4489
|
+
"inputType": "text",
|
|
4490
|
+
"validationType": "enum",
|
|
4491
|
+
"allowedValues": [
|
|
4492
|
+
"primary",
|
|
4493
|
+
"secondary",
|
|
4494
|
+
"utility",
|
|
4495
|
+
"detail",
|
|
4496
|
+
"workflow",
|
|
4497
|
+
"none"
|
|
4498
|
+
],
|
|
4499
|
+
"defaultValue": "",
|
|
4500
|
+
"promptLabel": "Navigation role",
|
|
4501
|
+
"promptHint": "Product navigation role for generated links. When omitted, dynamic detail and workflow routes create no nav link; primary uses normal inference, secondary maps to shell.secondary-nav, utility maps to shell.global-actions, and detail/workflow/none force no nav link."
|
|
4502
|
+
},
|
|
4363
4503
|
"link-to": {
|
|
4364
4504
|
"required": false,
|
|
4365
4505
|
"inputType": "text",
|
|
@@ -4372,7 +4512,28 @@
|
|
|
4372
4512
|
"inputType": "text",
|
|
4373
4513
|
"defaultValue": "",
|
|
4374
4514
|
"promptLabel": "Outlet target",
|
|
4375
|
-
"promptHint": "Used by add-subpages and
|
|
4515
|
+
"promptHint": "Used by add-subpages, outlet, and topology. Must be a target in host:position format. For topology, maps all layouts unless layout-specific targets are provided."
|
|
4516
|
+
},
|
|
4517
|
+
"compact-target": {
|
|
4518
|
+
"required": false,
|
|
4519
|
+
"inputType": "text",
|
|
4520
|
+
"defaultValue": "",
|
|
4521
|
+
"promptLabel": "Compact outlet target",
|
|
4522
|
+
"promptHint": "Concrete outlet used by topology for compact layouts, in host:position format."
|
|
4523
|
+
},
|
|
4524
|
+
"medium-target": {
|
|
4525
|
+
"required": false,
|
|
4526
|
+
"inputType": "text",
|
|
4527
|
+
"defaultValue": "",
|
|
4528
|
+
"promptLabel": "Medium outlet target",
|
|
4529
|
+
"promptHint": "Concrete outlet used by topology for medium layouts, in host:position format."
|
|
4530
|
+
},
|
|
4531
|
+
"expanded-target": {
|
|
4532
|
+
"required": false,
|
|
4533
|
+
"inputType": "text",
|
|
4534
|
+
"defaultValue": "",
|
|
4535
|
+
"promptLabel": "Expanded outlet target",
|
|
4536
|
+
"promptHint": "Concrete outlet used by topology for expanded layouts, in host:position format."
|
|
4376
4537
|
},
|
|
4377
4538
|
"title": {
|
|
4378
4539
|
"required": false,
|
|
@@ -4426,6 +4587,7 @@
|
|
|
4426
4587
|
],
|
|
4427
4588
|
"optionNames": [
|
|
4428
4589
|
"name",
|
|
4590
|
+
"navigation-role",
|
|
4429
4591
|
"link-placement",
|
|
4430
4592
|
"link-to",
|
|
4431
4593
|
"force"
|
|
@@ -4527,7 +4689,7 @@
|
|
|
4527
4689
|
"npx jskit generate ui-generator add-subpages \\",
|
|
4528
4690
|
" admin/customers/[customerId]/index.vue \\",
|
|
4529
4691
|
" --title \"Customer\" \\",
|
|
4530
|
-
" --subtitle \"
|
|
4692
|
+
" --subtitle \"Customer profile and activity.\""
|
|
4531
4693
|
]
|
|
4532
4694
|
},
|
|
4533
4695
|
{
|
|
@@ -4550,8 +4712,8 @@
|
|
|
4550
4712
|
"description": "Inject a generic ShellOutlet block into an existing Vue page/component.",
|
|
4551
4713
|
"longDescription": [
|
|
4552
4714
|
"A ShellOutlet creates a concrete placement recipient inside a Vue file.",
|
|
4553
|
-
"
|
|
4554
|
-
"
|
|
4715
|
+
"If --placement is provided, the command also appends semantic topology for that outlet, so `jskit list-placements` exposes the public `area.slot` placement.",
|
|
4716
|
+
"If --placement is omitted, the command only injects the concrete outlet. Use this before `ui-generator topology` when compact, medium, and expanded should map to different outlets."
|
|
4555
4717
|
],
|
|
4556
4718
|
"positionalArgs": [
|
|
4557
4719
|
{
|
|
@@ -4566,15 +4728,19 @@
|
|
|
4566
4728
|
"owner",
|
|
4567
4729
|
"surface",
|
|
4568
4730
|
"description",
|
|
4569
|
-
"
|
|
4731
|
+
"kind",
|
|
4732
|
+
"link-renderer",
|
|
4733
|
+
"compact-target",
|
|
4734
|
+
"medium-target",
|
|
4735
|
+
"expanded-target"
|
|
4570
4736
|
],
|
|
4571
4737
|
"requiredOptionNames": [
|
|
4572
|
-
"target"
|
|
4573
|
-
"placement"
|
|
4738
|
+
"target"
|
|
4574
4739
|
],
|
|
4575
4740
|
"notes": [
|
|
4576
4741
|
"Use --target host:position for the concrete outlet and --placement area.slot for the public semantic placement.",
|
|
4577
|
-
"
|
|
4742
|
+
"Omit --placement when you only want to add the concrete destination.",
|
|
4743
|
+
"When --placement is present, the generated topology maps compact, medium, and expanded to the new concrete outlet unless layout-specific targets are provided."
|
|
4578
4744
|
],
|
|
4579
4745
|
"examples": [
|
|
4580
4746
|
{
|
|
@@ -4597,6 +4763,62 @@
|
|
|
4597
4763
|
]
|
|
4598
4764
|
}
|
|
4599
4765
|
]
|
|
4766
|
+
},
|
|
4767
|
+
"topology": {
|
|
4768
|
+
"requiresShellWeb": true,
|
|
4769
|
+
"entrypoint": "src/server/subcommands/outlet.js",
|
|
4770
|
+
"export": "runGeneratorSubcommand",
|
|
4771
|
+
"description": "Append semantic placement topology that maps compact, medium, and expanded layouts to concrete outlets.",
|
|
4772
|
+
"longDescription": [
|
|
4773
|
+
"Use this after adding one or more concrete ShellOutlet destinations.",
|
|
4774
|
+
"The command writes only `src/placementTopology.js`; it does not inject Vue outlets.",
|
|
4775
|
+
"Use --kind component for componentToken-backed elements. Use --kind link when topology should provide the standard link renderer."
|
|
4776
|
+
],
|
|
4777
|
+
"optionNames": [
|
|
4778
|
+
"placement",
|
|
4779
|
+
"kind",
|
|
4780
|
+
"target",
|
|
4781
|
+
"compact-target",
|
|
4782
|
+
"medium-target",
|
|
4783
|
+
"expanded-target",
|
|
4784
|
+
"owner",
|
|
4785
|
+
"surface",
|
|
4786
|
+
"description",
|
|
4787
|
+
"link-renderer"
|
|
4788
|
+
],
|
|
4789
|
+
"requiredOptionNames": [
|
|
4790
|
+
"placement",
|
|
4791
|
+
"kind"
|
|
4792
|
+
],
|
|
4793
|
+
"notes": [
|
|
4794
|
+
"Use --target host:position when all layout classes should render in the same outlet.",
|
|
4795
|
+
"Use --compact-target, --medium-target, and --expanded-target when layout classes should render in different outlets.",
|
|
4796
|
+
"For page.* and settings.* placements, pass --owner if the layout targets use different outlet hosts."
|
|
4797
|
+
],
|
|
4798
|
+
"examples": [
|
|
4799
|
+
{
|
|
4800
|
+
"label": "Component placement with adaptive outlets",
|
|
4801
|
+
"lines": [
|
|
4802
|
+
"npx jskit generate ui-generator topology \\",
|
|
4803
|
+
" --placement reports.actions \\",
|
|
4804
|
+
" --kind component \\",
|
|
4805
|
+
" --compact-target reports:bottom-actions \\",
|
|
4806
|
+
" --medium-target reports:toolbar-actions \\",
|
|
4807
|
+
" --expanded-target reports:side-actions \\",
|
|
4808
|
+
" --surface admin"
|
|
4809
|
+
]
|
|
4810
|
+
},
|
|
4811
|
+
{
|
|
4812
|
+
"label": "Link placement using one outlet for every layout",
|
|
4813
|
+
"lines": [
|
|
4814
|
+
"npx jskit generate ui-generator topology \\",
|
|
4815
|
+
" --placement page.section-nav \\",
|
|
4816
|
+
" --kind link \\",
|
|
4817
|
+
" --target report-view:sub-pages \\",
|
|
4818
|
+
" --surface admin"
|
|
4819
|
+
]
|
|
4820
|
+
}
|
|
4821
|
+
]
|
|
4600
4822
|
}
|
|
4601
4823
|
},
|
|
4602
4824
|
"apiSummary": {
|
|
@@ -4615,7 +4837,7 @@
|
|
|
4615
4837
|
"mutations": {
|
|
4616
4838
|
"dependencies": {
|
|
4617
4839
|
"runtime": {
|
|
4618
|
-
"@jskit-ai/users-web": "0.1.
|
|
4840
|
+
"@jskit-ai/users-web": "0.1.83"
|
|
4619
4841
|
},
|
|
4620
4842
|
"dev": {}
|
|
4621
4843
|
},
|
|
@@ -4630,11 +4852,11 @@
|
|
|
4630
4852
|
},
|
|
4631
4853
|
{
|
|
4632
4854
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
4633
|
-
"version": "0.1.
|
|
4855
|
+
"version": "0.1.46",
|
|
4634
4856
|
"descriptor": {
|
|
4635
4857
|
"packageVersion": 1,
|
|
4636
4858
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
4637
|
-
"version": "0.1.
|
|
4859
|
+
"version": "0.1.46",
|
|
4638
4860
|
"kind": "runtime",
|
|
4639
4861
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
4640
4862
|
"dependsOn": [
|
|
@@ -4698,7 +4920,7 @@
|
|
|
4698
4920
|
"mutations": {
|
|
4699
4921
|
"dependencies": {
|
|
4700
4922
|
"runtime": {
|
|
4701
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
4923
|
+
"@jskit-ai/uploads-runtime": "0.1.46",
|
|
4702
4924
|
"@uppy/compressor": "^3.1.0",
|
|
4703
4925
|
"@uppy/core": "^5.2.0",
|
|
4704
4926
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -4718,11 +4940,11 @@
|
|
|
4718
4940
|
},
|
|
4719
4941
|
{
|
|
4720
4942
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
4721
|
-
"version": "0.1.
|
|
4943
|
+
"version": "0.1.46",
|
|
4722
4944
|
"descriptor": {
|
|
4723
4945
|
"packageVersion": 1,
|
|
4724
4946
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
4725
|
-
"version": "0.1.
|
|
4947
|
+
"version": "0.1.46",
|
|
4726
4948
|
"kind": "runtime",
|
|
4727
4949
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
4728
4950
|
"dependsOn": [
|
|
@@ -4792,7 +5014,7 @@
|
|
|
4792
5014
|
"dependencies": {
|
|
4793
5015
|
"runtime": {
|
|
4794
5016
|
"@fastify/multipart": "^9.4.0",
|
|
4795
|
-
"@jskit-ai/kernel": "0.1.
|
|
5017
|
+
"@jskit-ai/kernel": "0.1.68"
|
|
4796
5018
|
},
|
|
4797
5019
|
"dev": {}
|
|
4798
5020
|
},
|
|
@@ -4807,11 +5029,11 @@
|
|
|
4807
5029
|
},
|
|
4808
5030
|
{
|
|
4809
5031
|
"packageId": "@jskit-ai/users-core",
|
|
4810
|
-
"version": "0.1.
|
|
5032
|
+
"version": "0.1.78",
|
|
4811
5033
|
"descriptor": {
|
|
4812
5034
|
"packageVersion": 1,
|
|
4813
5035
|
"packageId": "@jskit-ai/users-core",
|
|
4814
|
-
"version": "0.1.
|
|
5036
|
+
"version": "0.1.78",
|
|
4815
5037
|
"kind": "runtime",
|
|
4816
5038
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
4817
5039
|
"dependsOn": [
|
|
@@ -4952,16 +5174,16 @@
|
|
|
4952
5174
|
"mutations": {
|
|
4953
5175
|
"dependencies": {
|
|
4954
5176
|
"runtime": {
|
|
4955
|
-
"@jskit-ai/auth-core": "0.1.
|
|
4956
|
-
"@jskit-ai/crud-core": "0.1.
|
|
4957
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
4958
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
4959
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
4960
|
-
"@jskit-ai/kernel": "0.1.
|
|
4961
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4962
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5177
|
+
"@jskit-ai/auth-core": "0.1.67",
|
|
5178
|
+
"@jskit-ai/crud-core": "0.1.76",
|
|
5179
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
5180
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
5181
|
+
"@jskit-ai/json-rest-api-core": "0.1.13",
|
|
5182
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
5183
|
+
"@jskit-ai/resource-core": "0.1.13",
|
|
5184
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
4963
5185
|
"@local/users": "file:packages/users",
|
|
4964
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5186
|
+
"@jskit-ai/uploads-runtime": "0.1.46"
|
|
4965
5187
|
},
|
|
4966
5188
|
"dev": {}
|
|
4967
5189
|
},
|
|
@@ -5178,11 +5400,11 @@
|
|
|
5178
5400
|
},
|
|
5179
5401
|
{
|
|
5180
5402
|
"packageId": "@jskit-ai/users-web",
|
|
5181
|
-
"version": "0.1.
|
|
5403
|
+
"version": "0.1.83",
|
|
5182
5404
|
"descriptor": {
|
|
5183
5405
|
"packageVersion": 1,
|
|
5184
5406
|
"packageId": "@jskit-ai/users-web",
|
|
5185
|
-
"version": "0.1.
|
|
5407
|
+
"version": "0.1.83",
|
|
5186
5408
|
"kind": "runtime",
|
|
5187
5409
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5188
5410
|
"dependsOn": [
|
|
@@ -5229,6 +5451,34 @@
|
|
|
5229
5451
|
"subpath": "./client/components/AccountSettingsClientElement",
|
|
5230
5452
|
"summary": "Exports the package-owned account settings host that renders placement-backed account sections."
|
|
5231
5453
|
},
|
|
5454
|
+
{
|
|
5455
|
+
"subpath": "./client/components/CrudAddEditScreen",
|
|
5456
|
+
"summary": "Exports the package-owned CRUD add/edit screen shell used by generated form pages."
|
|
5457
|
+
},
|
|
5458
|
+
{
|
|
5459
|
+
"subpath": "./client/components/CrudListBulkActionSurface",
|
|
5460
|
+
"summary": "Exports the adaptive CRUD list bulk-action surface for generated list pages."
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"subpath": "./client/components/CrudListFilterSurface",
|
|
5464
|
+
"summary": "Exports the adaptive CRUD list filter surface for generated list pages."
|
|
5465
|
+
},
|
|
5466
|
+
{
|
|
5467
|
+
"subpath": "./client/components/CrudListScreen",
|
|
5468
|
+
"summary": "Exports the package-owned CRUD list screen shell used by generated list pages."
|
|
5469
|
+
},
|
|
5470
|
+
{
|
|
5471
|
+
"subpath": "./client/components/CrudViewScreen",
|
|
5472
|
+
"summary": "Exports the package-owned CRUD view screen shell used by generated detail pages."
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"subpath": "./client/bulkActions",
|
|
5476
|
+
"summary": "Exports client-side CRUD list bulk-action definition helpers."
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
"subpath": "./client/filters",
|
|
5480
|
+
"summary": "Exports client-side CRUD list filter definition helpers."
|
|
5481
|
+
},
|
|
5232
5482
|
{
|
|
5233
5483
|
"subpath": "./client/components/ProfileClientElement",
|
|
5234
5484
|
"summary": "Exports profile settings client element scaffold component."
|
|
@@ -5257,10 +5507,26 @@
|
|
|
5257
5507
|
"subpath": "./client/composables/useCrudListFilterLookups",
|
|
5258
5508
|
"summary": "Exports lookup-backed CRUD list filter helper for remote autocomplete filters."
|
|
5259
5509
|
},
|
|
5510
|
+
{
|
|
5511
|
+
"subpath": "./client/composables/useCrudAddEditScreen",
|
|
5512
|
+
"summary": "Exports the package-owned add/edit screen runtime for generated form pages."
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"subpath": "./client/composables/useCrudListBulkActions",
|
|
5516
|
+
"summary": "Exports selected-record state and execution runtime for generated CRUD list bulk actions."
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
"subpath": "./client/composables/useCrudListScreen",
|
|
5520
|
+
"summary": "Exports the package-owned list screen runtime for generated list pages."
|
|
5521
|
+
},
|
|
5260
5522
|
{
|
|
5261
5523
|
"subpath": "./client/composables/useView",
|
|
5262
5524
|
"summary": "Exports read/view operation composable."
|
|
5263
5525
|
},
|
|
5526
|
+
{
|
|
5527
|
+
"subpath": "./client/composables/useCrudViewScreen",
|
|
5528
|
+
"summary": "Exports the package-owned view screen runtime for generated detail pages."
|
|
5529
|
+
},
|
|
5264
5530
|
{
|
|
5265
5531
|
"subpath": "./client/composables/usePagedCollection",
|
|
5266
5532
|
"summary": "Exports paged collection query composable."
|
|
@@ -5432,15 +5698,13 @@
|
|
|
5432
5698
|
"mutations": {
|
|
5433
5699
|
"dependencies": {
|
|
5434
5700
|
"runtime": {
|
|
5435
|
-
"@tanstack/vue-query": "5.92.12",
|
|
5436
5701
|
"@mdi/js": "^7.4.47",
|
|
5437
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5438
|
-
"@jskit-ai/realtime": "0.1.
|
|
5439
|
-
"@jskit-ai/kernel": "0.1.
|
|
5440
|
-
"@jskit-ai/shell-web": "0.1.
|
|
5441
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
5442
|
-
"@jskit-ai/users-core": "0.1.
|
|
5443
|
-
"vuetify": "^4.0.0"
|
|
5702
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
5703
|
+
"@jskit-ai/realtime": "0.1.67",
|
|
5704
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
5705
|
+
"@jskit-ai/shell-web": "0.1.67",
|
|
5706
|
+
"@jskit-ai/uploads-image-web": "0.1.46",
|
|
5707
|
+
"@jskit-ai/users-core": "0.1.78"
|
|
5444
5708
|
},
|
|
5445
5709
|
"dev": {}
|
|
5446
5710
|
},
|
|
@@ -5609,11 +5873,11 @@
|
|
|
5609
5873
|
},
|
|
5610
5874
|
{
|
|
5611
5875
|
"packageId": "@jskit-ai/workspaces-core",
|
|
5612
|
-
"version": "0.1.
|
|
5876
|
+
"version": "0.1.44",
|
|
5613
5877
|
"descriptor": {
|
|
5614
5878
|
"packageVersion": 1,
|
|
5615
5879
|
"packageId": "@jskit-ai/workspaces-core",
|
|
5616
|
-
"version": "0.1.
|
|
5880
|
+
"version": "0.1.44",
|
|
5617
5881
|
"kind": "runtime",
|
|
5618
5882
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
5619
5883
|
"dependsOn": [
|
|
@@ -5754,10 +6018,10 @@
|
|
|
5754
6018
|
"mutations": {
|
|
5755
6019
|
"dependencies": {
|
|
5756
6020
|
"runtime": {
|
|
5757
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5758
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5759
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5760
|
-
"@jskit-ai/users-core": "0.1.
|
|
6021
|
+
"@jskit-ai/json-rest-api-core": "0.1.13",
|
|
6022
|
+
"@jskit-ai/resource-core": "0.1.13",
|
|
6023
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
6024
|
+
"@jskit-ai/users-core": "0.1.78"
|
|
5761
6025
|
},
|
|
5762
6026
|
"dev": {}
|
|
5763
6027
|
},
|
|
@@ -5929,11 +6193,11 @@
|
|
|
5929
6193
|
},
|
|
5930
6194
|
{
|
|
5931
6195
|
"packageId": "@jskit-ai/workspaces-web",
|
|
5932
|
-
"version": "0.1.
|
|
6196
|
+
"version": "0.1.44",
|
|
5933
6197
|
"descriptor": {
|
|
5934
6198
|
"packageVersion": 1,
|
|
5935
6199
|
"packageId": "@jskit-ai/workspaces-web",
|
|
5936
|
-
"version": "0.1.
|
|
6200
|
+
"version": "0.1.44",
|
|
5937
6201
|
"kind": "runtime",
|
|
5938
6202
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
|
|
5939
6203
|
"dependsOn": [
|
|
@@ -5973,6 +6237,10 @@
|
|
|
5973
6237
|
"subpath": "./client/components/AccountSettingsInvitesSection",
|
|
5974
6238
|
"summary": "Exports the default account invites section component used by multihoming installs."
|
|
5975
6239
|
},
|
|
6240
|
+
{
|
|
6241
|
+
"subpath": "./client/components/WorkspaceSettingsClientElement",
|
|
6242
|
+
"summary": "Exports the workspace settings client element used by the workspace admin settings starter page."
|
|
6243
|
+
},
|
|
5976
6244
|
{
|
|
5977
6245
|
"subpath": "./client/providers/WorkspacesWebClientProvider",
|
|
5978
6246
|
"summary": "Exports workspaces-web client provider class."
|
|
@@ -6185,9 +6453,8 @@
|
|
|
6185
6453
|
"mutations": {
|
|
6186
6454
|
"dependencies": {
|
|
6187
6455
|
"runtime": {
|
|
6188
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6189
|
-
"@jskit-ai/users-web": "0.1.
|
|
6190
|
-
"vuetify": "^4.0.0"
|
|
6456
|
+
"@jskit-ai/workspaces-core": "0.1.44",
|
|
6457
|
+
"@jskit-ai/users-web": "0.1.83"
|
|
6191
6458
|
},
|
|
6192
6459
|
"dev": {}
|
|
6193
6460
|
},
|