@jskit-ai/jskit-catalog 0.1.123 → 0.1.125
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 +218 -160
- 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.125",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.125",
|
|
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.92",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.92",
|
|
355
355
|
"kind": "runtime",
|
|
356
356
|
"description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
|
|
357
357
|
"dependsOn": [
|
|
@@ -399,11 +399,11 @@
|
|
|
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.
|
|
402
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.61",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.61",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.126",
|
|
407
407
|
"dompurify": "^3.3.3",
|
|
408
408
|
"json-rest-schema": "1.x.x",
|
|
409
409
|
"marked": "^17.0.4",
|
|
@@ -422,11 +422,11 @@
|
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
425
|
-
"version": "0.1.
|
|
425
|
+
"version": "0.1.87",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.87",
|
|
430
430
|
"kind": "runtime",
|
|
431
431
|
"description": "Shared assistant runtime with per-surface assistant registration.",
|
|
432
432
|
"dependsOn": [
|
|
@@ -522,13 +522,13 @@
|
|
|
522
522
|
"mutations": {
|
|
523
523
|
"dependencies": {
|
|
524
524
|
"runtime": {
|
|
525
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
526
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
527
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
528
|
-
"@jskit-ai/kernel": "0.1.
|
|
529
|
-
"@jskit-ai/shell-web": "0.1.
|
|
530
|
-
"@jskit-ai/users-core": "0.1.
|
|
531
|
-
"@jskit-ai/users-web": "0.1.
|
|
525
|
+
"@jskit-ai/assistant-core": "0.1.92",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.116",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.116",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.126",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.132"
|
|
532
532
|
},
|
|
533
533
|
"dev": {}
|
|
534
534
|
},
|
|
@@ -583,11 +583,11 @@
|
|
|
583
583
|
},
|
|
584
584
|
{
|
|
585
585
|
"packageId": "@jskit-ai/auth-core",
|
|
586
|
-
"version": "0.1.
|
|
586
|
+
"version": "0.1.115",
|
|
587
587
|
"descriptor": {
|
|
588
588
|
"packageVersion": 1,
|
|
589
589
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.115",
|
|
591
591
|
"kind": "runtime",
|
|
592
592
|
"dependsOn": [
|
|
593
593
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"mutations": {
|
|
661
661
|
"dependencies": {
|
|
662
662
|
"runtime": {
|
|
663
|
-
"@jskit-ai/kernel": "0.1.
|
|
663
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
664
664
|
"@fastify/cookie": "^11.0.2",
|
|
665
665
|
"@fastify/csrf-protection": "^7.1.0",
|
|
666
666
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -678,11 +678,11 @@
|
|
|
678
678
|
},
|
|
679
679
|
{
|
|
680
680
|
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
681
|
-
"version": "0.1.
|
|
681
|
+
"version": "0.1.17",
|
|
682
682
|
"descriptor": {
|
|
683
683
|
"packageVersion": 1,
|
|
684
684
|
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
685
|
-
"version": "0.1.
|
|
685
|
+
"version": "0.1.17",
|
|
686
686
|
"kind": "runtime",
|
|
687
687
|
"description": "Local auth provider with a file backend default and no database requirement.",
|
|
688
688
|
"dependsOn": [
|
|
@@ -735,11 +735,18 @@
|
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
},
|
|
738
|
+
"ci": {
|
|
739
|
+
"environment": {
|
|
740
|
+
"AUTH_PROVIDER": "local"
|
|
741
|
+
},
|
|
742
|
+
"services": [],
|
|
743
|
+
"steps": []
|
|
744
|
+
},
|
|
738
745
|
"mutations": {
|
|
739
746
|
"dependencies": {
|
|
740
747
|
"runtime": {
|
|
741
|
-
"@jskit-ai/auth-core": "0.1.
|
|
742
|
-
"@jskit-ai/kernel": "0.1.
|
|
748
|
+
"@jskit-ai/auth-core": "0.1.115",
|
|
749
|
+
"@jskit-ai/kernel": "0.1.118",
|
|
743
750
|
"nodemailer": "^7.0.10",
|
|
744
751
|
"dotenv": "^16.4.5"
|
|
745
752
|
},
|
|
@@ -785,11 +792,11 @@
|
|
|
785
792
|
},
|
|
786
793
|
{
|
|
787
794
|
"packageId": "@jskit-ai/auth-provider-local-db-core",
|
|
788
|
-
"version": "0.1.
|
|
795
|
+
"version": "0.1.9",
|
|
789
796
|
"descriptor": {
|
|
790
797
|
"packageVersion": 1,
|
|
791
798
|
"packageId": "@jskit-ai/auth-provider-local-db-core",
|
|
792
|
-
"version": "0.1.
|
|
799
|
+
"version": "0.1.9",
|
|
793
800
|
"kind": "runtime",
|
|
794
801
|
"description": "Database-backed local auth storage backend for JSKIT local auth.",
|
|
795
802
|
"dependsOn": [
|
|
@@ -858,12 +865,19 @@
|
|
|
858
865
|
}
|
|
859
866
|
}
|
|
860
867
|
},
|
|
868
|
+
"ci": {
|
|
869
|
+
"environment": {
|
|
870
|
+
"AUTH_LOCAL_BACKEND": "db"
|
|
871
|
+
},
|
|
872
|
+
"services": [],
|
|
873
|
+
"steps": []
|
|
874
|
+
},
|
|
861
875
|
"mutations": {
|
|
862
876
|
"dependencies": {
|
|
863
877
|
"runtime": {
|
|
864
|
-
"@jskit-ai/auth-provider-local-core": "0.1.
|
|
865
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
866
|
-
"@jskit-ai/kernel": "0.1.
|
|
878
|
+
"@jskit-ai/auth-provider-local-core": "0.1.17",
|
|
879
|
+
"@jskit-ai/database-runtime": "0.1.117",
|
|
880
|
+
"@jskit-ai/kernel": "0.1.118"
|
|
867
881
|
},
|
|
868
882
|
"dev": {}
|
|
869
883
|
},
|
|
@@ -898,11 +912,11 @@
|
|
|
898
912
|
},
|
|
899
913
|
{
|
|
900
914
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
901
|
-
"version": "0.1.
|
|
915
|
+
"version": "0.1.115",
|
|
902
916
|
"descriptor": {
|
|
903
917
|
"packageVersion": 1,
|
|
904
918
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
905
|
-
"version": "0.1.
|
|
919
|
+
"version": "0.1.115",
|
|
906
920
|
"kind": "runtime",
|
|
907
921
|
"options": {
|
|
908
922
|
"auth-supabase-url": {
|
|
@@ -984,8 +998,8 @@
|
|
|
984
998
|
"mutations": {
|
|
985
999
|
"dependencies": {
|
|
986
1000
|
"runtime": {
|
|
987
|
-
"@jskit-ai/auth-core": "0.1.
|
|
988
|
-
"@jskit-ai/kernel": "0.1.
|
|
1001
|
+
"@jskit-ai/auth-core": "0.1.115",
|
|
1002
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
989
1003
|
"dotenv": "^16.4.5",
|
|
990
1004
|
"@supabase/supabase-js": "^2.57.4",
|
|
991
1005
|
"jose": "^6.1.0"
|
|
@@ -1063,11 +1077,11 @@
|
|
|
1063
1077
|
},
|
|
1064
1078
|
{
|
|
1065
1079
|
"packageId": "@jskit-ai/auth-web",
|
|
1066
|
-
"version": "0.1.
|
|
1080
|
+
"version": "0.1.117",
|
|
1067
1081
|
"descriptor": {
|
|
1068
1082
|
"packageVersion": 1,
|
|
1069
1083
|
"packageId": "@jskit-ai/auth-web",
|
|
1070
|
-
"version": "0.1.
|
|
1084
|
+
"version": "0.1.117",
|
|
1071
1085
|
"kind": "runtime",
|
|
1072
1086
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
1073
1087
|
"dependsOn": [
|
|
@@ -1336,10 +1350,10 @@
|
|
|
1336
1350
|
"dependencies": {
|
|
1337
1351
|
"runtime": {
|
|
1338
1352
|
"@mdi/js": "^7.4.47",
|
|
1339
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1340
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1341
|
-
"@jskit-ai/kernel": "0.1.
|
|
1342
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1353
|
+
"@jskit-ai/auth-core": "0.1.115",
|
|
1354
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
1355
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
1356
|
+
"@jskit-ai/shell-web": "0.1.116"
|
|
1343
1357
|
},
|
|
1344
1358
|
"dev": {}
|
|
1345
1359
|
},
|
|
@@ -1432,11 +1446,11 @@
|
|
|
1432
1446
|
},
|
|
1433
1447
|
{
|
|
1434
1448
|
"packageId": "@jskit-ai/console-core",
|
|
1435
|
-
"version": "0.1.
|
|
1449
|
+
"version": "0.1.79",
|
|
1436
1450
|
"descriptor": {
|
|
1437
1451
|
"packageVersion": 1,
|
|
1438
1452
|
"packageId": "@jskit-ai/console-core",
|
|
1439
|
-
"version": "0.1.
|
|
1453
|
+
"version": "0.1.79",
|
|
1440
1454
|
"kind": "runtime",
|
|
1441
1455
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1442
1456
|
"dependsOn": [
|
|
@@ -1520,12 +1534,12 @@
|
|
|
1520
1534
|
"mutations": {
|
|
1521
1535
|
"dependencies": {
|
|
1522
1536
|
"runtime": {
|
|
1523
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1524
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1525
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1526
|
-
"@jskit-ai/kernel": "0.1.
|
|
1527
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1528
|
-
"@jskit-ai/users-core": "0.1.
|
|
1537
|
+
"@jskit-ai/auth-core": "0.1.115",
|
|
1538
|
+
"@jskit-ai/database-runtime": "0.1.116",
|
|
1539
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
1540
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
1541
|
+
"@jskit-ai/resource-crud-core": "0.1.61",
|
|
1542
|
+
"@jskit-ai/users-core": "0.1.126"
|
|
1529
1543
|
},
|
|
1530
1544
|
"dev": {}
|
|
1531
1545
|
},
|
|
@@ -1550,11 +1564,11 @@
|
|
|
1550
1564
|
},
|
|
1551
1565
|
{
|
|
1552
1566
|
"packageId": "@jskit-ai/console-web",
|
|
1553
|
-
"version": "0.1.
|
|
1567
|
+
"version": "0.1.84",
|
|
1554
1568
|
"descriptor": {
|
|
1555
1569
|
"packageVersion": 1,
|
|
1556
1570
|
"packageId": "@jskit-ai/console-web",
|
|
1557
|
-
"version": "0.1.
|
|
1571
|
+
"version": "0.1.84",
|
|
1558
1572
|
"kind": "runtime",
|
|
1559
1573
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1560
1574
|
"dependsOn": [
|
|
@@ -1664,9 +1678,9 @@
|
|
|
1664
1678
|
"mutations": {
|
|
1665
1679
|
"dependencies": {
|
|
1666
1680
|
"runtime": {
|
|
1667
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1668
|
-
"@jskit-ai/console-core": "0.1.
|
|
1669
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1681
|
+
"@jskit-ai/auth-web": "0.1.117",
|
|
1682
|
+
"@jskit-ai/console-core": "0.1.79",
|
|
1683
|
+
"@jskit-ai/shell-web": "0.1.116"
|
|
1670
1684
|
},
|
|
1671
1685
|
"dev": {}
|
|
1672
1686
|
},
|
|
@@ -1773,11 +1787,11 @@
|
|
|
1773
1787
|
},
|
|
1774
1788
|
{
|
|
1775
1789
|
"packageId": "@jskit-ai/crud-core",
|
|
1776
|
-
"version": "0.1.
|
|
1790
|
+
"version": "0.1.124",
|
|
1777
1791
|
"descriptor": {
|
|
1778
1792
|
"packageVersion": 1,
|
|
1779
1793
|
"packageId": "@jskit-ai/crud-core",
|
|
1780
|
-
"version": "0.1.
|
|
1794
|
+
"version": "0.1.124",
|
|
1781
1795
|
"kind": "runtime",
|
|
1782
1796
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1783
1797
|
"dependsOn": [
|
|
@@ -1806,7 +1820,7 @@
|
|
|
1806
1820
|
"mutations": {
|
|
1807
1821
|
"dependencies": {
|
|
1808
1822
|
"runtime": {
|
|
1809
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1823
|
+
"@jskit-ai/crud-core": "0.1.124"
|
|
1810
1824
|
},
|
|
1811
1825
|
"dev": {}
|
|
1812
1826
|
},
|
|
@@ -1820,11 +1834,11 @@
|
|
|
1820
1834
|
},
|
|
1821
1835
|
{
|
|
1822
1836
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1823
|
-
"version": "0.1.
|
|
1837
|
+
"version": "0.1.124",
|
|
1824
1838
|
"descriptor": {
|
|
1825
1839
|
"packageVersion": 1,
|
|
1826
1840
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1827
|
-
"version": "0.1.
|
|
1841
|
+
"version": "0.1.124",
|
|
1828
1842
|
"kind": "generator",
|
|
1829
1843
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1830
1844
|
"options": {
|
|
@@ -1991,14 +2005,14 @@
|
|
|
1991
2005
|
"mutations": {
|
|
1992
2006
|
"dependencies": {
|
|
1993
2007
|
"runtime": {
|
|
1994
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1995
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1996
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1997
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1998
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
1999
|
-
"@jskit-ai/kernel": "0.1.
|
|
2000
|
-
"@jskit-ai/realtime": "0.1.
|
|
2001
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
2008
|
+
"@jskit-ai/auth-core": "0.1.115",
|
|
2009
|
+
"@jskit-ai/crud-core": "0.1.124",
|
|
2010
|
+
"@jskit-ai/database-runtime": "0.1.116",
|
|
2011
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
2012
|
+
"@jskit-ai/json-rest-api-core": "0.1.61",
|
|
2013
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
2014
|
+
"@jskit-ai/realtime": "0.1.115",
|
|
2015
|
+
"@jskit-ai/resource-crud-core": "0.1.61",
|
|
2002
2016
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
2003
2017
|
},
|
|
2004
2018
|
"dev": {}
|
|
@@ -2130,11 +2144,11 @@
|
|
|
2130
2144
|
},
|
|
2131
2145
|
{
|
|
2132
2146
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2133
|
-
"version": "0.1.
|
|
2147
|
+
"version": "0.1.99",
|
|
2134
2148
|
"descriptor": {
|
|
2135
2149
|
"packageVersion": 1,
|
|
2136
2150
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2137
|
-
"version": "0.1.
|
|
2151
|
+
"version": "0.1.99",
|
|
2138
2152
|
"kind": "generator",
|
|
2139
2153
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
2140
2154
|
"options": {
|
|
@@ -2333,7 +2347,7 @@
|
|
|
2333
2347
|
"mutations": {
|
|
2334
2348
|
"dependencies": {
|
|
2335
2349
|
"runtime": {
|
|
2336
|
-
"@jskit-ai/users-web": "0.1.
|
|
2350
|
+
"@jskit-ai/users-web": "0.1.132"
|
|
2337
2351
|
},
|
|
2338
2352
|
"dev": {}
|
|
2339
2353
|
},
|
|
@@ -2592,11 +2606,11 @@
|
|
|
2592
2606
|
},
|
|
2593
2607
|
{
|
|
2594
2608
|
"packageId": "@jskit-ai/database-runtime",
|
|
2595
|
-
"version": "0.1.
|
|
2609
|
+
"version": "0.1.117",
|
|
2596
2610
|
"descriptor": {
|
|
2597
2611
|
"packageVersion": 1,
|
|
2598
2612
|
"packageId": "@jskit-ai/database-runtime",
|
|
2599
|
-
"version": "0.1.
|
|
2613
|
+
"version": "0.1.117",
|
|
2600
2614
|
"kind": "runtime",
|
|
2601
2615
|
"dependsOn": [
|
|
2602
2616
|
"@jskit-ai/kernel"
|
|
@@ -2650,10 +2664,22 @@
|
|
|
2650
2664
|
}
|
|
2651
2665
|
}
|
|
2652
2666
|
},
|
|
2667
|
+
"ci": {
|
|
2668
|
+
"environment": {},
|
|
2669
|
+
"services": [],
|
|
2670
|
+
"steps": [
|
|
2671
|
+
{
|
|
2672
|
+
"id": "database-migrations",
|
|
2673
|
+
"phase": "before-verify",
|
|
2674
|
+
"label": "Apply database migrations",
|
|
2675
|
+
"command": "npm run db:migrate"
|
|
2676
|
+
}
|
|
2677
|
+
]
|
|
2678
|
+
},
|
|
2653
2679
|
"mutations": {
|
|
2654
2680
|
"dependencies": {
|
|
2655
2681
|
"runtime": {
|
|
2656
|
-
"@jskit-ai/kernel": "0.1.
|
|
2682
|
+
"@jskit-ai/kernel": "0.1.118",
|
|
2657
2683
|
"dotenv": "^16.4.5",
|
|
2658
2684
|
"knex": "^3.1.0"
|
|
2659
2685
|
},
|
|
@@ -2689,11 +2715,11 @@
|
|
|
2689
2715
|
},
|
|
2690
2716
|
{
|
|
2691
2717
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2692
|
-
"version": "0.1.
|
|
2718
|
+
"version": "0.1.116",
|
|
2693
2719
|
"descriptor": {
|
|
2694
2720
|
"packageVersion": 1,
|
|
2695
2721
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2696
|
-
"version": "0.1.
|
|
2722
|
+
"version": "0.1.116",
|
|
2697
2723
|
"kind": "runtime",
|
|
2698
2724
|
"options": {
|
|
2699
2725
|
"db-host": {
|
|
@@ -2780,10 +2806,42 @@
|
|
|
2780
2806
|
}
|
|
2781
2807
|
}
|
|
2782
2808
|
},
|
|
2809
|
+
"ci": {
|
|
2810
|
+
"environment": {
|
|
2811
|
+
"DB_CLIENT": "mysql2",
|
|
2812
|
+
"DB_HOST": "127.0.0.1",
|
|
2813
|
+
"DB_PORT": "33060",
|
|
2814
|
+
"DB_NAME": "jskit_ci",
|
|
2815
|
+
"DB_USER": "jskit_ci",
|
|
2816
|
+
"DB_PASSWORD": "jskit_ci_only_password"
|
|
2817
|
+
},
|
|
2818
|
+
"services": [
|
|
2819
|
+
{
|
|
2820
|
+
"id": "mariadb",
|
|
2821
|
+
"image": "mariadb:11.4",
|
|
2822
|
+
"environment": {
|
|
2823
|
+
"MARIADB_DATABASE": "jskit_ci",
|
|
2824
|
+
"MARIADB_USER": "jskit_ci",
|
|
2825
|
+
"MARIADB_PASSWORD": "jskit_ci_only_password",
|
|
2826
|
+
"MARIADB_ROOT_PASSWORD": "jskit_ci_only_root_password"
|
|
2827
|
+
},
|
|
2828
|
+
"ports": [
|
|
2829
|
+
"33060:3306"
|
|
2830
|
+
],
|
|
2831
|
+
"healthCheck": {
|
|
2832
|
+
"command": "healthcheck.sh --connect --innodb_initialized",
|
|
2833
|
+
"interval": "10s",
|
|
2834
|
+
"timeout": "5s",
|
|
2835
|
+
"retries": 10
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
],
|
|
2839
|
+
"steps": []
|
|
2840
|
+
},
|
|
2783
2841
|
"mutations": {
|
|
2784
2842
|
"dependencies": {
|
|
2785
2843
|
"runtime": {
|
|
2786
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2844
|
+
"@jskit-ai/database-runtime": "0.1.117",
|
|
2787
2845
|
"mysql2": "^3.11.2"
|
|
2788
2846
|
},
|
|
2789
2847
|
"dev": {}
|
|
@@ -2854,11 +2912,11 @@
|
|
|
2854
2912
|
},
|
|
2855
2913
|
{
|
|
2856
2914
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2857
|
-
"version": "0.1.
|
|
2915
|
+
"version": "0.1.115",
|
|
2858
2916
|
"descriptor": {
|
|
2859
2917
|
"packageVersion": 1,
|
|
2860
2918
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2861
|
-
"version": "0.1.
|
|
2919
|
+
"version": "0.1.115",
|
|
2862
2920
|
"kind": "runtime",
|
|
2863
2921
|
"options": {
|
|
2864
2922
|
"db-host": {
|
|
@@ -2948,7 +3006,7 @@
|
|
|
2948
3006
|
"mutations": {
|
|
2949
3007
|
"dependencies": {
|
|
2950
3008
|
"runtime": {
|
|
2951
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3009
|
+
"@jskit-ai/database-runtime": "0.1.116",
|
|
2952
3010
|
"pg": "^8.13.1"
|
|
2953
3011
|
},
|
|
2954
3012
|
"dev": {}
|
|
@@ -3019,11 +3077,11 @@
|
|
|
3019
3077
|
},
|
|
3020
3078
|
{
|
|
3021
3079
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3022
|
-
"version": "0.1.
|
|
3080
|
+
"version": "0.1.58",
|
|
3023
3081
|
"descriptor": {
|
|
3024
3082
|
"packageVersion": 1,
|
|
3025
3083
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3026
|
-
"version": "0.1.
|
|
3084
|
+
"version": "0.1.58",
|
|
3027
3085
|
"kind": "generator",
|
|
3028
3086
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
3029
3087
|
"options": {
|
|
@@ -3208,7 +3266,7 @@
|
|
|
3208
3266
|
"equals": "json-rest"
|
|
3209
3267
|
}
|
|
3210
3268
|
},
|
|
3211
|
-
"@jskit-ai/kernel": "0.1.
|
|
3269
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
3212
3270
|
"json-rest-schema": "1.x.x",
|
|
3213
3271
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
3214
3272
|
},
|
|
@@ -3321,11 +3379,11 @@
|
|
|
3321
3379
|
},
|
|
3322
3380
|
{
|
|
3323
3381
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3324
|
-
"version": "0.1.
|
|
3382
|
+
"version": "0.1.53",
|
|
3325
3383
|
"descriptor": {
|
|
3326
3384
|
"packageVersion": 1,
|
|
3327
3385
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3328
|
-
"version": "0.1.
|
|
3386
|
+
"version": "0.1.53",
|
|
3329
3387
|
"kind": "runtime",
|
|
3330
3388
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3331
3389
|
"dependsOn": [
|
|
@@ -3452,14 +3510,14 @@
|
|
|
3452
3510
|
"mutations": {
|
|
3453
3511
|
"dependencies": {
|
|
3454
3512
|
"runtime": {
|
|
3455
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3456
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3457
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3458
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3459
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3460
|
-
"@jskit-ai/kernel": "0.1.
|
|
3461
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3462
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3513
|
+
"@jskit-ai/auth-core": "0.1.115",
|
|
3514
|
+
"@jskit-ai/crud-core": "0.1.124",
|
|
3515
|
+
"@jskit-ai/database-runtime": "0.1.116",
|
|
3516
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
3517
|
+
"@jskit-ai/json-rest-api-core": "0.1.61",
|
|
3518
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
3519
|
+
"@jskit-ai/resource-crud-core": "0.1.61",
|
|
3520
|
+
"@jskit-ai/workspaces-core": "0.1.92"
|
|
3463
3521
|
},
|
|
3464
3522
|
"dev": {}
|
|
3465
3523
|
},
|
|
@@ -3511,11 +3569,11 @@
|
|
|
3511
3569
|
},
|
|
3512
3570
|
{
|
|
3513
3571
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3514
|
-
"version": "0.1.
|
|
3572
|
+
"version": "0.1.53",
|
|
3515
3573
|
"descriptor": {
|
|
3516
3574
|
"packageVersion": 1,
|
|
3517
3575
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3518
|
-
"version": "0.1.
|
|
3576
|
+
"version": "0.1.53",
|
|
3519
3577
|
"kind": "runtime",
|
|
3520
3578
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3521
3579
|
"dependsOn": [
|
|
@@ -3562,10 +3620,10 @@
|
|
|
3562
3620
|
"mutations": {
|
|
3563
3621
|
"dependencies": {
|
|
3564
3622
|
"runtime": {
|
|
3565
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3566
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3567
|
-
"@jskit-ai/kernel": "0.1.
|
|
3568
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3623
|
+
"@jskit-ai/google-rewarded-core": "0.1.53",
|
|
3624
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
3625
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
3626
|
+
"@jskit-ai/shell-web": "0.1.116"
|
|
3569
3627
|
},
|
|
3570
3628
|
"dev": {}
|
|
3571
3629
|
},
|
|
@@ -3583,11 +3641,11 @@
|
|
|
3583
3641
|
},
|
|
3584
3642
|
{
|
|
3585
3643
|
"packageId": "@jskit-ai/http-runtime",
|
|
3586
|
-
"version": "0.1.
|
|
3644
|
+
"version": "0.1.116",
|
|
3587
3645
|
"descriptor": {
|
|
3588
3646
|
"packageVersion": 1,
|
|
3589
3647
|
"packageId": "@jskit-ai/http-runtime",
|
|
3590
|
-
"version": "0.1.
|
|
3648
|
+
"version": "0.1.116",
|
|
3591
3649
|
"kind": "runtime",
|
|
3592
3650
|
"dependsOn": [],
|
|
3593
3651
|
"capabilities": {
|
|
@@ -3653,7 +3711,7 @@
|
|
|
3653
3711
|
"mutations": {
|
|
3654
3712
|
"dependencies": {
|
|
3655
3713
|
"runtime": {
|
|
3656
|
-
"@jskit-ai/kernel": "0.1.
|
|
3714
|
+
"@jskit-ai/kernel": "0.1.117"
|
|
3657
3715
|
},
|
|
3658
3716
|
"dev": {}
|
|
3659
3717
|
},
|
|
@@ -3667,11 +3725,11 @@
|
|
|
3667
3725
|
},
|
|
3668
3726
|
{
|
|
3669
3727
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3670
|
-
"version": "0.1.
|
|
3728
|
+
"version": "0.1.61",
|
|
3671
3729
|
"descriptor": {
|
|
3672
3730
|
"packageVersion": 1,
|
|
3673
3731
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3674
|
-
"version": "0.1.
|
|
3732
|
+
"version": "0.1.61",
|
|
3675
3733
|
"kind": "runtime",
|
|
3676
3734
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3677
3735
|
"dependsOn": [
|
|
@@ -3731,11 +3789,11 @@
|
|
|
3731
3789
|
},
|
|
3732
3790
|
{
|
|
3733
3791
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3734
|
-
"version": "0.1.
|
|
3792
|
+
"version": "0.1.53",
|
|
3735
3793
|
"descriptor": {
|
|
3736
3794
|
"packageVersion": 1,
|
|
3737
3795
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3738
|
-
"version": "0.1.
|
|
3796
|
+
"version": "0.1.53",
|
|
3739
3797
|
"kind": "runtime",
|
|
3740
3798
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3741
3799
|
"dependsOn": [
|
|
@@ -3798,8 +3856,8 @@
|
|
|
3798
3856
|
"@capacitor/app": "^7.1.0",
|
|
3799
3857
|
"@capacitor/browser": "^7.0.1",
|
|
3800
3858
|
"@capacitor/core": "^7.4.3",
|
|
3801
|
-
"@jskit-ai/kernel": "0.1.
|
|
3802
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3859
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
3860
|
+
"@jskit-ai/shell-web": "0.1.116"
|
|
3803
3861
|
},
|
|
3804
3862
|
"dev": {
|
|
3805
3863
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3851,11 +3909,11 @@
|
|
|
3851
3909
|
},
|
|
3852
3910
|
{
|
|
3853
3911
|
"packageId": "@jskit-ai/realtime",
|
|
3854
|
-
"version": "0.1.
|
|
3912
|
+
"version": "0.1.115",
|
|
3855
3913
|
"descriptor": {
|
|
3856
3914
|
"packageVersion": 1,
|
|
3857
3915
|
"packageId": "@jskit-ai/realtime",
|
|
3858
|
-
"version": "0.1.
|
|
3916
|
+
"version": "0.1.115",
|
|
3859
3917
|
"kind": "runtime",
|
|
3860
3918
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3861
3919
|
"options": {
|
|
@@ -3951,7 +4009,7 @@
|
|
|
3951
4009
|
"mutations": {
|
|
3952
4010
|
"dependencies": {
|
|
3953
4011
|
"runtime": {
|
|
3954
|
-
"@jskit-ai/kernel": "0.1.
|
|
4012
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
3955
4013
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3956
4014
|
"redis": "^5.8.2",
|
|
3957
4015
|
"socket.io": "^4.8.3",
|
|
@@ -4000,11 +4058,11 @@
|
|
|
4000
4058
|
},
|
|
4001
4059
|
{
|
|
4002
4060
|
"packageId": "@jskit-ai/resource-core",
|
|
4003
|
-
"version": "0.1.
|
|
4061
|
+
"version": "0.1.61",
|
|
4004
4062
|
"descriptor": {
|
|
4005
4063
|
"packageVersion": 1,
|
|
4006
4064
|
"packageId": "@jskit-ai/resource-core",
|
|
4007
|
-
"version": "0.1.
|
|
4065
|
+
"version": "0.1.61",
|
|
4008
4066
|
"kind": "runtime",
|
|
4009
4067
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
4010
4068
|
"dependsOn": [
|
|
@@ -4027,7 +4085,7 @@
|
|
|
4027
4085
|
"mutations": {
|
|
4028
4086
|
"dependencies": {
|
|
4029
4087
|
"runtime": {
|
|
4030
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4088
|
+
"@jskit-ai/resource-core": "0.1.61"
|
|
4031
4089
|
},
|
|
4032
4090
|
"dev": {}
|
|
4033
4091
|
},
|
|
@@ -4042,11 +4100,11 @@
|
|
|
4042
4100
|
},
|
|
4043
4101
|
{
|
|
4044
4102
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
4045
|
-
"version": "0.1.
|
|
4103
|
+
"version": "0.1.61",
|
|
4046
4104
|
"descriptor": {
|
|
4047
4105
|
"packageVersion": 1,
|
|
4048
4106
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
4049
|
-
"version": "0.1.
|
|
4107
|
+
"version": "0.1.61",
|
|
4050
4108
|
"kind": "runtime",
|
|
4051
4109
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
4052
4110
|
"dependsOn": [
|
|
@@ -4070,7 +4128,7 @@
|
|
|
4070
4128
|
"mutations": {
|
|
4071
4129
|
"dependencies": {
|
|
4072
4130
|
"runtime": {
|
|
4073
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
4131
|
+
"@jskit-ai/resource-crud-core": "0.1.61"
|
|
4074
4132
|
},
|
|
4075
4133
|
"dev": {}
|
|
4076
4134
|
},
|
|
@@ -4085,11 +4143,11 @@
|
|
|
4085
4143
|
},
|
|
4086
4144
|
{
|
|
4087
4145
|
"packageId": "@jskit-ai/shell-web",
|
|
4088
|
-
"version": "0.1.
|
|
4146
|
+
"version": "0.1.116",
|
|
4089
4147
|
"descriptor": {
|
|
4090
4148
|
"packageVersion": 1,
|
|
4091
4149
|
"packageId": "@jskit-ai/shell-web",
|
|
4092
|
-
"version": "0.1.
|
|
4150
|
+
"version": "0.1.116",
|
|
4093
4151
|
"kind": "runtime",
|
|
4094
4152
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
4095
4153
|
"dependsOn": [],
|
|
@@ -4431,7 +4489,7 @@
|
|
|
4431
4489
|
"dependencies": {
|
|
4432
4490
|
"runtime": {
|
|
4433
4491
|
"@mdi/js": "^7.4.47",
|
|
4434
|
-
"@jskit-ai/kernel": "0.1.
|
|
4492
|
+
"@jskit-ai/kernel": "0.1.117"
|
|
4435
4493
|
},
|
|
4436
4494
|
"dev": {}
|
|
4437
4495
|
},
|
|
@@ -4638,11 +4696,11 @@
|
|
|
4638
4696
|
},
|
|
4639
4697
|
{
|
|
4640
4698
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4641
|
-
"version": "0.1.
|
|
4699
|
+
"version": "0.1.115",
|
|
4642
4700
|
"descriptor": {
|
|
4643
4701
|
"packageVersion": 1,
|
|
4644
4702
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4645
|
-
"version": "0.1.
|
|
4703
|
+
"version": "0.1.115",
|
|
4646
4704
|
"kind": "runtime",
|
|
4647
4705
|
"dependsOn": [
|
|
4648
4706
|
"@jskit-ai/kernel"
|
|
@@ -4691,7 +4749,7 @@
|
|
|
4691
4749
|
"mutations": {
|
|
4692
4750
|
"dependencies": {
|
|
4693
4751
|
"runtime": {
|
|
4694
|
-
"@jskit-ai/kernel": "0.1.
|
|
4752
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
4695
4753
|
"unstorage": "^1.17.3"
|
|
4696
4754
|
},
|
|
4697
4755
|
"dev": {}
|
|
@@ -4707,11 +4765,11 @@
|
|
|
4707
4765
|
},
|
|
4708
4766
|
{
|
|
4709
4767
|
"packageId": "@jskit-ai/ui-generator",
|
|
4710
|
-
"version": "0.1.
|
|
4768
|
+
"version": "0.1.99",
|
|
4711
4769
|
"descriptor": {
|
|
4712
4770
|
"packageVersion": 1,
|
|
4713
4771
|
"packageId": "@jskit-ai/ui-generator",
|
|
4714
|
-
"version": "0.1.
|
|
4772
|
+
"version": "0.1.99",
|
|
4715
4773
|
"kind": "generator",
|
|
4716
4774
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4717
4775
|
"options": {
|
|
@@ -5144,7 +5202,7 @@
|
|
|
5144
5202
|
"mutations": {
|
|
5145
5203
|
"dependencies": {
|
|
5146
5204
|
"runtime": {
|
|
5147
|
-
"@jskit-ai/users-web": "0.1.
|
|
5205
|
+
"@jskit-ai/users-web": "0.1.132"
|
|
5148
5206
|
},
|
|
5149
5207
|
"dev": {}
|
|
5150
5208
|
},
|
|
@@ -5159,11 +5217,11 @@
|
|
|
5159
5217
|
},
|
|
5160
5218
|
{
|
|
5161
5219
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5162
|
-
"version": "0.1.
|
|
5220
|
+
"version": "0.1.94",
|
|
5163
5221
|
"descriptor": {
|
|
5164
5222
|
"packageVersion": 1,
|
|
5165
5223
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5166
|
-
"version": "0.1.
|
|
5224
|
+
"version": "0.1.94",
|
|
5167
5225
|
"kind": "runtime",
|
|
5168
5226
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
5169
5227
|
"dependsOn": [
|
|
@@ -5227,7 +5285,7 @@
|
|
|
5227
5285
|
"mutations": {
|
|
5228
5286
|
"dependencies": {
|
|
5229
5287
|
"runtime": {
|
|
5230
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5288
|
+
"@jskit-ai/uploads-runtime": "0.1.94",
|
|
5231
5289
|
"@uppy/compressor": "^3.1.0",
|
|
5232
5290
|
"@uppy/core": "^5.2.0",
|
|
5233
5291
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5247,11 +5305,11 @@
|
|
|
5247
5305
|
},
|
|
5248
5306
|
{
|
|
5249
5307
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5250
|
-
"version": "0.1.
|
|
5308
|
+
"version": "0.1.94",
|
|
5251
5309
|
"descriptor": {
|
|
5252
5310
|
"packageVersion": 1,
|
|
5253
5311
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5254
|
-
"version": "0.1.
|
|
5312
|
+
"version": "0.1.94",
|
|
5255
5313
|
"kind": "runtime",
|
|
5256
5314
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
5257
5315
|
"dependsOn": [
|
|
@@ -5321,7 +5379,7 @@
|
|
|
5321
5379
|
"dependencies": {
|
|
5322
5380
|
"runtime": {
|
|
5323
5381
|
"@fastify/multipart": "^9.4.0",
|
|
5324
|
-
"@jskit-ai/kernel": "0.1.
|
|
5382
|
+
"@jskit-ai/kernel": "0.1.117"
|
|
5325
5383
|
},
|
|
5326
5384
|
"dev": {}
|
|
5327
5385
|
},
|
|
@@ -5336,11 +5394,11 @@
|
|
|
5336
5394
|
},
|
|
5337
5395
|
{
|
|
5338
5396
|
"packageId": "@jskit-ai/users-core",
|
|
5339
|
-
"version": "0.1.
|
|
5397
|
+
"version": "0.1.126",
|
|
5340
5398
|
"descriptor": {
|
|
5341
5399
|
"packageVersion": 1,
|
|
5342
5400
|
"packageId": "@jskit-ai/users-core",
|
|
5343
|
-
"version": "0.1.
|
|
5401
|
+
"version": "0.1.126",
|
|
5344
5402
|
"kind": "runtime",
|
|
5345
5403
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5346
5404
|
"dependsOn": [
|
|
@@ -5484,16 +5542,16 @@
|
|
|
5484
5542
|
"mutations": {
|
|
5485
5543
|
"dependencies": {
|
|
5486
5544
|
"runtime": {
|
|
5487
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5488
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5489
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5490
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5491
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5492
|
-
"@jskit-ai/kernel": "0.1.
|
|
5493
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5494
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5545
|
+
"@jskit-ai/auth-core": "0.1.115",
|
|
5546
|
+
"@jskit-ai/crud-core": "0.1.124",
|
|
5547
|
+
"@jskit-ai/database-runtime": "0.1.116",
|
|
5548
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
5549
|
+
"@jskit-ai/json-rest-api-core": "0.1.61",
|
|
5550
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
5551
|
+
"@jskit-ai/resource-core": "0.1.61",
|
|
5552
|
+
"@jskit-ai/resource-crud-core": "0.1.61",
|
|
5495
5553
|
"@local/users": "file:packages/users",
|
|
5496
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5554
|
+
"@jskit-ai/uploads-runtime": "0.1.94"
|
|
5497
5555
|
},
|
|
5498
5556
|
"dev": {}
|
|
5499
5557
|
},
|
|
@@ -5720,11 +5778,11 @@
|
|
|
5720
5778
|
},
|
|
5721
5779
|
{
|
|
5722
5780
|
"packageId": "@jskit-ai/users-web",
|
|
5723
|
-
"version": "0.1.
|
|
5781
|
+
"version": "0.1.132",
|
|
5724
5782
|
"descriptor": {
|
|
5725
5783
|
"packageVersion": 1,
|
|
5726
5784
|
"packageId": "@jskit-ai/users-web",
|
|
5727
|
-
"version": "0.1.
|
|
5785
|
+
"version": "0.1.132",
|
|
5728
5786
|
"kind": "runtime",
|
|
5729
5787
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5730
5788
|
"dependsOn": [
|
|
@@ -6027,12 +6085,12 @@
|
|
|
6027
6085
|
"dependencies": {
|
|
6028
6086
|
"runtime": {
|
|
6029
6087
|
"@mdi/js": "^7.4.47",
|
|
6030
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
6031
|
-
"@jskit-ai/realtime": "0.1.
|
|
6032
|
-
"@jskit-ai/kernel": "0.1.
|
|
6033
|
-
"@jskit-ai/shell-web": "0.1.
|
|
6034
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
6035
|
-
"@jskit-ai/users-core": "0.1.
|
|
6088
|
+
"@jskit-ai/http-runtime": "0.1.116",
|
|
6089
|
+
"@jskit-ai/realtime": "0.1.115",
|
|
6090
|
+
"@jskit-ai/kernel": "0.1.117",
|
|
6091
|
+
"@jskit-ai/shell-web": "0.1.116",
|
|
6092
|
+
"@jskit-ai/uploads-image-web": "0.1.94",
|
|
6093
|
+
"@jskit-ai/users-core": "0.1.126"
|
|
6036
6094
|
},
|
|
6037
6095
|
"dev": {}
|
|
6038
6096
|
},
|
|
@@ -6209,11 +6267,11 @@
|
|
|
6209
6267
|
},
|
|
6210
6268
|
{
|
|
6211
6269
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6212
|
-
"version": "0.1.
|
|
6270
|
+
"version": "0.1.92",
|
|
6213
6271
|
"descriptor": {
|
|
6214
6272
|
"packageVersion": 1,
|
|
6215
6273
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6216
|
-
"version": "0.1.
|
|
6274
|
+
"version": "0.1.92",
|
|
6217
6275
|
"kind": "runtime",
|
|
6218
6276
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6219
6277
|
"dependsOn": [
|
|
@@ -6359,10 +6417,10 @@
|
|
|
6359
6417
|
"mutations": {
|
|
6360
6418
|
"dependencies": {
|
|
6361
6419
|
"runtime": {
|
|
6362
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6363
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6364
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6365
|
-
"@jskit-ai/users-core": "0.1.
|
|
6420
|
+
"@jskit-ai/json-rest-api-core": "0.1.61",
|
|
6421
|
+
"@jskit-ai/resource-core": "0.1.61",
|
|
6422
|
+
"@jskit-ai/resource-crud-core": "0.1.61",
|
|
6423
|
+
"@jskit-ai/users-core": "0.1.126"
|
|
6366
6424
|
},
|
|
6367
6425
|
"dev": {}
|
|
6368
6426
|
},
|
|
@@ -6564,11 +6622,11 @@
|
|
|
6564
6622
|
},
|
|
6565
6623
|
{
|
|
6566
6624
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6567
|
-
"version": "0.1.
|
|
6625
|
+
"version": "0.1.93",
|
|
6568
6626
|
"descriptor": {
|
|
6569
6627
|
"packageVersion": 1,
|
|
6570
6628
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6571
|
-
"version": "0.1.
|
|
6629
|
+
"version": "0.1.93",
|
|
6572
6630
|
"kind": "runtime",
|
|
6573
6631
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6574
6632
|
"dependsOn": [
|
|
@@ -6825,9 +6883,9 @@
|
|
|
6825
6883
|
"mutations": {
|
|
6826
6884
|
"dependencies": {
|
|
6827
6885
|
"runtime": {
|
|
6828
|
-
"@jskit-ai/auth-web": "0.1.
|
|
6829
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6830
|
-
"@jskit-ai/users-web": "0.1.
|
|
6886
|
+
"@jskit-ai/auth-web": "0.1.117",
|
|
6887
|
+
"@jskit-ai/workspaces-core": "0.1.92",
|
|
6888
|
+
"@jskit-ai/users-web": "0.1.132"
|
|
6831
6889
|
},
|
|
6832
6890
|
"dev": {}
|
|
6833
6891
|
},
|