@jskit-ai/jskit-catalog 0.1.36 → 0.1.37

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.
@@ -6,11 +6,11 @@
6
6
  "packages": [
7
7
  {
8
8
  "packageId": "@jskit-ai/assistant",
9
- "version": "0.1.37",
9
+ "version": "0.1.38",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.37",
13
+ "version": "0.1.38",
14
14
  "kind": "generator",
15
15
  "description": "Generate an app-local assistant runtime and settings integration from explicit surface choices.",
16
16
  "options": {
@@ -188,13 +188,13 @@
188
188
  "dependencies": {
189
189
  "runtime": {
190
190
  "@local/assistant": "file:packages/assistant",
191
- "@jskit-ai/assistant-core": "0.1.4",
192
- "@jskit-ai/database-runtime": "0.1.28",
193
- "@jskit-ai/http-runtime": "0.1.27",
194
- "@jskit-ai/kernel": "0.1.28",
195
- "@jskit-ai/shell-web": "0.1.27",
196
- "@jskit-ai/users-core": "0.1.38",
197
- "@jskit-ai/users-web": "0.1.43",
191
+ "@jskit-ai/assistant-core": "0.1.5",
192
+ "@jskit-ai/database-runtime": "0.1.29",
193
+ "@jskit-ai/http-runtime": "0.1.28",
194
+ "@jskit-ai/kernel": "0.1.29",
195
+ "@jskit-ai/shell-web": "0.1.28",
196
+ "@jskit-ai/users-core": "0.1.39",
197
+ "@jskit-ai/users-web": "0.1.44",
198
198
  "@tanstack/vue-query": "^5.90.5",
199
199
  "vuetify": "^4.0.0"
200
200
  },
@@ -496,11 +496,11 @@
496
496
  },
497
497
  {
498
498
  "packageId": "@jskit-ai/assistant-core",
499
- "version": "0.1.4",
499
+ "version": "0.1.5",
500
500
  "descriptor": {
501
501
  "packageVersion": 1,
502
502
  "packageId": "@jskit-ai/assistant-core",
503
- "version": "0.1.4",
503
+ "version": "0.1.5",
504
504
  "kind": "runtime",
505
505
  "description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
506
506
  "dependsOn": [
@@ -546,9 +546,9 @@
546
546
  "mutations": {
547
547
  "dependencies": {
548
548
  "runtime": {
549
- "@jskit-ai/http-runtime": "0.1.27",
550
- "@jskit-ai/kernel": "0.1.28",
551
- "@jskit-ai/users-core": "0.1.38",
549
+ "@jskit-ai/http-runtime": "0.1.28",
550
+ "@jskit-ai/kernel": "0.1.29",
551
+ "@jskit-ai/users-core": "0.1.39",
552
552
  "@tanstack/vue-query": "^5.90.5",
553
553
  "dompurify": "^3.3.3",
554
554
  "marked": "^17.0.4",
@@ -569,11 +569,11 @@
569
569
  },
570
570
  {
571
571
  "packageId": "@jskit-ai/auth-core",
572
- "version": "0.1.27",
572
+ "version": "0.1.28",
573
573
  "descriptor": {
574
574
  "packageVersion": 1,
575
575
  "packageId": "@jskit-ai/auth-core",
576
- "version": "0.1.27",
576
+ "version": "0.1.28",
577
577
  "kind": "runtime",
578
578
  "dependsOn": [
579
579
  "@jskit-ai/value-app-config-shared"
@@ -641,7 +641,7 @@
641
641
  "mutations": {
642
642
  "dependencies": {
643
643
  "runtime": {
644
- "@jskit-ai/kernel": "0.1.28",
644
+ "@jskit-ai/kernel": "0.1.29",
645
645
  "@fastify/cookie": "^11.0.2",
646
646
  "@fastify/csrf-protection": "^7.1.0",
647
647
  "@fastify/rate-limit": "^10.3.0"
@@ -659,11 +659,11 @@
659
659
  },
660
660
  {
661
661
  "packageId": "@jskit-ai/auth-provider-supabase-core",
662
- "version": "0.1.27",
662
+ "version": "0.1.28",
663
663
  "descriptor": {
664
664
  "packageVersion": 1,
665
665
  "packageId": "@jskit-ai/auth-provider-supabase-core",
666
- "version": "0.1.27",
666
+ "version": "0.1.28",
667
667
  "kind": "runtime",
668
668
  "options": {
669
669
  "auth-supabase-url": {
@@ -745,8 +745,8 @@
745
745
  "mutations": {
746
746
  "dependencies": {
747
747
  "runtime": {
748
- "@jskit-ai/auth-core": "0.1.27",
749
- "@jskit-ai/kernel": "0.1.28",
748
+ "@jskit-ai/auth-core": "0.1.28",
749
+ "@jskit-ai/kernel": "0.1.29",
750
750
  "dotenv": "^16.4.5",
751
751
  "@supabase/supabase-js": "^2.57.4",
752
752
  "jose": "^6.1.0"
@@ -811,11 +811,11 @@
811
811
  },
812
812
  {
813
813
  "packageId": "@jskit-ai/auth-web",
814
- "version": "0.1.29",
814
+ "version": "0.1.30",
815
815
  "descriptor": {
816
816
  "packageVersion": 1,
817
817
  "packageId": "@jskit-ai/auth-web",
818
- "version": "0.1.29",
818
+ "version": "0.1.30",
819
819
  "kind": "runtime",
820
820
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
821
821
  "dependsOn": [
@@ -1045,10 +1045,10 @@
1045
1045
  "@tanstack/vue-query": "5.92.12",
1046
1046
  "@mdi/js": "^7.4.47",
1047
1047
  "@fastify/type-provider-typebox": "^6.1.0",
1048
- "@jskit-ai/auth-core": "0.1.27",
1049
- "@jskit-ai/http-runtime": "0.1.27",
1050
- "@jskit-ai/kernel": "0.1.28",
1051
- "@jskit-ai/shell-web": "0.1.27",
1048
+ "@jskit-ai/auth-core": "0.1.28",
1049
+ "@jskit-ai/http-runtime": "0.1.28",
1050
+ "@jskit-ai/kernel": "0.1.29",
1051
+ "@jskit-ai/shell-web": "0.1.28",
1052
1052
  "vuetify": "^4.0.0"
1053
1053
  },
1054
1054
  "dev": {}
@@ -1118,11 +1118,11 @@
1118
1118
  },
1119
1119
  {
1120
1120
  "packageId": "@jskit-ai/crud-core",
1121
- "version": "0.1.36",
1121
+ "version": "0.1.37",
1122
1122
  "descriptor": {
1123
1123
  "packageVersion": 1,
1124
1124
  "packageId": "@jskit-ai/crud-core",
1125
- "version": "0.1.36",
1125
+ "version": "0.1.37",
1126
1126
  "kind": "runtime",
1127
1127
  "description": "Shared CRUD helpers used by CRUD modules.",
1128
1128
  "dependsOn": [
@@ -1149,7 +1149,7 @@
1149
1149
  "mutations": {
1150
1150
  "dependencies": {
1151
1151
  "runtime": {
1152
- "@jskit-ai/crud-core": "0.1.36"
1152
+ "@jskit-ai/crud-core": "0.1.37"
1153
1153
  },
1154
1154
  "dev": {}
1155
1155
  },
@@ -1163,11 +1163,11 @@
1163
1163
  },
1164
1164
  {
1165
1165
  "packageId": "@jskit-ai/crud-server-generator",
1166
- "version": "0.1.36",
1166
+ "version": "0.1.37",
1167
1167
  "descriptor": {
1168
1168
  "packageVersion": 1,
1169
1169
  "packageId": "@jskit-ai/crud-server-generator",
1170
- "version": "0.1.36",
1170
+ "version": "0.1.37",
1171
1171
  "kind": "generator",
1172
1172
  "description": "CRUD server generator with routes, actions, and persistence scaffolding.",
1173
1173
  "options": {
@@ -1302,13 +1302,13 @@
1302
1302
  "mutations": {
1303
1303
  "dependencies": {
1304
1304
  "runtime": {
1305
- "@jskit-ai/auth-core": "0.1.27",
1306
- "@jskit-ai/crud-core": "0.1.36",
1307
- "@jskit-ai/database-runtime": "0.1.28",
1308
- "@jskit-ai/http-runtime": "0.1.27",
1309
- "@jskit-ai/kernel": "0.1.28",
1310
- "@jskit-ai/realtime": "0.1.27",
1311
- "@jskit-ai/users-core": "0.1.38",
1305
+ "@jskit-ai/auth-core": "0.1.28",
1306
+ "@jskit-ai/crud-core": "0.1.37",
1307
+ "@jskit-ai/database-runtime": "0.1.29",
1308
+ "@jskit-ai/http-runtime": "0.1.28",
1309
+ "@jskit-ai/kernel": "0.1.29",
1310
+ "@jskit-ai/realtime": "0.1.28",
1311
+ "@jskit-ai/users-core": "0.1.39",
1312
1312
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
1313
1313
  "typebox": "^1.0.81"
1314
1314
  },
@@ -1432,11 +1432,11 @@
1432
1432
  },
1433
1433
  {
1434
1434
  "packageId": "@jskit-ai/crud-ui-generator",
1435
- "version": "0.1.11",
1435
+ "version": "0.1.12",
1436
1436
  "descriptor": {
1437
1437
  "packageVersion": 1,
1438
1438
  "packageId": "@jskit-ai/crud-ui-generator",
1439
- "version": "0.1.11",
1439
+ "version": "0.1.12",
1440
1440
  "kind": "generator",
1441
1441
  "description": "Generate app-local CRUD UI scaffolds from resource validators.",
1442
1442
  "options": {
@@ -1570,7 +1570,7 @@
1570
1570
  "mutations": {
1571
1571
  "dependencies": {
1572
1572
  "runtime": {
1573
- "@jskit-ai/users-web": "0.1.43"
1573
+ "@jskit-ai/users-web": "0.1.44"
1574
1574
  },
1575
1575
  "dev": {}
1576
1576
  },
@@ -1843,11 +1843,11 @@
1843
1843
  },
1844
1844
  {
1845
1845
  "packageId": "@jskit-ai/database-runtime",
1846
- "version": "0.1.28",
1846
+ "version": "0.1.29",
1847
1847
  "descriptor": {
1848
1848
  "packageVersion": 1,
1849
1849
  "packageId": "@jskit-ai/database-runtime",
1850
- "version": "0.1.28",
1850
+ "version": "0.1.29",
1851
1851
  "kind": "runtime",
1852
1852
  "dependsOn": [
1853
1853
  "@jskit-ai/kernel"
@@ -1904,7 +1904,7 @@
1904
1904
  "mutations": {
1905
1905
  "dependencies": {
1906
1906
  "runtime": {
1907
- "@jskit-ai/kernel": "0.1.28",
1907
+ "@jskit-ai/kernel": "0.1.29",
1908
1908
  "dotenv": "^16.4.5",
1909
1909
  "knex": "^3.1.0"
1910
1910
  },
@@ -1939,11 +1939,11 @@
1939
1939
  },
1940
1940
  {
1941
1941
  "packageId": "@jskit-ai/database-runtime-mysql",
1942
- "version": "0.1.27",
1942
+ "version": "0.1.28",
1943
1943
  "descriptor": {
1944
1944
  "packageVersion": 1,
1945
1945
  "packageId": "@jskit-ai/database-runtime-mysql",
1946
- "version": "0.1.27",
1946
+ "version": "0.1.28",
1947
1947
  "kind": "runtime",
1948
1948
  "options": {
1949
1949
  "db-host": {
@@ -2033,7 +2033,7 @@
2033
2033
  "mutations": {
2034
2034
  "dependencies": {
2035
2035
  "runtime": {
2036
- "@jskit-ai/database-runtime": "0.1.28",
2036
+ "@jskit-ai/database-runtime": "0.1.29",
2037
2037
  "mysql2": "^3.11.2"
2038
2038
  },
2039
2039
  "dev": {}
@@ -2104,11 +2104,11 @@
2104
2104
  },
2105
2105
  {
2106
2106
  "packageId": "@jskit-ai/database-runtime-postgres",
2107
- "version": "0.1.27",
2107
+ "version": "0.1.28",
2108
2108
  "descriptor": {
2109
2109
  "packageVersion": 1,
2110
2110
  "packageId": "@jskit-ai/database-runtime-postgres",
2111
- "version": "0.1.27",
2111
+ "version": "0.1.28",
2112
2112
  "kind": "runtime",
2113
2113
  "options": {
2114
2114
  "db-host": {
@@ -2198,7 +2198,7 @@
2198
2198
  "mutations": {
2199
2199
  "dependencies": {
2200
2200
  "runtime": {
2201
- "@jskit-ai/database-runtime": "0.1.28",
2201
+ "@jskit-ai/database-runtime": "0.1.29",
2202
2202
  "pg": "^8.13.1"
2203
2203
  },
2204
2204
  "dev": {}
@@ -2269,11 +2269,11 @@
2269
2269
  },
2270
2270
  {
2271
2271
  "packageId": "@jskit-ai/http-runtime",
2272
- "version": "0.1.27",
2272
+ "version": "0.1.28",
2273
2273
  "descriptor": {
2274
2274
  "packageVersion": 1,
2275
2275
  "packageId": "@jskit-ai/http-runtime",
2276
- "version": "0.1.27",
2276
+ "version": "0.1.28",
2277
2277
  "kind": "runtime",
2278
2278
  "dependsOn": [],
2279
2279
  "capabilities": {
@@ -2339,7 +2339,7 @@
2339
2339
  "mutations": {
2340
2340
  "dependencies": {
2341
2341
  "runtime": {
2342
- "@jskit-ai/kernel": "0.1.28",
2342
+ "@jskit-ai/kernel": "0.1.29",
2343
2343
  "@fastify/type-provider-typebox": "^6.1.0",
2344
2344
  "typebox": "^1.0.81"
2345
2345
  },
@@ -2355,11 +2355,11 @@
2355
2355
  },
2356
2356
  {
2357
2357
  "packageId": "@jskit-ai/realtime",
2358
- "version": "0.1.27",
2358
+ "version": "0.1.28",
2359
2359
  "descriptor": {
2360
2360
  "packageVersion": 1,
2361
2361
  "packageId": "@jskit-ai/realtime",
2362
- "version": "0.1.27",
2362
+ "version": "0.1.28",
2363
2363
  "kind": "runtime",
2364
2364
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
2365
2365
  "options": {
@@ -2455,7 +2455,7 @@
2455
2455
  "mutations": {
2456
2456
  "dependencies": {
2457
2457
  "runtime": {
2458
- "@jskit-ai/kernel": "0.1.28",
2458
+ "@jskit-ai/kernel": "0.1.29",
2459
2459
  "@socket.io/redis-adapter": "^8.3.0",
2460
2460
  "redis": "^5.8.2",
2461
2461
  "socket.io": "^4.8.3",
@@ -2504,11 +2504,11 @@
2504
2504
  },
2505
2505
  {
2506
2506
  "packageId": "@jskit-ai/shell-web",
2507
- "version": "0.1.27",
2507
+ "version": "0.1.28",
2508
2508
  "descriptor": {
2509
2509
  "packageVersion": 1,
2510
2510
  "packageId": "@jskit-ai/shell-web",
2511
- "version": "0.1.27",
2511
+ "version": "0.1.28",
2512
2512
  "kind": "runtime",
2513
2513
  "description": "Web shell layout runtime with outlet-based placement contributions.",
2514
2514
  "dependsOn": [],
@@ -2618,7 +2618,7 @@
2618
2618
  "dependencies": {
2619
2619
  "runtime": {
2620
2620
  "@tanstack/vue-query": "^5.90.5",
2621
- "@jskit-ai/kernel": "0.1.28",
2621
+ "@jskit-ai/kernel": "0.1.29",
2622
2622
  "vuetify": "^4.0.0"
2623
2623
  },
2624
2624
  "dev": {}
@@ -2707,11 +2707,11 @@
2707
2707
  },
2708
2708
  {
2709
2709
  "packageId": "@jskit-ai/storage-runtime",
2710
- "version": "0.1.27",
2710
+ "version": "0.1.28",
2711
2711
  "descriptor": {
2712
2712
  "packageVersion": 1,
2713
2713
  "packageId": "@jskit-ai/storage-runtime",
2714
- "version": "0.1.27",
2714
+ "version": "0.1.28",
2715
2715
  "kind": "runtime",
2716
2716
  "dependsOn": [
2717
2717
  "@jskit-ai/kernel"
@@ -2760,7 +2760,7 @@
2760
2760
  "mutations": {
2761
2761
  "dependencies": {
2762
2762
  "runtime": {
2763
- "@jskit-ai/kernel": "0.1.28",
2763
+ "@jskit-ai/kernel": "0.1.29",
2764
2764
  "unstorage": "^1.17.3"
2765
2765
  },
2766
2766
  "dev": {}
@@ -2776,11 +2776,11 @@
2776
2776
  },
2777
2777
  {
2778
2778
  "packageId": "@jskit-ai/ui-generator",
2779
- "version": "0.1.11",
2779
+ "version": "0.1.12",
2780
2780
  "descriptor": {
2781
2781
  "packageVersion": 1,
2782
2782
  "packageId": "@jskit-ai/ui-generator",
2783
- "version": "0.1.11",
2783
+ "version": "0.1.12",
2784
2784
  "kind": "generator",
2785
2785
  "description": "Generate app-local non-CRUD UI pages and outlet elements.",
2786
2786
  "options": {
@@ -2954,7 +2954,7 @@
2954
2954
  "mutations": {
2955
2955
  "dependencies": {
2956
2956
  "runtime": {
2957
- "@jskit-ai/users-web": "0.1.43"
2957
+ "@jskit-ai/users-web": "0.1.44"
2958
2958
  },
2959
2959
  "dev": {}
2960
2960
  },
@@ -2993,11 +2993,11 @@
2993
2993
  },
2994
2994
  {
2995
2995
  "packageId": "@jskit-ai/uploads-image-web",
2996
- "version": "0.1.6",
2996
+ "version": "0.1.7",
2997
2997
  "descriptor": {
2998
2998
  "packageVersion": 1,
2999
2999
  "packageId": "@jskit-ai/uploads-image-web",
3000
- "version": "0.1.6",
3000
+ "version": "0.1.7",
3001
3001
  "kind": "runtime",
3002
3002
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
3003
3003
  "dependsOn": [
@@ -3061,7 +3061,7 @@
3061
3061
  "mutations": {
3062
3062
  "dependencies": {
3063
3063
  "runtime": {
3064
- "@jskit-ai/uploads-runtime": "0.1.6",
3064
+ "@jskit-ai/uploads-runtime": "0.1.7",
3065
3065
  "@uppy/compressor": "^3.1.0",
3066
3066
  "@uppy/core": "^5.2.0",
3067
3067
  "@uppy/dashboard": "^5.1.1",
@@ -3081,11 +3081,11 @@
3081
3081
  },
3082
3082
  {
3083
3083
  "packageId": "@jskit-ai/uploads-runtime",
3084
- "version": "0.1.6",
3084
+ "version": "0.1.7",
3085
3085
  "descriptor": {
3086
3086
  "packageVersion": 1,
3087
3087
  "packageId": "@jskit-ai/uploads-runtime",
3088
- "version": "0.1.6",
3088
+ "version": "0.1.7",
3089
3089
  "kind": "runtime",
3090
3090
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
3091
3091
  "dependsOn": [
@@ -3155,7 +3155,7 @@
3155
3155
  "dependencies": {
3156
3156
  "runtime": {
3157
3157
  "@fastify/multipart": "^9.4.0",
3158
- "@jskit-ai/kernel": "0.1.28"
3158
+ "@jskit-ai/kernel": "0.1.29"
3159
3159
  },
3160
3160
  "dev": {}
3161
3161
  },
@@ -3170,11 +3170,11 @@
3170
3170
  },
3171
3171
  {
3172
3172
  "packageId": "@jskit-ai/users-core",
3173
- "version": "0.1.38",
3173
+ "version": "0.1.39",
3174
3174
  "descriptor": {
3175
3175
  "packageVersion": 1,
3176
3176
  "packageId": "@jskit-ai/users-core",
3177
- "version": "0.1.38",
3177
+ "version": "0.1.39",
3178
3178
  "kind": "runtime",
3179
3179
  "description": "Users/account runtime plus HTTP routes for account and console features.",
3180
3180
  "dependsOn": [
@@ -3310,11 +3310,11 @@
3310
3310
  "mutations": {
3311
3311
  "dependencies": {
3312
3312
  "runtime": {
3313
- "@jskit-ai/auth-core": "0.1.27",
3314
- "@jskit-ai/database-runtime": "0.1.28",
3315
- "@jskit-ai/http-runtime": "0.1.27",
3316
- "@jskit-ai/kernel": "0.1.28",
3317
- "@jskit-ai/uploads-runtime": "0.1.6",
3313
+ "@jskit-ai/auth-core": "0.1.28",
3314
+ "@jskit-ai/database-runtime": "0.1.29",
3315
+ "@jskit-ai/http-runtime": "0.1.28",
3316
+ "@jskit-ai/kernel": "0.1.29",
3317
+ "@jskit-ai/uploads-runtime": "0.1.7",
3318
3318
  "@fastify/type-provider-typebox": "^6.1.0",
3319
3319
  "typebox": "^1.0.81"
3320
3320
  },
@@ -3425,11 +3425,11 @@
3425
3425
  },
3426
3426
  {
3427
3427
  "packageId": "@jskit-ai/users-web",
3428
- "version": "0.1.43",
3428
+ "version": "0.1.44",
3429
3429
  "descriptor": {
3430
3430
  "packageVersion": 1,
3431
3431
  "packageId": "@jskit-ai/users-web",
3432
- "version": "0.1.43",
3432
+ "version": "0.1.44",
3433
3433
  "kind": "runtime",
3434
3434
  "description": "Users web module: account/profile UI plus shared shell link components.",
3435
3435
  "dependsOn": [
@@ -3589,12 +3589,12 @@
3589
3589
  "runtime": {
3590
3590
  "@tanstack/vue-query": "5.92.12",
3591
3591
  "@mdi/js": "^7.4.47",
3592
- "@jskit-ai/http-runtime": "0.1.27",
3593
- "@jskit-ai/realtime": "0.1.27",
3594
- "@jskit-ai/kernel": "0.1.28",
3595
- "@jskit-ai/shell-web": "0.1.27",
3596
- "@jskit-ai/uploads-image-web": "0.1.6",
3597
- "@jskit-ai/users-core": "0.1.38",
3592
+ "@jskit-ai/http-runtime": "0.1.28",
3593
+ "@jskit-ai/realtime": "0.1.28",
3594
+ "@jskit-ai/kernel": "0.1.29",
3595
+ "@jskit-ai/shell-web": "0.1.28",
3596
+ "@jskit-ai/uploads-image-web": "0.1.7",
3597
+ "@jskit-ai/users-core": "0.1.39",
3598
3598
  "vuetify": "^4.0.0"
3599
3599
  },
3600
3600
  "dev": {}
@@ -3706,11 +3706,11 @@
3706
3706
  },
3707
3707
  {
3708
3708
  "packageId": "@jskit-ai/workspaces-core",
3709
- "version": "0.1.4",
3709
+ "version": "0.1.5",
3710
3710
  "descriptor": {
3711
3711
  "packageVersion": 1,
3712
3712
  "packageId": "@jskit-ai/workspaces-core",
3713
- "version": "0.1.4",
3713
+ "version": "0.1.5",
3714
3714
  "kind": "runtime",
3715
3715
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
3716
3716
  "dependsOn": [
@@ -3819,7 +3819,7 @@
3819
3819
  "mutations": {
3820
3820
  "dependencies": {
3821
3821
  "runtime": {
3822
- "@jskit-ai/users-core": "0.1.38"
3822
+ "@jskit-ai/users-core": "0.1.39"
3823
3823
  },
3824
3824
  "dev": {}
3825
3825
  },
@@ -4009,11 +4009,11 @@
4009
4009
  },
4010
4010
  {
4011
4011
  "packageId": "@jskit-ai/workspaces-web",
4012
- "version": "0.1.4",
4012
+ "version": "0.1.5",
4013
4013
  "descriptor": {
4014
4014
  "packageVersion": 1,
4015
4015
  "packageId": "@jskit-ai/workspaces-web",
4016
- "version": "0.1.4",
4016
+ "version": "0.1.5",
4017
4017
  "kind": "runtime",
4018
4018
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
4019
4019
  "dependsOn": [
@@ -4158,8 +4158,8 @@
4158
4158
  "mutations": {
4159
4159
  "dependencies": {
4160
4160
  "runtime": {
4161
- "@jskit-ai/workspaces-core": "0.1.4",
4162
- "@jskit-ai/users-web": "0.1.43"
4161
+ "@jskit-ai/workspaces-core": "0.1.5",
4162
+ "@jskit-ai/users-web": "0.1.44"
4163
4163
  },
4164
4164
  "dev": {}
4165
4165
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [