@jskit-ai/jskit-catalog 0.1.110 → 0.1.112
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 +245 -223
- 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.113",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.113",
|
|
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.80",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.80",
|
|
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.103",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.49",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.49",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.114",
|
|
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.75",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.75",
|
|
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.80",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.104",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.104",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.114",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.119"
|
|
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.103",
|
|
587
587
|
"descriptor": {
|
|
588
588
|
"packageVersion": 1,
|
|
589
589
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.103",
|
|
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.105",
|
|
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.4",
|
|
682
682
|
"descriptor": {
|
|
683
683
|
"packageVersion": 1,
|
|
684
684
|
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
685
|
-
"version": "0.1.
|
|
685
|
+
"version": "0.1.4",
|
|
686
686
|
"kind": "runtime",
|
|
687
687
|
"description": "Local auth provider with a file backend default and no database requirement.",
|
|
688
688
|
"dependsOn": [
|
|
@@ -722,13 +722,14 @@
|
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
724
|
"subpath": "./server/lib/index",
|
|
725
|
-
"summary": "Exports local auth service
|
|
725
|
+
"summary": "Exports local auth service, file backend helpers, and password strategy helpers."
|
|
726
726
|
}
|
|
727
727
|
],
|
|
728
728
|
"containerTokens": {
|
|
729
729
|
"server": [
|
|
730
730
|
"authService",
|
|
731
|
-
"auth.local.backend"
|
|
731
|
+
"auth.local.backend",
|
|
732
|
+
"auth.local.passwordStrategy"
|
|
732
733
|
],
|
|
733
734
|
"client": []
|
|
734
735
|
}
|
|
@@ -737,8 +738,8 @@
|
|
|
737
738
|
"mutations": {
|
|
738
739
|
"dependencies": {
|
|
739
740
|
"runtime": {
|
|
740
|
-
"@jskit-ai/auth-core": "0.1.
|
|
741
|
-
"@jskit-ai/kernel": "0.1.
|
|
741
|
+
"@jskit-ai/auth-core": "0.1.103",
|
|
742
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
742
743
|
"nodemailer": "^7.0.10",
|
|
743
744
|
"dotenv": "^16.4.5"
|
|
744
745
|
},
|
|
@@ -784,11 +785,11 @@
|
|
|
784
785
|
},
|
|
785
786
|
{
|
|
786
787
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
787
|
-
"version": "0.1.
|
|
788
|
+
"version": "0.1.103",
|
|
788
789
|
"descriptor": {
|
|
789
790
|
"packageVersion": 1,
|
|
790
791
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
791
|
-
"version": "0.1.
|
|
792
|
+
"version": "0.1.103",
|
|
792
793
|
"kind": "runtime",
|
|
793
794
|
"options": {
|
|
794
795
|
"auth-supabase-url": {
|
|
@@ -870,8 +871,8 @@
|
|
|
870
871
|
"mutations": {
|
|
871
872
|
"dependencies": {
|
|
872
873
|
"runtime": {
|
|
873
|
-
"@jskit-ai/auth-core": "0.1.
|
|
874
|
-
"@jskit-ai/kernel": "0.1.
|
|
874
|
+
"@jskit-ai/auth-core": "0.1.103",
|
|
875
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
875
876
|
"dotenv": "^16.4.5",
|
|
876
877
|
"@supabase/supabase-js": "^2.57.4",
|
|
877
878
|
"jose": "^6.1.0"
|
|
@@ -949,11 +950,11 @@
|
|
|
949
950
|
},
|
|
950
951
|
{
|
|
951
952
|
"packageId": "@jskit-ai/auth-web",
|
|
952
|
-
"version": "0.1.
|
|
953
|
+
"version": "0.1.105",
|
|
953
954
|
"descriptor": {
|
|
954
955
|
"packageVersion": 1,
|
|
955
956
|
"packageId": "@jskit-ai/auth-web",
|
|
956
|
-
"version": "0.1.
|
|
957
|
+
"version": "0.1.105",
|
|
957
958
|
"kind": "runtime",
|
|
958
959
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
959
960
|
"dependsOn": [
|
|
@@ -1222,10 +1223,10 @@
|
|
|
1222
1223
|
"dependencies": {
|
|
1223
1224
|
"runtime": {
|
|
1224
1225
|
"@mdi/js": "^7.4.47",
|
|
1225
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1226
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1227
|
-
"@jskit-ai/kernel": "0.1.
|
|
1228
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1226
|
+
"@jskit-ai/auth-core": "0.1.103",
|
|
1227
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
1228
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
1229
|
+
"@jskit-ai/shell-web": "0.1.104"
|
|
1229
1230
|
},
|
|
1230
1231
|
"dev": {}
|
|
1231
1232
|
},
|
|
@@ -1318,11 +1319,11 @@
|
|
|
1318
1319
|
},
|
|
1319
1320
|
{
|
|
1320
1321
|
"packageId": "@jskit-ai/console-core",
|
|
1321
|
-
"version": "0.1.
|
|
1322
|
+
"version": "0.1.67",
|
|
1322
1323
|
"descriptor": {
|
|
1323
1324
|
"packageVersion": 1,
|
|
1324
1325
|
"packageId": "@jskit-ai/console-core",
|
|
1325
|
-
"version": "0.1.
|
|
1326
|
+
"version": "0.1.67",
|
|
1326
1327
|
"kind": "runtime",
|
|
1327
1328
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1328
1329
|
"dependsOn": [
|
|
@@ -1406,12 +1407,12 @@
|
|
|
1406
1407
|
"mutations": {
|
|
1407
1408
|
"dependencies": {
|
|
1408
1409
|
"runtime": {
|
|
1409
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1410
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1411
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1412
|
-
"@jskit-ai/kernel": "0.1.
|
|
1413
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1414
|
-
"@jskit-ai/users-core": "0.1.
|
|
1410
|
+
"@jskit-ai/auth-core": "0.1.103",
|
|
1411
|
+
"@jskit-ai/database-runtime": "0.1.104",
|
|
1412
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
1413
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
1414
|
+
"@jskit-ai/resource-crud-core": "0.1.49",
|
|
1415
|
+
"@jskit-ai/users-core": "0.1.114"
|
|
1415
1416
|
},
|
|
1416
1417
|
"dev": {}
|
|
1417
1418
|
},
|
|
@@ -1436,11 +1437,11 @@
|
|
|
1436
1437
|
},
|
|
1437
1438
|
{
|
|
1438
1439
|
"packageId": "@jskit-ai/console-web",
|
|
1439
|
-
"version": "0.1.
|
|
1440
|
+
"version": "0.1.72",
|
|
1440
1441
|
"descriptor": {
|
|
1441
1442
|
"packageVersion": 1,
|
|
1442
1443
|
"packageId": "@jskit-ai/console-web",
|
|
1443
|
-
"version": "0.1.
|
|
1444
|
+
"version": "0.1.72",
|
|
1444
1445
|
"kind": "runtime",
|
|
1445
1446
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1446
1447
|
"dependsOn": [
|
|
@@ -1550,9 +1551,9 @@
|
|
|
1550
1551
|
"mutations": {
|
|
1551
1552
|
"dependencies": {
|
|
1552
1553
|
"runtime": {
|
|
1553
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1554
|
-
"@jskit-ai/console-core": "0.1.
|
|
1555
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1554
|
+
"@jskit-ai/auth-web": "0.1.105",
|
|
1555
|
+
"@jskit-ai/console-core": "0.1.67",
|
|
1556
|
+
"@jskit-ai/shell-web": "0.1.104"
|
|
1556
1557
|
},
|
|
1557
1558
|
"dev": {}
|
|
1558
1559
|
},
|
|
@@ -1659,11 +1660,11 @@
|
|
|
1659
1660
|
},
|
|
1660
1661
|
{
|
|
1661
1662
|
"packageId": "@jskit-ai/crud-core",
|
|
1662
|
-
"version": "0.1.
|
|
1663
|
+
"version": "0.1.112",
|
|
1663
1664
|
"descriptor": {
|
|
1664
1665
|
"packageVersion": 1,
|
|
1665
1666
|
"packageId": "@jskit-ai/crud-core",
|
|
1666
|
-
"version": "0.1.
|
|
1667
|
+
"version": "0.1.112",
|
|
1667
1668
|
"kind": "runtime",
|
|
1668
1669
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1669
1670
|
"dependsOn": [
|
|
@@ -1692,7 +1693,7 @@
|
|
|
1692
1693
|
"mutations": {
|
|
1693
1694
|
"dependencies": {
|
|
1694
1695
|
"runtime": {
|
|
1695
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1696
|
+
"@jskit-ai/crud-core": "0.1.112"
|
|
1696
1697
|
},
|
|
1697
1698
|
"dev": {}
|
|
1698
1699
|
},
|
|
@@ -1706,11 +1707,11 @@
|
|
|
1706
1707
|
},
|
|
1707
1708
|
{
|
|
1708
1709
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1709
|
-
"version": "0.1.
|
|
1710
|
+
"version": "0.1.112",
|
|
1710
1711
|
"descriptor": {
|
|
1711
1712
|
"packageVersion": 1,
|
|
1712
1713
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1713
|
-
"version": "0.1.
|
|
1714
|
+
"version": "0.1.112",
|
|
1714
1715
|
"kind": "generator",
|
|
1715
1716
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1716
1717
|
"options": {
|
|
@@ -1877,14 +1878,14 @@
|
|
|
1877
1878
|
"mutations": {
|
|
1878
1879
|
"dependencies": {
|
|
1879
1880
|
"runtime": {
|
|
1880
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1881
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1882
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1883
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1884
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
1885
|
-
"@jskit-ai/kernel": "0.1.
|
|
1886
|
-
"@jskit-ai/realtime": "0.1.
|
|
1887
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1881
|
+
"@jskit-ai/auth-core": "0.1.103",
|
|
1882
|
+
"@jskit-ai/crud-core": "0.1.112",
|
|
1883
|
+
"@jskit-ai/database-runtime": "0.1.104",
|
|
1884
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
1885
|
+
"@jskit-ai/json-rest-api-core": "0.1.49",
|
|
1886
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
1887
|
+
"@jskit-ai/realtime": "0.1.103",
|
|
1888
|
+
"@jskit-ai/resource-crud-core": "0.1.49",
|
|
1888
1889
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
1889
1890
|
},
|
|
1890
1891
|
"dev": {}
|
|
@@ -2016,11 +2017,11 @@
|
|
|
2016
2017
|
},
|
|
2017
2018
|
{
|
|
2018
2019
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2019
|
-
"version": "0.1.
|
|
2020
|
+
"version": "0.1.87",
|
|
2020
2021
|
"descriptor": {
|
|
2021
2022
|
"packageVersion": 1,
|
|
2022
2023
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2023
|
-
"version": "0.1.
|
|
2024
|
+
"version": "0.1.87",
|
|
2024
2025
|
"kind": "generator",
|
|
2025
2026
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
2026
2027
|
"options": {
|
|
@@ -2219,7 +2220,7 @@
|
|
|
2219
2220
|
"mutations": {
|
|
2220
2221
|
"dependencies": {
|
|
2221
2222
|
"runtime": {
|
|
2222
|
-
"@jskit-ai/users-web": "0.1.
|
|
2223
|
+
"@jskit-ai/users-web": "0.1.119"
|
|
2223
2224
|
},
|
|
2224
2225
|
"dev": {}
|
|
2225
2226
|
},
|
|
@@ -2478,11 +2479,11 @@
|
|
|
2478
2479
|
},
|
|
2479
2480
|
{
|
|
2480
2481
|
"packageId": "@jskit-ai/database-runtime",
|
|
2481
|
-
"version": "0.1.
|
|
2482
|
+
"version": "0.1.104",
|
|
2482
2483
|
"descriptor": {
|
|
2483
2484
|
"packageVersion": 1,
|
|
2484
2485
|
"packageId": "@jskit-ai/database-runtime",
|
|
2485
|
-
"version": "0.1.
|
|
2486
|
+
"version": "0.1.104",
|
|
2486
2487
|
"kind": "runtime",
|
|
2487
2488
|
"dependsOn": [
|
|
2488
2489
|
"@jskit-ai/kernel"
|
|
@@ -2539,7 +2540,7 @@
|
|
|
2539
2540
|
"mutations": {
|
|
2540
2541
|
"dependencies": {
|
|
2541
2542
|
"runtime": {
|
|
2542
|
-
"@jskit-ai/kernel": "0.1.
|
|
2543
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
2543
2544
|
"dotenv": "^16.4.5",
|
|
2544
2545
|
"knex": "^3.1.0"
|
|
2545
2546
|
},
|
|
@@ -2574,11 +2575,11 @@
|
|
|
2574
2575
|
},
|
|
2575
2576
|
{
|
|
2576
2577
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2577
|
-
"version": "0.1.
|
|
2578
|
+
"version": "0.1.103",
|
|
2578
2579
|
"descriptor": {
|
|
2579
2580
|
"packageVersion": 1,
|
|
2580
2581
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2581
|
-
"version": "0.1.
|
|
2582
|
+
"version": "0.1.103",
|
|
2582
2583
|
"kind": "runtime",
|
|
2583
2584
|
"options": {
|
|
2584
2585
|
"db-host": {
|
|
@@ -2668,7 +2669,7 @@
|
|
|
2668
2669
|
"mutations": {
|
|
2669
2670
|
"dependencies": {
|
|
2670
2671
|
"runtime": {
|
|
2671
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2672
|
+
"@jskit-ai/database-runtime": "0.1.104",
|
|
2672
2673
|
"mysql2": "^3.11.2"
|
|
2673
2674
|
},
|
|
2674
2675
|
"dev": {}
|
|
@@ -2739,11 +2740,11 @@
|
|
|
2739
2740
|
},
|
|
2740
2741
|
{
|
|
2741
2742
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2742
|
-
"version": "0.1.
|
|
2743
|
+
"version": "0.1.103",
|
|
2743
2744
|
"descriptor": {
|
|
2744
2745
|
"packageVersion": 1,
|
|
2745
2746
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2746
|
-
"version": "0.1.
|
|
2747
|
+
"version": "0.1.103",
|
|
2747
2748
|
"kind": "runtime",
|
|
2748
2749
|
"options": {
|
|
2749
2750
|
"db-host": {
|
|
@@ -2833,7 +2834,7 @@
|
|
|
2833
2834
|
"mutations": {
|
|
2834
2835
|
"dependencies": {
|
|
2835
2836
|
"runtime": {
|
|
2836
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2837
|
+
"@jskit-ai/database-runtime": "0.1.104",
|
|
2837
2838
|
"pg": "^8.13.1"
|
|
2838
2839
|
},
|
|
2839
2840
|
"dev": {}
|
|
@@ -2904,11 +2905,11 @@
|
|
|
2904
2905
|
},
|
|
2905
2906
|
{
|
|
2906
2907
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2907
|
-
"version": "0.1.
|
|
2908
|
+
"version": "0.1.46",
|
|
2908
2909
|
"descriptor": {
|
|
2909
2910
|
"packageVersion": 1,
|
|
2910
2911
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2911
|
-
"version": "0.1.
|
|
2912
|
+
"version": "0.1.46",
|
|
2912
2913
|
"kind": "generator",
|
|
2913
2914
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
2914
2915
|
"options": {
|
|
@@ -3093,7 +3094,7 @@
|
|
|
3093
3094
|
"equals": "json-rest"
|
|
3094
3095
|
}
|
|
3095
3096
|
},
|
|
3096
|
-
"@jskit-ai/kernel": "0.1.
|
|
3097
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
3097
3098
|
"json-rest-schema": "1.x.x",
|
|
3098
3099
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
3099
3100
|
},
|
|
@@ -3206,11 +3207,11 @@
|
|
|
3206
3207
|
},
|
|
3207
3208
|
{
|
|
3208
3209
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3209
|
-
"version": "0.1.
|
|
3210
|
+
"version": "0.1.41",
|
|
3210
3211
|
"descriptor": {
|
|
3211
3212
|
"packageVersion": 1,
|
|
3212
3213
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3213
|
-
"version": "0.1.
|
|
3214
|
+
"version": "0.1.41",
|
|
3214
3215
|
"kind": "runtime",
|
|
3215
3216
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3216
3217
|
"dependsOn": [
|
|
@@ -3337,14 +3338,14 @@
|
|
|
3337
3338
|
"mutations": {
|
|
3338
3339
|
"dependencies": {
|
|
3339
3340
|
"runtime": {
|
|
3340
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3341
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3342
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3343
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3344
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3345
|
-
"@jskit-ai/kernel": "0.1.
|
|
3346
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3347
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3341
|
+
"@jskit-ai/auth-core": "0.1.103",
|
|
3342
|
+
"@jskit-ai/crud-core": "0.1.112",
|
|
3343
|
+
"@jskit-ai/database-runtime": "0.1.104",
|
|
3344
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
3345
|
+
"@jskit-ai/json-rest-api-core": "0.1.49",
|
|
3346
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
3347
|
+
"@jskit-ai/resource-crud-core": "0.1.49",
|
|
3348
|
+
"@jskit-ai/workspaces-core": "0.1.80"
|
|
3348
3349
|
},
|
|
3349
3350
|
"dev": {}
|
|
3350
3351
|
},
|
|
@@ -3396,11 +3397,11 @@
|
|
|
3396
3397
|
},
|
|
3397
3398
|
{
|
|
3398
3399
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3399
|
-
"version": "0.1.
|
|
3400
|
+
"version": "0.1.41",
|
|
3400
3401
|
"descriptor": {
|
|
3401
3402
|
"packageVersion": 1,
|
|
3402
3403
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3403
|
-
"version": "0.1.
|
|
3404
|
+
"version": "0.1.41",
|
|
3404
3405
|
"kind": "runtime",
|
|
3405
3406
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3406
3407
|
"dependsOn": [
|
|
@@ -3447,10 +3448,10 @@
|
|
|
3447
3448
|
"mutations": {
|
|
3448
3449
|
"dependencies": {
|
|
3449
3450
|
"runtime": {
|
|
3450
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3451
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3452
|
-
"@jskit-ai/kernel": "0.1.
|
|
3453
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3451
|
+
"@jskit-ai/google-rewarded-core": "0.1.41",
|
|
3452
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
3453
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
3454
|
+
"@jskit-ai/shell-web": "0.1.104"
|
|
3454
3455
|
},
|
|
3455
3456
|
"dev": {}
|
|
3456
3457
|
},
|
|
@@ -3468,11 +3469,11 @@
|
|
|
3468
3469
|
},
|
|
3469
3470
|
{
|
|
3470
3471
|
"packageId": "@jskit-ai/http-runtime",
|
|
3471
|
-
"version": "0.1.
|
|
3472
|
+
"version": "0.1.103",
|
|
3472
3473
|
"descriptor": {
|
|
3473
3474
|
"packageVersion": 1,
|
|
3474
3475
|
"packageId": "@jskit-ai/http-runtime",
|
|
3475
|
-
"version": "0.1.
|
|
3476
|
+
"version": "0.1.103",
|
|
3476
3477
|
"kind": "runtime",
|
|
3477
3478
|
"dependsOn": [],
|
|
3478
3479
|
"capabilities": {
|
|
@@ -3538,7 +3539,7 @@
|
|
|
3538
3539
|
"mutations": {
|
|
3539
3540
|
"dependencies": {
|
|
3540
3541
|
"runtime": {
|
|
3541
|
-
"@jskit-ai/kernel": "0.1.
|
|
3542
|
+
"@jskit-ai/kernel": "0.1.105"
|
|
3542
3543
|
},
|
|
3543
3544
|
"dev": {}
|
|
3544
3545
|
},
|
|
@@ -3552,11 +3553,11 @@
|
|
|
3552
3553
|
},
|
|
3553
3554
|
{
|
|
3554
3555
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3555
|
-
"version": "0.1.
|
|
3556
|
+
"version": "0.1.49",
|
|
3556
3557
|
"descriptor": {
|
|
3557
3558
|
"packageVersion": 1,
|
|
3558
3559
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3559
|
-
"version": "0.1.
|
|
3560
|
+
"version": "0.1.49",
|
|
3560
3561
|
"kind": "runtime",
|
|
3561
3562
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3562
3563
|
"dependsOn": [
|
|
@@ -3616,11 +3617,11 @@
|
|
|
3616
3617
|
},
|
|
3617
3618
|
{
|
|
3618
3619
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3619
|
-
"version": "0.1.
|
|
3620
|
+
"version": "0.1.41",
|
|
3620
3621
|
"descriptor": {
|
|
3621
3622
|
"packageVersion": 1,
|
|
3622
3623
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3623
|
-
"version": "0.1.
|
|
3624
|
+
"version": "0.1.41",
|
|
3624
3625
|
"kind": "runtime",
|
|
3625
3626
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3626
3627
|
"dependsOn": [
|
|
@@ -3683,8 +3684,8 @@
|
|
|
3683
3684
|
"@capacitor/app": "^7.1.0",
|
|
3684
3685
|
"@capacitor/browser": "^7.0.1",
|
|
3685
3686
|
"@capacitor/core": "^7.4.3",
|
|
3686
|
-
"@jskit-ai/kernel": "0.1.
|
|
3687
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3687
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
3688
|
+
"@jskit-ai/shell-web": "0.1.104"
|
|
3688
3689
|
},
|
|
3689
3690
|
"dev": {
|
|
3690
3691
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3736,11 +3737,11 @@
|
|
|
3736
3737
|
},
|
|
3737
3738
|
{
|
|
3738
3739
|
"packageId": "@jskit-ai/realtime",
|
|
3739
|
-
"version": "0.1.
|
|
3740
|
+
"version": "0.1.103",
|
|
3740
3741
|
"descriptor": {
|
|
3741
3742
|
"packageVersion": 1,
|
|
3742
3743
|
"packageId": "@jskit-ai/realtime",
|
|
3743
|
-
"version": "0.1.
|
|
3744
|
+
"version": "0.1.103",
|
|
3744
3745
|
"kind": "runtime",
|
|
3745
3746
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3746
3747
|
"options": {
|
|
@@ -3836,7 +3837,7 @@
|
|
|
3836
3837
|
"mutations": {
|
|
3837
3838
|
"dependencies": {
|
|
3838
3839
|
"runtime": {
|
|
3839
|
-
"@jskit-ai/kernel": "0.1.
|
|
3840
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
3840
3841
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3841
3842
|
"redis": "^5.8.2",
|
|
3842
3843
|
"socket.io": "^4.8.3",
|
|
@@ -3885,11 +3886,11 @@
|
|
|
3885
3886
|
},
|
|
3886
3887
|
{
|
|
3887
3888
|
"packageId": "@jskit-ai/resource-core",
|
|
3888
|
-
"version": "0.1.
|
|
3889
|
+
"version": "0.1.49",
|
|
3889
3890
|
"descriptor": {
|
|
3890
3891
|
"packageVersion": 1,
|
|
3891
3892
|
"packageId": "@jskit-ai/resource-core",
|
|
3892
|
-
"version": "0.1.
|
|
3893
|
+
"version": "0.1.49",
|
|
3893
3894
|
"kind": "runtime",
|
|
3894
3895
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
3895
3896
|
"dependsOn": [
|
|
@@ -3912,7 +3913,7 @@
|
|
|
3912
3913
|
"mutations": {
|
|
3913
3914
|
"dependencies": {
|
|
3914
3915
|
"runtime": {
|
|
3915
|
-
"@jskit-ai/resource-core": "0.1.
|
|
3916
|
+
"@jskit-ai/resource-core": "0.1.49"
|
|
3916
3917
|
},
|
|
3917
3918
|
"dev": {}
|
|
3918
3919
|
},
|
|
@@ -3927,11 +3928,11 @@
|
|
|
3927
3928
|
},
|
|
3928
3929
|
{
|
|
3929
3930
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3930
|
-
"version": "0.1.
|
|
3931
|
+
"version": "0.1.49",
|
|
3931
3932
|
"descriptor": {
|
|
3932
3933
|
"packageVersion": 1,
|
|
3933
3934
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3934
|
-
"version": "0.1.
|
|
3935
|
+
"version": "0.1.49",
|
|
3935
3936
|
"kind": "runtime",
|
|
3936
3937
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
3937
3938
|
"dependsOn": [
|
|
@@ -3955,7 +3956,7 @@
|
|
|
3955
3956
|
"mutations": {
|
|
3956
3957
|
"dependencies": {
|
|
3957
3958
|
"runtime": {
|
|
3958
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3959
|
+
"@jskit-ai/resource-crud-core": "0.1.49"
|
|
3959
3960
|
},
|
|
3960
3961
|
"dev": {}
|
|
3961
3962
|
},
|
|
@@ -3970,11 +3971,11 @@
|
|
|
3970
3971
|
},
|
|
3971
3972
|
{
|
|
3972
3973
|
"packageId": "@jskit-ai/shell-web",
|
|
3973
|
-
"version": "0.1.
|
|
3974
|
+
"version": "0.1.104",
|
|
3974
3975
|
"descriptor": {
|
|
3975
3976
|
"packageVersion": 1,
|
|
3976
3977
|
"packageId": "@jskit-ai/shell-web",
|
|
3977
|
-
"version": "0.1.
|
|
3978
|
+
"version": "0.1.104",
|
|
3978
3979
|
"kind": "runtime",
|
|
3979
3980
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
3980
3981
|
"dependsOn": [],
|
|
@@ -4316,7 +4317,7 @@
|
|
|
4316
4317
|
"dependencies": {
|
|
4317
4318
|
"runtime": {
|
|
4318
4319
|
"@mdi/js": "^7.4.47",
|
|
4319
|
-
"@jskit-ai/kernel": "0.1.
|
|
4320
|
+
"@jskit-ai/kernel": "0.1.105"
|
|
4320
4321
|
},
|
|
4321
4322
|
"dev": {}
|
|
4322
4323
|
},
|
|
@@ -4327,63 +4328,70 @@
|
|
|
4327
4328
|
}
|
|
4328
4329
|
},
|
|
4329
4330
|
"procfile": {},
|
|
4330
|
-
"text": [
|
|
4331
|
+
"text": [],
|
|
4332
|
+
"source": [
|
|
4331
4333
|
{
|
|
4332
|
-
"op": "
|
|
4334
|
+
"op": "ensure-import",
|
|
4333
4335
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
4334
|
-
"
|
|
4335
|
-
"
|
|
4336
|
-
"value": "import MenuLinkItem from \"/src/components/menus/MenuLinkItem.vue\";\n",
|
|
4336
|
+
"defaultImport": "MenuLinkItem",
|
|
4337
|
+
"from": "/src/components/menus/MenuLinkItem.vue",
|
|
4337
4338
|
"reason": "Bind app-owned shell menu link-item scaffold into local main client provider imports.",
|
|
4338
4339
|
"category": "shell-web",
|
|
4339
4340
|
"id": "shell-web-main-client-provider-menu-link-item-import"
|
|
4340
4341
|
},
|
|
4341
4342
|
{
|
|
4342
|
-
"op": "
|
|
4343
|
+
"op": "ensure-import",
|
|
4343
4344
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
4344
|
-
"
|
|
4345
|
-
"
|
|
4346
|
-
"value": "import SurfaceAwareMenuLinkItem from \"/src/components/menus/SurfaceAwareMenuLinkItem.vue\";\n",
|
|
4345
|
+
"defaultImport": "SurfaceAwareMenuLinkItem",
|
|
4346
|
+
"from": "/src/components/menus/SurfaceAwareMenuLinkItem.vue",
|
|
4347
4347
|
"reason": "Bind app-owned shell surface-aware menu link-item scaffold into local main client provider imports.",
|
|
4348
4348
|
"category": "shell-web",
|
|
4349
4349
|
"id": "shell-web-main-client-provider-surface-aware-menu-link-item-import"
|
|
4350
4350
|
},
|
|
4351
4351
|
{
|
|
4352
|
-
"op": "
|
|
4352
|
+
"op": "ensure-import",
|
|
4353
4353
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
4354
|
-
"
|
|
4355
|
-
"
|
|
4356
|
-
"value": "import TabLinkItem from \"/src/components/menus/TabLinkItem.vue\";\n",
|
|
4354
|
+
"defaultImport": "TabLinkItem",
|
|
4355
|
+
"from": "/src/components/menus/TabLinkItem.vue",
|
|
4357
4356
|
"reason": "Bind app-owned shell tab link-item scaffold into local main client provider imports.",
|
|
4358
4357
|
"category": "shell-web",
|
|
4359
4358
|
"id": "shell-web-main-client-provider-tab-link-item-import"
|
|
4360
4359
|
},
|
|
4361
4360
|
{
|
|
4362
|
-
"op": "
|
|
4361
|
+
"op": "ensure-call",
|
|
4363
4362
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
4364
|
-
"
|
|
4365
|
-
"
|
|
4366
|
-
|
|
4363
|
+
"callee": "registerMainClientComponent",
|
|
4364
|
+
"args": [
|
|
4365
|
+
"\"local.main.ui.menu-link-item\"",
|
|
4366
|
+
"() => MenuLinkItem"
|
|
4367
|
+
],
|
|
4368
|
+
"beforeClass": "MainClientProvider",
|
|
4367
4369
|
"reason": "Bind app-owned shell menu link-item token into local main client provider registry.",
|
|
4368
4370
|
"category": "shell-web",
|
|
4369
4371
|
"id": "shell-web-main-client-provider-menu-link-item-register"
|
|
4370
4372
|
},
|
|
4371
4373
|
{
|
|
4372
|
-
"op": "
|
|
4374
|
+
"op": "ensure-call",
|
|
4373
4375
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
4374
|
-
"
|
|
4375
|
-
"
|
|
4376
|
-
|
|
4376
|
+
"callee": "registerMainClientComponent",
|
|
4377
|
+
"args": [
|
|
4378
|
+
"\"local.main.ui.surface-aware-menu-link-item\"",
|
|
4379
|
+
"() => SurfaceAwareMenuLinkItem"
|
|
4380
|
+
],
|
|
4381
|
+
"beforeClass": "MainClientProvider",
|
|
4377
4382
|
"reason": "Bind app-owned shell surface-aware menu link-item token into local main client provider registry.",
|
|
4378
4383
|
"category": "shell-web",
|
|
4379
4384
|
"id": "shell-web-main-client-provider-surface-aware-menu-link-item-register"
|
|
4380
4385
|
},
|
|
4381
4386
|
{
|
|
4382
|
-
"op": "
|
|
4387
|
+
"op": "ensure-call",
|
|
4383
4388
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
4384
|
-
"
|
|
4385
|
-
"
|
|
4386
|
-
|
|
4389
|
+
"callee": "registerMainClientComponent",
|
|
4390
|
+
"args": [
|
|
4391
|
+
"\"local.main.ui.tab-link-item\"",
|
|
4392
|
+
"() => TabLinkItem"
|
|
4393
|
+
],
|
|
4394
|
+
"beforeClass": "MainClientProvider",
|
|
4387
4395
|
"reason": "Bind app-owned shell tab link-item token into local main client provider registry.",
|
|
4388
4396
|
"category": "shell-web",
|
|
4389
4397
|
"id": "shell-web-main-client-provider-tab-link-item-register"
|
|
@@ -4516,11 +4524,11 @@
|
|
|
4516
4524
|
},
|
|
4517
4525
|
{
|
|
4518
4526
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4519
|
-
"version": "0.1.
|
|
4527
|
+
"version": "0.1.103",
|
|
4520
4528
|
"descriptor": {
|
|
4521
4529
|
"packageVersion": 1,
|
|
4522
4530
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4523
|
-
"version": "0.1.
|
|
4531
|
+
"version": "0.1.103",
|
|
4524
4532
|
"kind": "runtime",
|
|
4525
4533
|
"dependsOn": [
|
|
4526
4534
|
"@jskit-ai/kernel"
|
|
@@ -4569,7 +4577,7 @@
|
|
|
4569
4577
|
"mutations": {
|
|
4570
4578
|
"dependencies": {
|
|
4571
4579
|
"runtime": {
|
|
4572
|
-
"@jskit-ai/kernel": "0.1.
|
|
4580
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
4573
4581
|
"unstorage": "^1.17.3"
|
|
4574
4582
|
},
|
|
4575
4583
|
"dev": {}
|
|
@@ -4585,11 +4593,11 @@
|
|
|
4585
4593
|
},
|
|
4586
4594
|
{
|
|
4587
4595
|
"packageId": "@jskit-ai/ui-generator",
|
|
4588
|
-
"version": "0.1.
|
|
4596
|
+
"version": "0.1.87",
|
|
4589
4597
|
"descriptor": {
|
|
4590
4598
|
"packageVersion": 1,
|
|
4591
4599
|
"packageId": "@jskit-ai/ui-generator",
|
|
4592
|
-
"version": "0.1.
|
|
4600
|
+
"version": "0.1.87",
|
|
4593
4601
|
"kind": "generator",
|
|
4594
4602
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4595
4603
|
"options": {
|
|
@@ -5022,7 +5030,7 @@
|
|
|
5022
5030
|
"mutations": {
|
|
5023
5031
|
"dependencies": {
|
|
5024
5032
|
"runtime": {
|
|
5025
|
-
"@jskit-ai/users-web": "0.1.
|
|
5033
|
+
"@jskit-ai/users-web": "0.1.119"
|
|
5026
5034
|
},
|
|
5027
5035
|
"dev": {}
|
|
5028
5036
|
},
|
|
@@ -5037,11 +5045,11 @@
|
|
|
5037
5045
|
},
|
|
5038
5046
|
{
|
|
5039
5047
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5040
|
-
"version": "0.1.
|
|
5048
|
+
"version": "0.1.82",
|
|
5041
5049
|
"descriptor": {
|
|
5042
5050
|
"packageVersion": 1,
|
|
5043
5051
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5044
|
-
"version": "0.1.
|
|
5052
|
+
"version": "0.1.82",
|
|
5045
5053
|
"kind": "runtime",
|
|
5046
5054
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
5047
5055
|
"dependsOn": [
|
|
@@ -5105,7 +5113,7 @@
|
|
|
5105
5113
|
"mutations": {
|
|
5106
5114
|
"dependencies": {
|
|
5107
5115
|
"runtime": {
|
|
5108
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5116
|
+
"@jskit-ai/uploads-runtime": "0.1.82",
|
|
5109
5117
|
"@uppy/compressor": "^3.1.0",
|
|
5110
5118
|
"@uppy/core": "^5.2.0",
|
|
5111
5119
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5125,11 +5133,11 @@
|
|
|
5125
5133
|
},
|
|
5126
5134
|
{
|
|
5127
5135
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5128
|
-
"version": "0.1.
|
|
5136
|
+
"version": "0.1.82",
|
|
5129
5137
|
"descriptor": {
|
|
5130
5138
|
"packageVersion": 1,
|
|
5131
5139
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5132
|
-
"version": "0.1.
|
|
5140
|
+
"version": "0.1.82",
|
|
5133
5141
|
"kind": "runtime",
|
|
5134
5142
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
5135
5143
|
"dependsOn": [
|
|
@@ -5199,7 +5207,7 @@
|
|
|
5199
5207
|
"dependencies": {
|
|
5200
5208
|
"runtime": {
|
|
5201
5209
|
"@fastify/multipart": "^9.4.0",
|
|
5202
|
-
"@jskit-ai/kernel": "0.1.
|
|
5210
|
+
"@jskit-ai/kernel": "0.1.105"
|
|
5203
5211
|
},
|
|
5204
5212
|
"dev": {}
|
|
5205
5213
|
},
|
|
@@ -5214,11 +5222,11 @@
|
|
|
5214
5222
|
},
|
|
5215
5223
|
{
|
|
5216
5224
|
"packageId": "@jskit-ai/users-core",
|
|
5217
|
-
"version": "0.1.
|
|
5225
|
+
"version": "0.1.114",
|
|
5218
5226
|
"descriptor": {
|
|
5219
5227
|
"packageVersion": 1,
|
|
5220
5228
|
"packageId": "@jskit-ai/users-core",
|
|
5221
|
-
"version": "0.1.
|
|
5229
|
+
"version": "0.1.114",
|
|
5222
5230
|
"kind": "runtime",
|
|
5223
5231
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5224
5232
|
"dependsOn": [
|
|
@@ -5362,16 +5370,16 @@
|
|
|
5362
5370
|
"mutations": {
|
|
5363
5371
|
"dependencies": {
|
|
5364
5372
|
"runtime": {
|
|
5365
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5366
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5367
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5368
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5369
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5370
|
-
"@jskit-ai/kernel": "0.1.
|
|
5371
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5372
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5373
|
+
"@jskit-ai/auth-core": "0.1.103",
|
|
5374
|
+
"@jskit-ai/crud-core": "0.1.112",
|
|
5375
|
+
"@jskit-ai/database-runtime": "0.1.104",
|
|
5376
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
5377
|
+
"@jskit-ai/json-rest-api-core": "0.1.49",
|
|
5378
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
5379
|
+
"@jskit-ai/resource-core": "0.1.49",
|
|
5380
|
+
"@jskit-ai/resource-crud-core": "0.1.49",
|
|
5373
5381
|
"@local/users": "file:packages/users",
|
|
5374
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5382
|
+
"@jskit-ai/uploads-runtime": "0.1.82"
|
|
5375
5383
|
},
|
|
5376
5384
|
"dev": {}
|
|
5377
5385
|
},
|
|
@@ -5589,11 +5597,11 @@
|
|
|
5589
5597
|
},
|
|
5590
5598
|
{
|
|
5591
5599
|
"packageId": "@jskit-ai/users-web",
|
|
5592
|
-
"version": "0.1.
|
|
5600
|
+
"version": "0.1.119",
|
|
5593
5601
|
"descriptor": {
|
|
5594
5602
|
"packageVersion": 1,
|
|
5595
5603
|
"packageId": "@jskit-ai/users-web",
|
|
5596
|
-
"version": "0.1.
|
|
5604
|
+
"version": "0.1.119",
|
|
5597
5605
|
"kind": "runtime",
|
|
5598
5606
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5599
5607
|
"dependsOn": [
|
|
@@ -5896,12 +5904,12 @@
|
|
|
5896
5904
|
"dependencies": {
|
|
5897
5905
|
"runtime": {
|
|
5898
5906
|
"@mdi/js": "^7.4.47",
|
|
5899
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5900
|
-
"@jskit-ai/realtime": "0.1.
|
|
5901
|
-
"@jskit-ai/kernel": "0.1.
|
|
5902
|
-
"@jskit-ai/shell-web": "0.1.
|
|
5903
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
5904
|
-
"@jskit-ai/users-core": "0.1.
|
|
5907
|
+
"@jskit-ai/http-runtime": "0.1.103",
|
|
5908
|
+
"@jskit-ai/realtime": "0.1.103",
|
|
5909
|
+
"@jskit-ai/kernel": "0.1.105",
|
|
5910
|
+
"@jskit-ai/shell-web": "0.1.104",
|
|
5911
|
+
"@jskit-ai/uploads-image-web": "0.1.82",
|
|
5912
|
+
"@jskit-ai/users-core": "0.1.114"
|
|
5905
5913
|
},
|
|
5906
5914
|
"dev": {}
|
|
5907
5915
|
},
|
|
@@ -6003,63 +6011,71 @@
|
|
|
6003
6011
|
"reason": "Append users-web account settings semantic topology into app-owned placement topology.",
|
|
6004
6012
|
"category": "users-web",
|
|
6005
6013
|
"id": "users-web-account-settings-topology"
|
|
6006
|
-
}
|
|
6014
|
+
}
|
|
6015
|
+
],
|
|
6016
|
+
"source": [
|
|
6007
6017
|
{
|
|
6008
|
-
"op": "
|
|
6018
|
+
"op": "ensure-import",
|
|
6009
6019
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6010
|
-
"
|
|
6011
|
-
"
|
|
6012
|
-
"value": "import AccountSettingsProfileSection from \"/src/components/account/settings/AccountSettingsProfileSection.vue\";\n",
|
|
6020
|
+
"defaultImport": "AccountSettingsProfileSection",
|
|
6021
|
+
"from": "/src/components/account/settings/AccountSettingsProfileSection.vue",
|
|
6013
6022
|
"reason": "Bind the app-owned account profile settings section into local main client provider imports.",
|
|
6014
6023
|
"category": "users-web",
|
|
6015
6024
|
"id": "users-web-main-client-provider-account-settings-profile-import"
|
|
6016
6025
|
},
|
|
6017
6026
|
{
|
|
6018
|
-
"op": "
|
|
6027
|
+
"op": "ensure-import",
|
|
6019
6028
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6020
|
-
"
|
|
6021
|
-
"
|
|
6022
|
-
"value": "import AccountSettingsPreferencesSection from \"/src/components/account/settings/AccountSettingsPreferencesSection.vue\";\n",
|
|
6029
|
+
"defaultImport": "AccountSettingsPreferencesSection",
|
|
6030
|
+
"from": "/src/components/account/settings/AccountSettingsPreferencesSection.vue",
|
|
6023
6031
|
"reason": "Bind the app-owned account preferences settings section into local main client provider imports.",
|
|
6024
6032
|
"category": "users-web",
|
|
6025
6033
|
"id": "users-web-main-client-provider-account-settings-preferences-import"
|
|
6026
6034
|
},
|
|
6027
6035
|
{
|
|
6028
|
-
"op": "
|
|
6036
|
+
"op": "ensure-import",
|
|
6029
6037
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6030
|
-
"
|
|
6031
|
-
"
|
|
6032
|
-
"value": "import AccountSettingsNotificationsSection from \"/src/components/account/settings/AccountSettingsNotificationsSection.vue\";\n",
|
|
6038
|
+
"defaultImport": "AccountSettingsNotificationsSection",
|
|
6039
|
+
"from": "/src/components/account/settings/AccountSettingsNotificationsSection.vue",
|
|
6033
6040
|
"reason": "Bind the app-owned account notifications settings section into local main client provider imports.",
|
|
6034
6041
|
"category": "users-web",
|
|
6035
6042
|
"id": "users-web-main-client-provider-account-settings-notifications-import"
|
|
6036
6043
|
},
|
|
6037
6044
|
{
|
|
6038
|
-
"op": "
|
|
6045
|
+
"op": "ensure-call",
|
|
6039
6046
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6040
|
-
"
|
|
6041
|
-
"
|
|
6042
|
-
|
|
6047
|
+
"callee": "registerMainClientComponent",
|
|
6048
|
+
"args": [
|
|
6049
|
+
"\"local.main.account-settings.section.profile\"",
|
|
6050
|
+
"() => AccountSettingsProfileSection"
|
|
6051
|
+
],
|
|
6052
|
+
"beforeClass": "MainClientProvider",
|
|
6043
6053
|
"reason": "Bind the app-owned account profile settings section token into local main client provider registry.",
|
|
6044
6054
|
"category": "users-web",
|
|
6045
6055
|
"id": "users-web-main-client-provider-account-settings-profile-register"
|
|
6046
6056
|
},
|
|
6047
6057
|
{
|
|
6048
|
-
"op": "
|
|
6058
|
+
"op": "ensure-call",
|
|
6049
6059
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6050
|
-
"
|
|
6051
|
-
"
|
|
6052
|
-
|
|
6060
|
+
"callee": "registerMainClientComponent",
|
|
6061
|
+
"args": [
|
|
6062
|
+
"\"local.main.account-settings.section.preferences\"",
|
|
6063
|
+
"() => AccountSettingsPreferencesSection"
|
|
6064
|
+
],
|
|
6065
|
+
"beforeClass": "MainClientProvider",
|
|
6053
6066
|
"reason": "Bind the app-owned account preferences settings section token into local main client provider registry.",
|
|
6054
6067
|
"category": "users-web",
|
|
6055
6068
|
"id": "users-web-main-client-provider-account-settings-preferences-register"
|
|
6056
6069
|
},
|
|
6057
6070
|
{
|
|
6058
|
-
"op": "
|
|
6071
|
+
"op": "ensure-call",
|
|
6059
6072
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6060
|
-
"
|
|
6061
|
-
"
|
|
6062
|
-
|
|
6073
|
+
"callee": "registerMainClientComponent",
|
|
6074
|
+
"args": [
|
|
6075
|
+
"\"local.main.account-settings.section.notifications\"",
|
|
6076
|
+
"() => AccountSettingsNotificationsSection"
|
|
6077
|
+
],
|
|
6078
|
+
"beforeClass": "MainClientProvider",
|
|
6063
6079
|
"reason": "Bind the app-owned account notifications settings section token into local main client provider registry.",
|
|
6064
6080
|
"category": "users-web",
|
|
6065
6081
|
"id": "users-web-main-client-provider-account-settings-notifications-register"
|
|
@@ -6070,11 +6086,11 @@
|
|
|
6070
6086
|
},
|
|
6071
6087
|
{
|
|
6072
6088
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6073
|
-
"version": "0.1.
|
|
6089
|
+
"version": "0.1.80",
|
|
6074
6090
|
"descriptor": {
|
|
6075
6091
|
"packageVersion": 1,
|
|
6076
6092
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6077
|
-
"version": "0.1.
|
|
6093
|
+
"version": "0.1.80",
|
|
6078
6094
|
"kind": "runtime",
|
|
6079
6095
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6080
6096
|
"dependsOn": [
|
|
@@ -6215,10 +6231,10 @@
|
|
|
6215
6231
|
"mutations": {
|
|
6216
6232
|
"dependencies": {
|
|
6217
6233
|
"runtime": {
|
|
6218
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6219
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6220
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6221
|
-
"@jskit-ai/users-core": "0.1.
|
|
6234
|
+
"@jskit-ai/json-rest-api-core": "0.1.49",
|
|
6235
|
+
"@jskit-ai/resource-core": "0.1.49",
|
|
6236
|
+
"@jskit-ai/resource-crud-core": "0.1.49",
|
|
6237
|
+
"@jskit-ai/users-core": "0.1.114"
|
|
6222
6238
|
},
|
|
6223
6239
|
"dev": {}
|
|
6224
6240
|
},
|
|
@@ -6390,11 +6406,11 @@
|
|
|
6390
6406
|
},
|
|
6391
6407
|
{
|
|
6392
6408
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6393
|
-
"version": "0.1.
|
|
6409
|
+
"version": "0.1.81",
|
|
6394
6410
|
"descriptor": {
|
|
6395
6411
|
"packageVersion": 1,
|
|
6396
6412
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6397
|
-
"version": "0.1.
|
|
6413
|
+
"version": "0.1.81",
|
|
6398
6414
|
"kind": "runtime",
|
|
6399
6415
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6400
6416
|
"dependsOn": [
|
|
@@ -6646,8 +6662,8 @@
|
|
|
6646
6662
|
"mutations": {
|
|
6647
6663
|
"dependencies": {
|
|
6648
6664
|
"runtime": {
|
|
6649
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6650
|
-
"@jskit-ai/users-web": "0.1.
|
|
6665
|
+
"@jskit-ai/workspaces-core": "0.1.80",
|
|
6666
|
+
"@jskit-ai/users-web": "0.1.119"
|
|
6651
6667
|
},
|
|
6652
6668
|
"dev": {}
|
|
6653
6669
|
},
|
|
@@ -6877,43 +6893,49 @@
|
|
|
6877
6893
|
"workspaces"
|
|
6878
6894
|
]
|
|
6879
6895
|
}
|
|
6880
|
-
}
|
|
6896
|
+
}
|
|
6897
|
+
],
|
|
6898
|
+
"source": [
|
|
6881
6899
|
{
|
|
6882
|
-
"op": "
|
|
6900
|
+
"op": "ensure-import",
|
|
6883
6901
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6884
|
-
"
|
|
6885
|
-
"
|
|
6886
|
-
"value": "import AccountPendingInvitesCue from \"../components/AccountPendingInvitesCue.vue\";\n",
|
|
6902
|
+
"defaultImport": "AccountPendingInvitesCue",
|
|
6903
|
+
"from": "../components/AccountPendingInvitesCue.vue",
|
|
6887
6904
|
"reason": "Bind app-owned account pending invites cue component into local main client provider imports.",
|
|
6888
6905
|
"category": "workspaces-web",
|
|
6889
6906
|
"id": "users-web-main-client-provider-account-invites-import"
|
|
6890
6907
|
},
|
|
6891
6908
|
{
|
|
6892
|
-
"op": "
|
|
6909
|
+
"op": "ensure-import",
|
|
6893
6910
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6894
|
-
"
|
|
6895
|
-
"
|
|
6896
|
-
"value": "import AccountSettingsInvitesSection from \"../components/AccountSettingsInvitesSection.vue\";\n",
|
|
6911
|
+
"defaultImport": "AccountSettingsInvitesSection",
|
|
6912
|
+
"from": "../components/AccountSettingsInvitesSection.vue",
|
|
6897
6913
|
"reason": "Bind app-owned account invites section component into local main client provider imports.",
|
|
6898
6914
|
"category": "workspaces-web",
|
|
6899
6915
|
"id": "users-web-main-client-provider-account-settings-section-import"
|
|
6900
6916
|
},
|
|
6901
6917
|
{
|
|
6902
|
-
"op": "
|
|
6918
|
+
"op": "ensure-call",
|
|
6903
6919
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6904
|
-
"
|
|
6905
|
-
"
|
|
6906
|
-
|
|
6920
|
+
"callee": "registerMainClientComponent",
|
|
6921
|
+
"args": [
|
|
6922
|
+
"\"local.main.account.pending-invites.cue\"",
|
|
6923
|
+
"() => AccountPendingInvitesCue"
|
|
6924
|
+
],
|
|
6925
|
+
"beforeClass": "MainClientProvider",
|
|
6907
6926
|
"reason": "Bind app-owned account pending invites cue component token into local main client provider registry.",
|
|
6908
6927
|
"category": "workspaces-web",
|
|
6909
6928
|
"id": "users-web-main-client-provider-account-invites-register"
|
|
6910
6929
|
},
|
|
6911
6930
|
{
|
|
6912
|
-
"op": "
|
|
6931
|
+
"op": "ensure-call",
|
|
6913
6932
|
"file": "packages/main/src/client/providers/MainClientProvider.js",
|
|
6914
|
-
"
|
|
6915
|
-
"
|
|
6916
|
-
|
|
6933
|
+
"callee": "registerMainClientComponent",
|
|
6934
|
+
"args": [
|
|
6935
|
+
"\"local.main.account-settings.section.invites\"",
|
|
6936
|
+
"() => AccountSettingsInvitesSection"
|
|
6937
|
+
],
|
|
6938
|
+
"beforeClass": "MainClientProvider",
|
|
6917
6939
|
"reason": "Bind app-owned account invites section component token into local main client provider registry.",
|
|
6918
6940
|
"category": "workspaces-web",
|
|
6919
6941
|
"id": "users-web-main-client-provider-account-settings-section-register"
|