@jskit-ai/jskit-catalog 0.1.115 → 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 +272 -158
- 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
|
},
|
|
@@ -2548,9 +2661,10 @@
|
|
|
2548
2661
|
},
|
|
2549
2662
|
"packageJson": {
|
|
2550
2663
|
"scripts": {
|
|
2551
|
-
"db:
|
|
2664
|
+
"db:migrations:sync": "jskit migrations changed",
|
|
2665
|
+
"db:migrate": "npm run db:migrations:sync && knex --knexfile ./knexfile.js migrate:latest",
|
|
2552
2666
|
"db:migrate:rollback": "knex --knexfile ./knexfile.js migrate:rollback",
|
|
2553
|
-
"db:migrate:status": "knex --knexfile ./knexfile.js migrate:list"
|
|
2667
|
+
"db:migrate:status": "npm run db:migrations:sync && knex --knexfile ./knexfile.js migrate:list"
|
|
2554
2668
|
}
|
|
2555
2669
|
},
|
|
2556
2670
|
"procfile": {},
|
|
@@ -2575,11 +2689,11 @@
|
|
|
2575
2689
|
},
|
|
2576
2690
|
{
|
|
2577
2691
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2578
|
-
"version": "0.1.
|
|
2692
|
+
"version": "0.1.108",
|
|
2579
2693
|
"descriptor": {
|
|
2580
2694
|
"packageVersion": 1,
|
|
2581
2695
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2582
|
-
"version": "0.1.
|
|
2696
|
+
"version": "0.1.108",
|
|
2583
2697
|
"kind": "runtime",
|
|
2584
2698
|
"options": {
|
|
2585
2699
|
"db-host": {
|
|
@@ -2669,7 +2783,7 @@
|
|
|
2669
2783
|
"mutations": {
|
|
2670
2784
|
"dependencies": {
|
|
2671
2785
|
"runtime": {
|
|
2672
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2786
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
2673
2787
|
"mysql2": "^3.11.2"
|
|
2674
2788
|
},
|
|
2675
2789
|
"dev": {}
|
|
@@ -2740,11 +2854,11 @@
|
|
|
2740
2854
|
},
|
|
2741
2855
|
{
|
|
2742
2856
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2743
|
-
"version": "0.1.
|
|
2857
|
+
"version": "0.1.108",
|
|
2744
2858
|
"descriptor": {
|
|
2745
2859
|
"packageVersion": 1,
|
|
2746
2860
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2747
|
-
"version": "0.1.
|
|
2861
|
+
"version": "0.1.108",
|
|
2748
2862
|
"kind": "runtime",
|
|
2749
2863
|
"options": {
|
|
2750
2864
|
"db-host": {
|
|
@@ -2834,7 +2948,7 @@
|
|
|
2834
2948
|
"mutations": {
|
|
2835
2949
|
"dependencies": {
|
|
2836
2950
|
"runtime": {
|
|
2837
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2951
|
+
"@jskit-ai/database-runtime": "0.1.109",
|
|
2838
2952
|
"pg": "^8.13.1"
|
|
2839
2953
|
},
|
|
2840
2954
|
"dev": {}
|
|
@@ -2905,11 +3019,11 @@
|
|
|
2905
3019
|
},
|
|
2906
3020
|
{
|
|
2907
3021
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2908
|
-
"version": "0.1.
|
|
3022
|
+
"version": "0.1.51",
|
|
2909
3023
|
"descriptor": {
|
|
2910
3024
|
"packageVersion": 1,
|
|
2911
3025
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2912
|
-
"version": "0.1.
|
|
3026
|
+
"version": "0.1.51",
|
|
2913
3027
|
"kind": "generator",
|
|
2914
3028
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
2915
3029
|
"options": {
|
|
@@ -3094,7 +3208,7 @@
|
|
|
3094
3208
|
"equals": "json-rest"
|
|
3095
3209
|
}
|
|
3096
3210
|
},
|
|
3097
|
-
"@jskit-ai/kernel": "0.1.
|
|
3211
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3098
3212
|
"json-rest-schema": "1.x.x",
|
|
3099
3213
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
3100
3214
|
},
|
|
@@ -3207,11 +3321,11 @@
|
|
|
3207
3321
|
},
|
|
3208
3322
|
{
|
|
3209
3323
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3210
|
-
"version": "0.1.
|
|
3324
|
+
"version": "0.1.46",
|
|
3211
3325
|
"descriptor": {
|
|
3212
3326
|
"packageVersion": 1,
|
|
3213
3327
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3214
|
-
"version": "0.1.
|
|
3328
|
+
"version": "0.1.46",
|
|
3215
3329
|
"kind": "runtime",
|
|
3216
3330
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3217
3331
|
"dependsOn": [
|
|
@@ -3338,14 +3452,14 @@
|
|
|
3338
3452
|
"mutations": {
|
|
3339
3453
|
"dependencies": {
|
|
3340
3454
|
"runtime": {
|
|
3341
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3342
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3343
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3344
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3345
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3346
|
-
"@jskit-ai/kernel": "0.1.
|
|
3347
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3348
|
-
"@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"
|
|
3349
3463
|
},
|
|
3350
3464
|
"dev": {}
|
|
3351
3465
|
},
|
|
@@ -3397,11 +3511,11 @@
|
|
|
3397
3511
|
},
|
|
3398
3512
|
{
|
|
3399
3513
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3400
|
-
"version": "0.1.
|
|
3514
|
+
"version": "0.1.46",
|
|
3401
3515
|
"descriptor": {
|
|
3402
3516
|
"packageVersion": 1,
|
|
3403
3517
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3404
|
-
"version": "0.1.
|
|
3518
|
+
"version": "0.1.46",
|
|
3405
3519
|
"kind": "runtime",
|
|
3406
3520
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3407
3521
|
"dependsOn": [
|
|
@@ -3448,10 +3562,10 @@
|
|
|
3448
3562
|
"mutations": {
|
|
3449
3563
|
"dependencies": {
|
|
3450
3564
|
"runtime": {
|
|
3451
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3452
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3453
|
-
"@jskit-ai/kernel": "0.1.
|
|
3454
|
-
"@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"
|
|
3455
3569
|
},
|
|
3456
3570
|
"dev": {}
|
|
3457
3571
|
},
|
|
@@ -3469,11 +3583,11 @@
|
|
|
3469
3583
|
},
|
|
3470
3584
|
{
|
|
3471
3585
|
"packageId": "@jskit-ai/http-runtime",
|
|
3472
|
-
"version": "0.1.
|
|
3586
|
+
"version": "0.1.108",
|
|
3473
3587
|
"descriptor": {
|
|
3474
3588
|
"packageVersion": 1,
|
|
3475
3589
|
"packageId": "@jskit-ai/http-runtime",
|
|
3476
|
-
"version": "0.1.
|
|
3590
|
+
"version": "0.1.108",
|
|
3477
3591
|
"kind": "runtime",
|
|
3478
3592
|
"dependsOn": [],
|
|
3479
3593
|
"capabilities": {
|
|
@@ -3539,7 +3653,7 @@
|
|
|
3539
3653
|
"mutations": {
|
|
3540
3654
|
"dependencies": {
|
|
3541
3655
|
"runtime": {
|
|
3542
|
-
"@jskit-ai/kernel": "0.1.
|
|
3656
|
+
"@jskit-ai/kernel": "0.1.110"
|
|
3543
3657
|
},
|
|
3544
3658
|
"dev": {}
|
|
3545
3659
|
},
|
|
@@ -3553,11 +3667,11 @@
|
|
|
3553
3667
|
},
|
|
3554
3668
|
{
|
|
3555
3669
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3556
|
-
"version": "0.1.
|
|
3670
|
+
"version": "0.1.54",
|
|
3557
3671
|
"descriptor": {
|
|
3558
3672
|
"packageVersion": 1,
|
|
3559
3673
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3560
|
-
"version": "0.1.
|
|
3674
|
+
"version": "0.1.54",
|
|
3561
3675
|
"kind": "runtime",
|
|
3562
3676
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3563
3677
|
"dependsOn": [
|
|
@@ -3617,11 +3731,11 @@
|
|
|
3617
3731
|
},
|
|
3618
3732
|
{
|
|
3619
3733
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3620
|
-
"version": "0.1.
|
|
3734
|
+
"version": "0.1.46",
|
|
3621
3735
|
"descriptor": {
|
|
3622
3736
|
"packageVersion": 1,
|
|
3623
3737
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3624
|
-
"version": "0.1.
|
|
3738
|
+
"version": "0.1.46",
|
|
3625
3739
|
"kind": "runtime",
|
|
3626
3740
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3627
3741
|
"dependsOn": [
|
|
@@ -3684,8 +3798,8 @@
|
|
|
3684
3798
|
"@capacitor/app": "^7.1.0",
|
|
3685
3799
|
"@capacitor/browser": "^7.0.1",
|
|
3686
3800
|
"@capacitor/core": "^7.4.3",
|
|
3687
|
-
"@jskit-ai/kernel": "0.1.
|
|
3688
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3801
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3802
|
+
"@jskit-ai/shell-web": "0.1.109"
|
|
3689
3803
|
},
|
|
3690
3804
|
"dev": {
|
|
3691
3805
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3737,11 +3851,11 @@
|
|
|
3737
3851
|
},
|
|
3738
3852
|
{
|
|
3739
3853
|
"packageId": "@jskit-ai/realtime",
|
|
3740
|
-
"version": "0.1.
|
|
3854
|
+
"version": "0.1.108",
|
|
3741
3855
|
"descriptor": {
|
|
3742
3856
|
"packageVersion": 1,
|
|
3743
3857
|
"packageId": "@jskit-ai/realtime",
|
|
3744
|
-
"version": "0.1.
|
|
3858
|
+
"version": "0.1.108",
|
|
3745
3859
|
"kind": "runtime",
|
|
3746
3860
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3747
3861
|
"options": {
|
|
@@ -3837,7 +3951,7 @@
|
|
|
3837
3951
|
"mutations": {
|
|
3838
3952
|
"dependencies": {
|
|
3839
3953
|
"runtime": {
|
|
3840
|
-
"@jskit-ai/kernel": "0.1.
|
|
3954
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
3841
3955
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3842
3956
|
"redis": "^5.8.2",
|
|
3843
3957
|
"socket.io": "^4.8.3",
|
|
@@ -3886,11 +4000,11 @@
|
|
|
3886
4000
|
},
|
|
3887
4001
|
{
|
|
3888
4002
|
"packageId": "@jskit-ai/resource-core",
|
|
3889
|
-
"version": "0.1.
|
|
4003
|
+
"version": "0.1.54",
|
|
3890
4004
|
"descriptor": {
|
|
3891
4005
|
"packageVersion": 1,
|
|
3892
4006
|
"packageId": "@jskit-ai/resource-core",
|
|
3893
|
-
"version": "0.1.
|
|
4007
|
+
"version": "0.1.54",
|
|
3894
4008
|
"kind": "runtime",
|
|
3895
4009
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
3896
4010
|
"dependsOn": [
|
|
@@ -3913,7 +4027,7 @@
|
|
|
3913
4027
|
"mutations": {
|
|
3914
4028
|
"dependencies": {
|
|
3915
4029
|
"runtime": {
|
|
3916
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4030
|
+
"@jskit-ai/resource-core": "0.1.54"
|
|
3917
4031
|
},
|
|
3918
4032
|
"dev": {}
|
|
3919
4033
|
},
|
|
@@ -3928,11 +4042,11 @@
|
|
|
3928
4042
|
},
|
|
3929
4043
|
{
|
|
3930
4044
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3931
|
-
"version": "0.1.
|
|
4045
|
+
"version": "0.1.54",
|
|
3932
4046
|
"descriptor": {
|
|
3933
4047
|
"packageVersion": 1,
|
|
3934
4048
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3935
|
-
"version": "0.1.
|
|
4049
|
+
"version": "0.1.54",
|
|
3936
4050
|
"kind": "runtime",
|
|
3937
4051
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
3938
4052
|
"dependsOn": [
|
|
@@ -3956,7 +4070,7 @@
|
|
|
3956
4070
|
"mutations": {
|
|
3957
4071
|
"dependencies": {
|
|
3958
4072
|
"runtime": {
|
|
3959
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
4073
|
+
"@jskit-ai/resource-crud-core": "0.1.54"
|
|
3960
4074
|
},
|
|
3961
4075
|
"dev": {}
|
|
3962
4076
|
},
|
|
@@ -3971,11 +4085,11 @@
|
|
|
3971
4085
|
},
|
|
3972
4086
|
{
|
|
3973
4087
|
"packageId": "@jskit-ai/shell-web",
|
|
3974
|
-
"version": "0.1.
|
|
4088
|
+
"version": "0.1.109",
|
|
3975
4089
|
"descriptor": {
|
|
3976
4090
|
"packageVersion": 1,
|
|
3977
4091
|
"packageId": "@jskit-ai/shell-web",
|
|
3978
|
-
"version": "0.1.
|
|
4092
|
+
"version": "0.1.109",
|
|
3979
4093
|
"kind": "runtime",
|
|
3980
4094
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
3981
4095
|
"dependsOn": [],
|
|
@@ -4317,7 +4431,7 @@
|
|
|
4317
4431
|
"dependencies": {
|
|
4318
4432
|
"runtime": {
|
|
4319
4433
|
"@mdi/js": "^7.4.47",
|
|
4320
|
-
"@jskit-ai/kernel": "0.1.
|
|
4434
|
+
"@jskit-ai/kernel": "0.1.110"
|
|
4321
4435
|
},
|
|
4322
4436
|
"dev": {}
|
|
4323
4437
|
},
|
|
@@ -4524,11 +4638,11 @@
|
|
|
4524
4638
|
},
|
|
4525
4639
|
{
|
|
4526
4640
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4527
|
-
"version": "0.1.
|
|
4641
|
+
"version": "0.1.108",
|
|
4528
4642
|
"descriptor": {
|
|
4529
4643
|
"packageVersion": 1,
|
|
4530
4644
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4531
|
-
"version": "0.1.
|
|
4645
|
+
"version": "0.1.108",
|
|
4532
4646
|
"kind": "runtime",
|
|
4533
4647
|
"dependsOn": [
|
|
4534
4648
|
"@jskit-ai/kernel"
|
|
@@ -4577,7 +4691,7 @@
|
|
|
4577
4691
|
"mutations": {
|
|
4578
4692
|
"dependencies": {
|
|
4579
4693
|
"runtime": {
|
|
4580
|
-
"@jskit-ai/kernel": "0.1.
|
|
4694
|
+
"@jskit-ai/kernel": "0.1.110",
|
|
4581
4695
|
"unstorage": "^1.17.3"
|
|
4582
4696
|
},
|
|
4583
4697
|
"dev": {}
|
|
@@ -4593,11 +4707,11 @@
|
|
|
4593
4707
|
},
|
|
4594
4708
|
{
|
|
4595
4709
|
"packageId": "@jskit-ai/ui-generator",
|
|
4596
|
-
"version": "0.1.
|
|
4710
|
+
"version": "0.1.92",
|
|
4597
4711
|
"descriptor": {
|
|
4598
4712
|
"packageVersion": 1,
|
|
4599
4713
|
"packageId": "@jskit-ai/ui-generator",
|
|
4600
|
-
"version": "0.1.
|
|
4714
|
+
"version": "0.1.92",
|
|
4601
4715
|
"kind": "generator",
|
|
4602
4716
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4603
4717
|
"options": {
|
|
@@ -5030,7 +5144,7 @@
|
|
|
5030
5144
|
"mutations": {
|
|
5031
5145
|
"dependencies": {
|
|
5032
5146
|
"runtime": {
|
|
5033
|
-
"@jskit-ai/users-web": "0.1.
|
|
5147
|
+
"@jskit-ai/users-web": "0.1.124"
|
|
5034
5148
|
},
|
|
5035
5149
|
"dev": {}
|
|
5036
5150
|
},
|
|
@@ -5045,11 +5159,11 @@
|
|
|
5045
5159
|
},
|
|
5046
5160
|
{
|
|
5047
5161
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5048
|
-
"version": "0.1.
|
|
5162
|
+
"version": "0.1.87",
|
|
5049
5163
|
"descriptor": {
|
|
5050
5164
|
"packageVersion": 1,
|
|
5051
5165
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5052
|
-
"version": "0.1.
|
|
5166
|
+
"version": "0.1.87",
|
|
5053
5167
|
"kind": "runtime",
|
|
5054
5168
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
5055
5169
|
"dependsOn": [
|
|
@@ -5113,7 +5227,7 @@
|
|
|
5113
5227
|
"mutations": {
|
|
5114
5228
|
"dependencies": {
|
|
5115
5229
|
"runtime": {
|
|
5116
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5230
|
+
"@jskit-ai/uploads-runtime": "0.1.87",
|
|
5117
5231
|
"@uppy/compressor": "^3.1.0",
|
|
5118
5232
|
"@uppy/core": "^5.2.0",
|
|
5119
5233
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5133,11 +5247,11 @@
|
|
|
5133
5247
|
},
|
|
5134
5248
|
{
|
|
5135
5249
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5136
|
-
"version": "0.1.
|
|
5250
|
+
"version": "0.1.87",
|
|
5137
5251
|
"descriptor": {
|
|
5138
5252
|
"packageVersion": 1,
|
|
5139
5253
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5140
|
-
"version": "0.1.
|
|
5254
|
+
"version": "0.1.87",
|
|
5141
5255
|
"kind": "runtime",
|
|
5142
5256
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
5143
5257
|
"dependsOn": [
|
|
@@ -5207,7 +5321,7 @@
|
|
|
5207
5321
|
"dependencies": {
|
|
5208
5322
|
"runtime": {
|
|
5209
5323
|
"@fastify/multipart": "^9.4.0",
|
|
5210
|
-
"@jskit-ai/kernel": "0.1.
|
|
5324
|
+
"@jskit-ai/kernel": "0.1.110"
|
|
5211
5325
|
},
|
|
5212
5326
|
"dev": {}
|
|
5213
5327
|
},
|
|
@@ -5222,11 +5336,11 @@
|
|
|
5222
5336
|
},
|
|
5223
5337
|
{
|
|
5224
5338
|
"packageId": "@jskit-ai/users-core",
|
|
5225
|
-
"version": "0.1.
|
|
5339
|
+
"version": "0.1.119",
|
|
5226
5340
|
"descriptor": {
|
|
5227
5341
|
"packageVersion": 1,
|
|
5228
5342
|
"packageId": "@jskit-ai/users-core",
|
|
5229
|
-
"version": "0.1.
|
|
5343
|
+
"version": "0.1.119",
|
|
5230
5344
|
"kind": "runtime",
|
|
5231
5345
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5232
5346
|
"dependsOn": [
|
|
@@ -5370,16 +5484,16 @@
|
|
|
5370
5484
|
"mutations": {
|
|
5371
5485
|
"dependencies": {
|
|
5372
5486
|
"runtime": {
|
|
5373
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5374
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5375
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5376
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5377
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5378
|
-
"@jskit-ai/kernel": "0.1.
|
|
5379
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5380
|
-
"@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",
|
|
5381
5495
|
"@local/users": "file:packages/users",
|
|
5382
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5496
|
+
"@jskit-ai/uploads-runtime": "0.1.87"
|
|
5383
5497
|
},
|
|
5384
5498
|
"dev": {}
|
|
5385
5499
|
},
|
|
@@ -5606,11 +5720,11 @@
|
|
|
5606
5720
|
},
|
|
5607
5721
|
{
|
|
5608
5722
|
"packageId": "@jskit-ai/users-web",
|
|
5609
|
-
"version": "0.1.
|
|
5723
|
+
"version": "0.1.124",
|
|
5610
5724
|
"descriptor": {
|
|
5611
5725
|
"packageVersion": 1,
|
|
5612
5726
|
"packageId": "@jskit-ai/users-web",
|
|
5613
|
-
"version": "0.1.
|
|
5727
|
+
"version": "0.1.124",
|
|
5614
5728
|
"kind": "runtime",
|
|
5615
5729
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5616
5730
|
"dependsOn": [
|
|
@@ -5913,12 +6027,12 @@
|
|
|
5913
6027
|
"dependencies": {
|
|
5914
6028
|
"runtime": {
|
|
5915
6029
|
"@mdi/js": "^7.4.47",
|
|
5916
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5917
|
-
"@jskit-ai/realtime": "0.1.
|
|
5918
|
-
"@jskit-ai/kernel": "0.1.
|
|
5919
|
-
"@jskit-ai/shell-web": "0.1.
|
|
5920
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
5921
|
-
"@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"
|
|
5922
6036
|
},
|
|
5923
6037
|
"dev": {}
|
|
5924
6038
|
},
|
|
@@ -6095,11 +6209,11 @@
|
|
|
6095
6209
|
},
|
|
6096
6210
|
{
|
|
6097
6211
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6098
|
-
"version": "0.1.
|
|
6212
|
+
"version": "0.1.85",
|
|
6099
6213
|
"descriptor": {
|
|
6100
6214
|
"packageVersion": 1,
|
|
6101
6215
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6102
|
-
"version": "0.1.
|
|
6216
|
+
"version": "0.1.85",
|
|
6103
6217
|
"kind": "runtime",
|
|
6104
6218
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6105
6219
|
"dependsOn": [
|
|
@@ -6245,10 +6359,10 @@
|
|
|
6245
6359
|
"mutations": {
|
|
6246
6360
|
"dependencies": {
|
|
6247
6361
|
"runtime": {
|
|
6248
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6249
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6250
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6251
|
-
"@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"
|
|
6252
6366
|
},
|
|
6253
6367
|
"dev": {}
|
|
6254
6368
|
},
|
|
@@ -6450,11 +6564,11 @@
|
|
|
6450
6564
|
},
|
|
6451
6565
|
{
|
|
6452
6566
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6453
|
-
"version": "0.1.
|
|
6567
|
+
"version": "0.1.86",
|
|
6454
6568
|
"descriptor": {
|
|
6455
6569
|
"packageVersion": 1,
|
|
6456
6570
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6457
|
-
"version": "0.1.
|
|
6571
|
+
"version": "0.1.86",
|
|
6458
6572
|
"kind": "runtime",
|
|
6459
6573
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6460
6574
|
"dependsOn": [
|
|
@@ -6711,9 +6825,9 @@
|
|
|
6711
6825
|
"mutations": {
|
|
6712
6826
|
"dependencies": {
|
|
6713
6827
|
"runtime": {
|
|
6714
|
-
"@jskit-ai/auth-web": "0.1.
|
|
6715
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6716
|
-
"@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"
|
|
6717
6831
|
},
|
|
6718
6832
|
"dev": {}
|
|
6719
6833
|
},
|