@jskit-ai/jskit-catalog 0.1.124 → 0.1.126
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 +249 -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.126",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.126",
|
|
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.93",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.93",
|
|
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.117",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.62",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.62",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.127",
|
|
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.88",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.88",
|
|
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.93",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.118",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.117",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.127",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.133"
|
|
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.116",
|
|
587
587
|
"descriptor": {
|
|
588
588
|
"packageVersion": 1,
|
|
589
589
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.116",
|
|
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.119",
|
|
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.18",
|
|
682
682
|
"descriptor": {
|
|
683
683
|
"packageVersion": 1,
|
|
684
684
|
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
685
|
-
"version": "0.1.
|
|
685
|
+
"version": "0.1.18",
|
|
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.116",
|
|
749
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
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.10",
|
|
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.10",
|
|
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.18",
|
|
879
|
+
"@jskit-ai/database-runtime": "0.1.118",
|
|
880
|
+
"@jskit-ai/kernel": "0.1.119"
|
|
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.116",
|
|
902
916
|
"descriptor": {
|
|
903
917
|
"packageVersion": 1,
|
|
904
918
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
905
|
-
"version": "0.1.
|
|
919
|
+
"version": "0.1.116",
|
|
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.116",
|
|
1002
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
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.118",
|
|
1067
1081
|
"descriptor": {
|
|
1068
1082
|
"packageVersion": 1,
|
|
1069
1083
|
"packageId": "@jskit-ai/auth-web",
|
|
1070
|
-
"version": "0.1.
|
|
1084
|
+
"version": "0.1.118",
|
|
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.116",
|
|
1354
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
1355
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
1356
|
+
"@jskit-ai/shell-web": "0.1.117"
|
|
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.80",
|
|
1436
1450
|
"descriptor": {
|
|
1437
1451
|
"packageVersion": 1,
|
|
1438
1452
|
"packageId": "@jskit-ai/console-core",
|
|
1439
|
-
"version": "0.1.
|
|
1453
|
+
"version": "0.1.80",
|
|
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.116",
|
|
1538
|
+
"@jskit-ai/database-runtime": "0.1.118",
|
|
1539
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
1540
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
1541
|
+
"@jskit-ai/resource-crud-core": "0.1.62",
|
|
1542
|
+
"@jskit-ai/users-core": "0.1.127"
|
|
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.85",
|
|
1554
1568
|
"descriptor": {
|
|
1555
1569
|
"packageVersion": 1,
|
|
1556
1570
|
"packageId": "@jskit-ai/console-web",
|
|
1557
|
-
"version": "0.1.
|
|
1571
|
+
"version": "0.1.85",
|
|
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.118",
|
|
1682
|
+
"@jskit-ai/console-core": "0.1.80",
|
|
1683
|
+
"@jskit-ai/shell-web": "0.1.117"
|
|
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.125",
|
|
1777
1791
|
"descriptor": {
|
|
1778
1792
|
"packageVersion": 1,
|
|
1779
1793
|
"packageId": "@jskit-ai/crud-core",
|
|
1780
|
-
"version": "0.1.
|
|
1794
|
+
"version": "0.1.125",
|
|
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.125"
|
|
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.125",
|
|
1824
1838
|
"descriptor": {
|
|
1825
1839
|
"packageVersion": 1,
|
|
1826
1840
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1827
|
-
"version": "0.1.
|
|
1841
|
+
"version": "0.1.125",
|
|
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.116",
|
|
2009
|
+
"@jskit-ai/crud-core": "0.1.125",
|
|
2010
|
+
"@jskit-ai/database-runtime": "0.1.118",
|
|
2011
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
2012
|
+
"@jskit-ai/json-rest-api-core": "0.1.62",
|
|
2013
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
2014
|
+
"@jskit-ai/realtime": "0.1.116",
|
|
2015
|
+
"@jskit-ai/resource-crud-core": "0.1.62",
|
|
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.100",
|
|
2134
2148
|
"descriptor": {
|
|
2135
2149
|
"packageVersion": 1,
|
|
2136
2150
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2137
|
-
"version": "0.1.
|
|
2151
|
+
"version": "0.1.100",
|
|
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.133"
|
|
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.118",
|
|
2596
2610
|
"descriptor": {
|
|
2597
2611
|
"packageVersion": 1,
|
|
2598
2612
|
"packageId": "@jskit-ai/database-runtime",
|
|
2599
|
-
"version": "0.1.
|
|
2613
|
+
"version": "0.1.118",
|
|
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.119",
|
|
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.117",
|
|
2693
2719
|
"descriptor": {
|
|
2694
2720
|
"packageVersion": 1,
|
|
2695
2721
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2696
|
-
"version": "0.1.
|
|
2722
|
+
"version": "0.1.117",
|
|
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.118",
|
|
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.116",
|
|
2858
2916
|
"descriptor": {
|
|
2859
2917
|
"packageVersion": 1,
|
|
2860
2918
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2861
|
-
"version": "0.1.
|
|
2919
|
+
"version": "0.1.116",
|
|
2862
2920
|
"kind": "runtime",
|
|
2863
2921
|
"options": {
|
|
2864
2922
|
"db-host": {
|
|
@@ -2945,10 +3003,41 @@
|
|
|
2945
3003
|
}
|
|
2946
3004
|
}
|
|
2947
3005
|
},
|
|
3006
|
+
"ci": {
|
|
3007
|
+
"environment": {
|
|
3008
|
+
"DB_CLIENT": "pg",
|
|
3009
|
+
"DB_HOST": "127.0.0.1",
|
|
3010
|
+
"DB_PORT": "54320",
|
|
3011
|
+
"DB_NAME": "jskit_ci",
|
|
3012
|
+
"DB_USER": "jskit_ci",
|
|
3013
|
+
"DB_PASSWORD": "jskit_ci_only_password"
|
|
3014
|
+
},
|
|
3015
|
+
"services": [
|
|
3016
|
+
{
|
|
3017
|
+
"id": "postgres",
|
|
3018
|
+
"image": "postgres:16",
|
|
3019
|
+
"environment": {
|
|
3020
|
+
"POSTGRES_DB": "jskit_ci",
|
|
3021
|
+
"POSTGRES_USER": "jskit_ci",
|
|
3022
|
+
"POSTGRES_PASSWORD": "jskit_ci_only_password"
|
|
3023
|
+
},
|
|
3024
|
+
"ports": [
|
|
3025
|
+
"54320:5432"
|
|
3026
|
+
],
|
|
3027
|
+
"healthCheck": {
|
|
3028
|
+
"command": "pg_isready --username=jskit_ci --dbname=jskit_ci",
|
|
3029
|
+
"interval": "10s",
|
|
3030
|
+
"timeout": "5s",
|
|
3031
|
+
"retries": 10
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
],
|
|
3035
|
+
"steps": []
|
|
3036
|
+
},
|
|
2948
3037
|
"mutations": {
|
|
2949
3038
|
"dependencies": {
|
|
2950
3039
|
"runtime": {
|
|
2951
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3040
|
+
"@jskit-ai/database-runtime": "0.1.118",
|
|
2952
3041
|
"pg": "^8.13.1"
|
|
2953
3042
|
},
|
|
2954
3043
|
"dev": {}
|
|
@@ -3019,11 +3108,11 @@
|
|
|
3019
3108
|
},
|
|
3020
3109
|
{
|
|
3021
3110
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3022
|
-
"version": "0.1.
|
|
3111
|
+
"version": "0.1.60",
|
|
3023
3112
|
"descriptor": {
|
|
3024
3113
|
"packageVersion": 1,
|
|
3025
3114
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3026
|
-
"version": "0.1.
|
|
3115
|
+
"version": "0.1.60",
|
|
3027
3116
|
"kind": "generator",
|
|
3028
3117
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
3029
3118
|
"options": {
|
|
@@ -3208,7 +3297,7 @@
|
|
|
3208
3297
|
"equals": "json-rest"
|
|
3209
3298
|
}
|
|
3210
3299
|
},
|
|
3211
|
-
"@jskit-ai/kernel": "0.1.
|
|
3300
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
3212
3301
|
"json-rest-schema": "1.x.x",
|
|
3213
3302
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
3214
3303
|
},
|
|
@@ -3321,11 +3410,11 @@
|
|
|
3321
3410
|
},
|
|
3322
3411
|
{
|
|
3323
3412
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3324
|
-
"version": "0.1.
|
|
3413
|
+
"version": "0.1.54",
|
|
3325
3414
|
"descriptor": {
|
|
3326
3415
|
"packageVersion": 1,
|
|
3327
3416
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3328
|
-
"version": "0.1.
|
|
3417
|
+
"version": "0.1.54",
|
|
3329
3418
|
"kind": "runtime",
|
|
3330
3419
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3331
3420
|
"dependsOn": [
|
|
@@ -3452,14 +3541,14 @@
|
|
|
3452
3541
|
"mutations": {
|
|
3453
3542
|
"dependencies": {
|
|
3454
3543
|
"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.
|
|
3544
|
+
"@jskit-ai/auth-core": "0.1.116",
|
|
3545
|
+
"@jskit-ai/crud-core": "0.1.125",
|
|
3546
|
+
"@jskit-ai/database-runtime": "0.1.118",
|
|
3547
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
3548
|
+
"@jskit-ai/json-rest-api-core": "0.1.62",
|
|
3549
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
3550
|
+
"@jskit-ai/resource-crud-core": "0.1.62",
|
|
3551
|
+
"@jskit-ai/workspaces-core": "0.1.93"
|
|
3463
3552
|
},
|
|
3464
3553
|
"dev": {}
|
|
3465
3554
|
},
|
|
@@ -3511,11 +3600,11 @@
|
|
|
3511
3600
|
},
|
|
3512
3601
|
{
|
|
3513
3602
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3514
|
-
"version": "0.1.
|
|
3603
|
+
"version": "0.1.54",
|
|
3515
3604
|
"descriptor": {
|
|
3516
3605
|
"packageVersion": 1,
|
|
3517
3606
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3518
|
-
"version": "0.1.
|
|
3607
|
+
"version": "0.1.54",
|
|
3519
3608
|
"kind": "runtime",
|
|
3520
3609
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3521
3610
|
"dependsOn": [
|
|
@@ -3562,10 +3651,10 @@
|
|
|
3562
3651
|
"mutations": {
|
|
3563
3652
|
"dependencies": {
|
|
3564
3653
|
"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.
|
|
3654
|
+
"@jskit-ai/google-rewarded-core": "0.1.54",
|
|
3655
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
3656
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
3657
|
+
"@jskit-ai/shell-web": "0.1.117"
|
|
3569
3658
|
},
|
|
3570
3659
|
"dev": {}
|
|
3571
3660
|
},
|
|
@@ -3583,11 +3672,11 @@
|
|
|
3583
3672
|
},
|
|
3584
3673
|
{
|
|
3585
3674
|
"packageId": "@jskit-ai/http-runtime",
|
|
3586
|
-
"version": "0.1.
|
|
3675
|
+
"version": "0.1.117",
|
|
3587
3676
|
"descriptor": {
|
|
3588
3677
|
"packageVersion": 1,
|
|
3589
3678
|
"packageId": "@jskit-ai/http-runtime",
|
|
3590
|
-
"version": "0.1.
|
|
3679
|
+
"version": "0.1.117",
|
|
3591
3680
|
"kind": "runtime",
|
|
3592
3681
|
"dependsOn": [],
|
|
3593
3682
|
"capabilities": {
|
|
@@ -3653,7 +3742,7 @@
|
|
|
3653
3742
|
"mutations": {
|
|
3654
3743
|
"dependencies": {
|
|
3655
3744
|
"runtime": {
|
|
3656
|
-
"@jskit-ai/kernel": "0.1.
|
|
3745
|
+
"@jskit-ai/kernel": "0.1.119"
|
|
3657
3746
|
},
|
|
3658
3747
|
"dev": {}
|
|
3659
3748
|
},
|
|
@@ -3667,11 +3756,11 @@
|
|
|
3667
3756
|
},
|
|
3668
3757
|
{
|
|
3669
3758
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3670
|
-
"version": "0.1.
|
|
3759
|
+
"version": "0.1.62",
|
|
3671
3760
|
"descriptor": {
|
|
3672
3761
|
"packageVersion": 1,
|
|
3673
3762
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3674
|
-
"version": "0.1.
|
|
3763
|
+
"version": "0.1.62",
|
|
3675
3764
|
"kind": "runtime",
|
|
3676
3765
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3677
3766
|
"dependsOn": [
|
|
@@ -3731,11 +3820,11 @@
|
|
|
3731
3820
|
},
|
|
3732
3821
|
{
|
|
3733
3822
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3734
|
-
"version": "0.1.
|
|
3823
|
+
"version": "0.1.54",
|
|
3735
3824
|
"descriptor": {
|
|
3736
3825
|
"packageVersion": 1,
|
|
3737
3826
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3738
|
-
"version": "0.1.
|
|
3827
|
+
"version": "0.1.54",
|
|
3739
3828
|
"kind": "runtime",
|
|
3740
3829
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3741
3830
|
"dependsOn": [
|
|
@@ -3798,8 +3887,8 @@
|
|
|
3798
3887
|
"@capacitor/app": "^7.1.0",
|
|
3799
3888
|
"@capacitor/browser": "^7.0.1",
|
|
3800
3889
|
"@capacitor/core": "^7.4.3",
|
|
3801
|
-
"@jskit-ai/kernel": "0.1.
|
|
3802
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3890
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
3891
|
+
"@jskit-ai/shell-web": "0.1.117"
|
|
3803
3892
|
},
|
|
3804
3893
|
"dev": {
|
|
3805
3894
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3851,11 +3940,11 @@
|
|
|
3851
3940
|
},
|
|
3852
3941
|
{
|
|
3853
3942
|
"packageId": "@jskit-ai/realtime",
|
|
3854
|
-
"version": "0.1.
|
|
3943
|
+
"version": "0.1.116",
|
|
3855
3944
|
"descriptor": {
|
|
3856
3945
|
"packageVersion": 1,
|
|
3857
3946
|
"packageId": "@jskit-ai/realtime",
|
|
3858
|
-
"version": "0.1.
|
|
3947
|
+
"version": "0.1.116",
|
|
3859
3948
|
"kind": "runtime",
|
|
3860
3949
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3861
3950
|
"options": {
|
|
@@ -3951,7 +4040,7 @@
|
|
|
3951
4040
|
"mutations": {
|
|
3952
4041
|
"dependencies": {
|
|
3953
4042
|
"runtime": {
|
|
3954
|
-
"@jskit-ai/kernel": "0.1.
|
|
4043
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
3955
4044
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3956
4045
|
"redis": "^5.8.2",
|
|
3957
4046
|
"socket.io": "^4.8.3",
|
|
@@ -4000,11 +4089,11 @@
|
|
|
4000
4089
|
},
|
|
4001
4090
|
{
|
|
4002
4091
|
"packageId": "@jskit-ai/resource-core",
|
|
4003
|
-
"version": "0.1.
|
|
4092
|
+
"version": "0.1.62",
|
|
4004
4093
|
"descriptor": {
|
|
4005
4094
|
"packageVersion": 1,
|
|
4006
4095
|
"packageId": "@jskit-ai/resource-core",
|
|
4007
|
-
"version": "0.1.
|
|
4096
|
+
"version": "0.1.62",
|
|
4008
4097
|
"kind": "runtime",
|
|
4009
4098
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
4010
4099
|
"dependsOn": [
|
|
@@ -4027,7 +4116,7 @@
|
|
|
4027
4116
|
"mutations": {
|
|
4028
4117
|
"dependencies": {
|
|
4029
4118
|
"runtime": {
|
|
4030
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4119
|
+
"@jskit-ai/resource-core": "0.1.62"
|
|
4031
4120
|
},
|
|
4032
4121
|
"dev": {}
|
|
4033
4122
|
},
|
|
@@ -4042,11 +4131,11 @@
|
|
|
4042
4131
|
},
|
|
4043
4132
|
{
|
|
4044
4133
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
4045
|
-
"version": "0.1.
|
|
4134
|
+
"version": "0.1.62",
|
|
4046
4135
|
"descriptor": {
|
|
4047
4136
|
"packageVersion": 1,
|
|
4048
4137
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
4049
|
-
"version": "0.1.
|
|
4138
|
+
"version": "0.1.62",
|
|
4050
4139
|
"kind": "runtime",
|
|
4051
4140
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
4052
4141
|
"dependsOn": [
|
|
@@ -4070,7 +4159,7 @@
|
|
|
4070
4159
|
"mutations": {
|
|
4071
4160
|
"dependencies": {
|
|
4072
4161
|
"runtime": {
|
|
4073
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
4162
|
+
"@jskit-ai/resource-crud-core": "0.1.62"
|
|
4074
4163
|
},
|
|
4075
4164
|
"dev": {}
|
|
4076
4165
|
},
|
|
@@ -4085,11 +4174,11 @@
|
|
|
4085
4174
|
},
|
|
4086
4175
|
{
|
|
4087
4176
|
"packageId": "@jskit-ai/shell-web",
|
|
4088
|
-
"version": "0.1.
|
|
4177
|
+
"version": "0.1.117",
|
|
4089
4178
|
"descriptor": {
|
|
4090
4179
|
"packageVersion": 1,
|
|
4091
4180
|
"packageId": "@jskit-ai/shell-web",
|
|
4092
|
-
"version": "0.1.
|
|
4181
|
+
"version": "0.1.117",
|
|
4093
4182
|
"kind": "runtime",
|
|
4094
4183
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
4095
4184
|
"dependsOn": [],
|
|
@@ -4431,7 +4520,7 @@
|
|
|
4431
4520
|
"dependencies": {
|
|
4432
4521
|
"runtime": {
|
|
4433
4522
|
"@mdi/js": "^7.4.47",
|
|
4434
|
-
"@jskit-ai/kernel": "0.1.
|
|
4523
|
+
"@jskit-ai/kernel": "0.1.119"
|
|
4435
4524
|
},
|
|
4436
4525
|
"dev": {}
|
|
4437
4526
|
},
|
|
@@ -4638,11 +4727,11 @@
|
|
|
4638
4727
|
},
|
|
4639
4728
|
{
|
|
4640
4729
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4641
|
-
"version": "0.1.
|
|
4730
|
+
"version": "0.1.116",
|
|
4642
4731
|
"descriptor": {
|
|
4643
4732
|
"packageVersion": 1,
|
|
4644
4733
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4645
|
-
"version": "0.1.
|
|
4734
|
+
"version": "0.1.116",
|
|
4646
4735
|
"kind": "runtime",
|
|
4647
4736
|
"dependsOn": [
|
|
4648
4737
|
"@jskit-ai/kernel"
|
|
@@ -4691,7 +4780,7 @@
|
|
|
4691
4780
|
"mutations": {
|
|
4692
4781
|
"dependencies": {
|
|
4693
4782
|
"runtime": {
|
|
4694
|
-
"@jskit-ai/kernel": "0.1.
|
|
4783
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
4695
4784
|
"unstorage": "^1.17.3"
|
|
4696
4785
|
},
|
|
4697
4786
|
"dev": {}
|
|
@@ -4707,11 +4796,11 @@
|
|
|
4707
4796
|
},
|
|
4708
4797
|
{
|
|
4709
4798
|
"packageId": "@jskit-ai/ui-generator",
|
|
4710
|
-
"version": "0.1.
|
|
4799
|
+
"version": "0.1.100",
|
|
4711
4800
|
"descriptor": {
|
|
4712
4801
|
"packageVersion": 1,
|
|
4713
4802
|
"packageId": "@jskit-ai/ui-generator",
|
|
4714
|
-
"version": "0.1.
|
|
4803
|
+
"version": "0.1.100",
|
|
4715
4804
|
"kind": "generator",
|
|
4716
4805
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4717
4806
|
"options": {
|
|
@@ -5144,7 +5233,7 @@
|
|
|
5144
5233
|
"mutations": {
|
|
5145
5234
|
"dependencies": {
|
|
5146
5235
|
"runtime": {
|
|
5147
|
-
"@jskit-ai/users-web": "0.1.
|
|
5236
|
+
"@jskit-ai/users-web": "0.1.133"
|
|
5148
5237
|
},
|
|
5149
5238
|
"dev": {}
|
|
5150
5239
|
},
|
|
@@ -5159,11 +5248,11 @@
|
|
|
5159
5248
|
},
|
|
5160
5249
|
{
|
|
5161
5250
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5162
|
-
"version": "0.1.
|
|
5251
|
+
"version": "0.1.95",
|
|
5163
5252
|
"descriptor": {
|
|
5164
5253
|
"packageVersion": 1,
|
|
5165
5254
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5166
|
-
"version": "0.1.
|
|
5255
|
+
"version": "0.1.95",
|
|
5167
5256
|
"kind": "runtime",
|
|
5168
5257
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
5169
5258
|
"dependsOn": [
|
|
@@ -5227,7 +5316,7 @@
|
|
|
5227
5316
|
"mutations": {
|
|
5228
5317
|
"dependencies": {
|
|
5229
5318
|
"runtime": {
|
|
5230
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5319
|
+
"@jskit-ai/uploads-runtime": "0.1.95",
|
|
5231
5320
|
"@uppy/compressor": "^3.1.0",
|
|
5232
5321
|
"@uppy/core": "^5.2.0",
|
|
5233
5322
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5247,11 +5336,11 @@
|
|
|
5247
5336
|
},
|
|
5248
5337
|
{
|
|
5249
5338
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5250
|
-
"version": "0.1.
|
|
5339
|
+
"version": "0.1.95",
|
|
5251
5340
|
"descriptor": {
|
|
5252
5341
|
"packageVersion": 1,
|
|
5253
5342
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5254
|
-
"version": "0.1.
|
|
5343
|
+
"version": "0.1.95",
|
|
5255
5344
|
"kind": "runtime",
|
|
5256
5345
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
5257
5346
|
"dependsOn": [
|
|
@@ -5321,7 +5410,7 @@
|
|
|
5321
5410
|
"dependencies": {
|
|
5322
5411
|
"runtime": {
|
|
5323
5412
|
"@fastify/multipart": "^9.4.0",
|
|
5324
|
-
"@jskit-ai/kernel": "0.1.
|
|
5413
|
+
"@jskit-ai/kernel": "0.1.119"
|
|
5325
5414
|
},
|
|
5326
5415
|
"dev": {}
|
|
5327
5416
|
},
|
|
@@ -5336,11 +5425,11 @@
|
|
|
5336
5425
|
},
|
|
5337
5426
|
{
|
|
5338
5427
|
"packageId": "@jskit-ai/users-core",
|
|
5339
|
-
"version": "0.1.
|
|
5428
|
+
"version": "0.1.127",
|
|
5340
5429
|
"descriptor": {
|
|
5341
5430
|
"packageVersion": 1,
|
|
5342
5431
|
"packageId": "@jskit-ai/users-core",
|
|
5343
|
-
"version": "0.1.
|
|
5432
|
+
"version": "0.1.127",
|
|
5344
5433
|
"kind": "runtime",
|
|
5345
5434
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5346
5435
|
"dependsOn": [
|
|
@@ -5484,16 +5573,16 @@
|
|
|
5484
5573
|
"mutations": {
|
|
5485
5574
|
"dependencies": {
|
|
5486
5575
|
"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.
|
|
5576
|
+
"@jskit-ai/auth-core": "0.1.116",
|
|
5577
|
+
"@jskit-ai/crud-core": "0.1.125",
|
|
5578
|
+
"@jskit-ai/database-runtime": "0.1.118",
|
|
5579
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
5580
|
+
"@jskit-ai/json-rest-api-core": "0.1.62",
|
|
5581
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
5582
|
+
"@jskit-ai/resource-core": "0.1.62",
|
|
5583
|
+
"@jskit-ai/resource-crud-core": "0.1.62",
|
|
5495
5584
|
"@local/users": "file:packages/users",
|
|
5496
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5585
|
+
"@jskit-ai/uploads-runtime": "0.1.95"
|
|
5497
5586
|
},
|
|
5498
5587
|
"dev": {}
|
|
5499
5588
|
},
|
|
@@ -5720,11 +5809,11 @@
|
|
|
5720
5809
|
},
|
|
5721
5810
|
{
|
|
5722
5811
|
"packageId": "@jskit-ai/users-web",
|
|
5723
|
-
"version": "0.1.
|
|
5812
|
+
"version": "0.1.133",
|
|
5724
5813
|
"descriptor": {
|
|
5725
5814
|
"packageVersion": 1,
|
|
5726
5815
|
"packageId": "@jskit-ai/users-web",
|
|
5727
|
-
"version": "0.1.
|
|
5816
|
+
"version": "0.1.133",
|
|
5728
5817
|
"kind": "runtime",
|
|
5729
5818
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5730
5819
|
"dependsOn": [
|
|
@@ -6027,12 +6116,12 @@
|
|
|
6027
6116
|
"dependencies": {
|
|
6028
6117
|
"runtime": {
|
|
6029
6118
|
"@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.
|
|
6119
|
+
"@jskit-ai/http-runtime": "0.1.117",
|
|
6120
|
+
"@jskit-ai/realtime": "0.1.116",
|
|
6121
|
+
"@jskit-ai/kernel": "0.1.119",
|
|
6122
|
+
"@jskit-ai/shell-web": "0.1.117",
|
|
6123
|
+
"@jskit-ai/uploads-image-web": "0.1.95",
|
|
6124
|
+
"@jskit-ai/users-core": "0.1.127"
|
|
6036
6125
|
},
|
|
6037
6126
|
"dev": {}
|
|
6038
6127
|
},
|
|
@@ -6209,11 +6298,11 @@
|
|
|
6209
6298
|
},
|
|
6210
6299
|
{
|
|
6211
6300
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6212
|
-
"version": "0.1.
|
|
6301
|
+
"version": "0.1.93",
|
|
6213
6302
|
"descriptor": {
|
|
6214
6303
|
"packageVersion": 1,
|
|
6215
6304
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6216
|
-
"version": "0.1.
|
|
6305
|
+
"version": "0.1.93",
|
|
6217
6306
|
"kind": "runtime",
|
|
6218
6307
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6219
6308
|
"dependsOn": [
|
|
@@ -6359,10 +6448,10 @@
|
|
|
6359
6448
|
"mutations": {
|
|
6360
6449
|
"dependencies": {
|
|
6361
6450
|
"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.
|
|
6451
|
+
"@jskit-ai/json-rest-api-core": "0.1.62",
|
|
6452
|
+
"@jskit-ai/resource-core": "0.1.62",
|
|
6453
|
+
"@jskit-ai/resource-crud-core": "0.1.62",
|
|
6454
|
+
"@jskit-ai/users-core": "0.1.127"
|
|
6366
6455
|
},
|
|
6367
6456
|
"dev": {}
|
|
6368
6457
|
},
|
|
@@ -6564,11 +6653,11 @@
|
|
|
6564
6653
|
},
|
|
6565
6654
|
{
|
|
6566
6655
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6567
|
-
"version": "0.1.
|
|
6656
|
+
"version": "0.1.94",
|
|
6568
6657
|
"descriptor": {
|
|
6569
6658
|
"packageVersion": 1,
|
|
6570
6659
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6571
|
-
"version": "0.1.
|
|
6660
|
+
"version": "0.1.94",
|
|
6572
6661
|
"kind": "runtime",
|
|
6573
6662
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6574
6663
|
"dependsOn": [
|
|
@@ -6825,9 +6914,9 @@
|
|
|
6825
6914
|
"mutations": {
|
|
6826
6915
|
"dependencies": {
|
|
6827
6916
|
"runtime": {
|
|
6828
|
-
"@jskit-ai/auth-web": "0.1.
|
|
6829
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6830
|
-
"@jskit-ai/users-web": "0.1.
|
|
6917
|
+
"@jskit-ai/auth-web": "0.1.118",
|
|
6918
|
+
"@jskit-ai/workspaces-core": "0.1.93",
|
|
6919
|
+
"@jskit-ai/users-web": "0.1.133"
|
|
6831
6920
|
},
|
|
6832
6921
|
"dev": {}
|
|
6833
6922
|
},
|