@jskit-ai/jskit-catalog 0.1.180 → 0.1.181
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 +375 -371
- package/package.json +1 -1
package/catalog/packages.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"packages": [
|
|
7
7
|
{
|
|
8
8
|
"packageId": "@jskit-ai/assistant",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.164",
|
|
10
10
|
"description": "Install assistant runtime/config for one surface and scaffold assistant pages at explicit target files.",
|
|
11
11
|
"jskit": {
|
|
12
12
|
"kind": "generator",
|
|
@@ -340,14 +340,14 @@
|
|
|
340
340
|
},
|
|
341
341
|
"packageJson": {
|
|
342
342
|
"dependencies": {
|
|
343
|
-
"@jskit-ai/assistant-runtime": "0.1.
|
|
344
|
-
"@jskit-ai/kernel": "0.1.
|
|
343
|
+
"@jskit-ai/assistant-runtime": "0.1.127",
|
|
344
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"packageId": "@jskit-ai/assistant-core",
|
|
350
|
-
"version": "0.1.
|
|
350
|
+
"version": "0.1.132",
|
|
351
351
|
"description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
|
|
352
352
|
"jskit": {
|
|
353
353
|
"kind": "runtime",
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
"subpath": "./server",
|
|
377
|
-
"summary": "Exports reusable assistant AI/provider
|
|
377
|
+
"summary": "Exports reusable assistant AI/provider and NDJSON streaming helpers."
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"subpath": "./shared",
|
|
@@ -390,11 +390,10 @@
|
|
|
390
390
|
"mutations": {
|
|
391
391
|
"dependencies": {
|
|
392
392
|
"runtime": {
|
|
393
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
394
|
-
"@jskit-ai/kernel": "0.1.
|
|
395
|
-
"@jskit-ai/resource-core": "0.1.
|
|
396
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
397
|
-
"@jskit-ai/users-core": "0.1.168",
|
|
393
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
394
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
395
|
+
"@jskit-ai/resource-core": "0.1.98",
|
|
396
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
398
397
|
"dompurify": "^3.4.13",
|
|
399
398
|
"json-rest-schema": "^1.0.17",
|
|
400
399
|
"marked": "^17.0.4",
|
|
@@ -412,12 +411,10 @@
|
|
|
412
411
|
},
|
|
413
412
|
"packageJson": {
|
|
414
413
|
"dependencies": {
|
|
415
|
-
"@jskit-ai/
|
|
416
|
-
"@jskit-ai/
|
|
417
|
-
"@jskit-ai/
|
|
418
|
-
"@jskit-ai/resource-core": "0.1.
|
|
419
|
-
"@jskit-ai/resource-crud-core": "0.1.97",
|
|
420
|
-
"@jskit-ai/users-core": "0.1.168",
|
|
414
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
415
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
416
|
+
"@jskit-ai/resource-core": "0.1.98",
|
|
417
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
421
418
|
"dompurify": "^3.4.13",
|
|
422
419
|
"json-rest-schema": "^1.0.17",
|
|
423
420
|
"marked": "^17.0.4",
|
|
@@ -431,7 +428,7 @@
|
|
|
431
428
|
},
|
|
432
429
|
{
|
|
433
430
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
434
|
-
"version": "0.1.
|
|
431
|
+
"version": "0.1.127",
|
|
435
432
|
"description": "Shared assistant runtime with per-surface assistant registration.",
|
|
436
433
|
"jskit": {
|
|
437
434
|
"kind": "runtime",
|
|
@@ -443,6 +440,7 @@
|
|
|
443
440
|
"runtime.actions",
|
|
444
441
|
"runtime.database",
|
|
445
442
|
"auth.policy",
|
|
443
|
+
"runtime.http-web",
|
|
446
444
|
"runtime.http-client",
|
|
447
445
|
"users.core",
|
|
448
446
|
"users.web"
|
|
@@ -520,13 +518,14 @@
|
|
|
520
518
|
"mutations": {
|
|
521
519
|
"dependencies": {
|
|
522
520
|
"runtime": {
|
|
523
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
524
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
525
|
-
"@jskit-ai/http-
|
|
526
|
-
"@jskit-ai/
|
|
527
|
-
"@jskit-ai/
|
|
528
|
-
"@jskit-ai/
|
|
529
|
-
"@jskit-ai/users-
|
|
521
|
+
"@jskit-ai/assistant-core": "0.1.132",
|
|
522
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
523
|
+
"@jskit-ai/http-web": "0.1.1",
|
|
524
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
525
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
526
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
527
|
+
"@jskit-ai/users-core": "0.1.169",
|
|
528
|
+
"@jskit-ai/users-web": "0.1.174"
|
|
530
529
|
},
|
|
531
530
|
"dev": {}
|
|
532
531
|
},
|
|
@@ -580,13 +579,14 @@
|
|
|
580
579
|
},
|
|
581
580
|
"packageJson": {
|
|
582
581
|
"dependencies": {
|
|
583
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
584
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
585
|
-
"@jskit-ai/http-
|
|
586
|
-
"@jskit-ai/
|
|
587
|
-
"@jskit-ai/
|
|
588
|
-
"@jskit-ai/
|
|
589
|
-
"@jskit-ai/users-
|
|
582
|
+
"@jskit-ai/assistant-core": "0.1.132",
|
|
583
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
584
|
+
"@jskit-ai/http-web": "0.1.1",
|
|
585
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
586
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
587
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
588
|
+
"@jskit-ai/users-core": "0.1.169",
|
|
589
|
+
"@jskit-ai/users-web": "0.1.174",
|
|
590
590
|
"json-rest-schema": "^1.0.17"
|
|
591
591
|
},
|
|
592
592
|
"peerDependencies": {
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
"packageId": "@jskit-ai/auth-core",
|
|
601
|
-
"version": "0.1.
|
|
601
|
+
"version": "0.1.154",
|
|
602
602
|
"jskit": {
|
|
603
603
|
"kind": "runtime",
|
|
604
604
|
"capabilities": {
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"mutations": {
|
|
670
670
|
"dependencies": {
|
|
671
671
|
"runtime": {
|
|
672
|
-
"@jskit-ai/kernel": "0.1.
|
|
672
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
673
673
|
"@fastify/cookie": "^11.0.2",
|
|
674
674
|
"@fastify/csrf-protection": "^7.1.0",
|
|
675
675
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -689,14 +689,14 @@
|
|
|
689
689
|
"@fastify/cookie": "^11.0.2",
|
|
690
690
|
"@fastify/csrf-protection": "^7.1.0",
|
|
691
691
|
"@fastify/rate-limit": "^10.3.0",
|
|
692
|
-
"@jskit-ai/kernel": "0.1.
|
|
692
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
693
693
|
"json-rest-schema": "^1.0.17"
|
|
694
694
|
}
|
|
695
695
|
}
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
698
|
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
699
|
-
"version": "0.1.
|
|
699
|
+
"version": "0.1.57",
|
|
700
700
|
"description": "Local auth provider with a file backend default and no database requirement.",
|
|
701
701
|
"jskit": {
|
|
702
702
|
"kind": "runtime",
|
|
@@ -756,8 +756,8 @@
|
|
|
756
756
|
"mutations": {
|
|
757
757
|
"dependencies": {
|
|
758
758
|
"runtime": {
|
|
759
|
-
"@jskit-ai/auth-core": "0.1.
|
|
760
|
-
"@jskit-ai/kernel": "0.1.
|
|
759
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
760
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
761
761
|
"nodemailer": "^9.0.3",
|
|
762
762
|
"dotenv": "^16.4.5"
|
|
763
763
|
},
|
|
@@ -802,15 +802,15 @@
|
|
|
802
802
|
},
|
|
803
803
|
"packageJson": {
|
|
804
804
|
"dependencies": {
|
|
805
|
-
"@jskit-ai/auth-core": "0.1.
|
|
806
|
-
"@jskit-ai/kernel": "0.1.
|
|
805
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
806
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
807
807
|
"nodemailer": "^9.0.3"
|
|
808
808
|
}
|
|
809
809
|
}
|
|
810
810
|
},
|
|
811
811
|
{
|
|
812
812
|
"packageId": "@jskit-ai/auth-provider-local-db-core",
|
|
813
|
-
"version": "0.1.
|
|
813
|
+
"version": "0.1.48",
|
|
814
814
|
"description": "Database-backed local auth storage backend for JSKIT local auth.",
|
|
815
815
|
"jskit": {
|
|
816
816
|
"kind": "runtime",
|
|
@@ -886,9 +886,8 @@
|
|
|
886
886
|
"mutations": {
|
|
887
887
|
"dependencies": {
|
|
888
888
|
"runtime": {
|
|
889
|
-
"@jskit-ai/auth-provider-local-core": "0.1.
|
|
890
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
891
|
-
"@jskit-ai/kernel": "0.1.155"
|
|
889
|
+
"@jskit-ai/auth-provider-local-core": "0.1.57",
|
|
890
|
+
"@jskit-ai/database-runtime": "0.1.156"
|
|
892
891
|
},
|
|
893
892
|
"dev": {}
|
|
894
893
|
},
|
|
@@ -922,15 +921,14 @@
|
|
|
922
921
|
},
|
|
923
922
|
"packageJson": {
|
|
924
923
|
"dependencies": {
|
|
925
|
-
"@jskit-ai/auth-provider-local-core": "0.1.
|
|
926
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
927
|
-
"@jskit-ai/kernel": "0.1.155"
|
|
924
|
+
"@jskit-ai/auth-provider-local-core": "0.1.57",
|
|
925
|
+
"@jskit-ai/database-runtime": "0.1.156"
|
|
928
926
|
}
|
|
929
927
|
}
|
|
930
928
|
},
|
|
931
929
|
{
|
|
932
930
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
933
|
-
"version": "0.1.
|
|
931
|
+
"version": "0.1.153",
|
|
934
932
|
"jskit": {
|
|
935
933
|
"kind": "runtime",
|
|
936
934
|
"options": {
|
|
@@ -1009,8 +1007,8 @@
|
|
|
1009
1007
|
"mutations": {
|
|
1010
1008
|
"dependencies": {
|
|
1011
1009
|
"runtime": {
|
|
1012
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1013
|
-
"@jskit-ai/kernel": "0.1.
|
|
1010
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
1011
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
1014
1012
|
"dotenv": "^16.4.5",
|
|
1015
1013
|
"@supabase/supabase-js": "^2.57.4",
|
|
1016
1014
|
"jose": "^6.1.0"
|
|
@@ -1087,8 +1085,8 @@
|
|
|
1087
1085
|
},
|
|
1088
1086
|
"packageJson": {
|
|
1089
1087
|
"dependencies": {
|
|
1090
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1091
|
-
"@jskit-ai/kernel": "0.1.
|
|
1088
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
1089
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
1092
1090
|
"@supabase/supabase-js": "^2.57.4",
|
|
1093
1091
|
"jose": "^6.1.0",
|
|
1094
1092
|
"json-rest-schema": "^1.0.17",
|
|
@@ -1098,7 +1096,7 @@
|
|
|
1098
1096
|
},
|
|
1099
1097
|
{
|
|
1100
1098
|
"packageId": "@jskit-ai/auth-web",
|
|
1101
|
-
"version": "0.1.
|
|
1099
|
+
"version": "0.1.156",
|
|
1102
1100
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
1103
1101
|
"jskit": {
|
|
1104
1102
|
"kind": "runtime",
|
|
@@ -1366,10 +1364,10 @@
|
|
|
1366
1364
|
"dependencies": {
|
|
1367
1365
|
"runtime": {
|
|
1368
1366
|
"@mdi/js": "^7.4.47",
|
|
1369
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1370
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1371
|
-
"@jskit-ai/kernel": "0.1.
|
|
1372
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1367
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
1368
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
1369
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
1370
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
1373
1371
|
},
|
|
1374
1372
|
"dev": {}
|
|
1375
1373
|
},
|
|
@@ -1467,10 +1465,10 @@
|
|
|
1467
1465
|
},
|
|
1468
1466
|
"packageJson": {
|
|
1469
1467
|
"dependencies": {
|
|
1470
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1471
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1472
|
-
"@jskit-ai/kernel": "0.1.
|
|
1473
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1468
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
1469
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
1470
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
1471
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
1474
1472
|
"@mdi/js": "^7.4.47"
|
|
1475
1473
|
},
|
|
1476
1474
|
"peerDependencies": {
|
|
@@ -1484,7 +1482,7 @@
|
|
|
1484
1482
|
},
|
|
1485
1483
|
{
|
|
1486
1484
|
"packageId": "@jskit-ai/console-core",
|
|
1487
|
-
"version": "0.1.
|
|
1485
|
+
"version": "0.1.119",
|
|
1488
1486
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1489
1487
|
"jskit": {
|
|
1490
1488
|
"kind": "runtime",
|
|
@@ -1562,12 +1560,12 @@
|
|
|
1562
1560
|
"mutations": {
|
|
1563
1561
|
"dependencies": {
|
|
1564
1562
|
"runtime": {
|
|
1565
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1566
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1567
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1568
|
-
"@jskit-ai/kernel": "0.1.
|
|
1569
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1570
|
-
"@jskit-ai/users-core": "0.1.
|
|
1563
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
1564
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
1565
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
1566
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
1567
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
1568
|
+
"@jskit-ai/users-core": "0.1.169"
|
|
1571
1569
|
},
|
|
1572
1570
|
"dev": {}
|
|
1573
1571
|
},
|
|
@@ -1591,19 +1589,19 @@
|
|
|
1591
1589
|
},
|
|
1592
1590
|
"packageJson": {
|
|
1593
1591
|
"dependencies": {
|
|
1594
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1595
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1596
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1597
|
-
"@jskit-ai/kernel": "0.1.
|
|
1598
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1599
|
-
"@jskit-ai/users-core": "0.1.
|
|
1592
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
1593
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
1594
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
1595
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
1596
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
1597
|
+
"@jskit-ai/users-core": "0.1.169",
|
|
1600
1598
|
"json-rest-schema": "^1.0.17"
|
|
1601
1599
|
}
|
|
1602
1600
|
}
|
|
1603
1601
|
},
|
|
1604
1602
|
{
|
|
1605
1603
|
"packageId": "@jskit-ai/console-web",
|
|
1606
|
-
"version": "0.1.
|
|
1604
|
+
"version": "0.1.124",
|
|
1607
1605
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1608
1606
|
"jskit": {
|
|
1609
1607
|
"kind": "runtime",
|
|
@@ -1709,9 +1707,9 @@
|
|
|
1709
1707
|
"mutations": {
|
|
1710
1708
|
"dependencies": {
|
|
1711
1709
|
"runtime": {
|
|
1712
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1713
|
-
"@jskit-ai/console-core": "0.1.
|
|
1714
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1710
|
+
"@jskit-ai/auth-web": "0.1.156",
|
|
1711
|
+
"@jskit-ai/console-core": "0.1.119",
|
|
1712
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
1715
1713
|
},
|
|
1716
1714
|
"dev": {}
|
|
1717
1715
|
},
|
|
@@ -1817,16 +1815,16 @@
|
|
|
1817
1815
|
},
|
|
1818
1816
|
"packageJson": {
|
|
1819
1817
|
"dependencies": {
|
|
1820
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1821
|
-
"@jskit-ai/console-core": "0.1.
|
|
1822
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1818
|
+
"@jskit-ai/auth-web": "0.1.156",
|
|
1819
|
+
"@jskit-ai/console-core": "0.1.119",
|
|
1820
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
1823
1821
|
}
|
|
1824
1822
|
}
|
|
1825
1823
|
},
|
|
1826
1824
|
{
|
|
1827
1825
|
"packageId": "@jskit-ai/crud-core",
|
|
1828
|
-
"version": "0.1.
|
|
1829
|
-
"description": "Shared CRUD
|
|
1826
|
+
"version": "0.1.167",
|
|
1827
|
+
"description": "Shared server-side CRUD service, repository, route, and query helpers.",
|
|
1830
1828
|
"jskit": {
|
|
1831
1829
|
"kind": "runtime",
|
|
1832
1830
|
"capabilities": {
|
|
@@ -1846,7 +1844,7 @@
|
|
|
1846
1844
|
"mutations": {
|
|
1847
1845
|
"dependencies": {
|
|
1848
1846
|
"runtime": {
|
|
1849
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1847
|
+
"@jskit-ai/crud-core": "0.1.167"
|
|
1850
1848
|
},
|
|
1851
1849
|
"dev": {}
|
|
1852
1850
|
},
|
|
@@ -1859,24 +1857,17 @@
|
|
|
1859
1857
|
},
|
|
1860
1858
|
"packageJson": {
|
|
1861
1859
|
"dependencies": {
|
|
1862
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1863
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1864
|
-
"@jskit-ai/kernel": "0.1.
|
|
1865
|
-
"@jskit-ai/
|
|
1866
|
-
"@jskit-ai/resource-crud-core": "0.1.97",
|
|
1867
|
-
"@jskit-ai/shell-web": "0.1.159",
|
|
1860
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
1861
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
1862
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
1863
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
1868
1864
|
"json-rest-schema": "^1.0.17"
|
|
1869
|
-
},
|
|
1870
|
-
"peerDependencies": {
|
|
1871
|
-
"@tanstack/vue-query": "^5.90.5",
|
|
1872
|
-
"vue": "^3.5.13",
|
|
1873
|
-
"vue-router": "^5.0.4"
|
|
1874
1865
|
}
|
|
1875
1866
|
}
|
|
1876
1867
|
},
|
|
1877
1868
|
{
|
|
1878
1869
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1879
|
-
"version": "0.1.
|
|
1870
|
+
"version": "0.1.169",
|
|
1880
1871
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1881
1872
|
"jskit": {
|
|
1882
1873
|
"kind": "generator",
|
|
@@ -2072,14 +2063,14 @@
|
|
|
2072
2063
|
"mutations": {
|
|
2073
2064
|
"dependencies": {
|
|
2074
2065
|
"runtime": {
|
|
2075
|
-
"@jskit-ai/auth-core": "0.1.
|
|
2076
|
-
"@jskit-ai/crud-core": "0.1.
|
|
2077
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2078
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2079
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
2080
|
-
"@jskit-ai/kernel": "0.1.
|
|
2081
|
-
"@jskit-ai/realtime": "0.1.
|
|
2082
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
2066
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
2067
|
+
"@jskit-ai/crud-core": "0.1.167",
|
|
2068
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
2069
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
2070
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
2071
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
2072
|
+
"@jskit-ai/realtime": "0.1.153",
|
|
2073
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
2083
2074
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
2084
2075
|
},
|
|
2085
2076
|
"dev": {}
|
|
@@ -2217,21 +2208,21 @@
|
|
|
2217
2208
|
"packageJson": {
|
|
2218
2209
|
"dependencies": {
|
|
2219
2210
|
"@babel/parser": "^7.29.2",
|
|
2220
|
-
"@jskit-ai/auth-core": "0.1.
|
|
2221
|
-
"@jskit-ai/crud-core": "0.1.
|
|
2222
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2223
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2224
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
2225
|
-
"@jskit-ai/kernel": "0.1.
|
|
2226
|
-
"@jskit-ai/realtime": "0.1.
|
|
2227
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
2211
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
2212
|
+
"@jskit-ai/crud-core": "0.1.167",
|
|
2213
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
2214
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
2215
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
2216
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
2217
|
+
"@jskit-ai/realtime": "0.1.153",
|
|
2218
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
2228
2219
|
"recast": "^0.23.11"
|
|
2229
2220
|
}
|
|
2230
2221
|
}
|
|
2231
2222
|
},
|
|
2232
2223
|
{
|
|
2233
2224
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2234
|
-
"version": "0.1.
|
|
2225
|
+
"version": "0.1.140",
|
|
2235
2226
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
2236
2227
|
"jskit": {
|
|
2237
2228
|
"kind": "generator",
|
|
@@ -2440,7 +2431,7 @@
|
|
|
2440
2431
|
"mutations": {
|
|
2441
2432
|
"dependencies": {
|
|
2442
2433
|
"runtime": {
|
|
2443
|
-
"@jskit-ai/
|
|
2434
|
+
"@jskit-ai/http-web": "0.1.1"
|
|
2444
2435
|
},
|
|
2445
2436
|
"dev": {}
|
|
2446
2437
|
},
|
|
@@ -2698,15 +2689,14 @@
|
|
|
2698
2689
|
},
|
|
2699
2690
|
"packageJson": {
|
|
2700
2691
|
"dependencies": {
|
|
2701
|
-
"@jskit-ai/
|
|
2702
|
-
"@jskit-ai/
|
|
2703
|
-
"@jskit-ai/resource-crud-core": "0.1.97"
|
|
2692
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
2693
|
+
"@jskit-ai/resource-crud-core": "0.1.98"
|
|
2704
2694
|
}
|
|
2705
2695
|
}
|
|
2706
2696
|
},
|
|
2707
2697
|
{
|
|
2708
2698
|
"packageId": "@jskit-ai/database-runtime",
|
|
2709
|
-
"version": "0.1.
|
|
2699
|
+
"version": "0.1.156",
|
|
2710
2700
|
"jskit": {
|
|
2711
2701
|
"kind": "runtime",
|
|
2712
2702
|
"capabilities": {
|
|
@@ -2773,7 +2763,7 @@
|
|
|
2773
2763
|
"mutations": {
|
|
2774
2764
|
"dependencies": {
|
|
2775
2765
|
"runtime": {
|
|
2776
|
-
"@jskit-ai/kernel": "0.1.
|
|
2766
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
2777
2767
|
"dotenv": "^16.4.5",
|
|
2778
2768
|
"knex": "^3.1.0"
|
|
2779
2769
|
},
|
|
@@ -2815,13 +2805,13 @@
|
|
|
2815
2805
|
},
|
|
2816
2806
|
"packageJson": {
|
|
2817
2807
|
"dependencies": {
|
|
2818
|
-
"@jskit-ai/kernel": "0.1.
|
|
2808
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
2819
2809
|
}
|
|
2820
2810
|
}
|
|
2821
2811
|
},
|
|
2822
2812
|
{
|
|
2823
2813
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2824
|
-
"version": "0.1.
|
|
2814
|
+
"version": "0.1.154",
|
|
2825
2815
|
"jskit": {
|
|
2826
2816
|
"kind": "runtime",
|
|
2827
2817
|
"options": {
|
|
@@ -2941,7 +2931,7 @@
|
|
|
2941
2931
|
"mutations": {
|
|
2942
2932
|
"dependencies": {
|
|
2943
2933
|
"runtime": {
|
|
2944
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2934
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
2945
2935
|
"mysql2": "^3.11.2"
|
|
2946
2936
|
},
|
|
2947
2937
|
"dev": {}
|
|
@@ -3011,14 +3001,14 @@
|
|
|
3011
3001
|
},
|
|
3012
3002
|
"packageJson": {
|
|
3013
3003
|
"dependencies": {
|
|
3014
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3015
|
-
"@jskit-ai/kernel": "0.1.
|
|
3004
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
3005
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
3016
3006
|
}
|
|
3017
3007
|
}
|
|
3018
3008
|
},
|
|
3019
3009
|
{
|
|
3020
3010
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
3021
|
-
"version": "0.1.
|
|
3011
|
+
"version": "0.1.153",
|
|
3022
3012
|
"jskit": {
|
|
3023
3013
|
"kind": "runtime",
|
|
3024
3014
|
"options": {
|
|
@@ -3137,7 +3127,7 @@
|
|
|
3137
3127
|
"mutations": {
|
|
3138
3128
|
"dependencies": {
|
|
3139
3129
|
"runtime": {
|
|
3140
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3130
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
3141
3131
|
"pg": "^8.13.1"
|
|
3142
3132
|
},
|
|
3143
3133
|
"dev": {}
|
|
@@ -3207,13 +3197,13 @@
|
|
|
3207
3197
|
},
|
|
3208
3198
|
"packageJson": {
|
|
3209
3199
|
"dependencies": {
|
|
3210
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3200
|
+
"@jskit-ai/database-runtime": "0.1.156"
|
|
3211
3201
|
}
|
|
3212
3202
|
}
|
|
3213
3203
|
},
|
|
3214
3204
|
{
|
|
3215
3205
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3216
|
-
"version": "0.1.
|
|
3206
|
+
"version": "0.1.98",
|
|
3217
3207
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
3218
3208
|
"jskit": {
|
|
3219
3209
|
"kind": "generator",
|
|
@@ -3378,27 +3368,27 @@
|
|
|
3378
3368
|
"dependencies": {
|
|
3379
3369
|
"runtime": {
|
|
3380
3370
|
"@jskit-ai/database-runtime": {
|
|
3381
|
-
"version": "0.1.
|
|
3371
|
+
"version": "0.1.156",
|
|
3382
3372
|
"when": {
|
|
3383
3373
|
"option": "mode",
|
|
3384
3374
|
"notEquals": "orchestrator"
|
|
3385
3375
|
}
|
|
3386
3376
|
},
|
|
3387
3377
|
"@jskit-ai/database-runtime-mysql": {
|
|
3388
|
-
"version": "0.1.
|
|
3378
|
+
"version": "0.1.154",
|
|
3389
3379
|
"when": {
|
|
3390
3380
|
"option": "mode",
|
|
3391
3381
|
"notEquals": "orchestrator"
|
|
3392
3382
|
}
|
|
3393
3383
|
},
|
|
3394
3384
|
"@jskit-ai/json-rest-api-core": {
|
|
3395
|
-
"version": "0.1.
|
|
3385
|
+
"version": "0.1.100",
|
|
3396
3386
|
"when": {
|
|
3397
3387
|
"option": "mode",
|
|
3398
3388
|
"equals": "json-rest"
|
|
3399
3389
|
}
|
|
3400
3390
|
},
|
|
3401
|
-
"@jskit-ai/kernel": "0.1.
|
|
3391
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3402
3392
|
"json-rest-schema": "^1.0.17",
|
|
3403
3393
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
3404
3394
|
},
|
|
@@ -3505,7 +3495,7 @@
|
|
|
3505
3495
|
},
|
|
3506
3496
|
{
|
|
3507
3497
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3508
|
-
"version": "0.1.
|
|
3498
|
+
"version": "0.1.92",
|
|
3509
3499
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3510
3500
|
"jskit": {
|
|
3511
3501
|
"kind": "runtime",
|
|
@@ -3623,14 +3613,14 @@
|
|
|
3623
3613
|
"mutations": {
|
|
3624
3614
|
"dependencies": {
|
|
3625
3615
|
"runtime": {
|
|
3626
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3627
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3628
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3629
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3630
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3631
|
-
"@jskit-ai/kernel": "0.1.
|
|
3632
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3633
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3616
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
3617
|
+
"@jskit-ai/crud-core": "0.1.167",
|
|
3618
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
3619
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
3620
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
3621
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3622
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
3623
|
+
"@jskit-ai/workspaces-core": "0.1.134"
|
|
3634
3624
|
},
|
|
3635
3625
|
"dev": {}
|
|
3636
3626
|
},
|
|
@@ -3681,20 +3671,20 @@
|
|
|
3681
3671
|
},
|
|
3682
3672
|
"packageJson": {
|
|
3683
3673
|
"dependencies": {
|
|
3684
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3685
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3686
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3687
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3688
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3689
|
-
"@jskit-ai/kernel": "0.1.
|
|
3690
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3691
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3674
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
3675
|
+
"@jskit-ai/crud-core": "0.1.167",
|
|
3676
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
3677
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
3678
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
3679
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3680
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
3681
|
+
"@jskit-ai/workspaces-core": "0.1.134"
|
|
3692
3682
|
}
|
|
3693
3683
|
}
|
|
3694
3684
|
},
|
|
3695
3685
|
{
|
|
3696
3686
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3697
|
-
"version": "0.1.
|
|
3687
|
+
"version": "0.1.92",
|
|
3698
3688
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3699
3689
|
"jskit": {
|
|
3700
3690
|
"kind": "runtime",
|
|
@@ -3736,10 +3726,10 @@
|
|
|
3736
3726
|
"mutations": {
|
|
3737
3727
|
"dependencies": {
|
|
3738
3728
|
"runtime": {
|
|
3739
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3740
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3741
|
-
"@jskit-ai/kernel": "0.1.
|
|
3742
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3729
|
+
"@jskit-ai/google-rewarded-core": "0.1.92",
|
|
3730
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
3731
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3732
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
3743
3733
|
},
|
|
3744
3734
|
"dev": {}
|
|
3745
3735
|
},
|
|
@@ -3756,16 +3746,16 @@
|
|
|
3756
3746
|
},
|
|
3757
3747
|
"packageJson": {
|
|
3758
3748
|
"dependencies": {
|
|
3759
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3760
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3761
|
-
"@jskit-ai/kernel": "0.1.
|
|
3762
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3749
|
+
"@jskit-ai/google-rewarded-core": "0.1.92",
|
|
3750
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
3751
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3752
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
3763
3753
|
}
|
|
3764
3754
|
}
|
|
3765
3755
|
},
|
|
3766
3756
|
{
|
|
3767
3757
|
"packageId": "@jskit-ai/http-runtime",
|
|
3768
|
-
"version": "0.1.
|
|
3758
|
+
"version": "0.1.154",
|
|
3769
3759
|
"jskit": {
|
|
3770
3760
|
"kind": "runtime",
|
|
3771
3761
|
"capabilities": {
|
|
@@ -3831,7 +3821,7 @@
|
|
|
3831
3821
|
"mutations": {
|
|
3832
3822
|
"dependencies": {
|
|
3833
3823
|
"runtime": {
|
|
3834
|
-
"@jskit-ai/kernel": "0.1.
|
|
3824
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
3835
3825
|
},
|
|
3836
3826
|
"dev": {}
|
|
3837
3827
|
},
|
|
@@ -3844,14 +3834,124 @@
|
|
|
3844
3834
|
},
|
|
3845
3835
|
"packageJson": {
|
|
3846
3836
|
"dependencies": {
|
|
3847
|
-
"@jskit-ai/kernel": "0.1.
|
|
3837
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3848
3838
|
"json-rest-schema": "^1.0.17"
|
|
3849
3839
|
}
|
|
3850
3840
|
}
|
|
3851
3841
|
},
|
|
3842
|
+
{
|
|
3843
|
+
"packageId": "@jskit-ai/http-web",
|
|
3844
|
+
"version": "0.1.1",
|
|
3845
|
+
"description": "Neutral Vue request, command, resource, and CRUD UI runtime for JSKIT web applications.",
|
|
3846
|
+
"jskit": {
|
|
3847
|
+
"kind": "runtime",
|
|
3848
|
+
"capabilities": {
|
|
3849
|
+
"provides": [
|
|
3850
|
+
"runtime.http-web"
|
|
3851
|
+
],
|
|
3852
|
+
"requires": [
|
|
3853
|
+
"runtime.http-client",
|
|
3854
|
+
"runtime.web-error",
|
|
3855
|
+
"runtime.web-placement"
|
|
3856
|
+
]
|
|
3857
|
+
},
|
|
3858
|
+
"runtime": {
|
|
3859
|
+
"server": {
|
|
3860
|
+
"providers": []
|
|
3861
|
+
},
|
|
3862
|
+
"client": {
|
|
3863
|
+
"providers": []
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3866
|
+
"metadata": {
|
|
3867
|
+
"apiSummary": {
|
|
3868
|
+
"surfaces": [
|
|
3869
|
+
{
|
|
3870
|
+
"subpath": "./client",
|
|
3871
|
+
"summary": "Exports neutral web request, operation, permission, and CRUD UI APIs."
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"subpath": "./client/lib/httpClient",
|
|
3875
|
+
"summary": "Exports the configurable web HTTP client with credentials, CSRF handling, and safe-read retries."
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"subpath": "./client/composables/useCommand",
|
|
3879
|
+
"summary": "Exports the route-aware mutation runtime with validation, field errors, feedback, and duplicate-submit protection."
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"subpath": "./client/composables/useEndpointResource",
|
|
3883
|
+
"summary": "Exports the TanStack Query-backed custom endpoint primitive."
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"subpath": "./client/composables/useList",
|
|
3887
|
+
"summary": "Exports the route-aware list operation runtime."
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"subpath": "./client/composables/useView",
|
|
3891
|
+
"summary": "Exports the route-aware record-view operation runtime."
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"subpath": "./client/composables/useAddEdit",
|
|
3895
|
+
"summary": "Exports the route-aware add/edit operation runtime."
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"subpath": "./client/components/CrudListScreen",
|
|
3899
|
+
"summary": "Exports the shared generated CRUD list screen."
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"subpath": "./client/components/CrudViewScreen",
|
|
3903
|
+
"summary": "Exports the shared generated CRUD view screen."
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"subpath": "./client/components/CrudAddEditScreen",
|
|
3907
|
+
"summary": "Exports the shared generated CRUD add/edit screen."
|
|
3908
|
+
}
|
|
3909
|
+
],
|
|
3910
|
+
"containerTokens": {
|
|
3911
|
+
"server": [],
|
|
3912
|
+
"client": []
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3916
|
+
"mutations": {
|
|
3917
|
+
"dependencies": {
|
|
3918
|
+
"runtime": {
|
|
3919
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
3920
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3921
|
+
"@jskit-ai/realtime": "0.1.153",
|
|
3922
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
3923
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
3924
|
+
"@mdi/js": "^7.4.47"
|
|
3925
|
+
},
|
|
3926
|
+
"dev": {}
|
|
3927
|
+
},
|
|
3928
|
+
"packageJson": {
|
|
3929
|
+
"scripts": {}
|
|
3930
|
+
},
|
|
3931
|
+
"procfile": {},
|
|
3932
|
+
"files": []
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
"packageJson": {
|
|
3936
|
+
"dependencies": {
|
|
3937
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
3938
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
3939
|
+
"@jskit-ai/realtime": "0.1.153",
|
|
3940
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
3941
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
3942
|
+
"@mdi/js": "^7.4.47"
|
|
3943
|
+
},
|
|
3944
|
+
"peerDependencies": {
|
|
3945
|
+
"@tanstack/vue-query": "^5.90.5",
|
|
3946
|
+
"vue": "^3.5.13",
|
|
3947
|
+
"vue-router": "^5.0.4",
|
|
3948
|
+
"vuetify": "^4.0.0"
|
|
3949
|
+
}
|
|
3950
|
+
}
|
|
3951
|
+
},
|
|
3852
3952
|
{
|
|
3853
3953
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3854
|
-
"version": "0.1.
|
|
3954
|
+
"version": "0.1.100",
|
|
3855
3955
|
"description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
|
|
3856
3956
|
"jskit": {
|
|
3857
3957
|
"kind": "runtime",
|
|
@@ -3907,8 +4007,9 @@
|
|
|
3907
4007
|
},
|
|
3908
4008
|
"packageJson": {
|
|
3909
4009
|
"dependencies": {
|
|
3910
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3911
|
-
"@jskit-ai/kernel": "0.1.
|
|
4010
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
4011
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4012
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
3912
4013
|
"hooked-api": "1.x.x",
|
|
3913
4014
|
"json-rest-api": "^1.0.27"
|
|
3914
4015
|
}
|
|
@@ -3916,7 +4017,7 @@
|
|
|
3916
4017
|
},
|
|
3917
4018
|
{
|
|
3918
4019
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3919
|
-
"version": "0.1.
|
|
4020
|
+
"version": "0.1.91",
|
|
3920
4021
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3921
4022
|
"jskit": {
|
|
3922
4023
|
"kind": "runtime",
|
|
@@ -3976,8 +4077,8 @@
|
|
|
3976
4077
|
"@capacitor/app": "^7.1.0",
|
|
3977
4078
|
"@capacitor/browser": "^7.0.1",
|
|
3978
4079
|
"@capacitor/core": "^7.4.3",
|
|
3979
|
-
"@jskit-ai/kernel": "0.1.
|
|
3980
|
-
"@jskit-ai/shell-web": "0.1.
|
|
4080
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4081
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
3981
4082
|
},
|
|
3982
4083
|
"dev": {
|
|
3983
4084
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -4030,14 +4131,14 @@
|
|
|
4030
4131
|
"dependencies": {
|
|
4031
4132
|
"@capacitor/browser": "^7.0.1",
|
|
4032
4133
|
"@capacitor/core": "^7.4.3",
|
|
4033
|
-
"@jskit-ai/kernel": "0.1.
|
|
4034
|
-
"@jskit-ai/shell-web": "0.1.
|
|
4134
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4135
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
4035
4136
|
}
|
|
4036
4137
|
}
|
|
4037
4138
|
},
|
|
4038
4139
|
{
|
|
4039
4140
|
"packageId": "@jskit-ai/realtime",
|
|
4040
|
-
"version": "0.1.
|
|
4141
|
+
"version": "0.1.153",
|
|
4041
4142
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
4042
4143
|
"jskit": {
|
|
4043
4144
|
"kind": "runtime",
|
|
@@ -4131,8 +4232,8 @@
|
|
|
4131
4232
|
"mutations": {
|
|
4132
4233
|
"dependencies": {
|
|
4133
4234
|
"runtime": {
|
|
4134
|
-
"@jskit-ai/kernel": "0.1.
|
|
4135
|
-
"@jskit-ai/shell-web": "0.1.
|
|
4235
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4236
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
4136
4237
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
4137
4238
|
"redis": "^5.8.2",
|
|
4138
4239
|
"socket.io": "^4.8.3",
|
|
@@ -4180,8 +4281,8 @@
|
|
|
4180
4281
|
},
|
|
4181
4282
|
"packageJson": {
|
|
4182
4283
|
"dependencies": {
|
|
4183
|
-
"@jskit-ai/kernel": "0.1.
|
|
4184
|
-
"@jskit-ai/shell-web": "0.1.
|
|
4284
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4285
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
4185
4286
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
4186
4287
|
"redis": "^5.8.2",
|
|
4187
4288
|
"socket.io": "^4.8.3",
|
|
@@ -4194,7 +4295,7 @@
|
|
|
4194
4295
|
},
|
|
4195
4296
|
{
|
|
4196
4297
|
"packageId": "@jskit-ai/resource-core",
|
|
4197
|
-
"version": "0.1.
|
|
4298
|
+
"version": "0.1.98",
|
|
4198
4299
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
4199
4300
|
"jskit": {
|
|
4200
4301
|
"kind": "runtime",
|
|
@@ -4215,7 +4316,7 @@
|
|
|
4215
4316
|
"mutations": {
|
|
4216
4317
|
"dependencies": {
|
|
4217
4318
|
"runtime": {
|
|
4218
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4319
|
+
"@jskit-ai/resource-core": "0.1.98"
|
|
4219
4320
|
},
|
|
4220
4321
|
"dev": {}
|
|
4221
4322
|
},
|
|
@@ -4229,14 +4330,14 @@
|
|
|
4229
4330
|
},
|
|
4230
4331
|
"packageJson": {
|
|
4231
4332
|
"dependencies": {
|
|
4232
|
-
"@jskit-ai/kernel": "0.1.
|
|
4333
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
4233
4334
|
}
|
|
4234
4335
|
}
|
|
4235
4336
|
},
|
|
4236
4337
|
{
|
|
4237
4338
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
4238
|
-
"version": "0.1.
|
|
4239
|
-
"description": "CRUD
|
|
4339
|
+
"version": "0.1.98",
|
|
4340
|
+
"description": "Shared CRUD resource, field, lookup, filter, and namespace contracts.",
|
|
4240
4341
|
"jskit": {
|
|
4241
4342
|
"kind": "runtime",
|
|
4242
4343
|
"capabilities": {
|
|
@@ -4256,7 +4357,7 @@
|
|
|
4256
4357
|
"mutations": {
|
|
4257
4358
|
"dependencies": {
|
|
4258
4359
|
"runtime": {
|
|
4259
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
4360
|
+
"@jskit-ai/resource-crud-core": "0.1.98"
|
|
4260
4361
|
},
|
|
4261
4362
|
"dev": {}
|
|
4262
4363
|
},
|
|
@@ -4270,14 +4371,14 @@
|
|
|
4270
4371
|
},
|
|
4271
4372
|
"packageJson": {
|
|
4272
4373
|
"dependencies": {
|
|
4273
|
-
"@jskit-ai/kernel": "0.1.
|
|
4274
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4374
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4375
|
+
"@jskit-ai/resource-core": "0.1.98"
|
|
4275
4376
|
}
|
|
4276
4377
|
}
|
|
4277
4378
|
},
|
|
4278
4379
|
{
|
|
4279
4380
|
"packageId": "@jskit-ai/shell-web",
|
|
4280
|
-
"version": "0.1.
|
|
4381
|
+
"version": "0.1.160",
|
|
4281
4382
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
4282
4383
|
"jskit": {
|
|
4283
4384
|
"kind": "runtime",
|
|
@@ -4631,7 +4732,7 @@
|
|
|
4631
4732
|
"dependencies": {
|
|
4632
4733
|
"runtime": {
|
|
4633
4734
|
"@mdi/js": "^7.4.47",
|
|
4634
|
-
"@jskit-ai/kernel": "0.1.
|
|
4735
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
4635
4736
|
},
|
|
4636
4737
|
"dev": {
|
|
4637
4738
|
"@playwright/test": "1.61.1"
|
|
@@ -4860,7 +4961,7 @@
|
|
|
4860
4961
|
"packageJson": {
|
|
4861
4962
|
"dependencies": {
|
|
4862
4963
|
"@mdi/js": "^7.4.47",
|
|
4863
|
-
"@jskit-ai/kernel": "0.1.
|
|
4964
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
4864
4965
|
},
|
|
4865
4966
|
"peerDependencies": {
|
|
4866
4967
|
"pinia": "^3.0.4",
|
|
@@ -4872,7 +4973,7 @@
|
|
|
4872
4973
|
},
|
|
4873
4974
|
{
|
|
4874
4975
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4875
|
-
"version": "0.1.
|
|
4976
|
+
"version": "0.1.153",
|
|
4876
4977
|
"jskit": {
|
|
4877
4978
|
"kind": "runtime",
|
|
4878
4979
|
"capabilities": {
|
|
@@ -4919,7 +5020,7 @@
|
|
|
4919
5020
|
"mutations": {
|
|
4920
5021
|
"dependencies": {
|
|
4921
5022
|
"runtime": {
|
|
4922
|
-
"@jskit-ai/kernel": "0.1.
|
|
5023
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4923
5024
|
"unstorage": "^1.17.3"
|
|
4924
5025
|
},
|
|
4925
5026
|
"dev": {}
|
|
@@ -4934,14 +5035,14 @@
|
|
|
4934
5035
|
},
|
|
4935
5036
|
"packageJson": {
|
|
4936
5037
|
"dependencies": {
|
|
4937
|
-
"@jskit-ai/kernel": "0.1.
|
|
5038
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
4938
5039
|
"unstorage": "^1.17.5"
|
|
4939
5040
|
}
|
|
4940
5041
|
}
|
|
4941
5042
|
},
|
|
4942
5043
|
{
|
|
4943
5044
|
"packageId": "@jskit-ai/ui-generator",
|
|
4944
|
-
"version": "0.1.
|
|
5045
|
+
"version": "0.1.138",
|
|
4945
5046
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4946
5047
|
"jskit": {
|
|
4947
5048
|
"kind": "generator",
|
|
@@ -5373,9 +5474,7 @@
|
|
|
5373
5474
|
},
|
|
5374
5475
|
"mutations": {
|
|
5375
5476
|
"dependencies": {
|
|
5376
|
-
"runtime": {
|
|
5377
|
-
"@jskit-ai/users-web": "0.1.173"
|
|
5378
|
-
},
|
|
5477
|
+
"runtime": {},
|
|
5379
5478
|
"dev": {}
|
|
5380
5479
|
},
|
|
5381
5480
|
"packageJson": {
|
|
@@ -5388,14 +5487,14 @@
|
|
|
5388
5487
|
},
|
|
5389
5488
|
"packageJson": {
|
|
5390
5489
|
"dependencies": {
|
|
5391
|
-
"@jskit-ai/kernel": "0.1.
|
|
5392
|
-
"@jskit-ai/shell-web": "0.1.
|
|
5490
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
5491
|
+
"@jskit-ai/shell-web": "0.1.160"
|
|
5393
5492
|
}
|
|
5394
5493
|
}
|
|
5395
5494
|
},
|
|
5396
5495
|
{
|
|
5397
5496
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5398
|
-
"version": "0.1.
|
|
5497
|
+
"version": "0.1.131",
|
|
5399
5498
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
5400
5499
|
"jskit": {
|
|
5401
5500
|
"kind": "runtime",
|
|
@@ -5457,7 +5556,7 @@
|
|
|
5457
5556
|
"mutations": {
|
|
5458
5557
|
"dependencies": {
|
|
5459
5558
|
"runtime": {
|
|
5460
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5559
|
+
"@jskit-ai/uploads-runtime": "0.1.131",
|
|
5461
5560
|
"@uppy/compressor": "^3.1.0",
|
|
5462
5561
|
"@uppy/core": "^5.2.0",
|
|
5463
5562
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5476,7 +5575,7 @@
|
|
|
5476
5575
|
},
|
|
5477
5576
|
"packageJson": {
|
|
5478
5577
|
"dependencies": {
|
|
5479
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5578
|
+
"@jskit-ai/uploads-runtime": "0.1.131",
|
|
5480
5579
|
"@uppy/compressor": "^3.1.0",
|
|
5481
5580
|
"@uppy/core": "^5.2.0",
|
|
5482
5581
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5490,7 +5589,7 @@
|
|
|
5490
5589
|
},
|
|
5491
5590
|
{
|
|
5492
5591
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5493
|
-
"version": "0.1.
|
|
5592
|
+
"version": "0.1.131",
|
|
5494
5593
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
5495
5594
|
"jskit": {
|
|
5496
5595
|
"kind": "runtime",
|
|
@@ -5558,7 +5657,7 @@
|
|
|
5558
5657
|
"dependencies": {
|
|
5559
5658
|
"runtime": {
|
|
5560
5659
|
"@fastify/multipart": "^9.4.0",
|
|
5561
|
-
"@jskit-ai/kernel": "0.1.
|
|
5660
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
5562
5661
|
},
|
|
5563
5662
|
"dev": {}
|
|
5564
5663
|
},
|
|
@@ -5573,13 +5672,13 @@
|
|
|
5573
5672
|
"packageJson": {
|
|
5574
5673
|
"dependencies": {
|
|
5575
5674
|
"@fastify/multipart": "^9.4.0",
|
|
5576
|
-
"@jskit-ai/kernel": "0.1.
|
|
5675
|
+
"@jskit-ai/kernel": "0.1.156"
|
|
5577
5676
|
}
|
|
5578
5677
|
}
|
|
5579
5678
|
},
|
|
5580
5679
|
{
|
|
5581
5680
|
"packageId": "@jskit-ai/users-core",
|
|
5582
|
-
"version": "0.1.
|
|
5681
|
+
"version": "0.1.169",
|
|
5583
5682
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5584
5683
|
"jskit": {
|
|
5585
5684
|
"kind": "runtime",
|
|
@@ -5714,16 +5813,16 @@
|
|
|
5714
5813
|
"mutations": {
|
|
5715
5814
|
"dependencies": {
|
|
5716
5815
|
"runtime": {
|
|
5717
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5718
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5719
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5720
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5721
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5722
|
-
"@jskit-ai/kernel": "0.1.
|
|
5723
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5724
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5816
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
5817
|
+
"@jskit-ai/crud-core": "0.1.167",
|
|
5818
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
5819
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
5820
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
5821
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
5822
|
+
"@jskit-ai/resource-core": "0.1.98",
|
|
5823
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
5725
5824
|
"@local/users": "file:packages/users",
|
|
5726
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5825
|
+
"@jskit-ai/uploads-runtime": "0.1.131"
|
|
5727
5826
|
},
|
|
5728
5827
|
"dev": {}
|
|
5729
5828
|
},
|
|
@@ -5940,23 +6039,23 @@
|
|
|
5940
6039
|
},
|
|
5941
6040
|
"packageJson": {
|
|
5942
6041
|
"dependencies": {
|
|
5943
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5944
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5945
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5946
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5947
|
-
"@jskit-ai/kernel": "0.1.
|
|
5948
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5949
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5950
|
-
"@jskit-ai/storage-runtime": "0.1.
|
|
5951
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
6042
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
6043
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
6044
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
6045
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
6046
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
6047
|
+
"@jskit-ai/resource-core": "0.1.98",
|
|
6048
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
6049
|
+
"@jskit-ai/storage-runtime": "0.1.153",
|
|
6050
|
+
"@jskit-ai/uploads-runtime": "0.1.131",
|
|
5952
6051
|
"json-rest-schema": "^1.0.17"
|
|
5953
6052
|
}
|
|
5954
6053
|
}
|
|
5955
6054
|
},
|
|
5956
6055
|
{
|
|
5957
6056
|
"packageId": "@jskit-ai/users-web",
|
|
5958
|
-
"version": "0.1.
|
|
5959
|
-
"description": "Users web module
|
|
6057
|
+
"version": "0.1.174",
|
|
6058
|
+
"description": "Users web module with account, profile, and user-specific shell UI.",
|
|
5960
6059
|
"jskit": {
|
|
5961
6060
|
"kind": "runtime",
|
|
5962
6061
|
"capabilities": {
|
|
@@ -5964,6 +6063,7 @@
|
|
|
5964
6063
|
"users.web"
|
|
5965
6064
|
],
|
|
5966
6065
|
"requires": [
|
|
6066
|
+
"runtime.http-web",
|
|
5967
6067
|
"runtime.web-placement",
|
|
5968
6068
|
"users.server-routes"
|
|
5969
6069
|
]
|
|
@@ -5996,102 +6096,6 @@
|
|
|
5996
6096
|
"subpath": "./client/components/AccountSettingsClientElement",
|
|
5997
6097
|
"summary": "Exports the package-owned account settings host that renders placement-backed account sections."
|
|
5998
6098
|
},
|
|
5999
|
-
{
|
|
6000
|
-
"subpath": "./client/components/CrudAddEditScreen",
|
|
6001
|
-
"summary": "Exports the package-owned CRUD add/edit screen shell used by generated form pages."
|
|
6002
|
-
},
|
|
6003
|
-
{
|
|
6004
|
-
"subpath": "./client/components/CrudDeleteAction",
|
|
6005
|
-
"summary": "Exports the standard generated CRUD delete action and confirmation dialog."
|
|
6006
|
-
},
|
|
6007
|
-
{
|
|
6008
|
-
"subpath": "./client/components/CrudListBulkActionSurface",
|
|
6009
|
-
"summary": "Exports the adaptive CRUD list bulk-action surface for generated list pages."
|
|
6010
|
-
},
|
|
6011
|
-
{
|
|
6012
|
-
"subpath": "./client/components/CrudListFilterSurface",
|
|
6013
|
-
"summary": "Exports the adaptive CRUD list filter surface for generated list pages."
|
|
6014
|
-
},
|
|
6015
|
-
{
|
|
6016
|
-
"subpath": "./client/components/CrudListScreen",
|
|
6017
|
-
"summary": "Exports the package-owned CRUD list screen shell used by generated list pages."
|
|
6018
|
-
},
|
|
6019
|
-
{
|
|
6020
|
-
"subpath": "./client/components/CrudViewScreen",
|
|
6021
|
-
"summary": "Exports the package-owned CRUD view screen shell used by generated detail pages."
|
|
6022
|
-
},
|
|
6023
|
-
{
|
|
6024
|
-
"subpath": "./client/bulkActions",
|
|
6025
|
-
"summary": "Exports client-side CRUD list bulk-action definition helpers."
|
|
6026
|
-
},
|
|
6027
|
-
{
|
|
6028
|
-
"subpath": "./client/filters",
|
|
6029
|
-
"summary": "Exports client-side CRUD list filter definition helpers."
|
|
6030
|
-
},
|
|
6031
|
-
{
|
|
6032
|
-
"subpath": "./client/rowActions",
|
|
6033
|
-
"summary": "Exports client-side CRUD list row-action definition helpers."
|
|
6034
|
-
},
|
|
6035
|
-
{
|
|
6036
|
-
"subpath": "./client/components/ProfileClientElement",
|
|
6037
|
-
"summary": "Exports profile settings client element scaffold component."
|
|
6038
|
-
},
|
|
6039
|
-
{
|
|
6040
|
-
"subpath": "./client/composables/useAddEdit",
|
|
6041
|
-
"summary": "Exports add/edit operation composable."
|
|
6042
|
-
},
|
|
6043
|
-
{
|
|
6044
|
-
"subpath": "./client/composables/useList",
|
|
6045
|
-
"summary": "Exports list operation composable."
|
|
6046
|
-
},
|
|
6047
|
-
{
|
|
6048
|
-
"subpath": "./client/composables/crudLookupFieldRuntime",
|
|
6049
|
-
"summary": "Exports CRUD lookup field runtime helpers for generated add/edit forms."
|
|
6050
|
-
},
|
|
6051
|
-
{
|
|
6052
|
-
"subpath": "./client/composables/useCommand",
|
|
6053
|
-
"summary": "Exports command operation composable."
|
|
6054
|
-
},
|
|
6055
|
-
{
|
|
6056
|
-
"subpath": "./client/composables/useEndpointResource",
|
|
6057
|
-
"summary": "Exports low-level endpoint resource composable for custom client requests."
|
|
6058
|
-
},
|
|
6059
|
-
{
|
|
6060
|
-
"subpath": "./client/composables/useCrudListFilterLookups",
|
|
6061
|
-
"summary": "Exports lookup-backed CRUD list filter helper for remote autocomplete filters."
|
|
6062
|
-
},
|
|
6063
|
-
{
|
|
6064
|
-
"subpath": "./client/composables/useCrudAddEditScreen",
|
|
6065
|
-
"summary": "Exports the package-owned add/edit screen runtime for generated form pages."
|
|
6066
|
-
},
|
|
6067
|
-
{
|
|
6068
|
-
"subpath": "./client/composables/useCrudListBulkActions",
|
|
6069
|
-
"summary": "Exports selected-record state and execution runtime for generated CRUD list bulk actions."
|
|
6070
|
-
},
|
|
6071
|
-
{
|
|
6072
|
-
"subpath": "./client/composables/useCrudListRowActions",
|
|
6073
|
-
"summary": "Exports per-record action state and execution runtime for generated CRUD list row actions."
|
|
6074
|
-
},
|
|
6075
|
-
{
|
|
6076
|
-
"subpath": "./client/composables/useCrudListScreen",
|
|
6077
|
-
"summary": "Exports the package-owned list screen runtime for generated list pages."
|
|
6078
|
-
},
|
|
6079
|
-
{
|
|
6080
|
-
"subpath": "./client/composables/useView",
|
|
6081
|
-
"summary": "Exports read/view operation composable."
|
|
6082
|
-
},
|
|
6083
|
-
{
|
|
6084
|
-
"subpath": "./client/composables/useCrudViewScreen",
|
|
6085
|
-
"summary": "Exports the package-owned view screen runtime for generated detail pages."
|
|
6086
|
-
},
|
|
6087
|
-
{
|
|
6088
|
-
"subpath": "./client/composables/usePagedCollection",
|
|
6089
|
-
"summary": "Exports paged collection query composable."
|
|
6090
|
-
},
|
|
6091
|
-
{
|
|
6092
|
-
"subpath": "./client/lib/httpClient",
|
|
6093
|
-
"summary": "Exports the shared users-web HTTP client with credentials and CSRF behavior."
|
|
6094
|
-
},
|
|
6095
6099
|
{
|
|
6096
6100
|
"subpath": "./client/account-settings/sections",
|
|
6097
6101
|
"summary": "Exports placement-backed account settings section helpers."
|
|
@@ -6251,13 +6255,12 @@
|
|
|
6251
6255
|
"mutations": {
|
|
6252
6256
|
"dependencies": {
|
|
6253
6257
|
"runtime": {
|
|
6254
|
-
"@
|
|
6255
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
6256
|
-
"@jskit-ai/
|
|
6257
|
-
"@jskit-ai/
|
|
6258
|
-
"@jskit-ai/
|
|
6259
|
-
"@jskit-ai/
|
|
6260
|
-
"@jskit-ai/users-core": "0.1.168"
|
|
6258
|
+
"@jskit-ai/http-web": "0.1.1",
|
|
6259
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
6260
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
6261
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
6262
|
+
"@jskit-ai/uploads-image-web": "0.1.131",
|
|
6263
|
+
"@jskit-ai/users-core": "0.1.169"
|
|
6261
6264
|
},
|
|
6262
6265
|
"dev": {}
|
|
6263
6266
|
},
|
|
@@ -6437,14 +6440,13 @@
|
|
|
6437
6440
|
},
|
|
6438
6441
|
"packageJson": {
|
|
6439
6442
|
"dependencies": {
|
|
6440
|
-
"@jskit-ai/auth-web": "0.1.
|
|
6441
|
-
"@jskit-ai/http-
|
|
6442
|
-
"@jskit-ai/
|
|
6443
|
-
"@jskit-ai/
|
|
6444
|
-
"@jskit-ai/shell-web": "0.1.
|
|
6445
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
6446
|
-
"@jskit-ai/users-core": "0.1.
|
|
6447
|
-
"@mdi/js": "^7.4.47"
|
|
6443
|
+
"@jskit-ai/auth-web": "0.1.156",
|
|
6444
|
+
"@jskit-ai/http-web": "0.1.1",
|
|
6445
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
6446
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
6447
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
6448
|
+
"@jskit-ai/uploads-image-web": "0.1.131",
|
|
6449
|
+
"@jskit-ai/users-core": "0.1.169"
|
|
6448
6450
|
},
|
|
6449
6451
|
"peerDependencies": {
|
|
6450
6452
|
"@tanstack/vue-query": "^5.90.5",
|
|
@@ -6456,7 +6458,7 @@
|
|
|
6456
6458
|
},
|
|
6457
6459
|
{
|
|
6458
6460
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6459
|
-
"version": "0.1.
|
|
6461
|
+
"version": "0.1.134",
|
|
6460
6462
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6461
6463
|
"jskit": {
|
|
6462
6464
|
"kind": "runtime",
|
|
@@ -6597,10 +6599,10 @@
|
|
|
6597
6599
|
"mutations": {
|
|
6598
6600
|
"dependencies": {
|
|
6599
6601
|
"runtime": {
|
|
6600
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6601
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6602
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6603
|
-
"@jskit-ai/users-core": "0.1.
|
|
6602
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
6603
|
+
"@jskit-ai/resource-core": "0.1.98",
|
|
6604
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
6605
|
+
"@jskit-ai/users-core": "0.1.169"
|
|
6604
6606
|
},
|
|
6605
6607
|
"dev": {}
|
|
6606
6608
|
},
|
|
@@ -6803,21 +6805,21 @@
|
|
|
6803
6805
|
},
|
|
6804
6806
|
"packageJson": {
|
|
6805
6807
|
"dependencies": {
|
|
6806
|
-
"@jskit-ai/auth-core": "0.1.
|
|
6807
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
6808
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
6809
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6810
|
-
"@jskit-ai/kernel": "0.1.
|
|
6811
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6812
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6813
|
-
"@jskit-ai/users-core": "0.1.
|
|
6808
|
+
"@jskit-ai/auth-core": "0.1.154",
|
|
6809
|
+
"@jskit-ai/database-runtime": "0.1.156",
|
|
6810
|
+
"@jskit-ai/http-runtime": "0.1.154",
|
|
6811
|
+
"@jskit-ai/json-rest-api-core": "0.1.100",
|
|
6812
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
6813
|
+
"@jskit-ai/resource-core": "0.1.98",
|
|
6814
|
+
"@jskit-ai/resource-crud-core": "0.1.98",
|
|
6815
|
+
"@jskit-ai/users-core": "0.1.169",
|
|
6814
6816
|
"json-rest-schema": "^1.0.17"
|
|
6815
6817
|
}
|
|
6816
6818
|
}
|
|
6817
6819
|
},
|
|
6818
6820
|
{
|
|
6819
6821
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6820
|
-
"version": "0.1.
|
|
6822
|
+
"version": "0.1.135",
|
|
6821
6823
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6822
6824
|
"jskit": {
|
|
6823
6825
|
"kind": "runtime",
|
|
@@ -6826,6 +6828,7 @@
|
|
|
6826
6828
|
"workspaces.web"
|
|
6827
6829
|
],
|
|
6828
6830
|
"requires": [
|
|
6831
|
+
"runtime.http-web",
|
|
6829
6832
|
"users.web",
|
|
6830
6833
|
"workspaces.core"
|
|
6831
6834
|
]
|
|
@@ -6896,7 +6899,7 @@
|
|
|
6896
6899
|
"surfaces": [
|
|
6897
6900
|
"admin"
|
|
6898
6901
|
],
|
|
6899
|
-
"source": "src/client/components/
|
|
6902
|
+
"source": "src/client/components/WorkspaceToolsWidget.vue"
|
|
6900
6903
|
}
|
|
6901
6904
|
],
|
|
6902
6905
|
"topology": {
|
|
@@ -7070,9 +7073,10 @@
|
|
|
7070
7073
|
"mutations": {
|
|
7071
7074
|
"dependencies": {
|
|
7072
7075
|
"runtime": {
|
|
7073
|
-
"@jskit-ai/auth-web": "0.1.
|
|
7074
|
-
"@jskit-ai/
|
|
7075
|
-
"@jskit-ai/
|
|
7076
|
+
"@jskit-ai/auth-web": "0.1.156",
|
|
7077
|
+
"@jskit-ai/http-web": "0.1.1",
|
|
7078
|
+
"@jskit-ai/workspaces-core": "0.1.134",
|
|
7079
|
+
"@jskit-ai/users-web": "0.1.174"
|
|
7076
7080
|
},
|
|
7077
7081
|
"dev": {}
|
|
7078
7082
|
},
|
|
@@ -7092,7 +7096,7 @@
|
|
|
7092
7096
|
"ownership": "app",
|
|
7093
7097
|
"reason": "Install app-owned account pending invites cue component scaffold.",
|
|
7094
7098
|
"category": "workspaces-web",
|
|
7095
|
-
"id": "
|
|
7099
|
+
"id": "workspaces-web-main-component-account-pending-invites-cue"
|
|
7096
7100
|
},
|
|
7097
7101
|
{
|
|
7098
7102
|
"from": "templates/packages/main/src/client/components/AccountSettingsInvitesSection.vue",
|
|
@@ -7100,7 +7104,7 @@
|
|
|
7100
7104
|
"ownership": "app",
|
|
7101
7105
|
"reason": "Install app-owned account invites section scaffold for multihoming account settings.",
|
|
7102
7106
|
"category": "workspaces-web",
|
|
7103
|
-
"id": "
|
|
7107
|
+
"id": "workspaces-web-main-component-account-settings-invites-section"
|
|
7104
7108
|
},
|
|
7105
7109
|
{
|
|
7106
7110
|
"from": "templates/src/pages/invite/[token].vue",
|
|
@@ -7116,7 +7120,7 @@
|
|
|
7116
7120
|
"ownership": "app",
|
|
7117
7121
|
"reason": "Install app-owned workspace not-found card component used by workspace-dependent surfaces.",
|
|
7118
7122
|
"category": "workspaces-web",
|
|
7119
|
-
"id": "
|
|
7123
|
+
"id": "workspaces-web-component-workspace-not-found-card",
|
|
7120
7124
|
"when": {
|
|
7121
7125
|
"config": "tenancyMode",
|
|
7122
7126
|
"in": [
|
|
@@ -7131,7 +7135,7 @@
|
|
|
7131
7135
|
"ownership": "app",
|
|
7132
7136
|
"reason": "Install app-owned workspace bootstrap status composable for workspace-dependent surfaces.",
|
|
7133
7137
|
"category": "workspaces-web",
|
|
7134
|
-
"id": "
|
|
7138
|
+
"id": "workspaces-web-composable-workspace-not-found-state",
|
|
7135
7139
|
"when": {
|
|
7136
7140
|
"config": "tenancyMode",
|
|
7137
7141
|
"in": [
|
|
@@ -7147,7 +7151,7 @@
|
|
|
7147
7151
|
"ownership": "app",
|
|
7148
7152
|
"reason": "Install workspace app surface wrapper shell for workspaces-web.",
|
|
7149
7153
|
"category": "workspaces-web",
|
|
7150
|
-
"id": "
|
|
7154
|
+
"id": "workspaces-web-page-app-wrapper",
|
|
7151
7155
|
"when": {
|
|
7152
7156
|
"config": "tenancyMode",
|
|
7153
7157
|
"in": [
|
|
@@ -7163,7 +7167,7 @@
|
|
|
7163
7167
|
"ownership": "app",
|
|
7164
7168
|
"reason": "Install workspace app surface starter page scaffold for workspaces-web.",
|
|
7165
7169
|
"category": "workspaces-web",
|
|
7166
|
-
"id": "
|
|
7170
|
+
"id": "workspaces-web-page-app-index",
|
|
7167
7171
|
"when": {
|
|
7168
7172
|
"config": "tenancyMode",
|
|
7169
7173
|
"in": [
|
|
@@ -7179,7 +7183,7 @@
|
|
|
7179
7183
|
"ownership": "app",
|
|
7180
7184
|
"reason": "Install workspace admin surface wrapper shell for workspaces-web.",
|
|
7181
7185
|
"category": "workspaces-web",
|
|
7182
|
-
"id": "
|
|
7186
|
+
"id": "workspaces-web-page-admin-wrapper",
|
|
7183
7187
|
"when": {
|
|
7184
7188
|
"config": "tenancyMode",
|
|
7185
7189
|
"in": [
|
|
@@ -7195,7 +7199,7 @@
|
|
|
7195
7199
|
"ownership": "app",
|
|
7196
7200
|
"reason": "Install workspace admin surface starter page scaffold for workspaces-web.",
|
|
7197
7201
|
"category": "workspaces-web",
|
|
7198
|
-
"id": "
|
|
7202
|
+
"id": "workspaces-web-page-admin-index",
|
|
7199
7203
|
"when": {
|
|
7200
7204
|
"config": "tenancyMode",
|
|
7201
7205
|
"in": [
|
|
@@ -7211,7 +7215,7 @@
|
|
|
7211
7215
|
"ownership": "app",
|
|
7212
7216
|
"reason": "Install admin members starter page scaffold for workspaces-web members UI.",
|
|
7213
7217
|
"category": "workspaces-web",
|
|
7214
|
-
"id": "
|
|
7218
|
+
"id": "workspaces-web-page-admin-members",
|
|
7215
7219
|
"when": {
|
|
7216
7220
|
"config": "tenancyMode",
|
|
7217
7221
|
"in": [
|
|
@@ -7227,7 +7231,7 @@
|
|
|
7227
7231
|
"ownership": "app",
|
|
7228
7232
|
"reason": "Install workspace settings shell route scaffold for workspaces-web workspace admin UI.",
|
|
7229
7233
|
"category": "workspaces-web",
|
|
7230
|
-
"id": "
|
|
7234
|
+
"id": "workspaces-web-page-admin-workspace-settings-shell",
|
|
7231
7235
|
"when": {
|
|
7232
7236
|
"config": "tenancyMode",
|
|
7233
7237
|
"in": [
|
|
@@ -7243,7 +7247,7 @@
|
|
|
7243
7247
|
"ownership": "app",
|
|
7244
7248
|
"reason": "Install workspace settings index stub scaffold for app-owned landing or redirect behavior.",
|
|
7245
7249
|
"category": "workspaces-web",
|
|
7246
|
-
"id": "
|
|
7250
|
+
"id": "workspaces-web-page-admin-workspace-settings",
|
|
7247
7251
|
"when": {
|
|
7248
7252
|
"config": "tenancyMode",
|
|
7249
7253
|
"in": [
|
|
@@ -7331,7 +7335,7 @@
|
|
|
7331
7335
|
"from": "../components/AccountPendingInvitesCue.vue",
|
|
7332
7336
|
"reason": "Bind app-owned account pending invites cue component into local main client provider imports.",
|
|
7333
7337
|
"category": "workspaces-web",
|
|
7334
|
-
"id": "
|
|
7338
|
+
"id": "workspaces-web-main-client-provider-account-invites-import"
|
|
7335
7339
|
},
|
|
7336
7340
|
{
|
|
7337
7341
|
"op": "ensure-import",
|
|
@@ -7340,7 +7344,7 @@
|
|
|
7340
7344
|
"from": "../components/AccountSettingsInvitesSection.vue",
|
|
7341
7345
|
"reason": "Bind app-owned account invites section component into local main client provider imports.",
|
|
7342
7346
|
"category": "workspaces-web",
|
|
7343
|
-
"id": "
|
|
7347
|
+
"id": "workspaces-web-main-client-provider-account-settings-section-import"
|
|
7344
7348
|
},
|
|
7345
7349
|
{
|
|
7346
7350
|
"op": "ensure-call",
|
|
@@ -7353,7 +7357,7 @@
|
|
|
7353
7357
|
"beforeClass": "MainClientProvider",
|
|
7354
7358
|
"reason": "Bind app-owned account pending invites cue component token into local main client provider registry.",
|
|
7355
7359
|
"category": "workspaces-web",
|
|
7356
|
-
"id": "
|
|
7360
|
+
"id": "workspaces-web-main-client-provider-account-invites-register"
|
|
7357
7361
|
},
|
|
7358
7362
|
{
|
|
7359
7363
|
"op": "ensure-call",
|
|
@@ -7366,20 +7370,20 @@
|
|
|
7366
7370
|
"beforeClass": "MainClientProvider",
|
|
7367
7371
|
"reason": "Bind app-owned account invites section component token into local main client provider registry.",
|
|
7368
7372
|
"category": "workspaces-web",
|
|
7369
|
-
"id": "
|
|
7373
|
+
"id": "workspaces-web-main-client-provider-account-settings-section-register"
|
|
7370
7374
|
}
|
|
7371
7375
|
]
|
|
7372
7376
|
}
|
|
7373
7377
|
},
|
|
7374
7378
|
"packageJson": {
|
|
7375
7379
|
"dependencies": {
|
|
7376
|
-
"@jskit-ai/auth-web": "0.1.
|
|
7377
|
-
"@jskit-ai/http-
|
|
7378
|
-
"@jskit-ai/kernel": "0.1.
|
|
7379
|
-
"@jskit-ai/shell-web": "0.1.
|
|
7380
|
-
"@jskit-ai/users-core": "0.1.
|
|
7381
|
-
"@jskit-ai/users-web": "0.1.
|
|
7382
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
7380
|
+
"@jskit-ai/auth-web": "0.1.156",
|
|
7381
|
+
"@jskit-ai/http-web": "0.1.1",
|
|
7382
|
+
"@jskit-ai/kernel": "0.1.156",
|
|
7383
|
+
"@jskit-ai/shell-web": "0.1.160",
|
|
7384
|
+
"@jskit-ai/users-core": "0.1.169",
|
|
7385
|
+
"@jskit-ai/users-web": "0.1.174",
|
|
7386
|
+
"@jskit-ai/workspaces-core": "0.1.134",
|
|
7383
7387
|
"@mdi/js": "^7.4.47"
|
|
7384
7388
|
},
|
|
7385
7389
|
"peerDependencies": {
|