@jskit-ai/jskit-catalog 0.1.131 → 0.1.134
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 +196 -170
- 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.131",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.131",
|
|
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.99",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.99",
|
|
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.120",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.65",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.65",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.132",
|
|
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.94",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.94",
|
|
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.99",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.123",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.132",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.138"
|
|
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.119",
|
|
587
587
|
"descriptor": {
|
|
588
588
|
"packageVersion": 1,
|
|
589
589
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.119",
|
|
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.122",
|
|
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.23",
|
|
682
682
|
"descriptor": {
|
|
683
683
|
"packageVersion": 1,
|
|
684
684
|
"packageId": "@jskit-ai/auth-provider-local-core",
|
|
685
|
-
"version": "0.1.
|
|
685
|
+
"version": "0.1.23",
|
|
686
686
|
"kind": "runtime",
|
|
687
687
|
"description": "Local auth provider with a file backend default and no database requirement.",
|
|
688
688
|
"dependsOn": [
|
|
@@ -745,9 +745,9 @@
|
|
|
745
745
|
"mutations": {
|
|
746
746
|
"dependencies": {
|
|
747
747
|
"runtime": {
|
|
748
|
-
"@jskit-ai/auth-core": "0.1.
|
|
749
|
-
"@jskit-ai/kernel": "0.1.
|
|
750
|
-
"nodemailer": "^
|
|
748
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
749
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
750
|
+
"nodemailer": "^9.0.3",
|
|
751
751
|
"dotenv": "^16.4.5"
|
|
752
752
|
},
|
|
753
753
|
"dev": {}
|
|
@@ -792,11 +792,11 @@
|
|
|
792
792
|
},
|
|
793
793
|
{
|
|
794
794
|
"packageId": "@jskit-ai/auth-provider-local-db-core",
|
|
795
|
-
"version": "0.1.
|
|
795
|
+
"version": "0.1.14",
|
|
796
796
|
"descriptor": {
|
|
797
797
|
"packageVersion": 1,
|
|
798
798
|
"packageId": "@jskit-ai/auth-provider-local-db-core",
|
|
799
|
-
"version": "0.1.
|
|
799
|
+
"version": "0.1.14",
|
|
800
800
|
"kind": "runtime",
|
|
801
801
|
"description": "Database-backed local auth storage backend for JSKIT local auth.",
|
|
802
802
|
"dependsOn": [
|
|
@@ -875,9 +875,9 @@
|
|
|
875
875
|
"mutations": {
|
|
876
876
|
"dependencies": {
|
|
877
877
|
"runtime": {
|
|
878
|
-
"@jskit-ai/auth-provider-local-core": "0.1.
|
|
879
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
880
|
-
"@jskit-ai/kernel": "0.1.
|
|
878
|
+
"@jskit-ai/auth-provider-local-core": "0.1.23",
|
|
879
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
880
|
+
"@jskit-ai/kernel": "0.1.122"
|
|
881
881
|
},
|
|
882
882
|
"dev": {}
|
|
883
883
|
},
|
|
@@ -912,11 +912,11 @@
|
|
|
912
912
|
},
|
|
913
913
|
{
|
|
914
914
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
915
|
-
"version": "0.1.
|
|
915
|
+
"version": "0.1.120",
|
|
916
916
|
"descriptor": {
|
|
917
917
|
"packageVersion": 1,
|
|
918
918
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
919
|
-
"version": "0.1.
|
|
919
|
+
"version": "0.1.120",
|
|
920
920
|
"kind": "runtime",
|
|
921
921
|
"options": {
|
|
922
922
|
"auth-supabase-url": {
|
|
@@ -998,8 +998,8 @@
|
|
|
998
998
|
"mutations": {
|
|
999
999
|
"dependencies": {
|
|
1000
1000
|
"runtime": {
|
|
1001
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1002
|
-
"@jskit-ai/kernel": "0.1.
|
|
1001
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
1002
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
1003
1003
|
"dotenv": "^16.4.5",
|
|
1004
1004
|
"@supabase/supabase-js": "^2.57.4",
|
|
1005
1005
|
"jose": "^6.1.0"
|
|
@@ -1077,11 +1077,11 @@
|
|
|
1077
1077
|
},
|
|
1078
1078
|
{
|
|
1079
1079
|
"packageId": "@jskit-ai/auth-web",
|
|
1080
|
-
"version": "0.1.
|
|
1080
|
+
"version": "0.1.122",
|
|
1081
1081
|
"descriptor": {
|
|
1082
1082
|
"packageVersion": 1,
|
|
1083
1083
|
"packageId": "@jskit-ai/auth-web",
|
|
1084
|
-
"version": "0.1.
|
|
1084
|
+
"version": "0.1.122",
|
|
1085
1085
|
"kind": "runtime",
|
|
1086
1086
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
1087
1087
|
"dependsOn": [
|
|
@@ -1136,6 +1136,10 @@
|
|
|
1136
1136
|
{
|
|
1137
1137
|
"subpath": "./server",
|
|
1138
1138
|
"summary": "Exports auth web server providers, controller/service classes, route builders, and HTTP schema modules."
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"subpath": "./test/playwright",
|
|
1142
|
+
"summary": "Exports the localhost-only Playwright helper for creating a dev-auth session in the tested browser context."
|
|
1139
1143
|
}
|
|
1140
1144
|
],
|
|
1141
1145
|
"containerTokens": {
|
|
@@ -1350,10 +1354,10 @@
|
|
|
1350
1354
|
"dependencies": {
|
|
1351
1355
|
"runtime": {
|
|
1352
1356
|
"@mdi/js": "^7.4.47",
|
|
1353
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1354
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1355
|
-
"@jskit-ai/kernel": "0.1.
|
|
1356
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1357
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
1358
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
1359
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
1360
|
+
"@jskit-ai/shell-web": "0.1.123"
|
|
1357
1361
|
},
|
|
1358
1362
|
"dev": {}
|
|
1359
1363
|
},
|
|
@@ -1446,11 +1450,11 @@
|
|
|
1446
1450
|
},
|
|
1447
1451
|
{
|
|
1448
1452
|
"packageId": "@jskit-ai/console-core",
|
|
1449
|
-
"version": "0.1.
|
|
1453
|
+
"version": "0.1.85",
|
|
1450
1454
|
"descriptor": {
|
|
1451
1455
|
"packageVersion": 1,
|
|
1452
1456
|
"packageId": "@jskit-ai/console-core",
|
|
1453
|
-
"version": "0.1.
|
|
1457
|
+
"version": "0.1.85",
|
|
1454
1458
|
"kind": "runtime",
|
|
1455
1459
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1456
1460
|
"dependsOn": [
|
|
@@ -1534,12 +1538,12 @@
|
|
|
1534
1538
|
"mutations": {
|
|
1535
1539
|
"dependencies": {
|
|
1536
1540
|
"runtime": {
|
|
1537
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1538
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1539
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1540
|
-
"@jskit-ai/kernel": "0.1.
|
|
1541
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1542
|
-
"@jskit-ai/users-core": "0.1.
|
|
1541
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
1542
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
1543
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
1544
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
1545
|
+
"@jskit-ai/resource-crud-core": "0.1.65",
|
|
1546
|
+
"@jskit-ai/users-core": "0.1.132"
|
|
1543
1547
|
},
|
|
1544
1548
|
"dev": {}
|
|
1545
1549
|
},
|
|
@@ -1564,11 +1568,11 @@
|
|
|
1564
1568
|
},
|
|
1565
1569
|
{
|
|
1566
1570
|
"packageId": "@jskit-ai/console-web",
|
|
1567
|
-
"version": "0.1.
|
|
1571
|
+
"version": "0.1.90",
|
|
1568
1572
|
"descriptor": {
|
|
1569
1573
|
"packageVersion": 1,
|
|
1570
1574
|
"packageId": "@jskit-ai/console-web",
|
|
1571
|
-
"version": "0.1.
|
|
1575
|
+
"version": "0.1.90",
|
|
1572
1576
|
"kind": "runtime",
|
|
1573
1577
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1574
1578
|
"dependsOn": [
|
|
@@ -1678,9 +1682,9 @@
|
|
|
1678
1682
|
"mutations": {
|
|
1679
1683
|
"dependencies": {
|
|
1680
1684
|
"runtime": {
|
|
1681
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1682
|
-
"@jskit-ai/console-core": "0.1.
|
|
1683
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1685
|
+
"@jskit-ai/auth-web": "0.1.122",
|
|
1686
|
+
"@jskit-ai/console-core": "0.1.85",
|
|
1687
|
+
"@jskit-ai/shell-web": "0.1.123"
|
|
1684
1688
|
},
|
|
1685
1689
|
"dev": {}
|
|
1686
1690
|
},
|
|
@@ -1787,11 +1791,11 @@
|
|
|
1787
1791
|
},
|
|
1788
1792
|
{
|
|
1789
1793
|
"packageId": "@jskit-ai/crud-core",
|
|
1790
|
-
"version": "0.1.
|
|
1794
|
+
"version": "0.1.130",
|
|
1791
1795
|
"descriptor": {
|
|
1792
1796
|
"packageVersion": 1,
|
|
1793
1797
|
"packageId": "@jskit-ai/crud-core",
|
|
1794
|
-
"version": "0.1.
|
|
1798
|
+
"version": "0.1.130",
|
|
1795
1799
|
"kind": "runtime",
|
|
1796
1800
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1797
1801
|
"dependsOn": [
|
|
@@ -1820,7 +1824,7 @@
|
|
|
1820
1824
|
"mutations": {
|
|
1821
1825
|
"dependencies": {
|
|
1822
1826
|
"runtime": {
|
|
1823
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1827
|
+
"@jskit-ai/crud-core": "0.1.130"
|
|
1824
1828
|
},
|
|
1825
1829
|
"dev": {}
|
|
1826
1830
|
},
|
|
@@ -1834,11 +1838,11 @@
|
|
|
1834
1838
|
},
|
|
1835
1839
|
{
|
|
1836
1840
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1837
|
-
"version": "0.1.
|
|
1841
|
+
"version": "0.1.130",
|
|
1838
1842
|
"descriptor": {
|
|
1839
1843
|
"packageVersion": 1,
|
|
1840
1844
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1841
|
-
"version": "0.1.
|
|
1845
|
+
"version": "0.1.130",
|
|
1842
1846
|
"kind": "generator",
|
|
1843
1847
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1844
1848
|
"options": {
|
|
@@ -2005,14 +2009,14 @@
|
|
|
2005
2009
|
"mutations": {
|
|
2006
2010
|
"dependencies": {
|
|
2007
2011
|
"runtime": {
|
|
2008
|
-
"@jskit-ai/auth-core": "0.1.
|
|
2009
|
-
"@jskit-ai/crud-core": "0.1.
|
|
2010
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2011
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2012
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
2013
|
-
"@jskit-ai/kernel": "0.1.
|
|
2014
|
-
"@jskit-ai/realtime": "0.1.
|
|
2015
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
2012
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
2013
|
+
"@jskit-ai/crud-core": "0.1.130",
|
|
2014
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
2015
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
2016
|
+
"@jskit-ai/json-rest-api-core": "0.1.66",
|
|
2017
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
2018
|
+
"@jskit-ai/realtime": "0.1.119",
|
|
2019
|
+
"@jskit-ai/resource-crud-core": "0.1.65",
|
|
2016
2020
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
2017
2021
|
},
|
|
2018
2022
|
"dev": {}
|
|
@@ -2144,11 +2148,11 @@
|
|
|
2144
2148
|
},
|
|
2145
2149
|
{
|
|
2146
2150
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2147
|
-
"version": "0.1.
|
|
2151
|
+
"version": "0.1.105",
|
|
2148
2152
|
"descriptor": {
|
|
2149
2153
|
"packageVersion": 1,
|
|
2150
2154
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2151
|
-
"version": "0.1.
|
|
2155
|
+
"version": "0.1.105",
|
|
2152
2156
|
"kind": "generator",
|
|
2153
2157
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
2154
2158
|
"options": {
|
|
@@ -2347,7 +2351,7 @@
|
|
|
2347
2351
|
"mutations": {
|
|
2348
2352
|
"dependencies": {
|
|
2349
2353
|
"runtime": {
|
|
2350
|
-
"@jskit-ai/users-web": "0.1.
|
|
2354
|
+
"@jskit-ai/users-web": "0.1.138"
|
|
2351
2355
|
},
|
|
2352
2356
|
"dev": {}
|
|
2353
2357
|
},
|
|
@@ -2606,11 +2610,11 @@
|
|
|
2606
2610
|
},
|
|
2607
2611
|
{
|
|
2608
2612
|
"packageId": "@jskit-ai/database-runtime",
|
|
2609
|
-
"version": "0.1.
|
|
2613
|
+
"version": "0.1.121",
|
|
2610
2614
|
"descriptor": {
|
|
2611
2615
|
"packageVersion": 1,
|
|
2612
2616
|
"packageId": "@jskit-ai/database-runtime",
|
|
2613
|
-
"version": "0.1.
|
|
2617
|
+
"version": "0.1.121",
|
|
2614
2618
|
"kind": "runtime",
|
|
2615
2619
|
"dependsOn": [
|
|
2616
2620
|
"@jskit-ai/kernel"
|
|
@@ -2679,7 +2683,7 @@
|
|
|
2679
2683
|
"mutations": {
|
|
2680
2684
|
"dependencies": {
|
|
2681
2685
|
"runtime": {
|
|
2682
|
-
"@jskit-ai/kernel": "0.1.
|
|
2686
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
2683
2687
|
"dotenv": "^16.4.5",
|
|
2684
2688
|
"knex": "^3.1.0"
|
|
2685
2689
|
},
|
|
@@ -2715,11 +2719,11 @@
|
|
|
2715
2719
|
},
|
|
2716
2720
|
{
|
|
2717
2721
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2718
|
-
"version": "0.1.
|
|
2722
|
+
"version": "0.1.120",
|
|
2719
2723
|
"descriptor": {
|
|
2720
2724
|
"packageVersion": 1,
|
|
2721
2725
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2722
|
-
"version": "0.1.
|
|
2726
|
+
"version": "0.1.120",
|
|
2723
2727
|
"kind": "runtime",
|
|
2724
2728
|
"options": {
|
|
2725
2729
|
"db-host": {
|
|
@@ -2841,7 +2845,7 @@
|
|
|
2841
2845
|
"mutations": {
|
|
2842
2846
|
"dependencies": {
|
|
2843
2847
|
"runtime": {
|
|
2844
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2848
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
2845
2849
|
"mysql2": "^3.11.2"
|
|
2846
2850
|
},
|
|
2847
2851
|
"dev": {}
|
|
@@ -2912,11 +2916,11 @@
|
|
|
2912
2916
|
},
|
|
2913
2917
|
{
|
|
2914
2918
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2915
|
-
"version": "0.1.
|
|
2919
|
+
"version": "0.1.119",
|
|
2916
2920
|
"descriptor": {
|
|
2917
2921
|
"packageVersion": 1,
|
|
2918
2922
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2919
|
-
"version": "0.1.
|
|
2923
|
+
"version": "0.1.119",
|
|
2920
2924
|
"kind": "runtime",
|
|
2921
2925
|
"options": {
|
|
2922
2926
|
"db-host": {
|
|
@@ -3037,7 +3041,7 @@
|
|
|
3037
3041
|
"mutations": {
|
|
3038
3042
|
"dependencies": {
|
|
3039
3043
|
"runtime": {
|
|
3040
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3044
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
3041
3045
|
"pg": "^8.13.1"
|
|
3042
3046
|
},
|
|
3043
3047
|
"dev": {}
|
|
@@ -3108,11 +3112,11 @@
|
|
|
3108
3112
|
},
|
|
3109
3113
|
{
|
|
3110
3114
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3111
|
-
"version": "0.1.
|
|
3115
|
+
"version": "0.1.64",
|
|
3112
3116
|
"descriptor": {
|
|
3113
3117
|
"packageVersion": 1,
|
|
3114
3118
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
3115
|
-
"version": "0.1.
|
|
3119
|
+
"version": "0.1.64",
|
|
3116
3120
|
"kind": "generator",
|
|
3117
3121
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
3118
3122
|
"options": {
|
|
@@ -3277,27 +3281,27 @@
|
|
|
3277
3281
|
"dependencies": {
|
|
3278
3282
|
"runtime": {
|
|
3279
3283
|
"@jskit-ai/database-runtime": {
|
|
3280
|
-
"version": "0.1.
|
|
3284
|
+
"version": "0.1.121",
|
|
3281
3285
|
"when": {
|
|
3282
3286
|
"option": "mode",
|
|
3283
3287
|
"notEquals": "orchestrator"
|
|
3284
3288
|
}
|
|
3285
3289
|
},
|
|
3286
3290
|
"@jskit-ai/database-runtime-mysql": {
|
|
3287
|
-
"version": "0.1.
|
|
3291
|
+
"version": "0.1.120",
|
|
3288
3292
|
"when": {
|
|
3289
3293
|
"option": "mode",
|
|
3290
3294
|
"notEquals": "orchestrator"
|
|
3291
3295
|
}
|
|
3292
3296
|
},
|
|
3293
3297
|
"@jskit-ai/json-rest-api-core": {
|
|
3294
|
-
"version": "0.1.
|
|
3298
|
+
"version": "0.1.66",
|
|
3295
3299
|
"when": {
|
|
3296
3300
|
"option": "mode",
|
|
3297
3301
|
"equals": "json-rest"
|
|
3298
3302
|
}
|
|
3299
3303
|
},
|
|
3300
|
-
"@jskit-ai/kernel": "0.1.
|
|
3304
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
3301
3305
|
"json-rest-schema": "1.x.x",
|
|
3302
3306
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
3303
3307
|
},
|
|
@@ -3410,11 +3414,11 @@
|
|
|
3410
3414
|
},
|
|
3411
3415
|
{
|
|
3412
3416
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3413
|
-
"version": "0.1.
|
|
3417
|
+
"version": "0.1.59",
|
|
3414
3418
|
"descriptor": {
|
|
3415
3419
|
"packageVersion": 1,
|
|
3416
3420
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3417
|
-
"version": "0.1.
|
|
3421
|
+
"version": "0.1.59",
|
|
3418
3422
|
"kind": "runtime",
|
|
3419
3423
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3420
3424
|
"dependsOn": [
|
|
@@ -3541,14 +3545,14 @@
|
|
|
3541
3545
|
"mutations": {
|
|
3542
3546
|
"dependencies": {
|
|
3543
3547
|
"runtime": {
|
|
3544
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3545
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3546
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3547
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3548
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3549
|
-
"@jskit-ai/kernel": "0.1.
|
|
3550
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3551
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3548
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
3549
|
+
"@jskit-ai/crud-core": "0.1.130",
|
|
3550
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
3551
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
3552
|
+
"@jskit-ai/json-rest-api-core": "0.1.66",
|
|
3553
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
3554
|
+
"@jskit-ai/resource-crud-core": "0.1.65",
|
|
3555
|
+
"@jskit-ai/workspaces-core": "0.1.98"
|
|
3552
3556
|
},
|
|
3553
3557
|
"dev": {}
|
|
3554
3558
|
},
|
|
@@ -3600,11 +3604,11 @@
|
|
|
3600
3604
|
},
|
|
3601
3605
|
{
|
|
3602
3606
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3603
|
-
"version": "0.1.
|
|
3607
|
+
"version": "0.1.59",
|
|
3604
3608
|
"descriptor": {
|
|
3605
3609
|
"packageVersion": 1,
|
|
3606
3610
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3607
|
-
"version": "0.1.
|
|
3611
|
+
"version": "0.1.59",
|
|
3608
3612
|
"kind": "runtime",
|
|
3609
3613
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3610
3614
|
"dependsOn": [
|
|
@@ -3651,10 +3655,10 @@
|
|
|
3651
3655
|
"mutations": {
|
|
3652
3656
|
"dependencies": {
|
|
3653
3657
|
"runtime": {
|
|
3654
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3655
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3656
|
-
"@jskit-ai/kernel": "0.1.
|
|
3657
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3658
|
+
"@jskit-ai/google-rewarded-core": "0.1.59",
|
|
3659
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
3660
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
3661
|
+
"@jskit-ai/shell-web": "0.1.123"
|
|
3658
3662
|
},
|
|
3659
3663
|
"dev": {}
|
|
3660
3664
|
},
|
|
@@ -3672,11 +3676,11 @@
|
|
|
3672
3676
|
},
|
|
3673
3677
|
{
|
|
3674
3678
|
"packageId": "@jskit-ai/http-runtime",
|
|
3675
|
-
"version": "0.1.
|
|
3679
|
+
"version": "0.1.120",
|
|
3676
3680
|
"descriptor": {
|
|
3677
3681
|
"packageVersion": 1,
|
|
3678
3682
|
"packageId": "@jskit-ai/http-runtime",
|
|
3679
|
-
"version": "0.1.
|
|
3683
|
+
"version": "0.1.120",
|
|
3680
3684
|
"kind": "runtime",
|
|
3681
3685
|
"dependsOn": [],
|
|
3682
3686
|
"capabilities": {
|
|
@@ -3742,7 +3746,7 @@
|
|
|
3742
3746
|
"mutations": {
|
|
3743
3747
|
"dependencies": {
|
|
3744
3748
|
"runtime": {
|
|
3745
|
-
"@jskit-ai/kernel": "0.1.
|
|
3749
|
+
"@jskit-ai/kernel": "0.1.122"
|
|
3746
3750
|
},
|
|
3747
3751
|
"dev": {}
|
|
3748
3752
|
},
|
|
@@ -3756,11 +3760,11 @@
|
|
|
3756
3760
|
},
|
|
3757
3761
|
{
|
|
3758
3762
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3759
|
-
"version": "0.1.
|
|
3763
|
+
"version": "0.1.66",
|
|
3760
3764
|
"descriptor": {
|
|
3761
3765
|
"packageVersion": 1,
|
|
3762
3766
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3763
|
-
"version": "0.1.
|
|
3767
|
+
"version": "0.1.66",
|
|
3764
3768
|
"kind": "runtime",
|
|
3765
3769
|
"description": "Shared internal json-rest-api host runtime with autofilter, query-projection, and row-policy support.",
|
|
3766
3770
|
"dependsOn": [
|
|
@@ -3820,11 +3824,11 @@
|
|
|
3820
3824
|
},
|
|
3821
3825
|
{
|
|
3822
3826
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3823
|
-
"version": "0.1.
|
|
3827
|
+
"version": "0.1.58",
|
|
3824
3828
|
"descriptor": {
|
|
3825
3829
|
"packageVersion": 1,
|
|
3826
3830
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3827
|
-
"version": "0.1.
|
|
3831
|
+
"version": "0.1.58",
|
|
3828
3832
|
"kind": "runtime",
|
|
3829
3833
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3830
3834
|
"dependsOn": [
|
|
@@ -3887,8 +3891,8 @@
|
|
|
3887
3891
|
"@capacitor/app": "^7.1.0",
|
|
3888
3892
|
"@capacitor/browser": "^7.0.1",
|
|
3889
3893
|
"@capacitor/core": "^7.4.3",
|
|
3890
|
-
"@jskit-ai/kernel": "0.1.
|
|
3891
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3894
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
3895
|
+
"@jskit-ai/shell-web": "0.1.123"
|
|
3892
3896
|
},
|
|
3893
3897
|
"dev": {
|
|
3894
3898
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3940,11 +3944,11 @@
|
|
|
3940
3944
|
},
|
|
3941
3945
|
{
|
|
3942
3946
|
"packageId": "@jskit-ai/realtime",
|
|
3943
|
-
"version": "0.1.
|
|
3947
|
+
"version": "0.1.119",
|
|
3944
3948
|
"descriptor": {
|
|
3945
3949
|
"packageVersion": 1,
|
|
3946
3950
|
"packageId": "@jskit-ai/realtime",
|
|
3947
|
-
"version": "0.1.
|
|
3951
|
+
"version": "0.1.119",
|
|
3948
3952
|
"kind": "runtime",
|
|
3949
3953
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3950
3954
|
"options": {
|
|
@@ -4040,7 +4044,7 @@
|
|
|
4040
4044
|
"mutations": {
|
|
4041
4045
|
"dependencies": {
|
|
4042
4046
|
"runtime": {
|
|
4043
|
-
"@jskit-ai/kernel": "0.1.
|
|
4047
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
4044
4048
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
4045
4049
|
"redis": "^5.8.2",
|
|
4046
4050
|
"socket.io": "^4.8.3",
|
|
@@ -4089,11 +4093,11 @@
|
|
|
4089
4093
|
},
|
|
4090
4094
|
{
|
|
4091
4095
|
"packageId": "@jskit-ai/resource-core",
|
|
4092
|
-
"version": "0.1.
|
|
4096
|
+
"version": "0.1.65",
|
|
4093
4097
|
"descriptor": {
|
|
4094
4098
|
"packageVersion": 1,
|
|
4095
4099
|
"packageId": "@jskit-ai/resource-core",
|
|
4096
|
-
"version": "0.1.
|
|
4100
|
+
"version": "0.1.65",
|
|
4097
4101
|
"kind": "runtime",
|
|
4098
4102
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
4099
4103
|
"dependsOn": [
|
|
@@ -4116,7 +4120,7 @@
|
|
|
4116
4120
|
"mutations": {
|
|
4117
4121
|
"dependencies": {
|
|
4118
4122
|
"runtime": {
|
|
4119
|
-
"@jskit-ai/resource-core": "0.1.
|
|
4123
|
+
"@jskit-ai/resource-core": "0.1.65"
|
|
4120
4124
|
},
|
|
4121
4125
|
"dev": {}
|
|
4122
4126
|
},
|
|
@@ -4131,11 +4135,11 @@
|
|
|
4131
4135
|
},
|
|
4132
4136
|
{
|
|
4133
4137
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
4134
|
-
"version": "0.1.
|
|
4138
|
+
"version": "0.1.65",
|
|
4135
4139
|
"descriptor": {
|
|
4136
4140
|
"packageVersion": 1,
|
|
4137
4141
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
4138
|
-
"version": "0.1.
|
|
4142
|
+
"version": "0.1.65",
|
|
4139
4143
|
"kind": "runtime",
|
|
4140
4144
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
4141
4145
|
"dependsOn": [
|
|
@@ -4159,7 +4163,7 @@
|
|
|
4159
4163
|
"mutations": {
|
|
4160
4164
|
"dependencies": {
|
|
4161
4165
|
"runtime": {
|
|
4162
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
4166
|
+
"@jskit-ai/resource-crud-core": "0.1.65"
|
|
4163
4167
|
},
|
|
4164
4168
|
"dev": {}
|
|
4165
4169
|
},
|
|
@@ -4174,11 +4178,11 @@
|
|
|
4174
4178
|
},
|
|
4175
4179
|
{
|
|
4176
4180
|
"packageId": "@jskit-ai/shell-web",
|
|
4177
|
-
"version": "0.1.
|
|
4181
|
+
"version": "0.1.123",
|
|
4178
4182
|
"descriptor": {
|
|
4179
4183
|
"packageVersion": 1,
|
|
4180
4184
|
"packageId": "@jskit-ai/shell-web",
|
|
4181
|
-
"version": "0.1.
|
|
4185
|
+
"version": "0.1.123",
|
|
4182
4186
|
"kind": "runtime",
|
|
4183
4187
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
4184
4188
|
"dependsOn": [],
|
|
@@ -4524,9 +4528,11 @@
|
|
|
4524
4528
|
"dependencies": {
|
|
4525
4529
|
"runtime": {
|
|
4526
4530
|
"@mdi/js": "^7.4.47",
|
|
4527
|
-
"@jskit-ai/kernel": "0.1.
|
|
4531
|
+
"@jskit-ai/kernel": "0.1.122"
|
|
4528
4532
|
},
|
|
4529
|
-
"dev": {
|
|
4533
|
+
"dev": {
|
|
4534
|
+
"@playwright/test": "1.61.1"
|
|
4535
|
+
}
|
|
4530
4536
|
},
|
|
4531
4537
|
"packageJson": {
|
|
4532
4538
|
"scripts": {
|
|
@@ -4678,7 +4684,11 @@
|
|
|
4678
4684
|
"expectedExistingFrom": "templates/expected-existing/src/pages/home.vue",
|
|
4679
4685
|
"reason": "Install shell-driven home wrapper page.",
|
|
4680
4686
|
"category": "shell-web",
|
|
4681
|
-
"id": "shell-web-page-home-wrapper"
|
|
4687
|
+
"id": "shell-web-page-home-wrapper",
|
|
4688
|
+
"when": {
|
|
4689
|
+
"config": "surfaceDefinitions.home.enabled",
|
|
4690
|
+
"equals": "true"
|
|
4691
|
+
}
|
|
4682
4692
|
},
|
|
4683
4693
|
{
|
|
4684
4694
|
"from": "templates/src/pages/home/index.vue",
|
|
@@ -4688,7 +4698,11 @@
|
|
|
4688
4698
|
"expectedExistingFrom": "templates/expected-existing/src/pages/home/index.vue",
|
|
4689
4699
|
"reason": "Install shell-driven home surface starter page.",
|
|
4690
4700
|
"category": "shell-web",
|
|
4691
|
-
"id": "shell-web-page-home"
|
|
4701
|
+
"id": "shell-web-page-home",
|
|
4702
|
+
"when": {
|
|
4703
|
+
"config": "surfaceDefinitions.home.enabled",
|
|
4704
|
+
"equals": "true"
|
|
4705
|
+
}
|
|
4692
4706
|
},
|
|
4693
4707
|
{
|
|
4694
4708
|
"from": "templates/src/pages/home/settings.vue",
|
|
@@ -4697,7 +4711,11 @@
|
|
|
4697
4711
|
"ownership": "app",
|
|
4698
4712
|
"reason": "Install shell-driven home settings shell route with section navigation.",
|
|
4699
4713
|
"category": "shell-web",
|
|
4700
|
-
"id": "shell-web-page-home-settings-shell"
|
|
4714
|
+
"id": "shell-web-page-home-settings-shell",
|
|
4715
|
+
"when": {
|
|
4716
|
+
"config": "surfaceDefinitions.home.enabled",
|
|
4717
|
+
"equals": "true"
|
|
4718
|
+
}
|
|
4701
4719
|
},
|
|
4702
4720
|
{
|
|
4703
4721
|
"from": "templates/src/pages/home/settings/index.vue",
|
|
@@ -4706,7 +4724,11 @@
|
|
|
4706
4724
|
"ownership": "app",
|
|
4707
4725
|
"reason": "Install shell-driven home settings redirect so the starter settings shell lands on a real child page.",
|
|
4708
4726
|
"category": "shell-web",
|
|
4709
|
-
"id": "shell-web-page-home-settings"
|
|
4727
|
+
"id": "shell-web-page-home-settings",
|
|
4728
|
+
"when": {
|
|
4729
|
+
"config": "surfaceDefinitions.home.enabled",
|
|
4730
|
+
"equals": "true"
|
|
4731
|
+
}
|
|
4710
4732
|
},
|
|
4711
4733
|
{
|
|
4712
4734
|
"from": "templates/src/pages/home/settings/general/index.vue",
|
|
@@ -4715,7 +4737,11 @@
|
|
|
4715
4737
|
"ownership": "app",
|
|
4716
4738
|
"reason": "Install shell-driven general settings child page with a tiny browser-local shell preference example.",
|
|
4717
4739
|
"category": "shell-web",
|
|
4718
|
-
"id": "shell-web-page-home-settings-general"
|
|
4740
|
+
"id": "shell-web-page-home-settings-general",
|
|
4741
|
+
"when": {
|
|
4742
|
+
"config": "surfaceDefinitions.home.enabled",
|
|
4743
|
+
"equals": "true"
|
|
4744
|
+
}
|
|
4719
4745
|
},
|
|
4720
4746
|
{
|
|
4721
4747
|
"from": "templates/tests/e2e/adaptive-shell.spec.ts",
|
|
@@ -4731,11 +4757,11 @@
|
|
|
4731
4757
|
},
|
|
4732
4758
|
{
|
|
4733
4759
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4734
|
-
"version": "0.1.
|
|
4760
|
+
"version": "0.1.120",
|
|
4735
4761
|
"descriptor": {
|
|
4736
4762
|
"packageVersion": 1,
|
|
4737
4763
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4738
|
-
"version": "0.1.
|
|
4764
|
+
"version": "0.1.120",
|
|
4739
4765
|
"kind": "runtime",
|
|
4740
4766
|
"dependsOn": [
|
|
4741
4767
|
"@jskit-ai/kernel"
|
|
@@ -4784,7 +4810,7 @@
|
|
|
4784
4810
|
"mutations": {
|
|
4785
4811
|
"dependencies": {
|
|
4786
4812
|
"runtime": {
|
|
4787
|
-
"@jskit-ai/kernel": "0.1.
|
|
4813
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
4788
4814
|
"unstorage": "^1.17.3"
|
|
4789
4815
|
},
|
|
4790
4816
|
"dev": {}
|
|
@@ -4800,11 +4826,11 @@
|
|
|
4800
4826
|
},
|
|
4801
4827
|
{
|
|
4802
4828
|
"packageId": "@jskit-ai/ui-generator",
|
|
4803
|
-
"version": "0.1.
|
|
4829
|
+
"version": "0.1.105",
|
|
4804
4830
|
"descriptor": {
|
|
4805
4831
|
"packageVersion": 1,
|
|
4806
4832
|
"packageId": "@jskit-ai/ui-generator",
|
|
4807
|
-
"version": "0.1.
|
|
4833
|
+
"version": "0.1.105",
|
|
4808
4834
|
"kind": "generator",
|
|
4809
4835
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4810
4836
|
"options": {
|
|
@@ -5237,7 +5263,7 @@
|
|
|
5237
5263
|
"mutations": {
|
|
5238
5264
|
"dependencies": {
|
|
5239
5265
|
"runtime": {
|
|
5240
|
-
"@jskit-ai/users-web": "0.1.
|
|
5266
|
+
"@jskit-ai/users-web": "0.1.138"
|
|
5241
5267
|
},
|
|
5242
5268
|
"dev": {}
|
|
5243
5269
|
},
|
|
@@ -5252,11 +5278,11 @@
|
|
|
5252
5278
|
},
|
|
5253
5279
|
{
|
|
5254
5280
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5255
|
-
"version": "0.1.
|
|
5281
|
+
"version": "0.1.98",
|
|
5256
5282
|
"descriptor": {
|
|
5257
5283
|
"packageVersion": 1,
|
|
5258
5284
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
5259
|
-
"version": "0.1.
|
|
5285
|
+
"version": "0.1.98",
|
|
5260
5286
|
"kind": "runtime",
|
|
5261
5287
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
5262
5288
|
"dependsOn": [
|
|
@@ -5320,7 +5346,7 @@
|
|
|
5320
5346
|
"mutations": {
|
|
5321
5347
|
"dependencies": {
|
|
5322
5348
|
"runtime": {
|
|
5323
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5349
|
+
"@jskit-ai/uploads-runtime": "0.1.98",
|
|
5324
5350
|
"@uppy/compressor": "^3.1.0",
|
|
5325
5351
|
"@uppy/core": "^5.2.0",
|
|
5326
5352
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -5340,11 +5366,11 @@
|
|
|
5340
5366
|
},
|
|
5341
5367
|
{
|
|
5342
5368
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5343
|
-
"version": "0.1.
|
|
5369
|
+
"version": "0.1.98",
|
|
5344
5370
|
"descriptor": {
|
|
5345
5371
|
"packageVersion": 1,
|
|
5346
5372
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
5347
|
-
"version": "0.1.
|
|
5373
|
+
"version": "0.1.98",
|
|
5348
5374
|
"kind": "runtime",
|
|
5349
5375
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
5350
5376
|
"dependsOn": [
|
|
@@ -5414,7 +5440,7 @@
|
|
|
5414
5440
|
"dependencies": {
|
|
5415
5441
|
"runtime": {
|
|
5416
5442
|
"@fastify/multipart": "^9.4.0",
|
|
5417
|
-
"@jskit-ai/kernel": "0.1.
|
|
5443
|
+
"@jskit-ai/kernel": "0.1.122"
|
|
5418
5444
|
},
|
|
5419
5445
|
"dev": {}
|
|
5420
5446
|
},
|
|
@@ -5429,11 +5455,11 @@
|
|
|
5429
5455
|
},
|
|
5430
5456
|
{
|
|
5431
5457
|
"packageId": "@jskit-ai/users-core",
|
|
5432
|
-
"version": "0.1.
|
|
5458
|
+
"version": "0.1.132",
|
|
5433
5459
|
"descriptor": {
|
|
5434
5460
|
"packageVersion": 1,
|
|
5435
5461
|
"packageId": "@jskit-ai/users-core",
|
|
5436
|
-
"version": "0.1.
|
|
5462
|
+
"version": "0.1.132",
|
|
5437
5463
|
"kind": "runtime",
|
|
5438
5464
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5439
5465
|
"dependsOn": [
|
|
@@ -5577,16 +5603,16 @@
|
|
|
5577
5603
|
"mutations": {
|
|
5578
5604
|
"dependencies": {
|
|
5579
5605
|
"runtime": {
|
|
5580
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5581
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5582
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5583
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5584
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5585
|
-
"@jskit-ai/kernel": "0.1.
|
|
5586
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5587
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5606
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
5607
|
+
"@jskit-ai/crud-core": "0.1.130",
|
|
5608
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
5609
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
5610
|
+
"@jskit-ai/json-rest-api-core": "0.1.66",
|
|
5611
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
5612
|
+
"@jskit-ai/resource-core": "0.1.65",
|
|
5613
|
+
"@jskit-ai/resource-crud-core": "0.1.65",
|
|
5588
5614
|
"@local/users": "file:packages/users",
|
|
5589
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5615
|
+
"@jskit-ai/uploads-runtime": "0.1.98"
|
|
5590
5616
|
},
|
|
5591
5617
|
"dev": {}
|
|
5592
5618
|
},
|
|
@@ -5813,11 +5839,11 @@
|
|
|
5813
5839
|
},
|
|
5814
5840
|
{
|
|
5815
5841
|
"packageId": "@jskit-ai/users-web",
|
|
5816
|
-
"version": "0.1.
|
|
5842
|
+
"version": "0.1.138",
|
|
5817
5843
|
"descriptor": {
|
|
5818
5844
|
"packageVersion": 1,
|
|
5819
5845
|
"packageId": "@jskit-ai/users-web",
|
|
5820
|
-
"version": "0.1.
|
|
5846
|
+
"version": "0.1.138",
|
|
5821
5847
|
"kind": "runtime",
|
|
5822
5848
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5823
5849
|
"dependsOn": [
|
|
@@ -6120,12 +6146,12 @@
|
|
|
6120
6146
|
"dependencies": {
|
|
6121
6147
|
"runtime": {
|
|
6122
6148
|
"@mdi/js": "^7.4.47",
|
|
6123
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
6124
|
-
"@jskit-ai/realtime": "0.1.
|
|
6125
|
-
"@jskit-ai/kernel": "0.1.
|
|
6126
|
-
"@jskit-ai/shell-web": "0.1.
|
|
6127
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
6128
|
-
"@jskit-ai/users-core": "0.1.
|
|
6149
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
6150
|
+
"@jskit-ai/realtime": "0.1.119",
|
|
6151
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
6152
|
+
"@jskit-ai/shell-web": "0.1.123",
|
|
6153
|
+
"@jskit-ai/uploads-image-web": "0.1.98",
|
|
6154
|
+
"@jskit-ai/users-core": "0.1.132"
|
|
6129
6155
|
},
|
|
6130
6156
|
"dev": {}
|
|
6131
6157
|
},
|
|
@@ -6302,11 +6328,11 @@
|
|
|
6302
6328
|
},
|
|
6303
6329
|
{
|
|
6304
6330
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6305
|
-
"version": "0.1.
|
|
6331
|
+
"version": "0.1.98",
|
|
6306
6332
|
"descriptor": {
|
|
6307
6333
|
"packageVersion": 1,
|
|
6308
6334
|
"packageId": "@jskit-ai/workspaces-core",
|
|
6309
|
-
"version": "0.1.
|
|
6335
|
+
"version": "0.1.98",
|
|
6310
6336
|
"kind": "runtime",
|
|
6311
6337
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
6312
6338
|
"dependsOn": [
|
|
@@ -6452,10 +6478,10 @@
|
|
|
6452
6478
|
"mutations": {
|
|
6453
6479
|
"dependencies": {
|
|
6454
6480
|
"runtime": {
|
|
6455
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6456
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6457
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6458
|
-
"@jskit-ai/users-core": "0.1.
|
|
6481
|
+
"@jskit-ai/json-rest-api-core": "0.1.66",
|
|
6482
|
+
"@jskit-ai/resource-core": "0.1.65",
|
|
6483
|
+
"@jskit-ai/resource-crud-core": "0.1.65",
|
|
6484
|
+
"@jskit-ai/users-core": "0.1.132"
|
|
6459
6485
|
},
|
|
6460
6486
|
"dev": {}
|
|
6461
6487
|
},
|
|
@@ -6658,11 +6684,11 @@
|
|
|
6658
6684
|
},
|
|
6659
6685
|
{
|
|
6660
6686
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6661
|
-
"version": "0.1.
|
|
6687
|
+
"version": "0.1.99",
|
|
6662
6688
|
"descriptor": {
|
|
6663
6689
|
"packageVersion": 1,
|
|
6664
6690
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6665
|
-
"version": "0.1.
|
|
6691
|
+
"version": "0.1.99",
|
|
6666
6692
|
"kind": "runtime",
|
|
6667
6693
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
6668
6694
|
"dependsOn": [
|
|
@@ -6919,9 +6945,9 @@
|
|
|
6919
6945
|
"mutations": {
|
|
6920
6946
|
"dependencies": {
|
|
6921
6947
|
"runtime": {
|
|
6922
|
-
"@jskit-ai/auth-web": "0.1.
|
|
6923
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6924
|
-
"@jskit-ai/users-web": "0.1.
|
|
6948
|
+
"@jskit-ai/auth-web": "0.1.122",
|
|
6949
|
+
"@jskit-ai/workspaces-core": "0.1.98",
|
|
6950
|
+
"@jskit-ai/users-web": "0.1.138"
|
|
6925
6951
|
},
|
|
6926
6952
|
"dev": {}
|
|
6927
6953
|
},
|