@jskit-ai/jskit-catalog 0.1.72 → 0.1.73

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.
Files changed (2) hide show
  1. package/catalog/packages.json +153 -153
  2. package/package.json +1 -1
@@ -6,11 +6,11 @@
6
6
  "packages": [
7
7
  {
8
8
  "packageId": "@jskit-ai/assistant",
9
- "version": "0.1.73",
9
+ "version": "0.1.74",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.73",
13
+ "version": "0.1.74",
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": {
@@ -356,11 +356,11 @@
356
356
  },
357
357
  {
358
358
  "packageId": "@jskit-ai/assistant-core",
359
- "version": "0.1.40",
359
+ "version": "0.1.41",
360
360
  "descriptor": {
361
361
  "packageVersion": 1,
362
362
  "packageId": "@jskit-ai/assistant-core",
363
- "version": "0.1.40",
363
+ "version": "0.1.41",
364
364
  "kind": "runtime",
365
365
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
366
366
  "dependsOn": [
@@ -408,11 +408,11 @@
408
408
  "mutations": {
409
409
  "dependencies": {
410
410
  "runtime": {
411
- "@jskit-ai/http-runtime": "0.1.63",
412
- "@jskit-ai/kernel": "0.1.64",
413
- "@jskit-ai/resource-core": "0.1.9",
414
- "@jskit-ai/resource-crud-core": "0.1.9",
415
- "@jskit-ai/users-core": "0.1.74",
411
+ "@jskit-ai/http-runtime": "0.1.64",
412
+ "@jskit-ai/kernel": "0.1.65",
413
+ "@jskit-ai/resource-core": "0.1.10",
414
+ "@jskit-ai/resource-crud-core": "0.1.10",
415
+ "@jskit-ai/users-core": "0.1.75",
416
416
  "@tanstack/vue-query": "^5.90.5",
417
417
  "dompurify": "^3.3.3",
418
418
  "json-rest-schema": "1.x.x",
@@ -433,11 +433,11 @@
433
433
  },
434
434
  {
435
435
  "packageId": "@jskit-ai/assistant-runtime",
436
- "version": "0.1.35",
436
+ "version": "0.1.36",
437
437
  "descriptor": {
438
438
  "packageVersion": 1,
439
439
  "packageId": "@jskit-ai/assistant-runtime",
440
- "version": "0.1.35",
440
+ "version": "0.1.36",
441
441
  "kind": "runtime",
442
442
  "description": "Shared assistant runtime with per-surface assistant registration.",
443
443
  "dependsOn": [
@@ -533,13 +533,13 @@
533
533
  "mutations": {
534
534
  "dependencies": {
535
535
  "runtime": {
536
- "@jskit-ai/assistant-core": "0.1.40",
537
- "@jskit-ai/database-runtime": "0.1.64",
538
- "@jskit-ai/http-runtime": "0.1.63",
539
- "@jskit-ai/kernel": "0.1.64",
540
- "@jskit-ai/shell-web": "0.1.63",
541
- "@jskit-ai/users-core": "0.1.74",
542
- "@jskit-ai/users-web": "0.1.79",
536
+ "@jskit-ai/assistant-core": "0.1.41",
537
+ "@jskit-ai/database-runtime": "0.1.65",
538
+ "@jskit-ai/http-runtime": "0.1.64",
539
+ "@jskit-ai/kernel": "0.1.65",
540
+ "@jskit-ai/shell-web": "0.1.64",
541
+ "@jskit-ai/users-core": "0.1.75",
542
+ "@jskit-ai/users-web": "0.1.80",
543
543
  "@tanstack/vue-query": "^5.90.5",
544
544
  "vuetify": "^4.0.0"
545
545
  },
@@ -596,11 +596,11 @@
596
596
  },
597
597
  {
598
598
  "packageId": "@jskit-ai/auth-core",
599
- "version": "0.1.63",
599
+ "version": "0.1.64",
600
600
  "descriptor": {
601
601
  "packageVersion": 1,
602
602
  "packageId": "@jskit-ai/auth-core",
603
- "version": "0.1.63",
603
+ "version": "0.1.64",
604
604
  "kind": "runtime",
605
605
  "dependsOn": [
606
606
  "@jskit-ai/value-app-config-shared"
@@ -668,7 +668,7 @@
668
668
  "mutations": {
669
669
  "dependencies": {
670
670
  "runtime": {
671
- "@jskit-ai/kernel": "0.1.64",
671
+ "@jskit-ai/kernel": "0.1.65",
672
672
  "@fastify/cookie": "^11.0.2",
673
673
  "@fastify/csrf-protection": "^7.1.0",
674
674
  "@fastify/rate-limit": "^10.3.0"
@@ -686,11 +686,11 @@
686
686
  },
687
687
  {
688
688
  "packageId": "@jskit-ai/auth-provider-supabase-core",
689
- "version": "0.1.63",
689
+ "version": "0.1.64",
690
690
  "descriptor": {
691
691
  "packageVersion": 1,
692
692
  "packageId": "@jskit-ai/auth-provider-supabase-core",
693
- "version": "0.1.63",
693
+ "version": "0.1.64",
694
694
  "kind": "runtime",
695
695
  "options": {
696
696
  "auth-supabase-url": {
@@ -772,8 +772,8 @@
772
772
  "mutations": {
773
773
  "dependencies": {
774
774
  "runtime": {
775
- "@jskit-ai/auth-core": "0.1.63",
776
- "@jskit-ai/kernel": "0.1.64",
775
+ "@jskit-ai/auth-core": "0.1.64",
776
+ "@jskit-ai/kernel": "0.1.65",
777
777
  "dotenv": "^16.4.5",
778
778
  "@supabase/supabase-js": "^2.57.4",
779
779
  "jose": "^6.1.0"
@@ -838,11 +838,11 @@
838
838
  },
839
839
  {
840
840
  "packageId": "@jskit-ai/auth-web",
841
- "version": "0.1.65",
841
+ "version": "0.1.66",
842
842
  "descriptor": {
843
843
  "packageVersion": 1,
844
844
  "packageId": "@jskit-ai/auth-web",
845
- "version": "0.1.65",
845
+ "version": "0.1.66",
846
846
  "kind": "runtime",
847
847
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
848
848
  "dependsOn": [
@@ -1068,10 +1068,10 @@
1068
1068
  "runtime": {
1069
1069
  "@tanstack/vue-query": "5.92.12",
1070
1070
  "@mdi/js": "^7.4.47",
1071
- "@jskit-ai/auth-core": "0.1.63",
1072
- "@jskit-ai/http-runtime": "0.1.63",
1073
- "@jskit-ai/kernel": "0.1.64",
1074
- "@jskit-ai/shell-web": "0.1.63",
1071
+ "@jskit-ai/auth-core": "0.1.64",
1072
+ "@jskit-ai/http-runtime": "0.1.64",
1073
+ "@jskit-ai/kernel": "0.1.65",
1074
+ "@jskit-ai/shell-web": "0.1.64",
1075
1075
  "vuetify": "^4.0.0"
1076
1076
  },
1077
1077
  "dev": {}
@@ -1141,11 +1141,11 @@
1141
1141
  },
1142
1142
  {
1143
1143
  "packageId": "@jskit-ai/console-core",
1144
- "version": "0.1.27",
1144
+ "version": "0.1.28",
1145
1145
  "descriptor": {
1146
1146
  "packageVersion": 1,
1147
1147
  "packageId": "@jskit-ai/console-core",
1148
- "version": "0.1.27",
1148
+ "version": "0.1.28",
1149
1149
  "kind": "runtime",
1150
1150
  "description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
1151
1151
  "dependsOn": [
@@ -1229,12 +1229,12 @@
1229
1229
  "mutations": {
1230
1230
  "dependencies": {
1231
1231
  "runtime": {
1232
- "@jskit-ai/auth-core": "0.1.63",
1233
- "@jskit-ai/database-runtime": "0.1.64",
1234
- "@jskit-ai/http-runtime": "0.1.63",
1235
- "@jskit-ai/kernel": "0.1.64",
1236
- "@jskit-ai/resource-crud-core": "0.1.9",
1237
- "@jskit-ai/users-core": "0.1.74"
1232
+ "@jskit-ai/auth-core": "0.1.64",
1233
+ "@jskit-ai/database-runtime": "0.1.65",
1234
+ "@jskit-ai/http-runtime": "0.1.64",
1235
+ "@jskit-ai/kernel": "0.1.65",
1236
+ "@jskit-ai/resource-crud-core": "0.1.10",
1237
+ "@jskit-ai/users-core": "0.1.75"
1238
1238
  },
1239
1239
  "dev": {}
1240
1240
  },
@@ -1259,11 +1259,11 @@
1259
1259
  },
1260
1260
  {
1261
1261
  "packageId": "@jskit-ai/console-web",
1262
- "version": "0.1.32",
1262
+ "version": "0.1.33",
1263
1263
  "descriptor": {
1264
1264
  "packageVersion": 1,
1265
1265
  "packageId": "@jskit-ai/console-web",
1266
- "version": "0.1.32",
1266
+ "version": "0.1.33",
1267
1267
  "kind": "runtime",
1268
1268
  "description": "Authenticated console surface scaffold and surface policy wiring.",
1269
1269
  "dependsOn": [
@@ -1342,9 +1342,9 @@
1342
1342
  "mutations": {
1343
1343
  "dependencies": {
1344
1344
  "runtime": {
1345
- "@jskit-ai/auth-web": "0.1.65",
1346
- "@jskit-ai/console-core": "0.1.27",
1347
- "@jskit-ai/shell-web": "0.1.63"
1345
+ "@jskit-ai/auth-web": "0.1.66",
1346
+ "@jskit-ai/console-core": "0.1.28",
1347
+ "@jskit-ai/shell-web": "0.1.64"
1348
1348
  },
1349
1349
  "dev": {}
1350
1350
  },
@@ -1441,11 +1441,11 @@
1441
1441
  },
1442
1442
  {
1443
1443
  "packageId": "@jskit-ai/crud-core",
1444
- "version": "0.1.72",
1444
+ "version": "0.1.73",
1445
1445
  "descriptor": {
1446
1446
  "packageVersion": 1,
1447
1447
  "packageId": "@jskit-ai/crud-core",
1448
- "version": "0.1.72",
1448
+ "version": "0.1.73",
1449
1449
  "kind": "runtime",
1450
1450
  "description": "Shared CRUD helpers used by CRUD modules.",
1451
1451
  "dependsOn": [
@@ -1474,7 +1474,7 @@
1474
1474
  "mutations": {
1475
1475
  "dependencies": {
1476
1476
  "runtime": {
1477
- "@jskit-ai/crud-core": "0.1.72"
1477
+ "@jskit-ai/crud-core": "0.1.73"
1478
1478
  },
1479
1479
  "dev": {}
1480
1480
  },
@@ -1488,11 +1488,11 @@
1488
1488
  },
1489
1489
  {
1490
1490
  "packageId": "@jskit-ai/crud-server-generator",
1491
- "version": "0.1.72",
1491
+ "version": "0.1.73",
1492
1492
  "descriptor": {
1493
1493
  "packageVersion": 1,
1494
1494
  "packageId": "@jskit-ai/crud-server-generator",
1495
- "version": "0.1.72",
1495
+ "version": "0.1.73",
1496
1496
  "kind": "generator",
1497
1497
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1498
1498
  "options": {
@@ -1659,14 +1659,14 @@
1659
1659
  "mutations": {
1660
1660
  "dependencies": {
1661
1661
  "runtime": {
1662
- "@jskit-ai/auth-core": "0.1.63",
1663
- "@jskit-ai/crud-core": "0.1.72",
1664
- "@jskit-ai/database-runtime": "0.1.64",
1665
- "@jskit-ai/http-runtime": "0.1.63",
1666
- "@jskit-ai/json-rest-api-core": "0.1.9",
1667
- "@jskit-ai/kernel": "0.1.64",
1668
- "@jskit-ai/realtime": "0.1.63",
1669
- "@jskit-ai/resource-crud-core": "0.1.9",
1662
+ "@jskit-ai/auth-core": "0.1.64",
1663
+ "@jskit-ai/crud-core": "0.1.73",
1664
+ "@jskit-ai/database-runtime": "0.1.65",
1665
+ "@jskit-ai/http-runtime": "0.1.64",
1666
+ "@jskit-ai/json-rest-api-core": "0.1.10",
1667
+ "@jskit-ai/kernel": "0.1.65",
1668
+ "@jskit-ai/realtime": "0.1.64",
1669
+ "@jskit-ai/resource-crud-core": "0.1.10",
1670
1670
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
1671
1671
  },
1672
1672
  "dev": {}
@@ -1798,11 +1798,11 @@
1798
1798
  },
1799
1799
  {
1800
1800
  "packageId": "@jskit-ai/crud-ui-generator",
1801
- "version": "0.1.47",
1801
+ "version": "0.1.48",
1802
1802
  "descriptor": {
1803
1803
  "packageVersion": 1,
1804
1804
  "packageId": "@jskit-ai/crud-ui-generator",
1805
- "version": "0.1.47",
1805
+ "version": "0.1.48",
1806
1806
  "kind": "generator",
1807
1807
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
1808
1808
  "options": {
@@ -1992,7 +1992,7 @@
1992
1992
  "mutations": {
1993
1993
  "dependencies": {
1994
1994
  "runtime": {
1995
- "@jskit-ai/users-web": "0.1.79"
1995
+ "@jskit-ai/users-web": "0.1.80"
1996
1996
  },
1997
1997
  "dev": {}
1998
1998
  },
@@ -2225,11 +2225,11 @@
2225
2225
  },
2226
2226
  {
2227
2227
  "packageId": "@jskit-ai/database-runtime",
2228
- "version": "0.1.64",
2228
+ "version": "0.1.65",
2229
2229
  "descriptor": {
2230
2230
  "packageVersion": 1,
2231
2231
  "packageId": "@jskit-ai/database-runtime",
2232
- "version": "0.1.64",
2232
+ "version": "0.1.65",
2233
2233
  "kind": "runtime",
2234
2234
  "dependsOn": [
2235
2235
  "@jskit-ai/kernel"
@@ -2286,7 +2286,7 @@
2286
2286
  "mutations": {
2287
2287
  "dependencies": {
2288
2288
  "runtime": {
2289
- "@jskit-ai/kernel": "0.1.64",
2289
+ "@jskit-ai/kernel": "0.1.65",
2290
2290
  "dotenv": "^16.4.5",
2291
2291
  "knex": "^3.1.0"
2292
2292
  },
@@ -2321,11 +2321,11 @@
2321
2321
  },
2322
2322
  {
2323
2323
  "packageId": "@jskit-ai/database-runtime-mysql",
2324
- "version": "0.1.63",
2324
+ "version": "0.1.64",
2325
2325
  "descriptor": {
2326
2326
  "packageVersion": 1,
2327
2327
  "packageId": "@jskit-ai/database-runtime-mysql",
2328
- "version": "0.1.63",
2328
+ "version": "0.1.64",
2329
2329
  "kind": "runtime",
2330
2330
  "options": {
2331
2331
  "db-host": {
@@ -2415,7 +2415,7 @@
2415
2415
  "mutations": {
2416
2416
  "dependencies": {
2417
2417
  "runtime": {
2418
- "@jskit-ai/database-runtime": "0.1.64",
2418
+ "@jskit-ai/database-runtime": "0.1.65",
2419
2419
  "mysql2": "^3.11.2"
2420
2420
  },
2421
2421
  "dev": {}
@@ -2486,11 +2486,11 @@
2486
2486
  },
2487
2487
  {
2488
2488
  "packageId": "@jskit-ai/database-runtime-postgres",
2489
- "version": "0.1.63",
2489
+ "version": "0.1.64",
2490
2490
  "descriptor": {
2491
2491
  "packageVersion": 1,
2492
2492
  "packageId": "@jskit-ai/database-runtime-postgres",
2493
- "version": "0.1.63",
2493
+ "version": "0.1.64",
2494
2494
  "kind": "runtime",
2495
2495
  "options": {
2496
2496
  "db-host": {
@@ -2580,7 +2580,7 @@
2580
2580
  "mutations": {
2581
2581
  "dependencies": {
2582
2582
  "runtime": {
2583
- "@jskit-ai/database-runtime": "0.1.64",
2583
+ "@jskit-ai/database-runtime": "0.1.65",
2584
2584
  "pg": "^8.13.1"
2585
2585
  },
2586
2586
  "dev": {}
@@ -2651,11 +2651,11 @@
2651
2651
  },
2652
2652
  {
2653
2653
  "packageId": "@jskit-ai/feature-server-generator",
2654
- "version": "0.1.6",
2654
+ "version": "0.1.7",
2655
2655
  "descriptor": {
2656
2656
  "packageVersion": 1,
2657
2657
  "packageId": "@jskit-ai/feature-server-generator",
2658
- "version": "0.1.6",
2658
+ "version": "0.1.7",
2659
2659
  "kind": "generator",
2660
2660
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
2661
2661
  "options": {
@@ -2819,10 +2819,10 @@
2819
2819
  "mutations": {
2820
2820
  "dependencies": {
2821
2821
  "runtime": {
2822
- "@jskit-ai/database-runtime": "0.1.64",
2823
- "@jskit-ai/database-runtime-mysql": "0.1.63",
2824
- "@jskit-ai/json-rest-api-core": "0.1.9",
2825
- "@jskit-ai/kernel": "0.1.64",
2822
+ "@jskit-ai/database-runtime": "0.1.65",
2823
+ "@jskit-ai/database-runtime-mysql": "0.1.64",
2824
+ "@jskit-ai/json-rest-api-core": "0.1.10",
2825
+ "@jskit-ai/kernel": "0.1.65",
2826
2826
  "json-rest-schema": "1.x.x",
2827
2827
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
2828
2828
  },
@@ -2935,11 +2935,11 @@
2935
2935
  },
2936
2936
  {
2937
2937
  "packageId": "@jskit-ai/google-rewarded-core",
2938
- "version": "0.1.1",
2938
+ "version": "0.1.2",
2939
2939
  "descriptor": {
2940
2940
  "packageVersion": 1,
2941
2941
  "packageId": "@jskit-ai/google-rewarded-core",
2942
- "version": "0.1.1",
2942
+ "version": "0.1.2",
2943
2943
  "kind": "runtime",
2944
2944
  "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
2945
2945
  "dependsOn": [
@@ -3066,14 +3066,14 @@
3066
3066
  "mutations": {
3067
3067
  "dependencies": {
3068
3068
  "runtime": {
3069
- "@jskit-ai/auth-core": "0.1.63",
3070
- "@jskit-ai/crud-core": "0.1.72",
3071
- "@jskit-ai/database-runtime": "0.1.64",
3072
- "@jskit-ai/http-runtime": "0.1.63",
3073
- "@jskit-ai/json-rest-api-core": "0.1.9",
3074
- "@jskit-ai/kernel": "0.1.64",
3075
- "@jskit-ai/resource-crud-core": "0.1.9",
3076
- "@jskit-ai/workspaces-core": "0.1.40"
3069
+ "@jskit-ai/auth-core": "0.1.64",
3070
+ "@jskit-ai/crud-core": "0.1.73",
3071
+ "@jskit-ai/database-runtime": "0.1.65",
3072
+ "@jskit-ai/http-runtime": "0.1.64",
3073
+ "@jskit-ai/json-rest-api-core": "0.1.10",
3074
+ "@jskit-ai/kernel": "0.1.65",
3075
+ "@jskit-ai/resource-crud-core": "0.1.10",
3076
+ "@jskit-ai/workspaces-core": "0.1.41"
3077
3077
  },
3078
3078
  "dev": {}
3079
3079
  },
@@ -3125,11 +3125,11 @@
3125
3125
  },
3126
3126
  {
3127
3127
  "packageId": "@jskit-ai/google-rewarded-web",
3128
- "version": "0.1.1",
3128
+ "version": "0.1.2",
3129
3129
  "descriptor": {
3130
3130
  "packageVersion": 1,
3131
3131
  "packageId": "@jskit-ai/google-rewarded-web",
3132
- "version": "0.1.1",
3132
+ "version": "0.1.2",
3133
3133
  "kind": "runtime",
3134
3134
  "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3135
3135
  "dependsOn": [
@@ -3176,10 +3176,10 @@
3176
3176
  "mutations": {
3177
3177
  "dependencies": {
3178
3178
  "runtime": {
3179
- "@jskit-ai/google-rewarded-core": "0.1.1",
3180
- "@jskit-ai/http-runtime": "0.1.63",
3181
- "@jskit-ai/kernel": "0.1.64",
3182
- "@jskit-ai/shell-web": "0.1.63"
3179
+ "@jskit-ai/google-rewarded-core": "0.1.2",
3180
+ "@jskit-ai/http-runtime": "0.1.64",
3181
+ "@jskit-ai/kernel": "0.1.65",
3182
+ "@jskit-ai/shell-web": "0.1.64"
3183
3183
  },
3184
3184
  "dev": {}
3185
3185
  },
@@ -3197,11 +3197,11 @@
3197
3197
  },
3198
3198
  {
3199
3199
  "packageId": "@jskit-ai/http-runtime",
3200
- "version": "0.1.63",
3200
+ "version": "0.1.64",
3201
3201
  "descriptor": {
3202
3202
  "packageVersion": 1,
3203
3203
  "packageId": "@jskit-ai/http-runtime",
3204
- "version": "0.1.63",
3204
+ "version": "0.1.64",
3205
3205
  "kind": "runtime",
3206
3206
  "dependsOn": [],
3207
3207
  "capabilities": {
@@ -3267,7 +3267,7 @@
3267
3267
  "mutations": {
3268
3268
  "dependencies": {
3269
3269
  "runtime": {
3270
- "@jskit-ai/kernel": "0.1.64"
3270
+ "@jskit-ai/kernel": "0.1.65"
3271
3271
  },
3272
3272
  "dev": {}
3273
3273
  },
@@ -3281,11 +3281,11 @@
3281
3281
  },
3282
3282
  {
3283
3283
  "packageId": "@jskit-ai/json-rest-api-core",
3284
- "version": "0.1.9",
3284
+ "version": "0.1.10",
3285
3285
  "descriptor": {
3286
3286
  "packageVersion": 1,
3287
3287
  "packageId": "@jskit-ai/json-rest-api-core",
3288
- "version": "0.1.9",
3288
+ "version": "0.1.10",
3289
3289
  "kind": "runtime",
3290
3290
  "description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
3291
3291
  "dependsOn": [
@@ -3345,11 +3345,11 @@
3345
3345
  },
3346
3346
  {
3347
3347
  "packageId": "@jskit-ai/mobile-capacitor",
3348
- "version": "0.1.1",
3348
+ "version": "0.1.2",
3349
3349
  "descriptor": {
3350
3350
  "packageVersion": 1,
3351
3351
  "packageId": "@jskit-ai/mobile-capacitor",
3352
- "version": "0.1.1",
3352
+ "version": "0.1.2",
3353
3353
  "kind": "runtime",
3354
3354
  "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3355
3355
  "dependsOn": [
@@ -3412,8 +3412,8 @@
3412
3412
  "@capacitor/app": "^7.1.0",
3413
3413
  "@capacitor/browser": "^7.0.1",
3414
3414
  "@capacitor/core": "^7.4.3",
3415
- "@jskit-ai/kernel": "0.1.64",
3416
- "@jskit-ai/shell-web": "0.1.63"
3415
+ "@jskit-ai/kernel": "0.1.65",
3416
+ "@jskit-ai/shell-web": "0.1.64"
3417
3417
  },
3418
3418
  "dev": {
3419
3419
  "@capacitor/cli": "^7.4.3"
@@ -3465,11 +3465,11 @@
3465
3465
  },
3466
3466
  {
3467
3467
  "packageId": "@jskit-ai/realtime",
3468
- "version": "0.1.63",
3468
+ "version": "0.1.64",
3469
3469
  "descriptor": {
3470
3470
  "packageVersion": 1,
3471
3471
  "packageId": "@jskit-ai/realtime",
3472
- "version": "0.1.63",
3472
+ "version": "0.1.64",
3473
3473
  "kind": "runtime",
3474
3474
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3475
3475
  "options": {
@@ -3564,7 +3564,7 @@
3564
3564
  "mutations": {
3565
3565
  "dependencies": {
3566
3566
  "runtime": {
3567
- "@jskit-ai/kernel": "0.1.64",
3567
+ "@jskit-ai/kernel": "0.1.65",
3568
3568
  "@socket.io/redis-adapter": "^8.3.0",
3569
3569
  "redis": "^5.8.2",
3570
3570
  "socket.io": "^4.8.3",
@@ -3613,11 +3613,11 @@
3613
3613
  },
3614
3614
  {
3615
3615
  "packageId": "@jskit-ai/resource-core",
3616
- "version": "0.1.9",
3616
+ "version": "0.1.10",
3617
3617
  "descriptor": {
3618
3618
  "packageVersion": 1,
3619
3619
  "packageId": "@jskit-ai/resource-core",
3620
- "version": "0.1.9",
3620
+ "version": "0.1.10",
3621
3621
  "kind": "runtime",
3622
3622
  "description": "Generic resource-definition helpers and schema-definition normalization.",
3623
3623
  "dependsOn": [
@@ -3640,7 +3640,7 @@
3640
3640
  "mutations": {
3641
3641
  "dependencies": {
3642
3642
  "runtime": {
3643
- "@jskit-ai/resource-core": "0.1.9"
3643
+ "@jskit-ai/resource-core": "0.1.10"
3644
3644
  },
3645
3645
  "dev": {}
3646
3646
  },
@@ -3655,11 +3655,11 @@
3655
3655
  },
3656
3656
  {
3657
3657
  "packageId": "@jskit-ai/resource-crud-core",
3658
- "version": "0.1.9",
3658
+ "version": "0.1.10",
3659
3659
  "descriptor": {
3660
3660
  "packageVersion": 1,
3661
3661
  "packageId": "@jskit-ai/resource-crud-core",
3662
- "version": "0.1.9",
3662
+ "version": "0.1.10",
3663
3663
  "kind": "runtime",
3664
3664
  "description": "CRUD-specific resource-definition helpers and namespace support.",
3665
3665
  "dependsOn": [
@@ -3683,7 +3683,7 @@
3683
3683
  "mutations": {
3684
3684
  "dependencies": {
3685
3685
  "runtime": {
3686
- "@jskit-ai/resource-crud-core": "0.1.9"
3686
+ "@jskit-ai/resource-crud-core": "0.1.10"
3687
3687
  },
3688
3688
  "dev": {}
3689
3689
  },
@@ -3698,11 +3698,11 @@
3698
3698
  },
3699
3699
  {
3700
3700
  "packageId": "@jskit-ai/shell-web",
3701
- "version": "0.1.63",
3701
+ "version": "0.1.64",
3702
3702
  "descriptor": {
3703
3703
  "packageVersion": 1,
3704
3704
  "packageId": "@jskit-ai/shell-web",
3705
- "version": "0.1.63",
3705
+ "version": "0.1.64",
3706
3706
  "kind": "runtime",
3707
3707
  "description": "Web shell layout runtime with outlet-based placement contributions.",
3708
3708
  "dependsOn": [],
@@ -3839,7 +3839,7 @@
3839
3839
  "runtime": {
3840
3840
  "@mdi/js": "^7.4.47",
3841
3841
  "@tanstack/vue-query": "^5.90.5",
3842
- "@jskit-ai/kernel": "0.1.64",
3842
+ "@jskit-ai/kernel": "0.1.65",
3843
3843
  "vuetify": "^4.0.0"
3844
3844
  },
3845
3845
  "dev": {}
@@ -4024,11 +4024,11 @@
4024
4024
  },
4025
4025
  {
4026
4026
  "packageId": "@jskit-ai/storage-runtime",
4027
- "version": "0.1.63",
4027
+ "version": "0.1.64",
4028
4028
  "descriptor": {
4029
4029
  "packageVersion": 1,
4030
4030
  "packageId": "@jskit-ai/storage-runtime",
4031
- "version": "0.1.63",
4031
+ "version": "0.1.64",
4032
4032
  "kind": "runtime",
4033
4033
  "dependsOn": [
4034
4034
  "@jskit-ai/kernel"
@@ -4077,7 +4077,7 @@
4077
4077
  "mutations": {
4078
4078
  "dependencies": {
4079
4079
  "runtime": {
4080
- "@jskit-ai/kernel": "0.1.64",
4080
+ "@jskit-ai/kernel": "0.1.65",
4081
4081
  "unstorage": "^1.17.3"
4082
4082
  },
4083
4083
  "dev": {}
@@ -4093,11 +4093,11 @@
4093
4093
  },
4094
4094
  {
4095
4095
  "packageId": "@jskit-ai/ui-generator",
4096
- "version": "0.1.47",
4096
+ "version": "0.1.48",
4097
4097
  "descriptor": {
4098
4098
  "packageVersion": 1,
4099
4099
  "packageId": "@jskit-ai/ui-generator",
4100
- "version": "0.1.47",
4100
+ "version": "0.1.48",
4101
4101
  "kind": "generator",
4102
4102
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
4103
4103
  "options": {
@@ -4396,7 +4396,7 @@
4396
4396
  "mutations": {
4397
4397
  "dependencies": {
4398
4398
  "runtime": {
4399
- "@jskit-ai/users-web": "0.1.79"
4399
+ "@jskit-ai/users-web": "0.1.80"
4400
4400
  },
4401
4401
  "dev": {}
4402
4402
  },
@@ -4411,11 +4411,11 @@
4411
4411
  },
4412
4412
  {
4413
4413
  "packageId": "@jskit-ai/uploads-image-web",
4414
- "version": "0.1.42",
4414
+ "version": "0.1.43",
4415
4415
  "descriptor": {
4416
4416
  "packageVersion": 1,
4417
4417
  "packageId": "@jskit-ai/uploads-image-web",
4418
- "version": "0.1.42",
4418
+ "version": "0.1.43",
4419
4419
  "kind": "runtime",
4420
4420
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
4421
4421
  "dependsOn": [
@@ -4479,7 +4479,7 @@
4479
4479
  "mutations": {
4480
4480
  "dependencies": {
4481
4481
  "runtime": {
4482
- "@jskit-ai/uploads-runtime": "0.1.42",
4482
+ "@jskit-ai/uploads-runtime": "0.1.43",
4483
4483
  "@uppy/compressor": "^3.1.0",
4484
4484
  "@uppy/core": "^5.2.0",
4485
4485
  "@uppy/dashboard": "^5.1.1",
@@ -4499,11 +4499,11 @@
4499
4499
  },
4500
4500
  {
4501
4501
  "packageId": "@jskit-ai/uploads-runtime",
4502
- "version": "0.1.42",
4502
+ "version": "0.1.43",
4503
4503
  "descriptor": {
4504
4504
  "packageVersion": 1,
4505
4505
  "packageId": "@jskit-ai/uploads-runtime",
4506
- "version": "0.1.42",
4506
+ "version": "0.1.43",
4507
4507
  "kind": "runtime",
4508
4508
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
4509
4509
  "dependsOn": [
@@ -4573,7 +4573,7 @@
4573
4573
  "dependencies": {
4574
4574
  "runtime": {
4575
4575
  "@fastify/multipart": "^9.4.0",
4576
- "@jskit-ai/kernel": "0.1.64"
4576
+ "@jskit-ai/kernel": "0.1.65"
4577
4577
  },
4578
4578
  "dev": {}
4579
4579
  },
@@ -4588,11 +4588,11 @@
4588
4588
  },
4589
4589
  {
4590
4590
  "packageId": "@jskit-ai/users-core",
4591
- "version": "0.1.74",
4591
+ "version": "0.1.75",
4592
4592
  "descriptor": {
4593
4593
  "packageVersion": 1,
4594
4594
  "packageId": "@jskit-ai/users-core",
4595
- "version": "0.1.74",
4595
+ "version": "0.1.75",
4596
4596
  "kind": "runtime",
4597
4597
  "description": "Users/account runtime plus HTTP routes for account features.",
4598
4598
  "dependsOn": [
@@ -4733,16 +4733,16 @@
4733
4733
  "mutations": {
4734
4734
  "dependencies": {
4735
4735
  "runtime": {
4736
- "@jskit-ai/auth-core": "0.1.63",
4737
- "@jskit-ai/crud-core": "0.1.72",
4738
- "@jskit-ai/database-runtime": "0.1.64",
4739
- "@jskit-ai/http-runtime": "0.1.63",
4740
- "@jskit-ai/json-rest-api-core": "0.1.9",
4741
- "@jskit-ai/kernel": "0.1.64",
4742
- "@jskit-ai/resource-core": "0.1.9",
4743
- "@jskit-ai/resource-crud-core": "0.1.9",
4736
+ "@jskit-ai/auth-core": "0.1.64",
4737
+ "@jskit-ai/crud-core": "0.1.73",
4738
+ "@jskit-ai/database-runtime": "0.1.65",
4739
+ "@jskit-ai/http-runtime": "0.1.64",
4740
+ "@jskit-ai/json-rest-api-core": "0.1.10",
4741
+ "@jskit-ai/kernel": "0.1.65",
4742
+ "@jskit-ai/resource-core": "0.1.10",
4743
+ "@jskit-ai/resource-crud-core": "0.1.10",
4744
4744
  "@local/users": "file:packages/users",
4745
- "@jskit-ai/uploads-runtime": "0.1.42"
4745
+ "@jskit-ai/uploads-runtime": "0.1.43"
4746
4746
  },
4747
4747
  "dev": {}
4748
4748
  },
@@ -4959,11 +4959,11 @@
4959
4959
  },
4960
4960
  {
4961
4961
  "packageId": "@jskit-ai/users-web",
4962
- "version": "0.1.79",
4962
+ "version": "0.1.80",
4963
4963
  "descriptor": {
4964
4964
  "packageVersion": 1,
4965
4965
  "packageId": "@jskit-ai/users-web",
4966
- "version": "0.1.79",
4966
+ "version": "0.1.80",
4967
4967
  "kind": "runtime",
4968
4968
  "description": "Users web module: account/profile UI plus shared users web widgets.",
4969
4969
  "dependsOn": [
@@ -5159,12 +5159,12 @@
5159
5159
  "runtime": {
5160
5160
  "@tanstack/vue-query": "5.92.12",
5161
5161
  "@mdi/js": "^7.4.47",
5162
- "@jskit-ai/http-runtime": "0.1.63",
5163
- "@jskit-ai/realtime": "0.1.63",
5164
- "@jskit-ai/kernel": "0.1.64",
5165
- "@jskit-ai/shell-web": "0.1.63",
5166
- "@jskit-ai/uploads-image-web": "0.1.42",
5167
- "@jskit-ai/users-core": "0.1.74",
5162
+ "@jskit-ai/http-runtime": "0.1.64",
5163
+ "@jskit-ai/realtime": "0.1.64",
5164
+ "@jskit-ai/kernel": "0.1.65",
5165
+ "@jskit-ai/shell-web": "0.1.64",
5166
+ "@jskit-ai/uploads-image-web": "0.1.43",
5167
+ "@jskit-ai/users-core": "0.1.75",
5168
5168
  "vuetify": "^4.0.0"
5169
5169
  },
5170
5170
  "dev": {}
@@ -5314,11 +5314,11 @@
5314
5314
  },
5315
5315
  {
5316
5316
  "packageId": "@jskit-ai/workspaces-core",
5317
- "version": "0.1.40",
5317
+ "version": "0.1.41",
5318
5318
  "descriptor": {
5319
5319
  "packageVersion": 1,
5320
5320
  "packageId": "@jskit-ai/workspaces-core",
5321
- "version": "0.1.40",
5321
+ "version": "0.1.41",
5322
5322
  "kind": "runtime",
5323
5323
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
5324
5324
  "dependsOn": [
@@ -5459,10 +5459,10 @@
5459
5459
  "mutations": {
5460
5460
  "dependencies": {
5461
5461
  "runtime": {
5462
- "@jskit-ai/json-rest-api-core": "0.1.9",
5463
- "@jskit-ai/resource-core": "0.1.9",
5464
- "@jskit-ai/resource-crud-core": "0.1.9",
5465
- "@jskit-ai/users-core": "0.1.74"
5462
+ "@jskit-ai/json-rest-api-core": "0.1.10",
5463
+ "@jskit-ai/resource-core": "0.1.10",
5464
+ "@jskit-ai/resource-crud-core": "0.1.10",
5465
+ "@jskit-ai/users-core": "0.1.75"
5466
5466
  },
5467
5467
  "dev": {}
5468
5468
  },
@@ -5634,11 +5634,11 @@
5634
5634
  },
5635
5635
  {
5636
5636
  "packageId": "@jskit-ai/workspaces-web",
5637
- "version": "0.1.40",
5637
+ "version": "0.1.41",
5638
5638
  "descriptor": {
5639
5639
  "packageVersion": 1,
5640
5640
  "packageId": "@jskit-ai/workspaces-web",
5641
- "version": "0.1.40",
5641
+ "version": "0.1.41",
5642
5642
  "kind": "runtime",
5643
5643
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
5644
5644
  "dependsOn": [
@@ -5825,8 +5825,8 @@
5825
5825
  "mutations": {
5826
5826
  "dependencies": {
5827
5827
  "runtime": {
5828
- "@jskit-ai/workspaces-core": "0.1.40",
5829
- "@jskit-ai/users-web": "0.1.79",
5828
+ "@jskit-ai/workspaces-core": "0.1.41",
5829
+ "@jskit-ai/users-web": "0.1.80",
5830
5830
  "vuetify": "^4.0.0"
5831
5831
  },
5832
5832
  "dev": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [