@jskit-ai/jskit-catalog 0.1.76 → 0.1.78
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 +171 -153
- package/package.json +2 -2
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.79",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.79",
|
|
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.46",
|
|
351
351
|
"descriptor": {
|
|
352
352
|
"packageVersion": 1,
|
|
353
353
|
"packageId": "@jskit-ai/assistant-core",
|
|
354
|
-
"version": "0.1.
|
|
354
|
+
"version": "0.1.46",
|
|
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.69",
|
|
403
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
404
|
+
"@jskit-ai/resource-core": "0.1.15",
|
|
405
|
+
"@jskit-ai/resource-crud-core": "0.1.15",
|
|
406
|
+
"@jskit-ai/users-core": "0.1.80",
|
|
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.41",
|
|
426
426
|
"descriptor": {
|
|
427
427
|
"packageVersion": 1,
|
|
428
428
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
429
|
-
"version": "0.1.
|
|
429
|
+
"version": "0.1.41",
|
|
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.46",
|
|
526
|
+
"@jskit-ai/database-runtime": "0.1.70",
|
|
527
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
528
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
529
|
+
"@jskit-ai/shell-web": "0.1.69",
|
|
530
|
+
"@jskit-ai/users-core": "0.1.80",
|
|
531
|
+
"@jskit-ai/users-web": "0.1.85"
|
|
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.69",
|
|
587
587
|
"descriptor": {
|
|
588
588
|
"packageVersion": 1,
|
|
589
589
|
"packageId": "@jskit-ai/auth-core",
|
|
590
|
-
"version": "0.1.
|
|
590
|
+
"version": "0.1.69",
|
|
591
591
|
"kind": "runtime",
|
|
592
592
|
"dependsOn": [
|
|
593
593
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
"mutations": {
|
|
656
656
|
"dependencies": {
|
|
657
657
|
"runtime": {
|
|
658
|
-
"@jskit-ai/kernel": "0.1.
|
|
658
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
659
659
|
"@fastify/cookie": "^11.0.2",
|
|
660
660
|
"@fastify/csrf-protection": "^7.1.0",
|
|
661
661
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -673,11 +673,11 @@
|
|
|
673
673
|
},
|
|
674
674
|
{
|
|
675
675
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
676
|
-
"version": "0.1.
|
|
676
|
+
"version": "0.1.69",
|
|
677
677
|
"descriptor": {
|
|
678
678
|
"packageVersion": 1,
|
|
679
679
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
680
|
-
"version": "0.1.
|
|
680
|
+
"version": "0.1.69",
|
|
681
681
|
"kind": "runtime",
|
|
682
682
|
"options": {
|
|
683
683
|
"auth-supabase-url": {
|
|
@@ -759,8 +759,8 @@
|
|
|
759
759
|
"mutations": {
|
|
760
760
|
"dependencies": {
|
|
761
761
|
"runtime": {
|
|
762
|
-
"@jskit-ai/auth-core": "0.1.
|
|
763
|
-
"@jskit-ai/kernel": "0.1.
|
|
762
|
+
"@jskit-ai/auth-core": "0.1.69",
|
|
763
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
764
764
|
"dotenv": "^16.4.5",
|
|
765
765
|
"@supabase/supabase-js": "^2.57.4",
|
|
766
766
|
"jose": "^6.1.0"
|
|
@@ -825,11 +825,11 @@
|
|
|
825
825
|
},
|
|
826
826
|
{
|
|
827
827
|
"packageId": "@jskit-ai/auth-web",
|
|
828
|
-
"version": "0.1.
|
|
828
|
+
"version": "0.1.71",
|
|
829
829
|
"descriptor": {
|
|
830
830
|
"packageVersion": 1,
|
|
831
831
|
"packageId": "@jskit-ai/auth-web",
|
|
832
|
-
"version": "0.1.
|
|
832
|
+
"version": "0.1.71",
|
|
833
833
|
"kind": "runtime",
|
|
834
834
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
835
835
|
"dependsOn": [
|
|
@@ -1085,10 +1085,10 @@
|
|
|
1085
1085
|
"dependencies": {
|
|
1086
1086
|
"runtime": {
|
|
1087
1087
|
"@mdi/js": "^7.4.47",
|
|
1088
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1089
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1090
|
-
"@jskit-ai/kernel": "0.1.
|
|
1091
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1088
|
+
"@jskit-ai/auth-core": "0.1.69",
|
|
1089
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
1090
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
1091
|
+
"@jskit-ai/shell-web": "0.1.69"
|
|
1092
1092
|
},
|
|
1093
1093
|
"dev": {}
|
|
1094
1094
|
},
|
|
@@ -1167,11 +1167,11 @@
|
|
|
1167
1167
|
},
|
|
1168
1168
|
{
|
|
1169
1169
|
"packageId": "@jskit-ai/console-core",
|
|
1170
|
-
"version": "0.1.
|
|
1170
|
+
"version": "0.1.33",
|
|
1171
1171
|
"descriptor": {
|
|
1172
1172
|
"packageVersion": 1,
|
|
1173
1173
|
"packageId": "@jskit-ai/console-core",
|
|
1174
|
-
"version": "0.1.
|
|
1174
|
+
"version": "0.1.33",
|
|
1175
1175
|
"kind": "runtime",
|
|
1176
1176
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1177
1177
|
"dependsOn": [
|
|
@@ -1255,12 +1255,12 @@
|
|
|
1255
1255
|
"mutations": {
|
|
1256
1256
|
"dependencies": {
|
|
1257
1257
|
"runtime": {
|
|
1258
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1259
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1260
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1261
|
-
"@jskit-ai/kernel": "0.1.
|
|
1262
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1263
|
-
"@jskit-ai/users-core": "0.1.
|
|
1258
|
+
"@jskit-ai/auth-core": "0.1.69",
|
|
1259
|
+
"@jskit-ai/database-runtime": "0.1.70",
|
|
1260
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
1261
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
1262
|
+
"@jskit-ai/resource-crud-core": "0.1.15",
|
|
1263
|
+
"@jskit-ai/users-core": "0.1.80"
|
|
1264
1264
|
},
|
|
1265
1265
|
"dev": {}
|
|
1266
1266
|
},
|
|
@@ -1285,11 +1285,11 @@
|
|
|
1285
1285
|
},
|
|
1286
1286
|
{
|
|
1287
1287
|
"packageId": "@jskit-ai/console-web",
|
|
1288
|
-
"version": "0.1.
|
|
1288
|
+
"version": "0.1.38",
|
|
1289
1289
|
"descriptor": {
|
|
1290
1290
|
"packageVersion": 1,
|
|
1291
1291
|
"packageId": "@jskit-ai/console-web",
|
|
1292
|
-
"version": "0.1.
|
|
1292
|
+
"version": "0.1.38",
|
|
1293
1293
|
"kind": "runtime",
|
|
1294
1294
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1295
1295
|
"dependsOn": [
|
|
@@ -1399,9 +1399,9 @@
|
|
|
1399
1399
|
"mutations": {
|
|
1400
1400
|
"dependencies": {
|
|
1401
1401
|
"runtime": {
|
|
1402
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1403
|
-
"@jskit-ai/console-core": "0.1.
|
|
1404
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1402
|
+
"@jskit-ai/auth-web": "0.1.71",
|
|
1403
|
+
"@jskit-ai/console-core": "0.1.33",
|
|
1404
|
+
"@jskit-ai/shell-web": "0.1.69"
|
|
1405
1405
|
},
|
|
1406
1406
|
"dev": {}
|
|
1407
1407
|
},
|
|
@@ -1508,11 +1508,11 @@
|
|
|
1508
1508
|
},
|
|
1509
1509
|
{
|
|
1510
1510
|
"packageId": "@jskit-ai/crud-core",
|
|
1511
|
-
"version": "0.1.
|
|
1511
|
+
"version": "0.1.78",
|
|
1512
1512
|
"descriptor": {
|
|
1513
1513
|
"packageVersion": 1,
|
|
1514
1514
|
"packageId": "@jskit-ai/crud-core",
|
|
1515
|
-
"version": "0.1.
|
|
1515
|
+
"version": "0.1.78",
|
|
1516
1516
|
"kind": "runtime",
|
|
1517
1517
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1518
1518
|
"dependsOn": [
|
|
@@ -1541,7 +1541,7 @@
|
|
|
1541
1541
|
"mutations": {
|
|
1542
1542
|
"dependencies": {
|
|
1543
1543
|
"runtime": {
|
|
1544
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1544
|
+
"@jskit-ai/crud-core": "0.1.78"
|
|
1545
1545
|
},
|
|
1546
1546
|
"dev": {}
|
|
1547
1547
|
},
|
|
@@ -1555,11 +1555,11 @@
|
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
1557
1557
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1558
|
-
"version": "0.1.
|
|
1558
|
+
"version": "0.1.78",
|
|
1559
1559
|
"descriptor": {
|
|
1560
1560
|
"packageVersion": 1,
|
|
1561
1561
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1562
|
-
"version": "0.1.
|
|
1562
|
+
"version": "0.1.78",
|
|
1563
1563
|
"kind": "generator",
|
|
1564
1564
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1565
1565
|
"options": {
|
|
@@ -1726,14 +1726,14 @@
|
|
|
1726
1726
|
"mutations": {
|
|
1727
1727
|
"dependencies": {
|
|
1728
1728
|
"runtime": {
|
|
1729
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1730
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1731
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1732
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1733
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
1734
|
-
"@jskit-ai/kernel": "0.1.
|
|
1735
|
-
"@jskit-ai/realtime": "0.1.
|
|
1736
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
1729
|
+
"@jskit-ai/auth-core": "0.1.69",
|
|
1730
|
+
"@jskit-ai/crud-core": "0.1.78",
|
|
1731
|
+
"@jskit-ai/database-runtime": "0.1.70",
|
|
1732
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
1733
|
+
"@jskit-ai/json-rest-api-core": "0.1.15",
|
|
1734
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
1735
|
+
"@jskit-ai/realtime": "0.1.69",
|
|
1736
|
+
"@jskit-ai/resource-crud-core": "0.1.15",
|
|
1737
1737
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
1738
1738
|
},
|
|
1739
1739
|
"dev": {}
|
|
@@ -1865,11 +1865,11 @@
|
|
|
1865
1865
|
},
|
|
1866
1866
|
{
|
|
1867
1867
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1868
|
-
"version": "0.1.
|
|
1868
|
+
"version": "0.1.53",
|
|
1869
1869
|
"descriptor": {
|
|
1870
1870
|
"packageVersion": 1,
|
|
1871
1871
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1872
|
-
"version": "0.1.
|
|
1872
|
+
"version": "0.1.53",
|
|
1873
1873
|
"kind": "generator",
|
|
1874
1874
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
1875
1875
|
"options": {
|
|
@@ -2068,7 +2068,7 @@
|
|
|
2068
2068
|
"mutations": {
|
|
2069
2069
|
"dependencies": {
|
|
2070
2070
|
"runtime": {
|
|
2071
|
-
"@jskit-ai/users-web": "0.1.
|
|
2071
|
+
"@jskit-ai/users-web": "0.1.85"
|
|
2072
2072
|
},
|
|
2073
2073
|
"dev": {}
|
|
2074
2074
|
},
|
|
@@ -2327,11 +2327,11 @@
|
|
|
2327
2327
|
},
|
|
2328
2328
|
{
|
|
2329
2329
|
"packageId": "@jskit-ai/database-runtime",
|
|
2330
|
-
"version": "0.1.
|
|
2330
|
+
"version": "0.1.70",
|
|
2331
2331
|
"descriptor": {
|
|
2332
2332
|
"packageVersion": 1,
|
|
2333
2333
|
"packageId": "@jskit-ai/database-runtime",
|
|
2334
|
-
"version": "0.1.
|
|
2334
|
+
"version": "0.1.70",
|
|
2335
2335
|
"kind": "runtime",
|
|
2336
2336
|
"dependsOn": [
|
|
2337
2337
|
"@jskit-ai/kernel"
|
|
@@ -2388,7 +2388,7 @@
|
|
|
2388
2388
|
"mutations": {
|
|
2389
2389
|
"dependencies": {
|
|
2390
2390
|
"runtime": {
|
|
2391
|
-
"@jskit-ai/kernel": "0.1.
|
|
2391
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
2392
2392
|
"dotenv": "^16.4.5",
|
|
2393
2393
|
"knex": "^3.1.0"
|
|
2394
2394
|
},
|
|
@@ -2423,11 +2423,11 @@
|
|
|
2423
2423
|
},
|
|
2424
2424
|
{
|
|
2425
2425
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2426
|
-
"version": "0.1.
|
|
2426
|
+
"version": "0.1.69",
|
|
2427
2427
|
"descriptor": {
|
|
2428
2428
|
"packageVersion": 1,
|
|
2429
2429
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2430
|
-
"version": "0.1.
|
|
2430
|
+
"version": "0.1.69",
|
|
2431
2431
|
"kind": "runtime",
|
|
2432
2432
|
"options": {
|
|
2433
2433
|
"db-host": {
|
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
"mutations": {
|
|
2518
2518
|
"dependencies": {
|
|
2519
2519
|
"runtime": {
|
|
2520
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2520
|
+
"@jskit-ai/database-runtime": "0.1.70",
|
|
2521
2521
|
"mysql2": "^3.11.2"
|
|
2522
2522
|
},
|
|
2523
2523
|
"dev": {}
|
|
@@ -2588,11 +2588,11 @@
|
|
|
2588
2588
|
},
|
|
2589
2589
|
{
|
|
2590
2590
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2591
|
-
"version": "0.1.
|
|
2591
|
+
"version": "0.1.69",
|
|
2592
2592
|
"descriptor": {
|
|
2593
2593
|
"packageVersion": 1,
|
|
2594
2594
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2595
|
-
"version": "0.1.
|
|
2595
|
+
"version": "0.1.69",
|
|
2596
2596
|
"kind": "runtime",
|
|
2597
2597
|
"options": {
|
|
2598
2598
|
"db-host": {
|
|
@@ -2682,7 +2682,7 @@
|
|
|
2682
2682
|
"mutations": {
|
|
2683
2683
|
"dependencies": {
|
|
2684
2684
|
"runtime": {
|
|
2685
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2685
|
+
"@jskit-ai/database-runtime": "0.1.70",
|
|
2686
2686
|
"pg": "^8.13.1"
|
|
2687
2687
|
},
|
|
2688
2688
|
"dev": {}
|
|
@@ -2753,11 +2753,11 @@
|
|
|
2753
2753
|
},
|
|
2754
2754
|
{
|
|
2755
2755
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2756
|
-
"version": "0.1.
|
|
2756
|
+
"version": "0.1.12",
|
|
2757
2757
|
"descriptor": {
|
|
2758
2758
|
"packageVersion": 1,
|
|
2759
2759
|
"packageId": "@jskit-ai/feature-server-generator",
|
|
2760
|
-
"version": "0.1.
|
|
2760
|
+
"version": "0.1.12",
|
|
2761
2761
|
"kind": "generator",
|
|
2762
2762
|
"description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
2763
2763
|
"options": {
|
|
@@ -2921,10 +2921,28 @@
|
|
|
2921
2921
|
"mutations": {
|
|
2922
2922
|
"dependencies": {
|
|
2923
2923
|
"runtime": {
|
|
2924
|
-
"@jskit-ai/database-runtime":
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2924
|
+
"@jskit-ai/database-runtime": {
|
|
2925
|
+
"version": "0.1.69",
|
|
2926
|
+
"when": {
|
|
2927
|
+
"option": "mode",
|
|
2928
|
+
"notEquals": "orchestrator"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"@jskit-ai/database-runtime-mysql": {
|
|
2932
|
+
"version": "0.1.68",
|
|
2933
|
+
"when": {
|
|
2934
|
+
"option": "mode",
|
|
2935
|
+
"notEquals": "orchestrator"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"@jskit-ai/json-rest-api-core": {
|
|
2939
|
+
"version": "0.1.14",
|
|
2940
|
+
"when": {
|
|
2941
|
+
"option": "mode",
|
|
2942
|
+
"equals": "json-rest"
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
2928
2946
|
"json-rest-schema": "1.x.x",
|
|
2929
2947
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
2930
2948
|
},
|
|
@@ -3037,11 +3055,11 @@
|
|
|
3037
3055
|
},
|
|
3038
3056
|
{
|
|
3039
3057
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3040
|
-
"version": "0.1.
|
|
3058
|
+
"version": "0.1.7",
|
|
3041
3059
|
"descriptor": {
|
|
3042
3060
|
"packageVersion": 1,
|
|
3043
3061
|
"packageId": "@jskit-ai/google-rewarded-core",
|
|
3044
|
-
"version": "0.1.
|
|
3062
|
+
"version": "0.1.7",
|
|
3045
3063
|
"kind": "runtime",
|
|
3046
3064
|
"description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
3047
3065
|
"dependsOn": [
|
|
@@ -3168,14 +3186,14 @@
|
|
|
3168
3186
|
"mutations": {
|
|
3169
3187
|
"dependencies": {
|
|
3170
3188
|
"runtime": {
|
|
3171
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3172
|
-
"@jskit-ai/crud-core": "0.1.
|
|
3173
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3174
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3175
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
3176
|
-
"@jskit-ai/kernel": "0.1.
|
|
3177
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3178
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
3189
|
+
"@jskit-ai/auth-core": "0.1.69",
|
|
3190
|
+
"@jskit-ai/crud-core": "0.1.78",
|
|
3191
|
+
"@jskit-ai/database-runtime": "0.1.70",
|
|
3192
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
3193
|
+
"@jskit-ai/json-rest-api-core": "0.1.15",
|
|
3194
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
3195
|
+
"@jskit-ai/resource-crud-core": "0.1.15",
|
|
3196
|
+
"@jskit-ai/workspaces-core": "0.1.46"
|
|
3179
3197
|
},
|
|
3180
3198
|
"dev": {}
|
|
3181
3199
|
},
|
|
@@ -3227,11 +3245,11 @@
|
|
|
3227
3245
|
},
|
|
3228
3246
|
{
|
|
3229
3247
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3230
|
-
"version": "0.1.
|
|
3248
|
+
"version": "0.1.7",
|
|
3231
3249
|
"descriptor": {
|
|
3232
3250
|
"packageVersion": 1,
|
|
3233
3251
|
"packageId": "@jskit-ai/google-rewarded-web",
|
|
3234
|
-
"version": "0.1.
|
|
3252
|
+
"version": "0.1.7",
|
|
3235
3253
|
"kind": "runtime",
|
|
3236
3254
|
"description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
|
|
3237
3255
|
"dependsOn": [
|
|
@@ -3278,10 +3296,10 @@
|
|
|
3278
3296
|
"mutations": {
|
|
3279
3297
|
"dependencies": {
|
|
3280
3298
|
"runtime": {
|
|
3281
|
-
"@jskit-ai/google-rewarded-core": "0.1.
|
|
3282
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3283
|
-
"@jskit-ai/kernel": "0.1.
|
|
3284
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3299
|
+
"@jskit-ai/google-rewarded-core": "0.1.7",
|
|
3300
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
3301
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
3302
|
+
"@jskit-ai/shell-web": "0.1.69"
|
|
3285
3303
|
},
|
|
3286
3304
|
"dev": {}
|
|
3287
3305
|
},
|
|
@@ -3299,11 +3317,11 @@
|
|
|
3299
3317
|
},
|
|
3300
3318
|
{
|
|
3301
3319
|
"packageId": "@jskit-ai/http-runtime",
|
|
3302
|
-
"version": "0.1.
|
|
3320
|
+
"version": "0.1.69",
|
|
3303
3321
|
"descriptor": {
|
|
3304
3322
|
"packageVersion": 1,
|
|
3305
3323
|
"packageId": "@jskit-ai/http-runtime",
|
|
3306
|
-
"version": "0.1.
|
|
3324
|
+
"version": "0.1.69",
|
|
3307
3325
|
"kind": "runtime",
|
|
3308
3326
|
"dependsOn": [],
|
|
3309
3327
|
"capabilities": {
|
|
@@ -3369,7 +3387,7 @@
|
|
|
3369
3387
|
"mutations": {
|
|
3370
3388
|
"dependencies": {
|
|
3371
3389
|
"runtime": {
|
|
3372
|
-
"@jskit-ai/kernel": "0.1.
|
|
3390
|
+
"@jskit-ai/kernel": "0.1.70"
|
|
3373
3391
|
},
|
|
3374
3392
|
"dev": {}
|
|
3375
3393
|
},
|
|
@@ -3383,11 +3401,11 @@
|
|
|
3383
3401
|
},
|
|
3384
3402
|
{
|
|
3385
3403
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3386
|
-
"version": "0.1.
|
|
3404
|
+
"version": "0.1.15",
|
|
3387
3405
|
"descriptor": {
|
|
3388
3406
|
"packageVersion": 1,
|
|
3389
3407
|
"packageId": "@jskit-ai/json-rest-api-core",
|
|
3390
|
-
"version": "0.1.
|
|
3408
|
+
"version": "0.1.15",
|
|
3391
3409
|
"kind": "runtime",
|
|
3392
3410
|
"description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
|
|
3393
3411
|
"dependsOn": [
|
|
@@ -3447,11 +3465,11 @@
|
|
|
3447
3465
|
},
|
|
3448
3466
|
{
|
|
3449
3467
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3450
|
-
"version": "0.1.
|
|
3468
|
+
"version": "0.1.7",
|
|
3451
3469
|
"descriptor": {
|
|
3452
3470
|
"packageVersion": 1,
|
|
3453
3471
|
"packageId": "@jskit-ai/mobile-capacitor",
|
|
3454
|
-
"version": "0.1.
|
|
3472
|
+
"version": "0.1.7",
|
|
3455
3473
|
"kind": "runtime",
|
|
3456
3474
|
"description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
|
|
3457
3475
|
"dependsOn": [
|
|
@@ -3514,8 +3532,8 @@
|
|
|
3514
3532
|
"@capacitor/app": "^7.1.0",
|
|
3515
3533
|
"@capacitor/browser": "^7.0.1",
|
|
3516
3534
|
"@capacitor/core": "^7.4.3",
|
|
3517
|
-
"@jskit-ai/kernel": "0.1.
|
|
3518
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3535
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
3536
|
+
"@jskit-ai/shell-web": "0.1.69"
|
|
3519
3537
|
},
|
|
3520
3538
|
"dev": {
|
|
3521
3539
|
"@capacitor/cli": "^7.4.3"
|
|
@@ -3567,11 +3585,11 @@
|
|
|
3567
3585
|
},
|
|
3568
3586
|
{
|
|
3569
3587
|
"packageId": "@jskit-ai/realtime",
|
|
3570
|
-
"version": "0.1.
|
|
3588
|
+
"version": "0.1.69",
|
|
3571
3589
|
"descriptor": {
|
|
3572
3590
|
"packageVersion": 1,
|
|
3573
3591
|
"packageId": "@jskit-ai/realtime",
|
|
3574
|
-
"version": "0.1.
|
|
3592
|
+
"version": "0.1.69",
|
|
3575
3593
|
"kind": "runtime",
|
|
3576
3594
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
3577
3595
|
"options": {
|
|
@@ -3667,7 +3685,7 @@
|
|
|
3667
3685
|
"mutations": {
|
|
3668
3686
|
"dependencies": {
|
|
3669
3687
|
"runtime": {
|
|
3670
|
-
"@jskit-ai/kernel": "0.1.
|
|
3688
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
3671
3689
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
3672
3690
|
"redis": "^5.8.2",
|
|
3673
3691
|
"socket.io": "^4.8.3",
|
|
@@ -3716,11 +3734,11 @@
|
|
|
3716
3734
|
},
|
|
3717
3735
|
{
|
|
3718
3736
|
"packageId": "@jskit-ai/resource-core",
|
|
3719
|
-
"version": "0.1.
|
|
3737
|
+
"version": "0.1.15",
|
|
3720
3738
|
"descriptor": {
|
|
3721
3739
|
"packageVersion": 1,
|
|
3722
3740
|
"packageId": "@jskit-ai/resource-core",
|
|
3723
|
-
"version": "0.1.
|
|
3741
|
+
"version": "0.1.15",
|
|
3724
3742
|
"kind": "runtime",
|
|
3725
3743
|
"description": "Generic resource-definition helpers and schema-definition normalization.",
|
|
3726
3744
|
"dependsOn": [
|
|
@@ -3743,7 +3761,7 @@
|
|
|
3743
3761
|
"mutations": {
|
|
3744
3762
|
"dependencies": {
|
|
3745
3763
|
"runtime": {
|
|
3746
|
-
"@jskit-ai/resource-core": "0.1.
|
|
3764
|
+
"@jskit-ai/resource-core": "0.1.15"
|
|
3747
3765
|
},
|
|
3748
3766
|
"dev": {}
|
|
3749
3767
|
},
|
|
@@ -3758,11 +3776,11 @@
|
|
|
3758
3776
|
},
|
|
3759
3777
|
{
|
|
3760
3778
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3761
|
-
"version": "0.1.
|
|
3779
|
+
"version": "0.1.15",
|
|
3762
3780
|
"descriptor": {
|
|
3763
3781
|
"packageVersion": 1,
|
|
3764
3782
|
"packageId": "@jskit-ai/resource-crud-core",
|
|
3765
|
-
"version": "0.1.
|
|
3783
|
+
"version": "0.1.15",
|
|
3766
3784
|
"kind": "runtime",
|
|
3767
3785
|
"description": "CRUD-specific resource-definition helpers and namespace support.",
|
|
3768
3786
|
"dependsOn": [
|
|
@@ -3786,7 +3804,7 @@
|
|
|
3786
3804
|
"mutations": {
|
|
3787
3805
|
"dependencies": {
|
|
3788
3806
|
"runtime": {
|
|
3789
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
3807
|
+
"@jskit-ai/resource-crud-core": "0.1.15"
|
|
3790
3808
|
},
|
|
3791
3809
|
"dev": {}
|
|
3792
3810
|
},
|
|
@@ -3801,11 +3819,11 @@
|
|
|
3801
3819
|
},
|
|
3802
3820
|
{
|
|
3803
3821
|
"packageId": "@jskit-ai/shell-web",
|
|
3804
|
-
"version": "0.1.
|
|
3822
|
+
"version": "0.1.69",
|
|
3805
3823
|
"descriptor": {
|
|
3806
3824
|
"packageVersion": 1,
|
|
3807
3825
|
"packageId": "@jskit-ai/shell-web",
|
|
3808
|
-
"version": "0.1.
|
|
3826
|
+
"version": "0.1.69",
|
|
3809
3827
|
"kind": "runtime",
|
|
3810
3828
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
3811
3829
|
"dependsOn": [],
|
|
@@ -4131,7 +4149,7 @@
|
|
|
4131
4149
|
"dependencies": {
|
|
4132
4150
|
"runtime": {
|
|
4133
4151
|
"@mdi/js": "^7.4.47",
|
|
4134
|
-
"@jskit-ai/kernel": "0.1.
|
|
4152
|
+
"@jskit-ai/kernel": "0.1.70"
|
|
4135
4153
|
},
|
|
4136
4154
|
"dev": {}
|
|
4137
4155
|
},
|
|
@@ -4331,11 +4349,11 @@
|
|
|
4331
4349
|
},
|
|
4332
4350
|
{
|
|
4333
4351
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4334
|
-
"version": "0.1.
|
|
4352
|
+
"version": "0.1.69",
|
|
4335
4353
|
"descriptor": {
|
|
4336
4354
|
"packageVersion": 1,
|
|
4337
4355
|
"packageId": "@jskit-ai/storage-runtime",
|
|
4338
|
-
"version": "0.1.
|
|
4356
|
+
"version": "0.1.69",
|
|
4339
4357
|
"kind": "runtime",
|
|
4340
4358
|
"dependsOn": [
|
|
4341
4359
|
"@jskit-ai/kernel"
|
|
@@ -4384,7 +4402,7 @@
|
|
|
4384
4402
|
"mutations": {
|
|
4385
4403
|
"dependencies": {
|
|
4386
4404
|
"runtime": {
|
|
4387
|
-
"@jskit-ai/kernel": "0.1.
|
|
4405
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
4388
4406
|
"unstorage": "^1.17.3"
|
|
4389
4407
|
},
|
|
4390
4408
|
"dev": {}
|
|
@@ -4400,11 +4418,11 @@
|
|
|
4400
4418
|
},
|
|
4401
4419
|
{
|
|
4402
4420
|
"packageId": "@jskit-ai/ui-generator",
|
|
4403
|
-
"version": "0.1.
|
|
4421
|
+
"version": "0.1.53",
|
|
4404
4422
|
"descriptor": {
|
|
4405
4423
|
"packageVersion": 1,
|
|
4406
4424
|
"packageId": "@jskit-ai/ui-generator",
|
|
4407
|
-
"version": "0.1.
|
|
4425
|
+
"version": "0.1.53",
|
|
4408
4426
|
"kind": "generator",
|
|
4409
4427
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
4410
4428
|
"options": {
|
|
@@ -4837,7 +4855,7 @@
|
|
|
4837
4855
|
"mutations": {
|
|
4838
4856
|
"dependencies": {
|
|
4839
4857
|
"runtime": {
|
|
4840
|
-
"@jskit-ai/users-web": "0.1.
|
|
4858
|
+
"@jskit-ai/users-web": "0.1.85"
|
|
4841
4859
|
},
|
|
4842
4860
|
"dev": {}
|
|
4843
4861
|
},
|
|
@@ -4852,11 +4870,11 @@
|
|
|
4852
4870
|
},
|
|
4853
4871
|
{
|
|
4854
4872
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
4855
|
-
"version": "0.1.
|
|
4873
|
+
"version": "0.1.48",
|
|
4856
4874
|
"descriptor": {
|
|
4857
4875
|
"packageVersion": 1,
|
|
4858
4876
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
4859
|
-
"version": "0.1.
|
|
4877
|
+
"version": "0.1.48",
|
|
4860
4878
|
"kind": "runtime",
|
|
4861
4879
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
4862
4880
|
"dependsOn": [
|
|
@@ -4920,7 +4938,7 @@
|
|
|
4920
4938
|
"mutations": {
|
|
4921
4939
|
"dependencies": {
|
|
4922
4940
|
"runtime": {
|
|
4923
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
4941
|
+
"@jskit-ai/uploads-runtime": "0.1.48",
|
|
4924
4942
|
"@uppy/compressor": "^3.1.0",
|
|
4925
4943
|
"@uppy/core": "^5.2.0",
|
|
4926
4944
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -4940,11 +4958,11 @@
|
|
|
4940
4958
|
},
|
|
4941
4959
|
{
|
|
4942
4960
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
4943
|
-
"version": "0.1.
|
|
4961
|
+
"version": "0.1.48",
|
|
4944
4962
|
"descriptor": {
|
|
4945
4963
|
"packageVersion": 1,
|
|
4946
4964
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
4947
|
-
"version": "0.1.
|
|
4965
|
+
"version": "0.1.48",
|
|
4948
4966
|
"kind": "runtime",
|
|
4949
4967
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
4950
4968
|
"dependsOn": [
|
|
@@ -5014,7 +5032,7 @@
|
|
|
5014
5032
|
"dependencies": {
|
|
5015
5033
|
"runtime": {
|
|
5016
5034
|
"@fastify/multipart": "^9.4.0",
|
|
5017
|
-
"@jskit-ai/kernel": "0.1.
|
|
5035
|
+
"@jskit-ai/kernel": "0.1.70"
|
|
5018
5036
|
},
|
|
5019
5037
|
"dev": {}
|
|
5020
5038
|
},
|
|
@@ -5029,11 +5047,11 @@
|
|
|
5029
5047
|
},
|
|
5030
5048
|
{
|
|
5031
5049
|
"packageId": "@jskit-ai/users-core",
|
|
5032
|
-
"version": "0.1.
|
|
5050
|
+
"version": "0.1.80",
|
|
5033
5051
|
"descriptor": {
|
|
5034
5052
|
"packageVersion": 1,
|
|
5035
5053
|
"packageId": "@jskit-ai/users-core",
|
|
5036
|
-
"version": "0.1.
|
|
5054
|
+
"version": "0.1.80",
|
|
5037
5055
|
"kind": "runtime",
|
|
5038
5056
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
5039
5057
|
"dependsOn": [
|
|
@@ -5174,16 +5192,16 @@
|
|
|
5174
5192
|
"mutations": {
|
|
5175
5193
|
"dependencies": {
|
|
5176
5194
|
"runtime": {
|
|
5177
|
-
"@jskit-ai/auth-core": "0.1.
|
|
5178
|
-
"@jskit-ai/crud-core": "0.1.
|
|
5179
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
5180
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5181
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
5182
|
-
"@jskit-ai/kernel": "0.1.
|
|
5183
|
-
"@jskit-ai/resource-core": "0.1.
|
|
5184
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
5195
|
+
"@jskit-ai/auth-core": "0.1.69",
|
|
5196
|
+
"@jskit-ai/crud-core": "0.1.78",
|
|
5197
|
+
"@jskit-ai/database-runtime": "0.1.70",
|
|
5198
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
5199
|
+
"@jskit-ai/json-rest-api-core": "0.1.15",
|
|
5200
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
5201
|
+
"@jskit-ai/resource-core": "0.1.15",
|
|
5202
|
+
"@jskit-ai/resource-crud-core": "0.1.15",
|
|
5185
5203
|
"@local/users": "file:packages/users",
|
|
5186
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
5204
|
+
"@jskit-ai/uploads-runtime": "0.1.48"
|
|
5187
5205
|
},
|
|
5188
5206
|
"dev": {}
|
|
5189
5207
|
},
|
|
@@ -5400,11 +5418,11 @@
|
|
|
5400
5418
|
},
|
|
5401
5419
|
{
|
|
5402
5420
|
"packageId": "@jskit-ai/users-web",
|
|
5403
|
-
"version": "0.1.
|
|
5421
|
+
"version": "0.1.85",
|
|
5404
5422
|
"descriptor": {
|
|
5405
5423
|
"packageVersion": 1,
|
|
5406
5424
|
"packageId": "@jskit-ai/users-web",
|
|
5407
|
-
"version": "0.1.
|
|
5425
|
+
"version": "0.1.85",
|
|
5408
5426
|
"kind": "runtime",
|
|
5409
5427
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5410
5428
|
"dependsOn": [
|
|
@@ -5699,12 +5717,12 @@
|
|
|
5699
5717
|
"dependencies": {
|
|
5700
5718
|
"runtime": {
|
|
5701
5719
|
"@mdi/js": "^7.4.47",
|
|
5702
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
5703
|
-
"@jskit-ai/realtime": "0.1.
|
|
5704
|
-
"@jskit-ai/kernel": "0.1.
|
|
5705
|
-
"@jskit-ai/shell-web": "0.1.
|
|
5706
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
5707
|
-
"@jskit-ai/users-core": "0.1.
|
|
5720
|
+
"@jskit-ai/http-runtime": "0.1.69",
|
|
5721
|
+
"@jskit-ai/realtime": "0.1.69",
|
|
5722
|
+
"@jskit-ai/kernel": "0.1.70",
|
|
5723
|
+
"@jskit-ai/shell-web": "0.1.69",
|
|
5724
|
+
"@jskit-ai/uploads-image-web": "0.1.48",
|
|
5725
|
+
"@jskit-ai/users-core": "0.1.80"
|
|
5708
5726
|
},
|
|
5709
5727
|
"dev": {}
|
|
5710
5728
|
},
|
|
@@ -5873,11 +5891,11 @@
|
|
|
5873
5891
|
},
|
|
5874
5892
|
{
|
|
5875
5893
|
"packageId": "@jskit-ai/workspaces-core",
|
|
5876
|
-
"version": "0.1.
|
|
5894
|
+
"version": "0.1.46",
|
|
5877
5895
|
"descriptor": {
|
|
5878
5896
|
"packageVersion": 1,
|
|
5879
5897
|
"packageId": "@jskit-ai/workspaces-core",
|
|
5880
|
-
"version": "0.1.
|
|
5898
|
+
"version": "0.1.46",
|
|
5881
5899
|
"kind": "runtime",
|
|
5882
5900
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
5883
5901
|
"dependsOn": [
|
|
@@ -6018,10 +6036,10 @@
|
|
|
6018
6036
|
"mutations": {
|
|
6019
6037
|
"dependencies": {
|
|
6020
6038
|
"runtime": {
|
|
6021
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
6022
|
-
"@jskit-ai/resource-core": "0.1.
|
|
6023
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
6024
|
-
"@jskit-ai/users-core": "0.1.
|
|
6039
|
+
"@jskit-ai/json-rest-api-core": "0.1.15",
|
|
6040
|
+
"@jskit-ai/resource-core": "0.1.15",
|
|
6041
|
+
"@jskit-ai/resource-crud-core": "0.1.15",
|
|
6042
|
+
"@jskit-ai/users-core": "0.1.80"
|
|
6025
6043
|
},
|
|
6026
6044
|
"dev": {}
|
|
6027
6045
|
},
|
|
@@ -6193,11 +6211,11 @@
|
|
|
6193
6211
|
},
|
|
6194
6212
|
{
|
|
6195
6213
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6196
|
-
"version": "0.1.
|
|
6214
|
+
"version": "0.1.46",
|
|
6197
6215
|
"descriptor": {
|
|
6198
6216
|
"packageVersion": 1,
|
|
6199
6217
|
"packageId": "@jskit-ai/workspaces-web",
|
|
6200
|
-
"version": "0.1.
|
|
6218
|
+
"version": "0.1.46",
|
|
6201
6219
|
"kind": "runtime",
|
|
6202
6220
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
|
|
6203
6221
|
"dependsOn": [
|
|
@@ -6453,8 +6471,8 @@
|
|
|
6453
6471
|
"mutations": {
|
|
6454
6472
|
"dependencies": {
|
|
6455
6473
|
"runtime": {
|
|
6456
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
6457
|
-
"@jskit-ai/users-web": "0.1.
|
|
6474
|
+
"@jskit-ai/workspaces-core": "0.1.46",
|
|
6475
|
+
"@jskit-ai/users-web": "0.1.85"
|
|
6458
6476
|
},
|
|
6459
6477
|
"dev": {}
|
|
6460
6478
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/jskit-catalog",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.78",
|
|
4
4
|
"description": "Published metadata catalog for JSKIT package descriptors.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"test": "node --test"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": "20
|
|
20
|
+
"node": ">=20 <23"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|