@jskit-ai/jskit-catalog 0.1.71 → 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 +529 -135
  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.72",
9
+ "version": "0.1.74",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.72",
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.39",
359
+ "version": "0.1.41",
360
360
  "descriptor": {
361
361
  "packageVersion": 1,
362
362
  "packageId": "@jskit-ai/assistant-core",
363
- "version": "0.1.39",
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.62",
412
- "@jskit-ai/kernel": "0.1.63",
413
- "@jskit-ai/resource-core": "0.1.8",
414
- "@jskit-ai/resource-crud-core": "0.1.8",
415
- "@jskit-ai/users-core": "0.1.73",
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.34",
436
+ "version": "0.1.36",
437
437
  "descriptor": {
438
438
  "packageVersion": 1,
439
439
  "packageId": "@jskit-ai/assistant-runtime",
440
- "version": "0.1.34",
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.39",
537
- "@jskit-ai/database-runtime": "0.1.63",
538
- "@jskit-ai/http-runtime": "0.1.62",
539
- "@jskit-ai/kernel": "0.1.63",
540
- "@jskit-ai/shell-web": "0.1.62",
541
- "@jskit-ai/users-core": "0.1.73",
542
- "@jskit-ai/users-web": "0.1.78",
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.62",
599
+ "version": "0.1.64",
600
600
  "descriptor": {
601
601
  "packageVersion": 1,
602
602
  "packageId": "@jskit-ai/auth-core",
603
- "version": "0.1.62",
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.63",
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.62",
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.62",
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.62",
776
- "@jskit-ai/kernel": "0.1.63",
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.64",
841
+ "version": "0.1.66",
842
842
  "descriptor": {
843
843
  "packageVersion": 1,
844
844
  "packageId": "@jskit-ai/auth-web",
845
- "version": "0.1.64",
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.62",
1072
- "@jskit-ai/http-runtime": "0.1.62",
1073
- "@jskit-ai/kernel": "0.1.63",
1074
- "@jskit-ai/shell-web": "0.1.62",
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.26",
1144
+ "version": "0.1.28",
1145
1145
  "descriptor": {
1146
1146
  "packageVersion": 1,
1147
1147
  "packageId": "@jskit-ai/console-core",
1148
- "version": "0.1.26",
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.62",
1233
- "@jskit-ai/database-runtime": "0.1.63",
1234
- "@jskit-ai/http-runtime": "0.1.62",
1235
- "@jskit-ai/kernel": "0.1.63",
1236
- "@jskit-ai/resource-crud-core": "0.1.8",
1237
- "@jskit-ai/users-core": "0.1.73"
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.31",
1262
+ "version": "0.1.33",
1263
1263
  "descriptor": {
1264
1264
  "packageVersion": 1,
1265
1265
  "packageId": "@jskit-ai/console-web",
1266
- "version": "0.1.31",
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.64",
1346
- "@jskit-ai/console-core": "0.1.26",
1347
- "@jskit-ai/shell-web": "0.1.62"
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.71",
1444
+ "version": "0.1.73",
1445
1445
  "descriptor": {
1446
1446
  "packageVersion": 1,
1447
1447
  "packageId": "@jskit-ai/crud-core",
1448
- "version": "0.1.71",
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.71"
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.71",
1491
+ "version": "0.1.73",
1492
1492
  "descriptor": {
1493
1493
  "packageVersion": 1,
1494
1494
  "packageId": "@jskit-ai/crud-server-generator",
1495
- "version": "0.1.71",
1495
+ "version": "0.1.73",
1496
1496
  "kind": "generator",
1497
1497
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1498
1498
  "options": {
@@ -1553,6 +1553,13 @@
1553
1553
  "defaultValue": "",
1554
1554
  "promptLabel": "Force overwrite",
1555
1555
  "promptHint": "Overwrite generated scaffold files if the namespace package directory already exists."
1556
+ },
1557
+ "internal": {
1558
+ "required": false,
1559
+ "inputType": "flag",
1560
+ "defaultValue": "",
1561
+ "promptLabel": "Internal HTTP routes",
1562
+ "promptHint": "Mark generated CRUD HTTP routes as internal-only so they are not publicly registered."
1556
1563
  }
1557
1564
  },
1558
1565
  "optionPolicies": {
@@ -1602,7 +1609,8 @@
1602
1609
  "table-name",
1603
1610
  "id-column",
1604
1611
  "directory-prefix",
1605
- "force"
1612
+ "force",
1613
+ "internal"
1606
1614
  ],
1607
1615
  "createTarget": {
1608
1616
  "pathTemplate": "packages/${option:namespace|kebab}",
@@ -1651,14 +1659,14 @@
1651
1659
  "mutations": {
1652
1660
  "dependencies": {
1653
1661
  "runtime": {
1654
- "@jskit-ai/auth-core": "0.1.62",
1655
- "@jskit-ai/crud-core": "0.1.71",
1656
- "@jskit-ai/database-runtime": "0.1.63",
1657
- "@jskit-ai/http-runtime": "0.1.62",
1658
- "@jskit-ai/json-rest-api-core": "0.1.8",
1659
- "@jskit-ai/kernel": "0.1.63",
1660
- "@jskit-ai/realtime": "0.1.62",
1661
- "@jskit-ai/resource-crud-core": "0.1.8",
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",
1662
1670
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
1663
1671
  },
1664
1672
  "dev": {}
@@ -1693,7 +1701,11 @@
1693
1701
  "to": "packages/${option:namespace|kebab}/package.descriptor.mjs",
1694
1702
  "reason": "Install app-local CRUD package descriptor.",
1695
1703
  "category": "crud",
1696
- "id": "crud-local-package-descriptor-${option:namespace|snake}"
1704
+ "id": "crud-local-package-descriptor-${option:namespace|snake}",
1705
+ "templateContext": {
1706
+ "entrypoint": "src/server/buildTemplateContext.js",
1707
+ "export": "buildTemplateContext"
1708
+ }
1697
1709
  },
1698
1710
  {
1699
1711
  "from": "templates/src/local-package/server/CrudProvider.js",
@@ -1786,11 +1798,11 @@
1786
1798
  },
1787
1799
  {
1788
1800
  "packageId": "@jskit-ai/crud-ui-generator",
1789
- "version": "0.1.46",
1801
+ "version": "0.1.48",
1790
1802
  "descriptor": {
1791
1803
  "packageVersion": 1,
1792
1804
  "packageId": "@jskit-ai/crud-ui-generator",
1793
- "version": "0.1.46",
1805
+ "version": "0.1.48",
1794
1806
  "kind": "generator",
1795
1807
  "description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
1796
1808
  "options": {
@@ -1980,7 +1992,7 @@
1980
1992
  "mutations": {
1981
1993
  "dependencies": {
1982
1994
  "runtime": {
1983
- "@jskit-ai/users-web": "0.1.78"
1995
+ "@jskit-ai/users-web": "0.1.80"
1984
1996
  },
1985
1997
  "dev": {}
1986
1998
  },
@@ -2213,11 +2225,11 @@
2213
2225
  },
2214
2226
  {
2215
2227
  "packageId": "@jskit-ai/database-runtime",
2216
- "version": "0.1.63",
2228
+ "version": "0.1.65",
2217
2229
  "descriptor": {
2218
2230
  "packageVersion": 1,
2219
2231
  "packageId": "@jskit-ai/database-runtime",
2220
- "version": "0.1.63",
2232
+ "version": "0.1.65",
2221
2233
  "kind": "runtime",
2222
2234
  "dependsOn": [
2223
2235
  "@jskit-ai/kernel"
@@ -2274,7 +2286,7 @@
2274
2286
  "mutations": {
2275
2287
  "dependencies": {
2276
2288
  "runtime": {
2277
- "@jskit-ai/kernel": "0.1.63",
2289
+ "@jskit-ai/kernel": "0.1.65",
2278
2290
  "dotenv": "^16.4.5",
2279
2291
  "knex": "^3.1.0"
2280
2292
  },
@@ -2309,11 +2321,11 @@
2309
2321
  },
2310
2322
  {
2311
2323
  "packageId": "@jskit-ai/database-runtime-mysql",
2312
- "version": "0.1.62",
2324
+ "version": "0.1.64",
2313
2325
  "descriptor": {
2314
2326
  "packageVersion": 1,
2315
2327
  "packageId": "@jskit-ai/database-runtime-mysql",
2316
- "version": "0.1.62",
2328
+ "version": "0.1.64",
2317
2329
  "kind": "runtime",
2318
2330
  "options": {
2319
2331
  "db-host": {
@@ -2403,7 +2415,7 @@
2403
2415
  "mutations": {
2404
2416
  "dependencies": {
2405
2417
  "runtime": {
2406
- "@jskit-ai/database-runtime": "0.1.63",
2418
+ "@jskit-ai/database-runtime": "0.1.65",
2407
2419
  "mysql2": "^3.11.2"
2408
2420
  },
2409
2421
  "dev": {}
@@ -2474,11 +2486,11 @@
2474
2486
  },
2475
2487
  {
2476
2488
  "packageId": "@jskit-ai/database-runtime-postgres",
2477
- "version": "0.1.62",
2489
+ "version": "0.1.64",
2478
2490
  "descriptor": {
2479
2491
  "packageVersion": 1,
2480
2492
  "packageId": "@jskit-ai/database-runtime-postgres",
2481
- "version": "0.1.62",
2493
+ "version": "0.1.64",
2482
2494
  "kind": "runtime",
2483
2495
  "options": {
2484
2496
  "db-host": {
@@ -2568,7 +2580,7 @@
2568
2580
  "mutations": {
2569
2581
  "dependencies": {
2570
2582
  "runtime": {
2571
- "@jskit-ai/database-runtime": "0.1.63",
2583
+ "@jskit-ai/database-runtime": "0.1.65",
2572
2584
  "pg": "^8.13.1"
2573
2585
  },
2574
2586
  "dev": {}
@@ -2639,11 +2651,11 @@
2639
2651
  },
2640
2652
  {
2641
2653
  "packageId": "@jskit-ai/feature-server-generator",
2642
- "version": "0.1.5",
2654
+ "version": "0.1.7",
2643
2655
  "descriptor": {
2644
2656
  "packageVersion": 1,
2645
2657
  "packageId": "@jskit-ai/feature-server-generator",
2646
- "version": "0.1.5",
2658
+ "version": "0.1.7",
2647
2659
  "kind": "generator",
2648
2660
  "description": "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
2649
2661
  "options": {
@@ -2807,10 +2819,10 @@
2807
2819
  "mutations": {
2808
2820
  "dependencies": {
2809
2821
  "runtime": {
2810
- "@jskit-ai/database-runtime": "0.1.63",
2811
- "@jskit-ai/database-runtime-mysql": "0.1.62",
2812
- "@jskit-ai/json-rest-api-core": "0.1.8",
2813
- "@jskit-ai/kernel": "0.1.63",
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",
2814
2826
  "json-rest-schema": "1.x.x",
2815
2827
  "@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
2816
2828
  },
@@ -2921,13 +2933,275 @@
2921
2933
  }
2922
2934
  }
2923
2935
  },
2936
+ {
2937
+ "packageId": "@jskit-ai/google-rewarded-core",
2938
+ "version": "0.1.2",
2939
+ "descriptor": {
2940
+ "packageVersion": 1,
2941
+ "packageId": "@jskit-ai/google-rewarded-core",
2942
+ "version": "0.1.2",
2943
+ "kind": "runtime",
2944
+ "description": "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
2945
+ "dependsOn": [
2946
+ "@jskit-ai/auth-core",
2947
+ "@jskit-ai/crud-core",
2948
+ "@jskit-ai/database-runtime",
2949
+ "@jskit-ai/http-runtime",
2950
+ "@jskit-ai/json-rest-api-core",
2951
+ "@jskit-ai/kernel",
2952
+ "@jskit-ai/resource-crud-core",
2953
+ "@jskit-ai/workspaces-core"
2954
+ ],
2955
+ "capabilities": {
2956
+ "provides": [
2957
+ "crud.google-rewarded-rules",
2958
+ "crud.google-rewarded-provider-configs",
2959
+ "crud.google-rewarded-watch-sessions",
2960
+ "crud.google-rewarded-unlock-receipts",
2961
+ "google-rewarded.core"
2962
+ ],
2963
+ "requires": [
2964
+ "runtime.actions",
2965
+ "runtime.database",
2966
+ "auth.policy",
2967
+ "json-rest-api.core"
2968
+ ]
2969
+ },
2970
+ "runtime": {
2971
+ "server": {
2972
+ "providers": [
2973
+ {
2974
+ "entrypoint": "src/server/rules/GoogleRewardedRulesProvider.js",
2975
+ "export": "GoogleRewardedRulesProvider"
2976
+ },
2977
+ {
2978
+ "entrypoint": "src/server/providerConfigs/GoogleRewardedProviderConfigsProvider.js",
2979
+ "export": "GoogleRewardedProviderConfigsProvider"
2980
+ },
2981
+ {
2982
+ "entrypoint": "src/server/watchSessions/GoogleRewardedWatchSessionsProvider.js",
2983
+ "export": "GoogleRewardedWatchSessionsProvider"
2984
+ },
2985
+ {
2986
+ "entrypoint": "src/server/unlockReceipts/GoogleRewardedUnlockReceiptsProvider.js",
2987
+ "export": "GoogleRewardedUnlockReceiptsProvider"
2988
+ },
2989
+ {
2990
+ "entrypoint": "src/server/GoogleRewardedCoreProvider.js",
2991
+ "export": "GoogleRewardedCoreProvider"
2992
+ }
2993
+ ]
2994
+ },
2995
+ "client": {
2996
+ "providers": []
2997
+ }
2998
+ },
2999
+ "metadata": {
3000
+ "jskit": {
3001
+ "scaffoldShape": "crud-server-v1",
3002
+ "tableOwnership": {
3003
+ "tables": [
3004
+ {
3005
+ "tableName": "google_rewarded_rules",
3006
+ "provenance": "crud-server-generator",
3007
+ "ownerKind": "crud-package",
3008
+ "providerEntrypoint": "src/server/rules/GoogleRewardedRulesProvider.js",
3009
+ "ownershipFilter": "workspace"
3010
+ },
3011
+ {
3012
+ "tableName": "google_rewarded_provider_configs",
3013
+ "provenance": "crud-server-generator",
3014
+ "ownerKind": "crud-package",
3015
+ "providerEntrypoint": "src/server/providerConfigs/GoogleRewardedProviderConfigsProvider.js",
3016
+ "ownershipFilter": "workspace"
3017
+ },
3018
+ {
3019
+ "tableName": "google_rewarded_watch_sessions",
3020
+ "provenance": "crud-server-generator",
3021
+ "ownerKind": "crud-package",
3022
+ "providerEntrypoint": "src/server/watchSessions/GoogleRewardedWatchSessionsProvider.js",
3023
+ "ownershipFilter": "workspace_user"
3024
+ },
3025
+ {
3026
+ "tableName": "google_rewarded_unlock_receipts",
3027
+ "provenance": "crud-server-generator",
3028
+ "ownerKind": "crud-package",
3029
+ "providerEntrypoint": "src/server/unlockReceipts/GoogleRewardedUnlockReceiptsProvider.js",
3030
+ "ownershipFilter": "workspace_user"
3031
+ }
3032
+ ]
3033
+ }
3034
+ },
3035
+ "apiSummary": {
3036
+ "surfaces": [
3037
+ {
3038
+ "subpath": "./shared",
3039
+ "summary": "Exports Google rewarded shared CRUD resources."
3040
+ },
3041
+ {
3042
+ "subpath": "./server/actions",
3043
+ "summary": "Exports Google rewarded workflow action identifiers and validators."
3044
+ },
3045
+ {
3046
+ "subpath": "./server/requireGoogleRewardedUnlock",
3047
+ "summary": "Exports the server helper that enforces a rewarded unlock before a protected feature action continues."
3048
+ }
3049
+ ],
3050
+ "containerTokens": {
3051
+ "server": [
3052
+ "repository.google_rewarded_rules",
3053
+ "crud.google_rewarded_rules",
3054
+ "repository.google_rewarded_provider_configs",
3055
+ "crud.google_rewarded_provider_configs",
3056
+ "repository.google_rewarded_watch_sessions",
3057
+ "crud.google_rewarded_watch_sessions",
3058
+ "repository.google_rewarded_unlock_receipts",
3059
+ "crud.google_rewarded_unlock_receipts",
3060
+ "google-rewarded.core.service"
3061
+ ],
3062
+ "client": []
3063
+ }
3064
+ }
3065
+ },
3066
+ "mutations": {
3067
+ "dependencies": {
3068
+ "runtime": {
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
+ },
3078
+ "dev": {}
3079
+ },
3080
+ "packageJson": {
3081
+ "scripts": {}
3082
+ },
3083
+ "procfile": {},
3084
+ "files": [
3085
+ {
3086
+ "op": "install-migration",
3087
+ "from": "templates/migrations/google_rewarded_rules_initial.cjs",
3088
+ "toDir": "migrations",
3089
+ "extension": ".cjs",
3090
+ "reason": "Install Google rewarded rules schema migration.",
3091
+ "category": "google-rewarded",
3092
+ "id": "google-rewarded-rules-initial-schema"
3093
+ },
3094
+ {
3095
+ "op": "install-migration",
3096
+ "from": "templates/migrations/google_rewarded_provider_configs_initial.cjs",
3097
+ "toDir": "migrations",
3098
+ "extension": ".cjs",
3099
+ "reason": "Install Google rewarded provider config schema migration.",
3100
+ "category": "google-rewarded",
3101
+ "id": "google-rewarded-provider-configs-initial-schema"
3102
+ },
3103
+ {
3104
+ "op": "install-migration",
3105
+ "from": "templates/migrations/google_rewarded_watch_sessions_initial.cjs",
3106
+ "toDir": "migrations",
3107
+ "extension": ".cjs",
3108
+ "reason": "Install Google rewarded watch sessions schema migration.",
3109
+ "category": "google-rewarded",
3110
+ "id": "google-rewarded-watch-sessions-initial-schema"
3111
+ },
3112
+ {
3113
+ "op": "install-migration",
3114
+ "from": "templates/migrations/google_rewarded_unlock_receipts_initial.cjs",
3115
+ "toDir": "migrations",
3116
+ "extension": ".cjs",
3117
+ "reason": "Install Google rewarded unlock receipts schema migration.",
3118
+ "category": "google-rewarded",
3119
+ "id": "google-rewarded-unlock-receipts-initial-schema"
3120
+ }
3121
+ ],
3122
+ "text": []
3123
+ }
3124
+ }
3125
+ },
3126
+ {
3127
+ "packageId": "@jskit-ai/google-rewarded-web",
3128
+ "version": "0.1.2",
3129
+ "descriptor": {
3130
+ "packageVersion": 1,
3131
+ "packageId": "@jskit-ai/google-rewarded-web",
3132
+ "version": "0.1.2",
3133
+ "kind": "runtime",
3134
+ "description": "Google rewarded client runtime with a fullscreen gate host and GPT orchestration.",
3135
+ "dependsOn": [
3136
+ "@jskit-ai/google-rewarded-core",
3137
+ "@jskit-ai/http-runtime",
3138
+ "@jskit-ai/kernel",
3139
+ "@jskit-ai/shell-web"
3140
+ ],
3141
+ "capabilities": {
3142
+ "provides": [
3143
+ "google-rewarded.web"
3144
+ ],
3145
+ "requires": []
3146
+ },
3147
+ "runtime": {
3148
+ "server": {
3149
+ "providers": []
3150
+ },
3151
+ "client": {
3152
+ "providers": [
3153
+ {
3154
+ "entrypoint": "src/client/providers/GoogleRewardedClientProvider.js",
3155
+ "export": "GoogleRewardedClientProvider"
3156
+ }
3157
+ ]
3158
+ }
3159
+ },
3160
+ "metadata": {
3161
+ "apiSummary": {
3162
+ "surfaces": [
3163
+ {
3164
+ "subpath": "./client",
3165
+ "summary": "Exports the Google rewarded client provider, runtime composable, and fullscreen gate host."
3166
+ }
3167
+ ],
3168
+ "containerTokens": {
3169
+ "server": [],
3170
+ "client": [
3171
+ "google-rewarded.web.runtime"
3172
+ ]
3173
+ }
3174
+ }
3175
+ },
3176
+ "mutations": {
3177
+ "dependencies": {
3178
+ "runtime": {
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
+ },
3184
+ "dev": {}
3185
+ },
3186
+ "packageJson": {
3187
+ "scripts": {}
3188
+ },
3189
+ "procfile": {},
3190
+ "vite": {
3191
+ "proxy": []
3192
+ },
3193
+ "text": [],
3194
+ "files": []
3195
+ }
3196
+ }
3197
+ },
2924
3198
  {
2925
3199
  "packageId": "@jskit-ai/http-runtime",
2926
- "version": "0.1.62",
3200
+ "version": "0.1.64",
2927
3201
  "descriptor": {
2928
3202
  "packageVersion": 1,
2929
3203
  "packageId": "@jskit-ai/http-runtime",
2930
- "version": "0.1.62",
3204
+ "version": "0.1.64",
2931
3205
  "kind": "runtime",
2932
3206
  "dependsOn": [],
2933
3207
  "capabilities": {
@@ -2993,7 +3267,7 @@
2993
3267
  "mutations": {
2994
3268
  "dependencies": {
2995
3269
  "runtime": {
2996
- "@jskit-ai/kernel": "0.1.63"
3270
+ "@jskit-ai/kernel": "0.1.65"
2997
3271
  },
2998
3272
  "dev": {}
2999
3273
  },
@@ -3007,11 +3281,11 @@
3007
3281
  },
3008
3282
  {
3009
3283
  "packageId": "@jskit-ai/json-rest-api-core",
3010
- "version": "0.1.8",
3284
+ "version": "0.1.10",
3011
3285
  "descriptor": {
3012
3286
  "packageVersion": 1,
3013
3287
  "packageId": "@jskit-ai/json-rest-api-core",
3014
- "version": "0.1.8",
3288
+ "version": "0.1.10",
3015
3289
  "kind": "runtime",
3016
3290
  "description": "Shared internal json-rest-api host runtime for JSKIT server packages.",
3017
3291
  "dependsOn": [
@@ -3069,13 +3343,133 @@
3069
3343
  }
3070
3344
  }
3071
3345
  },
3346
+ {
3347
+ "packageId": "@jskit-ai/mobile-capacitor",
3348
+ "version": "0.1.2",
3349
+ "descriptor": {
3350
+ "packageVersion": 1,
3351
+ "packageId": "@jskit-ai/mobile-capacitor",
3352
+ "version": "0.1.2",
3353
+ "kind": "runtime",
3354
+ "description": "Thin Capacitor client integration for JSKIT mobile-shell launch routing and auth callback completion.",
3355
+ "dependsOn": [
3356
+ "@jskit-ai/kernel",
3357
+ "@jskit-ai/shell-web"
3358
+ ],
3359
+ "capabilities": {
3360
+ "provides": [
3361
+ "mobile.capacitor"
3362
+ ],
3363
+ "requires": []
3364
+ },
3365
+ "runtime": {
3366
+ "server": {
3367
+ "providers": []
3368
+ },
3369
+ "client": {
3370
+ "providers": [
3371
+ {
3372
+ "entrypoint": "src/client/providers/MobileCapacitorClientProvider.js",
3373
+ "export": "MobileCapacitorClientProvider"
3374
+ }
3375
+ ]
3376
+ }
3377
+ },
3378
+ "lifecycle": {
3379
+ "install": {
3380
+ "prepare": {
3381
+ "entrypoint": "src/server/buildTemplateContext.js",
3382
+ "export": "prepareInstallHook"
3383
+ },
3384
+ "finalize": {
3385
+ "entrypoint": "src/server/buildTemplateContext.js",
3386
+ "export": "finalizeInstallHook",
3387
+ "managesNpmInstall": true
3388
+ }
3389
+ }
3390
+ },
3391
+ "metadata": {
3392
+ "apiSummary": {
3393
+ "surfaces": [
3394
+ {
3395
+ "subpath": "./client",
3396
+ "summary": "Exports the Capacitor client provider, launch adapter helpers, and mobile-shell runtime."
3397
+ }
3398
+ ],
3399
+ "containerTokens": {
3400
+ "server": [],
3401
+ "client": [
3402
+ "mobile.capacitor.client.runtime",
3403
+ "mobile.capacitor.adapter.client"
3404
+ ]
3405
+ }
3406
+ }
3407
+ },
3408
+ "mutations": {
3409
+ "dependencies": {
3410
+ "runtime": {
3411
+ "@capacitor/android": "^7.4.3",
3412
+ "@capacitor/app": "^7.1.0",
3413
+ "@capacitor/browser": "^7.0.1",
3414
+ "@capacitor/core": "^7.4.3",
3415
+ "@jskit-ai/kernel": "0.1.65",
3416
+ "@jskit-ai/shell-web": "0.1.64"
3417
+ },
3418
+ "dev": {
3419
+ "@capacitor/cli": "^7.4.3"
3420
+ }
3421
+ },
3422
+ "packageJson": {
3423
+ "scripts": {
3424
+ "mobile:dev:android": "jskit mobile dev android",
3425
+ "mobile:devices:android": "jskit mobile devices android",
3426
+ "mobile:sync:android": "jskit mobile sync android",
3427
+ "mobile:tunnel:android": "jskit mobile tunnel android",
3428
+ "mobile:restart:android": "jskit mobile restart android",
3429
+ "mobile:run:android": "jskit mobile run android",
3430
+ "mobile:build:web": "npm run build",
3431
+ "mobile:build:android": "jskit mobile build android"
3432
+ }
3433
+ },
3434
+ "procfile": {},
3435
+ "vite": {
3436
+ "proxy": []
3437
+ },
3438
+ "text": [],
3439
+ "files": [
3440
+ {
3441
+ "from": "templates/capacitor.config.json",
3442
+ "to": "capacitor.config.json",
3443
+ "reason": "Install Capacitor shell configuration rendered from config.mobile.",
3444
+ "category": "mobile-capacitor",
3445
+ "id": "mobile-capacitor-config",
3446
+ "templateContext": {
3447
+ "entrypoint": "src/server/buildTemplateContext.js",
3448
+ "export": "buildTemplateContext"
3449
+ }
3450
+ },
3451
+ {
3452
+ "from": "templates/mobile-capacitor.md",
3453
+ "to": ".jskit/mobile-capacitor.md",
3454
+ "reason": "Install managed mobile-shell notes for the Capacitor Android integration.",
3455
+ "category": "mobile-capacitor",
3456
+ "id": "mobile-capacitor-notes",
3457
+ "templateContext": {
3458
+ "entrypoint": "src/server/buildTemplateContext.js",
3459
+ "export": "buildTemplateContext"
3460
+ }
3461
+ }
3462
+ ]
3463
+ }
3464
+ }
3465
+ },
3072
3466
  {
3073
3467
  "packageId": "@jskit-ai/realtime",
3074
- "version": "0.1.62",
3468
+ "version": "0.1.64",
3075
3469
  "descriptor": {
3076
3470
  "packageVersion": 1,
3077
3471
  "packageId": "@jskit-ai/realtime",
3078
- "version": "0.1.62",
3472
+ "version": "0.1.64",
3079
3473
  "kind": "runtime",
3080
3474
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
3081
3475
  "options": {
@@ -3170,7 +3564,7 @@
3170
3564
  "mutations": {
3171
3565
  "dependencies": {
3172
3566
  "runtime": {
3173
- "@jskit-ai/kernel": "0.1.63",
3567
+ "@jskit-ai/kernel": "0.1.65",
3174
3568
  "@socket.io/redis-adapter": "^8.3.0",
3175
3569
  "redis": "^5.8.2",
3176
3570
  "socket.io": "^4.8.3",
@@ -3219,11 +3613,11 @@
3219
3613
  },
3220
3614
  {
3221
3615
  "packageId": "@jskit-ai/resource-core",
3222
- "version": "0.1.8",
3616
+ "version": "0.1.10",
3223
3617
  "descriptor": {
3224
3618
  "packageVersion": 1,
3225
3619
  "packageId": "@jskit-ai/resource-core",
3226
- "version": "0.1.8",
3620
+ "version": "0.1.10",
3227
3621
  "kind": "runtime",
3228
3622
  "description": "Generic resource-definition helpers and schema-definition normalization.",
3229
3623
  "dependsOn": [
@@ -3246,7 +3640,7 @@
3246
3640
  "mutations": {
3247
3641
  "dependencies": {
3248
3642
  "runtime": {
3249
- "@jskit-ai/resource-core": "0.1.8"
3643
+ "@jskit-ai/resource-core": "0.1.10"
3250
3644
  },
3251
3645
  "dev": {}
3252
3646
  },
@@ -3261,11 +3655,11 @@
3261
3655
  },
3262
3656
  {
3263
3657
  "packageId": "@jskit-ai/resource-crud-core",
3264
- "version": "0.1.8",
3658
+ "version": "0.1.10",
3265
3659
  "descriptor": {
3266
3660
  "packageVersion": 1,
3267
3661
  "packageId": "@jskit-ai/resource-crud-core",
3268
- "version": "0.1.8",
3662
+ "version": "0.1.10",
3269
3663
  "kind": "runtime",
3270
3664
  "description": "CRUD-specific resource-definition helpers and namespace support.",
3271
3665
  "dependsOn": [
@@ -3289,7 +3683,7 @@
3289
3683
  "mutations": {
3290
3684
  "dependencies": {
3291
3685
  "runtime": {
3292
- "@jskit-ai/resource-crud-core": "0.1.8"
3686
+ "@jskit-ai/resource-crud-core": "0.1.10"
3293
3687
  },
3294
3688
  "dev": {}
3295
3689
  },
@@ -3304,11 +3698,11 @@
3304
3698
  },
3305
3699
  {
3306
3700
  "packageId": "@jskit-ai/shell-web",
3307
- "version": "0.1.62",
3701
+ "version": "0.1.64",
3308
3702
  "descriptor": {
3309
3703
  "packageVersion": 1,
3310
3704
  "packageId": "@jskit-ai/shell-web",
3311
- "version": "0.1.62",
3705
+ "version": "0.1.64",
3312
3706
  "kind": "runtime",
3313
3707
  "description": "Web shell layout runtime with outlet-based placement contributions.",
3314
3708
  "dependsOn": [],
@@ -3445,7 +3839,7 @@
3445
3839
  "runtime": {
3446
3840
  "@mdi/js": "^7.4.47",
3447
3841
  "@tanstack/vue-query": "^5.90.5",
3448
- "@jskit-ai/kernel": "0.1.63",
3842
+ "@jskit-ai/kernel": "0.1.65",
3449
3843
  "vuetify": "^4.0.0"
3450
3844
  },
3451
3845
  "dev": {}
@@ -3630,11 +4024,11 @@
3630
4024
  },
3631
4025
  {
3632
4026
  "packageId": "@jskit-ai/storage-runtime",
3633
- "version": "0.1.62",
4027
+ "version": "0.1.64",
3634
4028
  "descriptor": {
3635
4029
  "packageVersion": 1,
3636
4030
  "packageId": "@jskit-ai/storage-runtime",
3637
- "version": "0.1.62",
4031
+ "version": "0.1.64",
3638
4032
  "kind": "runtime",
3639
4033
  "dependsOn": [
3640
4034
  "@jskit-ai/kernel"
@@ -3683,7 +4077,7 @@
3683
4077
  "mutations": {
3684
4078
  "dependencies": {
3685
4079
  "runtime": {
3686
- "@jskit-ai/kernel": "0.1.63",
4080
+ "@jskit-ai/kernel": "0.1.65",
3687
4081
  "unstorage": "^1.17.3"
3688
4082
  },
3689
4083
  "dev": {}
@@ -3699,11 +4093,11 @@
3699
4093
  },
3700
4094
  {
3701
4095
  "packageId": "@jskit-ai/ui-generator",
3702
- "version": "0.1.46",
4096
+ "version": "0.1.48",
3703
4097
  "descriptor": {
3704
4098
  "packageVersion": 1,
3705
4099
  "packageId": "@jskit-ai/ui-generator",
3706
- "version": "0.1.46",
4100
+ "version": "0.1.48",
3707
4101
  "kind": "generator",
3708
4102
  "description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
3709
4103
  "options": {
@@ -4002,7 +4396,7 @@
4002
4396
  "mutations": {
4003
4397
  "dependencies": {
4004
4398
  "runtime": {
4005
- "@jskit-ai/users-web": "0.1.78"
4399
+ "@jskit-ai/users-web": "0.1.80"
4006
4400
  },
4007
4401
  "dev": {}
4008
4402
  },
@@ -4017,11 +4411,11 @@
4017
4411
  },
4018
4412
  {
4019
4413
  "packageId": "@jskit-ai/uploads-image-web",
4020
- "version": "0.1.41",
4414
+ "version": "0.1.43",
4021
4415
  "descriptor": {
4022
4416
  "packageVersion": 1,
4023
4417
  "packageId": "@jskit-ai/uploads-image-web",
4024
- "version": "0.1.41",
4418
+ "version": "0.1.43",
4025
4419
  "kind": "runtime",
4026
4420
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
4027
4421
  "dependsOn": [
@@ -4085,7 +4479,7 @@
4085
4479
  "mutations": {
4086
4480
  "dependencies": {
4087
4481
  "runtime": {
4088
- "@jskit-ai/uploads-runtime": "0.1.41",
4482
+ "@jskit-ai/uploads-runtime": "0.1.43",
4089
4483
  "@uppy/compressor": "^3.1.0",
4090
4484
  "@uppy/core": "^5.2.0",
4091
4485
  "@uppy/dashboard": "^5.1.1",
@@ -4105,11 +4499,11 @@
4105
4499
  },
4106
4500
  {
4107
4501
  "packageId": "@jskit-ai/uploads-runtime",
4108
- "version": "0.1.41",
4502
+ "version": "0.1.43",
4109
4503
  "descriptor": {
4110
4504
  "packageVersion": 1,
4111
4505
  "packageId": "@jskit-ai/uploads-runtime",
4112
- "version": "0.1.41",
4506
+ "version": "0.1.43",
4113
4507
  "kind": "runtime",
4114
4508
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
4115
4509
  "dependsOn": [
@@ -4179,7 +4573,7 @@
4179
4573
  "dependencies": {
4180
4574
  "runtime": {
4181
4575
  "@fastify/multipart": "^9.4.0",
4182
- "@jskit-ai/kernel": "0.1.63"
4576
+ "@jskit-ai/kernel": "0.1.65"
4183
4577
  },
4184
4578
  "dev": {}
4185
4579
  },
@@ -4194,11 +4588,11 @@
4194
4588
  },
4195
4589
  {
4196
4590
  "packageId": "@jskit-ai/users-core",
4197
- "version": "0.1.73",
4591
+ "version": "0.1.75",
4198
4592
  "descriptor": {
4199
4593
  "packageVersion": 1,
4200
4594
  "packageId": "@jskit-ai/users-core",
4201
- "version": "0.1.73",
4595
+ "version": "0.1.75",
4202
4596
  "kind": "runtime",
4203
4597
  "description": "Users/account runtime plus HTTP routes for account features.",
4204
4598
  "dependsOn": [
@@ -4339,16 +4733,16 @@
4339
4733
  "mutations": {
4340
4734
  "dependencies": {
4341
4735
  "runtime": {
4342
- "@jskit-ai/auth-core": "0.1.62",
4343
- "@jskit-ai/crud-core": "0.1.71",
4344
- "@jskit-ai/database-runtime": "0.1.63",
4345
- "@jskit-ai/http-runtime": "0.1.62",
4346
- "@jskit-ai/json-rest-api-core": "0.1.8",
4347
- "@jskit-ai/kernel": "0.1.63",
4348
- "@jskit-ai/resource-core": "0.1.8",
4349
- "@jskit-ai/resource-crud-core": "0.1.8",
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",
4350
4744
  "@local/users": "file:packages/users",
4351
- "@jskit-ai/uploads-runtime": "0.1.41"
4745
+ "@jskit-ai/uploads-runtime": "0.1.43"
4352
4746
  },
4353
4747
  "dev": {}
4354
4748
  },
@@ -4565,11 +4959,11 @@
4565
4959
  },
4566
4960
  {
4567
4961
  "packageId": "@jskit-ai/users-web",
4568
- "version": "0.1.78",
4962
+ "version": "0.1.80",
4569
4963
  "descriptor": {
4570
4964
  "packageVersion": 1,
4571
4965
  "packageId": "@jskit-ai/users-web",
4572
- "version": "0.1.78",
4966
+ "version": "0.1.80",
4573
4967
  "kind": "runtime",
4574
4968
  "description": "Users web module: account/profile UI plus shared users web widgets.",
4575
4969
  "dependsOn": [
@@ -4765,12 +5159,12 @@
4765
5159
  "runtime": {
4766
5160
  "@tanstack/vue-query": "5.92.12",
4767
5161
  "@mdi/js": "^7.4.47",
4768
- "@jskit-ai/http-runtime": "0.1.62",
4769
- "@jskit-ai/realtime": "0.1.62",
4770
- "@jskit-ai/kernel": "0.1.63",
4771
- "@jskit-ai/shell-web": "0.1.62",
4772
- "@jskit-ai/uploads-image-web": "0.1.41",
4773
- "@jskit-ai/users-core": "0.1.73",
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",
4774
5168
  "vuetify": "^4.0.0"
4775
5169
  },
4776
5170
  "dev": {}
@@ -4920,11 +5314,11 @@
4920
5314
  },
4921
5315
  {
4922
5316
  "packageId": "@jskit-ai/workspaces-core",
4923
- "version": "0.1.39",
5317
+ "version": "0.1.41",
4924
5318
  "descriptor": {
4925
5319
  "packageVersion": 1,
4926
5320
  "packageId": "@jskit-ai/workspaces-core",
4927
- "version": "0.1.39",
5321
+ "version": "0.1.41",
4928
5322
  "kind": "runtime",
4929
5323
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
4930
5324
  "dependsOn": [
@@ -5065,10 +5459,10 @@
5065
5459
  "mutations": {
5066
5460
  "dependencies": {
5067
5461
  "runtime": {
5068
- "@jskit-ai/json-rest-api-core": "0.1.8",
5069
- "@jskit-ai/resource-core": "0.1.8",
5070
- "@jskit-ai/resource-crud-core": "0.1.8",
5071
- "@jskit-ai/users-core": "0.1.73"
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"
5072
5466
  },
5073
5467
  "dev": {}
5074
5468
  },
@@ -5240,11 +5634,11 @@
5240
5634
  },
5241
5635
  {
5242
5636
  "packageId": "@jskit-ai/workspaces-web",
5243
- "version": "0.1.39",
5637
+ "version": "0.1.41",
5244
5638
  "descriptor": {
5245
5639
  "packageVersion": 1,
5246
5640
  "packageId": "@jskit-ai/workspaces-web",
5247
- "version": "0.1.39",
5641
+ "version": "0.1.41",
5248
5642
  "kind": "runtime",
5249
5643
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
5250
5644
  "dependsOn": [
@@ -5431,8 +5825,8 @@
5431
5825
  "mutations": {
5432
5826
  "dependencies": {
5433
5827
  "runtime": {
5434
- "@jskit-ai/workspaces-core": "0.1.39",
5435
- "@jskit-ai/users-web": "0.1.78",
5828
+ "@jskit-ai/workspaces-core": "0.1.41",
5829
+ "@jskit-ai/users-web": "0.1.80",
5436
5830
  "vuetify": "^4.0.0"
5437
5831
  },
5438
5832
  "dev": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.71",
3
+ "version": "0.1.73",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [