@jskit-ai/jskit-catalog 0.1.116 → 0.1.117
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 +269 -156
- 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.118",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.118",
|
|
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.85",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.85",
|
|
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.108",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.54",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.54",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.119",
|
|
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.80",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.80",
|
|
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.85",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.109",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.119",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.124"
|
|
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.108",
|
|
587
587
|
"descriptor": {
|
|
588
588
|
"packageVersion": 1,
|
|
589
589
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.108",
|
|
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.110",
|
|
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.9",
|
|
682
682
|
"descriptor": {
|
|
683
683
|
"packageVersion": 1,
|
|
684
684
|
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
685
|
-
"version": "0.1.
|
|
685
|
+
"version": "0.1.9",
|
|
686
686
|
"kind": "runtime",
|
|
687
687
|
"description": "Local auth provider with a file backend default and no database requirement.",
|
|
688
688
|
"dependsOn": [
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
724
|
"subpath": "./server/lib/index",
|
|
725
|
-
"summary": "Exports local auth service, file backend helpers,
|
|
725
|
+
"summary": "Exports local auth service, file backend helpers, password strategy helpers, and local auth register hook decorators."
|
|
726
726
|
}
|
|
727
727
|
],
|
|
728
728
|
"containerTokens": {
|
|
@@ -738,8 +738,8 @@
|
|
|
738
738
|
"mutations": {
|
|
739
739
|
"dependencies": {
|
|
740
740
|
"runtime": {
|
|
741
|
-
"@jskit-ai/auth-core": "0.1.
|
|
742
|
-
"@jskit-ai/kernel": "0.1.
|
|
741
|
+
"@jskit-ai/auth-core": "0.1.108",
|
|
742
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
743
743
|
"nodemailer": "^7.0.10",
|
|
744
744
|
"dotenv": "^16.4.5"
|
|
745
745
|
},
|
|
@@ -783,13 +783,126 @@
|
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
},
|
|
786
|
+
{
|
|
787
|
+
"packageId": "@jskit-ai/auth-provider-local-db-core",
|
|
788
|
+
"version": "0.1.1",
|
|
789
|
+
"descriptor": {
|
|
790
|
+
"packageVersion": 1,
|
|
791
|
+
"packageId": "@jskit-ai/auth-provider-local-db-core",
|
|
792
|
+
"version": "0.1.1",
|
|
793
|
+
"kind": "runtime",
|
|
794
|
+
"description": "Database-backed local auth storage backend for JSKIT local auth.",
|
|
795
|
+
"dependsOn": [
|
|
796
|
+
"@jskit-ai/auth-provider-local-core",
|
|
797
|
+
"@jskit-ai/database-runtime"
|
|
798
|
+
],
|
|
799
|
+
"capabilities": {
|
|
800
|
+
"provides": [
|
|
801
|
+
"auth.local.backend.db"
|
|
802
|
+
],
|
|
803
|
+
"requires": [
|
|
804
|
+
"runtime.database"
|
|
805
|
+
]
|
|
806
|
+
},
|
|
807
|
+
"runtime": {
|
|
808
|
+
"server": {
|
|
809
|
+
"providers": [
|
|
810
|
+
{
|
|
811
|
+
"entrypoint": "src/server/providers/AuthLocalDbBackendServiceProvider.js",
|
|
812
|
+
"export": "AuthLocalDbBackendServiceProvider"
|
|
813
|
+
}
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
"client": {
|
|
817
|
+
"providers": []
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"metadata": {
|
|
821
|
+
"jskit": {
|
|
822
|
+
"tableOwnership": {
|
|
823
|
+
"tables": [
|
|
824
|
+
{
|
|
825
|
+
"tableName": "auth_local_users",
|
|
826
|
+
"provenance": "auth-provider-local-db-core",
|
|
827
|
+
"ownerKind": "package"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"tableName": "auth_local_sessions",
|
|
831
|
+
"provenance": "auth-provider-local-db-core",
|
|
832
|
+
"ownerKind": "package"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"tableName": "auth_local_recovery",
|
|
836
|
+
"provenance": "auth-provider-local-db-core",
|
|
837
|
+
"ownerKind": "package"
|
|
838
|
+
}
|
|
839
|
+
]
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
"apiSummary": {
|
|
843
|
+
"surfaces": [
|
|
844
|
+
{
|
|
845
|
+
"subpath": "./server/providers/AuthLocalDbBackendServiceProvider",
|
|
846
|
+
"summary": "Exports the service provider that registers auth.local.backend for AUTH_LOCAL_BACKEND=db."
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"subpath": "./server/lib/index",
|
|
850
|
+
"summary": "Exports the DB local auth backend factory."
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"containerTokens": {
|
|
854
|
+
"server": [
|
|
855
|
+
"auth.local.backend"
|
|
856
|
+
],
|
|
857
|
+
"client": []
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"mutations": {
|
|
862
|
+
"dependencies": {
|
|
863
|
+
"runtime": {
|
|
864
|
+
"@jskit-ai/auth-provider-local-core": "0.1.9",
|
|
865
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
866
|
+
"@jskit-ai/kernel": "0.1.110"
|
|
867
|
+
},
|
|
868
|
+
"dev": {}
|
|
869
|
+
},
|
|
870
|
+
"packageJson": {
|
|
871
|
+
"scripts": {}
|
|
872
|
+
},
|
|
873
|
+
"procfile": {},
|
|
874
|
+
"files": [
|
|
875
|
+
{
|
|
876
|
+
"op": "install-migration",
|
|
877
|
+
"from": "templates/migrations/auth_local_db_initial.cjs",
|
|
878
|
+
"toDir": "migrations",
|
|
879
|
+
"extension": ".cjs",
|
|
880
|
+
"reason": "Install DB-backed local auth credential, session, and recovery tables.",
|
|
881
|
+
"category": "auth-local-db",
|
|
882
|
+
"id": "auth-local-db-initial-schema"
|
|
883
|
+
}
|
|
884
|
+
],
|
|
885
|
+
"text": [
|
|
886
|
+
{
|
|
887
|
+
"file": ".env",
|
|
888
|
+
"op": "upsert-env",
|
|
889
|
+
"key": "AUTH_LOCAL_BACKEND",
|
|
890
|
+
"value": "db",
|
|
891
|
+
"reason": "Use the database-backed local auth backend.",
|
|
892
|
+
"category": "runtime-config",
|
|
893
|
+
"id": "auth-local-backend-db"
|
|
894
|
+
}
|
|
895
|
+
]
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
786
899
|
{
|
|
787
900
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
788
|
-
"version": "0.1.
|
|
901
|
+
"version": "0.1.108",
|
|
789
902
|
"descriptor": {
|
|
790
903
|
"packageVersion": 1,
|
|
791
904
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
792
|
-
"version": "0.1.
|
|
905
|
+
"version": "0.1.108",
|
|
793
906
|
"kind": "runtime",
|
|
794
907
|
"options": {
|
|
795
908
|
"auth-supabase-url": {
|
|
@@ -871,8 +984,8 @@
|
|
|
871
984
|
"mutations": {
|
|
872
985
|
"dependencies": {
|
|
873
986
|
"runtime": {
|
|
874
|
-
"@jskit-ai/auth-core": "0.1.
|
|
875
|
-
"@jskit-ai/kernel": "0.1.
|
|
987
|
+
"@jskit-ai/auth-core": "0.1.108",
|
|
988
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
876
989
|
"dotenv": "^16.4.5",
|
|
877
990
|
"@supabase/supabase-js": "^2.57.4",
|
|
878
991
|
"jose": "^6.1.0"
|
|
@@ -950,11 +1063,11 @@
|
|
|
950
1063
|
},
|
|
951
1064
|
{
|
|
952
1065
|
"packageId": "@jskit-ai/auth-web",
|
|
953
|
-
"version": "0.1.
|
|
1066
|
+
"version": "0.1.110",
|
|
954
1067
|
"descriptor": {
|
|
955
1068
|
"packageVersion": 1,
|
|
956
1069
|
"packageId": "@jskit-ai/auth-web",
|
|
957
|
-
"version": "0.1.
|
|
1070
|
+
"version": "0.1.110",
|
|
958
1071
|
"kind": "runtime",
|
|
959
1072
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
960
1073
|
"dependsOn": [
|
|
@@ -1223,10 +1336,10 @@
|
|
|
1223
1336
|
"dependencies": {
|
|
1224
1337
|
"runtime": {
|
|
1225
1338
|
"@mdi/js": "^7.4.47",
|
|
1226
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1227
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1228
|
-
"@jskit-ai/kernel": "0.1.
|
|
1229
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1339
|
+
"@jskit-ai/auth-core": "0.1.108",
|
|
1340
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
1341
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
1342
|
+
"@jskit-ai/shell-web": "0.1.109"
|
|
1230
1343
|
},
|
|
1231
1344
|
"dev": {}
|
|
1232
1345
|
},
|
|
@@ -1319,11 +1432,11 @@
|
|
|
1319
1432
|
},
|
|
1320
1433
|
{
|
|
1321
1434
|
"packageId": "@jskit-ai/console-core",
|
|
1322
|
-
"version": "0.1.
|
|
1435
|
+
"version": "0.1.72",
|
|
1323
1436
|
"descriptor": {
|
|
1324
1437
|
"packageVersion": 1,
|
|
1325
1438
|
"packageId": "@jskit-ai/console-core",
|
|
1326
|
-
"version": "0.1.
|
|
1439
|
+
"version": "0.1.72",
|
|
1327
1440
|
"kind": "runtime",
|
|
1328
1441
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1329
1442
|
"dependsOn": [
|
|
@@ -1407,12 +1520,12 @@
|
|
|
1407
1520
|
"mutations": {
|
|
1408
1521
|
"dependencies": {
|
|
1409
1522
|
"runtime": {
|
|
1410
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1411
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1412
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1413
|
-
"@jskit-ai/kernel": "0.1.
|
|
1414
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1415
|
-
"@jskit-ai/users-core": "0.1.
|
|
1523
|
+
"@jskit-ai/auth-core": "0.1.108",
|
|
1524
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
1525
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
1526
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
1527
|
+
"@jskit-ai/resource-crud-core": "0.1.54",
|
|
1528
|
+
"@jskit-ai/users-core": "0.1.119"
|
|
1416
1529
|
},
|
|
1417
1530
|
"dev": {}
|
|
1418
1531
|
},
|
|
@@ -1437,11 +1550,11 @@
|
|
|
1437
1550
|
},
|
|
1438
1551
|
{
|
|
1439
1552
|
"packageId": "@jskit-ai/console-web",
|
|
1440
|
-
"version": "0.1.
|
|
1553
|
+
"version": "0.1.77",
|
|
1441
1554
|
"descriptor": {
|
|
1442
1555
|
"packageVersion": 1,
|
|
1443
1556
|
"packageId": "@jskit-ai/console-web",
|
|
1444
|
-
"version": "0.1.
|
|
1557
|
+
"version": "0.1.77",
|
|
1445
1558
|
"kind": "runtime",
|
|
1446
1559
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1447
1560
|
"dependsOn": [
|
|
@@ -1551,9 +1664,9 @@
|
|
|
1551
1664
|
"mutations": {
|
|
1552
1665
|
"dependencies": {
|
|
1553
1666
|
"runtime": {
|
|
1554
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1555
|
-
"@jskit-ai/console-core": "0.1.
|
|
1556
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1667
|
+
"@jskit-ai/auth-web": "0.1.110",
|
|
1668
|
+
"@jskit-ai/console-core": "0.1.72",
|
|
1669
|
+
"@jskit-ai/shell-web": "0.1.109"
|
|
1557
1670
|
},
|
|
1558
1671
|
"dev": {}
|
|
1559
1672
|
},
|
|
@@ -1660,11 +1773,11 @@
|
|
|
1660
1773
|
},
|
|
1661
1774
|
{
|
|
1662
1775
|
"packageId": "@jskit-ai/crud-core",
|
|
1663
|
-
"version": "0.1.
|
|
1776
|
+
"version": "0.1.117",
|
|
1664
1777
|
"descriptor": {
|
|
1665
1778
|
"packageVersion": 1,
|
|
1666
1779
|
"packageId": "@jskit-ai/crud-core",
|
|
1667
|
-
"version": "0.1.
|
|
1780
|
+
"version": "0.1.117",
|
|
1668
1781
|
"kind": "runtime",
|
|
1669
1782
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1670
1783
|
"dependsOn": [
|
|
@@ -1693,7 +1806,7 @@
|
|
|
1693
1806
|
"mutations": {
|
|
1694
1807
|
"dependencies": {
|
|
1695
1808
|
"runtime": {
|
|
1696
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1809
|
+
"@jskit-ai/crud-core": "0.1.117"
|
|
1697
1810
|
},
|
|
1698
1811
|
"dev": {}
|
|
1699
1812
|
},
|
|
@@ -1707,11 +1820,11 @@
|
|
|
1707
1820
|
},
|
|
1708
1821
|
{
|
|
1709
1822
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1710
|
-
"version": "0.1.
|
|
1823
|
+
"version": "0.1.117",
|
|
1711
1824
|
"descriptor": {
|
|
1712
1825
|
"packageVersion": 1,
|
|
1713
1826
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1714
|
-
"version": "0.1.
|
|
1827
|
+
"version": "0.1.117",
|
|
1715
1828
|
"kind": "generator",
|
|
1716
1829
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1717
1830
|
"options": {
|
|
@@ -1878,14 +1991,14 @@
|
|
|
1878
1991
|
"mutations": {
|
|
1879
1992
|
"dependencies": {
|
|
1880
1993
|
"runtime": {
|
|
1881
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1882
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1883
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1884
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1885
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
1886
|
-
"@jskit-ai/kernel": "0.1.
|
|
1887
|
-
"@jskit-ai/realtime": "0.1.
|
|
1888
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1994
|
+
"@jskit-ai/auth-core": "0.1.108",
|
|
1995
|
+
"@jskit-ai/crud-core": "0.1.117",
|
|
1996
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
1997
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
1998
|
+
"@jskit-ai/json-rest-api-core": "0.1.54",
|
|
1999
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
2000
|
+
"@jskit-ai/realtime": "0.1.108",
|
|
2001
|
+
"@jskit-ai/resource-crud-core": "0.1.54",
|
|
1889
2002
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
1890
2003
|
},
|
|
1891
2004
|
"dev": {}
|
|
@@ -2017,11 +2130,11 @@
|
|
|
2017
2130
|
},
|
|
2018
2131
|
{
|
|
2019
2132
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2020
|
-
"version": "0.1.
|
|
2133
|
+
"version": "0.1.92",
|
|
2021
2134
|
"descriptor": {
|
|
2022
2135
|
"packageVersion": 1,
|
|
2023
2136
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2024
|
-
"version": "0.1.
|
|
2137
|
+
"version": "0.1.92",
|
|
2025
2138
|
"kind": "generator",
|
|
2026
2139
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
2027
2140
|
"options": {
|
|
@@ -2220,7 +2333,7 @@
|
|
|
2220
2333
|
"mutations": {
|
|
2221
2334
|
"dependencies": {
|
|
2222
2335
|
"runtime": {
|
|
2223
|
-
"@jskit-ai/users-web": "0.1.
|
|
2336
|
+
"@jskit-ai/users-web": "0.1.124"
|
|
2224
2337
|
},
|
|
2225
2338
|
"dev": {}
|
|
2226
2339
|
},
|
|
@@ -2479,11 +2592,11 @@
|
|
|
2479
2592
|
},
|
|
2480
2593
|
{
|
|
2481
2594
|
"packageId": "@jskit-ai/database-runtime",
|
|
2482
|
-
"version": "0.1.
|
|
2595
|
+
"version": "0.1.109",
|
|
2483
2596
|
"descriptor": {
|
|
2484
2597
|
"packageVersion": 1,
|
|
2485
2598
|
"packageId": "@jskit-ai/database-runtime",
|
|
2486
|
-
"version": "0.1.
|
|
2599
|
+
"version": "0.1.109",
|
|
2487
2600
|
"kind": "runtime",
|
|
2488
2601
|
"dependsOn": [
|
|
2489
2602
|
"@jskit-ai/kernel"
|
|
@@ -2540,7 +2653,7 @@
|
|
|
2540
2653
|
"mutations": {
|
|
2541
2654
|
"dependencies": {
|
|
2542
2655
|
"runtime": {
|
|
2543
|
-
"@jskit-ai/kernel": "0.1.
|
|
2656
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
2544
2657
|
"dotenv": "^16.4.5",
|
|
2545
2658
|
"knex": "^3.1.0"
|
|
2546
2659
|
},
|
|
@@ -2576,11 +2689,11 @@
|
|
|
2576
2689
|
},
|
|
2577
2690
|
{
|
|
2578
2691
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2579
|
-
"version": "0.1.
|
|
2692
|
+
"version": "0.1.108",
|
|
2580
2693
|
"descriptor": {
|
|
2581
2694
|
"packageVersion": 1,
|
|
2582
2695
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2583
|
-
"version": "0.1.
|
|
2696
|
+
"version": "0.1.108",
|
|
2584
2697
|
"kind": "runtime",
|
|
2585
2698
|
"options": {
|
|
2586
2699
|
"db-host": {
|
|
@@ -2670,7 +2783,7 @@
|
|
|
2670
2783
|
"mutations": {
|
|
2671
2784
|
"dependencies": {
|
|
2672
2785
|
"runtime": {
|
|
2673
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2786
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
2674
2787
|
"mysql2": "^3.11.2"
|
|
2675
2788
|
},
|
|
2676
2789
|
"dev": {}
|
|
@@ -2741,11 +2854,11 @@
|
|
|
2741
2854
|
},
|
|
2742
2855
|
{
|
|
2743
2856
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2744
|
-
"version": "0.1.
|
|
2857
|
+
"version": "0.1.108",
|
|
2745
2858
|
"descriptor": {
|
|
2746
2859
|
"packageVersion": 1,
|
|
2747
2860
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2748
|
-
"version": "0.1.
|
|
2861
|
+
"version": "0.1.108",
|
|
2749
2862
|
"kind": "runtime",
|
|
2750
2863
|
"options": {
|
|
2751
2864
|
"db-host": {
|
|
@@ -2835,7 +2948,7 @@
|
|
|
2835
2948
|
"mutations": {
|
|
2836
2949
|
"dependencies": {
|
|
2837
2950
|
"runtime": {
|
|
2838
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2951
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
2839
2952
|
"pg": "^8.13.1"
|
|
2840
2953
|
},
|
|
2841
2954
|
"dev": {}
|
|
@@ -2906,11 +3019,11 @@
|
|
|
2906
3019
|
},
|
|
2907
3020
|
{
|
|
2908
3021
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2909
|
-
"version": "0.1.
|
|
3022
|
+
"version": "0.1.51",
|
|
2910
3023
|
"descriptor": {
|
|
2911
3024
|
"packageVersion": 1,
|
|
2912
3025
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2913
|
-
"version": "0.1.
|
|
3026
|
+
"version": "0.1.51",
|
|
2914
3027
|
"kind": "generator",
|
|
2915
3028
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
2916
3029
|
"options": {
|
|
@@ -3095,7 +3208,7 @@
|
|
|
3095
3208
|
"equals": "json-rest"
|
|
3096
3209
|
}
|
|
3097
3210
|
},
|
|
3098
|
-
"@jskit-ai/kernel": "0.1.
|
|
3211
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3099
3212
|
"json-rest-schema": "1.x.x",
|
|
3100
3213
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
3101
3214
|
},
|
|
@@ -3208,11 +3321,11 @@
|
|
|
3208
3321
|
},
|
|
3209
3322
|
{
|
|
3210
3323
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3211
|
-
"version": "0.1.
|
|
3324
|
+
"version": "0.1.46",
|
|
3212
3325
|
"descriptor": {
|
|
3213
3326
|
"packageVersion": 1,
|
|
3214
3327
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3215
|
-
"version": "0.1.
|
|
3328
|
+
"version": "0.1.46",
|
|
3216
3329
|
"kind": "runtime",
|
|
3217
3330
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3218
3331
|
"dependsOn": [
|
|
@@ -3339,14 +3452,14 @@
|
|
|
3339
3452
|
"mutations": {
|
|
3340
3453
|
"dependencies": {
|
|
3341
3454
|
"runtime": {
|
|
3342
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3343
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3344
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3345
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3346
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3347
|
-
"@jskit-ai/kernel": "0.1.
|
|
3348
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3349
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3455
|
+
"@jskit-ai/auth-core": "0.1.108",
|
|
3456
|
+
"@jskit-ai/crud-core": "0.1.117",
|
|
3457
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
3458
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
3459
|
+
"@jskit-ai/json-rest-api-core": "0.1.54",
|
|
3460
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3461
|
+
"@jskit-ai/resource-crud-core": "0.1.54",
|
|
3462
|
+
"@jskit-ai/workspaces-core": "0.1.85"
|
|
3350
3463
|
},
|
|
3351
3464
|
"dev": {}
|
|
3352
3465
|
},
|
|
@@ -3398,11 +3511,11 @@
|
|
|
3398
3511
|
},
|
|
3399
3512
|
{
|
|
3400
3513
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3401
|
-
"version": "0.1.
|
|
3514
|
+
"version": "0.1.46",
|
|
3402
3515
|
"descriptor": {
|
|
3403
3516
|
"packageVersion": 1,
|
|
3404
3517
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3405
|
-
"version": "0.1.
|
|
3518
|
+
"version": "0.1.46",
|
|
3406
3519
|
"kind": "runtime",
|
|
3407
3520
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3408
3521
|
"dependsOn": [
|
|
@@ -3449,10 +3562,10 @@
|
|
|
3449
3562
|
"mutations": {
|
|
3450
3563
|
"dependencies": {
|
|
3451
3564
|
"runtime": {
|
|
3452
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3453
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3454
|
-
"@jskit-ai/kernel": "0.1.
|
|
3455
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3565
|
+
"@jskit-ai/google-rewarded-core": "0.1.46",
|
|
3566
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
3567
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3568
|
+
"@jskit-ai/shell-web": "0.1.109"
|
|
3456
3569
|
},
|
|
3457
3570
|
"dev": {}
|
|
3458
3571
|
},
|
|
@@ -3470,11 +3583,11 @@
|
|
|
3470
3583
|
},
|
|
3471
3584
|
{
|
|
3472
3585
|
"packageId": "@jskit-ai/http-runtime",
|
|
3473
|
-
"version": "0.1.
|
|
3586
|
+
"version": "0.1.108",
|
|
3474
3587
|
"descriptor": {
|
|
3475
3588
|
"packageVersion": 1,
|
|
3476
3589
|
"packageId": "@jskit-ai/http-runtime",
|
|
3477
|
-
"version": "0.1.
|
|
3590
|
+
"version": "0.1.108",
|
|
3478
3591
|
"kind": "runtime",
|
|
3479
3592
|
"dependsOn": [],
|
|
3480
3593
|
"capabilities": {
|
|
@@ -3540,7 +3653,7 @@
|
|
|
3540
3653
|
"mutations": {
|
|
3541
3654
|
"dependencies": {
|
|
3542
3655
|
"runtime": {
|
|
3543
|
-
"@jskit-ai/kernel": "0.1.
|
|
3656
|
+
"@jskit-ai/kernel": "0.1.110"
|
|
3544
3657
|
},
|
|
3545
3658
|
"dev": {}
|
|
3546
3659
|
},
|
|
@@ -3554,11 +3667,11 @@
|
|
|
3554
3667
|
},
|
|
3555
3668
|
{
|
|
3556
3669
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3557
|
-
"version": "0.1.
|
|
3670
|
+
"version": "0.1.54",
|
|
3558
3671
|
"descriptor": {
|
|
3559
3672
|
"packageVersion": 1,
|
|
3560
3673
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3561
|
-
"version": "0.1.
|
|
3674
|
+
"version": "0.1.54",
|
|
3562
3675
|
"kind": "runtime",
|
|
3563
3676
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3564
3677
|
"dependsOn": [
|
|
@@ -3618,11 +3731,11 @@
|
|
|
3618
3731
|
},
|
|
3619
3732
|
{
|
|
3620
3733
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3621
|
-
"version": "0.1.
|
|
3734
|
+
"version": "0.1.46",
|
|
3622
3735
|
"descriptor": {
|
|
3623
3736
|
"packageVersion": 1,
|
|
3624
3737
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3625
|
-
"version": "0.1.
|
|
3738
|
+
"version": "0.1.46",
|
|
3626
3739
|
"kind": "runtime",
|
|
3627
3740
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3628
3741
|
"dependsOn": [
|
|
@@ -3685,8 +3798,8 @@
|
|
|
3685
3798
|
"@capacitor/app": "^7.1.0",
|
|
3686
3799
|
"@capacitor/browser": "^7.0.1",
|
|
3687
3800
|
"@capacitor/core": "^7.4.3",
|
|
3688
|
-
"@jskit-ai/kernel": "0.1.
|
|
3689
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3801
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3802
|
+
"@jskit-ai/shell-web": "0.1.109"
|
|
3690
3803
|
},
|
|
3691
3804
|
"dev": {
|
|
3692
3805
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3738,11 +3851,11 @@
|
|
|
3738
3851
|
},
|
|
3739
3852
|
{
|
|
3740
3853
|
"packageId": "@jskit-ai/realtime",
|
|
3741
|
-
"version": "0.1.
|
|
3854
|
+
"version": "0.1.108",
|
|
3742
3855
|
"descriptor": {
|
|
3743
3856
|
"packageVersion": 1,
|
|
3744
3857
|
"packageId": "@jskit-ai/realtime",
|
|
3745
|
-
"version": "0.1.
|
|
3858
|
+
"version": "0.1.108",
|
|
3746
3859
|
"kind": "runtime",
|
|
3747
3860
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3748
3861
|
"options": {
|
|
@@ -3838,7 +3951,7 @@
|
|
|
3838
3951
|
"mutations": {
|
|
3839
3952
|
"dependencies": {
|
|
3840
3953
|
"runtime": {
|
|
3841
|
-
"@jskit-ai/kernel": "0.1.
|
|
3954
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3842
3955
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3843
3956
|
"redis": "^5.8.2",
|
|
3844
3957
|
"socket.io": "^4.8.3",
|
|
@@ -3887,11 +4000,11 @@
|
|
|
3887
4000
|
},
|
|
3888
4001
|
{
|
|
3889
4002
|
"packageId": "@jskit-ai/resource-core",
|
|
3890
|
-
"version": "0.1.
|
|
4003
|
+
"version": "0.1.54",
|
|
3891
4004
|
"descriptor": {
|
|
3892
4005
|
"packageVersion": 1,
|
|
3893
4006
|
"packageId": "@jskit-ai/resource-core",
|
|
3894
|
-
"version": "0.1.
|
|
4007
|
+
"version": "0.1.54",
|
|
3895
4008
|
"kind": "runtime",
|
|
3896
4009
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
3897
4010
|
"dependsOn": [
|
|
@@ -3914,7 +4027,7 @@
|
|
|
3914
4027
|
"mutations": {
|
|
3915
4028
|
"dependencies": {
|
|
3916
4029
|
"runtime": {
|
|
3917
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4030
|
+
"@jskit-ai/resource-core": "0.1.54"
|
|
3918
4031
|
},
|
|
3919
4032
|
"dev": {}
|
|
3920
4033
|
},
|
|
@@ -3929,11 +4042,11 @@
|
|
|
3929
4042
|
},
|
|
3930
4043
|
{
|
|
3931
4044
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3932
|
-
"version": "0.1.
|
|
4045
|
+
"version": "0.1.54",
|
|
3933
4046
|
"descriptor": {
|
|
3934
4047
|
"packageVersion": 1,
|
|
3935
4048
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3936
|
-
"version": "0.1.
|
|
4049
|
+
"version": "0.1.54",
|
|
3937
4050
|
"kind": "runtime",
|
|
3938
4051
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
3939
4052
|
"dependsOn": [
|
|
@@ -3957,7 +4070,7 @@
|
|
|
3957
4070
|
"mutations": {
|
|
3958
4071
|
"dependencies": {
|
|
3959
4072
|
"runtime": {
|
|
3960
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
4073
|
+
"@jskit-ai/resource-crud-core": "0.1.54"
|
|
3961
4074
|
},
|
|
3962
4075
|
"dev": {}
|
|
3963
4076
|
},
|
|
@@ -3972,11 +4085,11 @@
|
|
|
3972
4085
|
},
|
|
3973
4086
|
{
|
|
3974
4087
|
"packageId": "@jskit-ai/shell-web",
|
|
3975
|
-
"version": "0.1.
|
|
4088
|
+
"version": "0.1.109",
|
|
3976
4089
|
"descriptor": {
|
|
3977
4090
|
"packageVersion": 1,
|
|
3978
4091
|
"packageId": "@jskit-ai/shell-web",
|
|
3979
|
-
"version": "0.1.
|
|
4092
|
+
"version": "0.1.109",
|
|
3980
4093
|
"kind": "runtime",
|
|
3981
4094
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
3982
4095
|
"dependsOn": [],
|
|
@@ -4318,7 +4431,7 @@
|
|
|
4318
4431
|
"dependencies": {
|
|
4319
4432
|
"runtime": {
|
|
4320
4433
|
"@mdi/js": "^7.4.47",
|
|
4321
|
-
"@jskit-ai/kernel": "0.1.
|
|
4434
|
+
"@jskit-ai/kernel": "0.1.110"
|
|
4322
4435
|
},
|
|
4323
4436
|
"dev": {}
|
|
4324
4437
|
},
|
|
@@ -4525,11 +4638,11 @@
|
|
|
4525
4638
|
},
|
|
4526
4639
|
{
|
|
4527
4640
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4528
|
-
"version": "0.1.
|
|
4641
|
+
"version": "0.1.108",
|
|
4529
4642
|
"descriptor": {
|
|
4530
4643
|
"packageVersion": 1,
|
|
4531
4644
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4532
|
-
"version": "0.1.
|
|
4645
|
+
"version": "0.1.108",
|
|
4533
4646
|
"kind": "runtime",
|
|
4534
4647
|
"dependsOn": [
|
|
4535
4648
|
"@jskit-ai/kernel"
|
|
@@ -4578,7 +4691,7 @@
|
|
|
4578
4691
|
"mutations": {
|
|
4579
4692
|
"dependencies": {
|
|
4580
4693
|
"runtime": {
|
|
4581
|
-
"@jskit-ai/kernel": "0.1.
|
|
4694
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
4582
4695
|
"unstorage": "^1.17.3"
|
|
4583
4696
|
},
|
|
4584
4697
|
"dev": {}
|
|
@@ -4594,11 +4707,11 @@
|
|
|
4594
4707
|
},
|
|
4595
4708
|
{
|
|
4596
4709
|
"packageId": "@jskit-ai/ui-generator",
|
|
4597
|
-
"version": "0.1.
|
|
4710
|
+
"version": "0.1.92",
|
|
4598
4711
|
"descriptor": {
|
|
4599
4712
|
"packageVersion": 1,
|
|
4600
4713
|
"packageId": "@jskit-ai/ui-generator",
|
|
4601
|
-
"version": "0.1.
|
|
4714
|
+
"version": "0.1.92",
|
|
4602
4715
|
"kind": "generator",
|
|
4603
4716
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4604
4717
|
"options": {
|
|
@@ -5031,7 +5144,7 @@
|
|
|
5031
5144
|
"mutations": {
|
|
5032
5145
|
"dependencies": {
|
|
5033
5146
|
"runtime": {
|
|
5034
|
-
"@jskit-ai/users-web": "0.1.
|
|
5147
|
+
"@jskit-ai/users-web": "0.1.124"
|
|
5035
5148
|
},
|
|
5036
5149
|
"dev": {}
|
|
5037
5150
|
},
|
|
@@ -5046,11 +5159,11 @@
|
|
|
5046
5159
|
},
|
|
5047
5160
|
{
|
|
5048
5161
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5049
|
-
"version": "0.1.
|
|
5162
|
+
"version": "0.1.87",
|
|
5050
5163
|
"descriptor": {
|
|
5051
5164
|
"packageVersion": 1,
|
|
5052
5165
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5053
|
-
"version": "0.1.
|
|
5166
|
+
"version": "0.1.87",
|
|
5054
5167
|
"kind": "runtime",
|
|
5055
5168
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
5056
5169
|
"dependsOn": [
|
|
@@ -5114,7 +5227,7 @@
|
|
|
5114
5227
|
"mutations": {
|
|
5115
5228
|
"dependencies": {
|
|
5116
5229
|
"runtime": {
|
|
5117
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5230
|
+
"@jskit-ai/uploads-runtime": "0.1.87",
|
|
5118
5231
|
"@uppy/compressor": "^3.1.0",
|
|
5119
5232
|
"@uppy/core": "^5.2.0",
|
|
5120
5233
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5134,11 +5247,11 @@
|
|
|
5134
5247
|
},
|
|
5135
5248
|
{
|
|
5136
5249
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5137
|
-
"version": "0.1.
|
|
5250
|
+
"version": "0.1.87",
|
|
5138
5251
|
"descriptor": {
|
|
5139
5252
|
"packageVersion": 1,
|
|
5140
5253
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5141
|
-
"version": "0.1.
|
|
5254
|
+
"version": "0.1.87",
|
|
5142
5255
|
"kind": "runtime",
|
|
5143
5256
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
5144
5257
|
"dependsOn": [
|
|
@@ -5208,7 +5321,7 @@
|
|
|
5208
5321
|
"dependencies": {
|
|
5209
5322
|
"runtime": {
|
|
5210
5323
|
"@fastify/multipart": "^9.4.0",
|
|
5211
|
-
"@jskit-ai/kernel": "0.1.
|
|
5324
|
+
"@jskit-ai/kernel": "0.1.110"
|
|
5212
5325
|
},
|
|
5213
5326
|
"dev": {}
|
|
5214
5327
|
},
|
|
@@ -5223,11 +5336,11 @@
|
|
|
5223
5336
|
},
|
|
5224
5337
|
{
|
|
5225
5338
|
"packageId": "@jskit-ai/users-core",
|
|
5226
|
-
"version": "0.1.
|
|
5339
|
+
"version": "0.1.119",
|
|
5227
5340
|
"descriptor": {
|
|
5228
5341
|
"packageVersion": 1,
|
|
5229
5342
|
"packageId": "@jskit-ai/users-core",
|
|
5230
|
-
"version": "0.1.
|
|
5343
|
+
"version": "0.1.119",
|
|
5231
5344
|
"kind": "runtime",
|
|
5232
5345
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5233
5346
|
"dependsOn": [
|
|
@@ -5371,16 +5484,16 @@
|
|
|
5371
5484
|
"mutations": {
|
|
5372
5485
|
"dependencies": {
|
|
5373
5486
|
"runtime": {
|
|
5374
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5375
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5376
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5377
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5378
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5379
|
-
"@jskit-ai/kernel": "0.1.
|
|
5380
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5381
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5487
|
+
"@jskit-ai/auth-core": "0.1.108",
|
|
5488
|
+
"@jskit-ai/crud-core": "0.1.117",
|
|
5489
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
5490
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
5491
|
+
"@jskit-ai/json-rest-api-core": "0.1.54",
|
|
5492
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
5493
|
+
"@jskit-ai/resource-core": "0.1.54",
|
|
5494
|
+
"@jskit-ai/resource-crud-core": "0.1.54",
|
|
5382
5495
|
"@local/users": "file:packages/users",
|
|
5383
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5496
|
+
"@jskit-ai/uploads-runtime": "0.1.87"
|
|
5384
5497
|
},
|
|
5385
5498
|
"dev": {}
|
|
5386
5499
|
},
|
|
@@ -5607,11 +5720,11 @@
|
|
|
5607
5720
|
},
|
|
5608
5721
|
{
|
|
5609
5722
|
"packageId": "@jskit-ai/users-web",
|
|
5610
|
-
"version": "0.1.
|
|
5723
|
+
"version": "0.1.124",
|
|
5611
5724
|
"descriptor": {
|
|
5612
5725
|
"packageVersion": 1,
|
|
5613
5726
|
"packageId": "@jskit-ai/users-web",
|
|
5614
|
-
"version": "0.1.
|
|
5727
|
+
"version": "0.1.124",
|
|
5615
5728
|
"kind": "runtime",
|
|
5616
5729
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5617
5730
|
"dependsOn": [
|
|
@@ -5914,12 +6027,12 @@
|
|
|
5914
6027
|
"dependencies": {
|
|
5915
6028
|
"runtime": {
|
|
5916
6029
|
"@mdi/js": "^7.4.47",
|
|
5917
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5918
|
-
"@jskit-ai/realtime": "0.1.
|
|
5919
|
-
"@jskit-ai/kernel": "0.1.
|
|
5920
|
-
"@jskit-ai/shell-web": "0.1.
|
|
5921
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
5922
|
-
"@jskit-ai/users-core": "0.1.
|
|
6030
|
+
"@jskit-ai/http-runtime": "0.1.108",
|
|
6031
|
+
"@jskit-ai/realtime": "0.1.108",
|
|
6032
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
6033
|
+
"@jskit-ai/shell-web": "0.1.109",
|
|
6034
|
+
"@jskit-ai/uploads-image-web": "0.1.87",
|
|
6035
|
+
"@jskit-ai/users-core": "0.1.119"
|
|
5923
6036
|
},
|
|
5924
6037
|
"dev": {}
|
|
5925
6038
|
},
|
|
@@ -6096,11 +6209,11 @@
|
|
|
6096
6209
|
},
|
|
6097
6210
|
{
|
|
6098
6211
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6099
|
-
"version": "0.1.
|
|
6212
|
+
"version": "0.1.85",
|
|
6100
6213
|
"descriptor": {
|
|
6101
6214
|
"packageVersion": 1,
|
|
6102
6215
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6103
|
-
"version": "0.1.
|
|
6216
|
+
"version": "0.1.85",
|
|
6104
6217
|
"kind": "runtime",
|
|
6105
6218
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6106
6219
|
"dependsOn": [
|
|
@@ -6246,10 +6359,10 @@
|
|
|
6246
6359
|
"mutations": {
|
|
6247
6360
|
"dependencies": {
|
|
6248
6361
|
"runtime": {
|
|
6249
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6250
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6251
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6252
|
-
"@jskit-ai/users-core": "0.1.
|
|
6362
|
+
"@jskit-ai/json-rest-api-core": "0.1.54",
|
|
6363
|
+
"@jskit-ai/resource-core": "0.1.54",
|
|
6364
|
+
"@jskit-ai/resource-crud-core": "0.1.54",
|
|
6365
|
+
"@jskit-ai/users-core": "0.1.119"
|
|
6253
6366
|
},
|
|
6254
6367
|
"dev": {}
|
|
6255
6368
|
},
|
|
@@ -6451,11 +6564,11 @@
|
|
|
6451
6564
|
},
|
|
6452
6565
|
{
|
|
6453
6566
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6454
|
-
"version": "0.1.
|
|
6567
|
+
"version": "0.1.86",
|
|
6455
6568
|
"descriptor": {
|
|
6456
6569
|
"packageVersion": 1,
|
|
6457
6570
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6458
|
-
"version": "0.1.
|
|
6571
|
+
"version": "0.1.86",
|
|
6459
6572
|
"kind": "runtime",
|
|
6460
6573
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6461
6574
|
"dependsOn": [
|
|
@@ -6712,9 +6825,9 @@
|
|
|
6712
6825
|
"mutations": {
|
|
6713
6826
|
"dependencies": {
|
|
6714
6827
|
"runtime": {
|
|
6715
|
-
"@jskit-ai/auth-web": "0.1.
|
|
6716
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6717
|
-
"@jskit-ai/users-web": "0.1.
|
|
6828
|
+
"@jskit-ai/auth-web": "0.1.110",
|
|
6829
|
+
"@jskit-ai/workspaces-core": "0.1.85",
|
|
6830
|
+
"@jskit-ai/users-web": "0.1.124"
|
|
6718
6831
|
},
|
|
6719
6832
|
"dev": {}
|
|
6720
6833
|
},
|