@jskit-ai/jskit-catalog 0.1.33 → 0.1.34

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.34",
9
+ "version": "0.1.35",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.34",
13
+ "version": "0.1.35",
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.1",
192
- "@jskit-ai/database-runtime": "0.1.25",
193
- "@jskit-ai/http-runtime": "0.1.24",
194
- "@jskit-ai/kernel": "0.1.25",
195
- "@jskit-ai/shell-web": "0.1.24",
196
- "@jskit-ai/users-core": "0.1.35",
197
- "@jskit-ai/users-web": "0.1.40",
191
+ "@jskit-ai/assistant-core": "0.1.2",
192
+ "@jskit-ai/database-runtime": "0.1.26",
193
+ "@jskit-ai/http-runtime": "0.1.25",
194
+ "@jskit-ai/kernel": "0.1.26",
195
+ "@jskit-ai/shell-web": "0.1.25",
196
+ "@jskit-ai/users-core": "0.1.36",
197
+ "@jskit-ai/users-web": "0.1.41",
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.1",
499
+ "version": "0.1.2",
500
500
  "descriptor": {
501
501
  "packageVersion": 1,
502
502
  "packageId": "@jskit-ai/assistant-core",
503
- "version": "0.1.1",
503
+ "version": "0.1.2",
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.24",
550
- "@jskit-ai/kernel": "0.1.25",
551
- "@jskit-ai/users-core": "0.1.35",
549
+ "@jskit-ai/http-runtime": "0.1.25",
550
+ "@jskit-ai/kernel": "0.1.26",
551
+ "@jskit-ai/users-core": "0.1.36",
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.24",
572
+ "version": "0.1.25",
573
573
  "descriptor": {
574
574
  "packageVersion": 1,
575
575
  "packageId": "@jskit-ai/auth-core",
576
- "version": "0.1.24",
576
+ "version": "0.1.25",
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.25",
644
+ "@jskit-ai/kernel": "0.1.26",
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.24",
662
+ "version": "0.1.25",
663
663
  "descriptor": {
664
664
  "packageVersion": 1,
665
665
  "packageId": "@jskit-ai/auth-provider-supabase-core",
666
- "version": "0.1.24",
666
+ "version": "0.1.25",
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.24",
749
- "@jskit-ai/kernel": "0.1.25",
748
+ "@jskit-ai/auth-core": "0.1.25",
749
+ "@jskit-ai/kernel": "0.1.26",
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.26",
814
+ "version": "0.1.27",
815
815
  "descriptor": {
816
816
  "packageVersion": 1,
817
817
  "packageId": "@jskit-ai/auth-web",
818
- "version": "0.1.26",
818
+ "version": "0.1.27",
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.24",
1049
- "@jskit-ai/http-runtime": "0.1.24",
1050
- "@jskit-ai/kernel": "0.1.25",
1051
- "@jskit-ai/shell-web": "0.1.24",
1048
+ "@jskit-ai/auth-core": "0.1.25",
1049
+ "@jskit-ai/http-runtime": "0.1.25",
1050
+ "@jskit-ai/kernel": "0.1.26",
1051
+ "@jskit-ai/shell-web": "0.1.25",
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.33",
1121
+ "version": "0.1.34",
1122
1122
  "descriptor": {
1123
1123
  "packageVersion": 1,
1124
1124
  "packageId": "@jskit-ai/crud-core",
1125
- "version": "0.1.33",
1125
+ "version": "0.1.34",
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.33"
1152
+ "@jskit-ai/crud-core": "0.1.34"
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.33",
1166
+ "version": "0.1.34",
1167
1167
  "descriptor": {
1168
1168
  "packageVersion": 1,
1169
1169
  "packageId": "@jskit-ai/crud-server-generator",
1170
- "version": "0.1.33",
1170
+ "version": "0.1.34",
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.24",
1306
- "@jskit-ai/crud-core": "0.1.33",
1307
- "@jskit-ai/database-runtime": "0.1.25",
1308
- "@jskit-ai/http-runtime": "0.1.24",
1309
- "@jskit-ai/kernel": "0.1.25",
1310
- "@jskit-ai/realtime": "0.1.24",
1311
- "@jskit-ai/users-core": "0.1.35",
1305
+ "@jskit-ai/auth-core": "0.1.25",
1306
+ "@jskit-ai/crud-core": "0.1.34",
1307
+ "@jskit-ai/database-runtime": "0.1.26",
1308
+ "@jskit-ai/http-runtime": "0.1.25",
1309
+ "@jskit-ai/kernel": "0.1.26",
1310
+ "@jskit-ai/realtime": "0.1.25",
1311
+ "@jskit-ai/users-core": "0.1.36",
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.8",
1435
+ "version": "0.1.9",
1436
1436
  "descriptor": {
1437
1437
  "packageVersion": 1,
1438
1438
  "packageId": "@jskit-ai/crud-ui-generator",
1439
- "version": "0.1.8",
1439
+ "version": "0.1.9",
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.40"
1573
+ "@jskit-ai/users-web": "0.1.41"
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.25",
1846
+ "version": "0.1.26",
1847
1847
  "descriptor": {
1848
1848
  "packageVersion": 1,
1849
1849
  "packageId": "@jskit-ai/database-runtime",
1850
- "version": "0.1.25",
1850
+ "version": "0.1.26",
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.25",
1907
+ "@jskit-ai/kernel": "0.1.26",
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.24",
1942
+ "version": "0.1.25",
1943
1943
  "descriptor": {
1944
1944
  "packageVersion": 1,
1945
1945
  "packageId": "@jskit-ai/database-runtime-mysql",
1946
- "version": "0.1.24",
1946
+ "version": "0.1.25",
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.25",
2036
+ "@jskit-ai/database-runtime": "0.1.26",
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.24",
2107
+ "version": "0.1.25",
2108
2108
  "descriptor": {
2109
2109
  "packageVersion": 1,
2110
2110
  "packageId": "@jskit-ai/database-runtime-postgres",
2111
- "version": "0.1.24",
2111
+ "version": "0.1.25",
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.25",
2201
+ "@jskit-ai/database-runtime": "0.1.26",
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.24",
2272
+ "version": "0.1.25",
2273
2273
  "descriptor": {
2274
2274
  "packageVersion": 1,
2275
2275
  "packageId": "@jskit-ai/http-runtime",
2276
- "version": "0.1.24",
2276
+ "version": "0.1.25",
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.25",
2342
+ "@jskit-ai/kernel": "0.1.26",
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.24",
2358
+ "version": "0.1.25",
2359
2359
  "descriptor": {
2360
2360
  "packageVersion": 1,
2361
2361
  "packageId": "@jskit-ai/realtime",
2362
- "version": "0.1.24",
2362
+ "version": "0.1.25",
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.25",
2458
+ "@jskit-ai/kernel": "0.1.26",
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.24",
2507
+ "version": "0.1.25",
2508
2508
  "descriptor": {
2509
2509
  "packageVersion": 1,
2510
2510
  "packageId": "@jskit-ai/shell-web",
2511
- "version": "0.1.24",
2511
+ "version": "0.1.25",
2512
2512
  "kind": "runtime",
2513
2513
  "description": "Web shell layout runtime with outlet-based placement contributions.",
2514
2514
  "dependsOn": [],
@@ -2602,7 +2602,7 @@
2602
2602
  "dependencies": {
2603
2603
  "runtime": {
2604
2604
  "@tanstack/vue-query": "^5.90.5",
2605
- "@jskit-ai/kernel": "0.1.25",
2605
+ "@jskit-ai/kernel": "0.1.26",
2606
2606
  "vuetify": "^4.0.0"
2607
2607
  },
2608
2608
  "dev": {}
@@ -2683,11 +2683,11 @@
2683
2683
  },
2684
2684
  {
2685
2685
  "packageId": "@jskit-ai/storage-runtime",
2686
- "version": "0.1.24",
2686
+ "version": "0.1.25",
2687
2687
  "descriptor": {
2688
2688
  "packageVersion": 1,
2689
2689
  "packageId": "@jskit-ai/storage-runtime",
2690
- "version": "0.1.24",
2690
+ "version": "0.1.25",
2691
2691
  "kind": "runtime",
2692
2692
  "dependsOn": [
2693
2693
  "@jskit-ai/kernel"
@@ -2736,7 +2736,7 @@
2736
2736
  "mutations": {
2737
2737
  "dependencies": {
2738
2738
  "runtime": {
2739
- "@jskit-ai/kernel": "0.1.25",
2739
+ "@jskit-ai/kernel": "0.1.26",
2740
2740
  "unstorage": "^1.17.3"
2741
2741
  },
2742
2742
  "dev": {}
@@ -2752,11 +2752,11 @@
2752
2752
  },
2753
2753
  {
2754
2754
  "packageId": "@jskit-ai/ui-generator",
2755
- "version": "0.1.8",
2755
+ "version": "0.1.9",
2756
2756
  "descriptor": {
2757
2757
  "packageVersion": 1,
2758
2758
  "packageId": "@jskit-ai/ui-generator",
2759
- "version": "0.1.8",
2759
+ "version": "0.1.9",
2760
2760
  "kind": "generator",
2761
2761
  "description": "Generate app-local non-CRUD UI pages and outlet elements.",
2762
2762
  "options": {
@@ -2930,7 +2930,7 @@
2930
2930
  "mutations": {
2931
2931
  "dependencies": {
2932
2932
  "runtime": {
2933
- "@jskit-ai/users-web": "0.1.40"
2933
+ "@jskit-ai/users-web": "0.1.41"
2934
2934
  },
2935
2935
  "dev": {}
2936
2936
  },
@@ -2969,11 +2969,11 @@
2969
2969
  },
2970
2970
  {
2971
2971
  "packageId": "@jskit-ai/uploads-image-web",
2972
- "version": "0.1.3",
2972
+ "version": "0.1.4",
2973
2973
  "descriptor": {
2974
2974
  "packageVersion": 1,
2975
2975
  "packageId": "@jskit-ai/uploads-image-web",
2976
- "version": "0.1.3",
2976
+ "version": "0.1.4",
2977
2977
  "kind": "runtime",
2978
2978
  "description": "Reusable client-side image upload runtime with pre-upload image editing.",
2979
2979
  "dependsOn": [
@@ -3037,7 +3037,7 @@
3037
3037
  "mutations": {
3038
3038
  "dependencies": {
3039
3039
  "runtime": {
3040
- "@jskit-ai/uploads-runtime": "0.1.3",
3040
+ "@jskit-ai/uploads-runtime": "0.1.4",
3041
3041
  "@uppy/compressor": "^3.1.0",
3042
3042
  "@uppy/core": "^5.2.0",
3043
3043
  "@uppy/dashboard": "^5.1.1",
@@ -3057,11 +3057,11 @@
3057
3057
  },
3058
3058
  {
3059
3059
  "packageId": "@jskit-ai/uploads-runtime",
3060
- "version": "0.1.3",
3060
+ "version": "0.1.4",
3061
3061
  "descriptor": {
3062
3062
  "packageVersion": 1,
3063
3063
  "packageId": "@jskit-ai/uploads-runtime",
3064
- "version": "0.1.3",
3064
+ "version": "0.1.4",
3065
3065
  "kind": "runtime",
3066
3066
  "description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
3067
3067
  "dependsOn": [
@@ -3131,7 +3131,7 @@
3131
3131
  "dependencies": {
3132
3132
  "runtime": {
3133
3133
  "@fastify/multipart": "^9.4.0",
3134
- "@jskit-ai/kernel": "0.1.25"
3134
+ "@jskit-ai/kernel": "0.1.26"
3135
3135
  },
3136
3136
  "dev": {}
3137
3137
  },
@@ -3146,11 +3146,11 @@
3146
3146
  },
3147
3147
  {
3148
3148
  "packageId": "@jskit-ai/users-core",
3149
- "version": "0.1.35",
3149
+ "version": "0.1.36",
3150
3150
  "descriptor": {
3151
3151
  "packageVersion": 1,
3152
3152
  "packageId": "@jskit-ai/users-core",
3153
- "version": "0.1.35",
3153
+ "version": "0.1.36",
3154
3154
  "kind": "runtime",
3155
3155
  "description": "Users/account runtime plus HTTP routes for account and console features.",
3156
3156
  "dependsOn": [
@@ -3286,11 +3286,11 @@
3286
3286
  "mutations": {
3287
3287
  "dependencies": {
3288
3288
  "runtime": {
3289
- "@jskit-ai/auth-core": "0.1.24",
3290
- "@jskit-ai/database-runtime": "0.1.25",
3291
- "@jskit-ai/http-runtime": "0.1.24",
3292
- "@jskit-ai/kernel": "0.1.25",
3293
- "@jskit-ai/uploads-runtime": "0.1.3",
3289
+ "@jskit-ai/auth-core": "0.1.25",
3290
+ "@jskit-ai/database-runtime": "0.1.26",
3291
+ "@jskit-ai/http-runtime": "0.1.25",
3292
+ "@jskit-ai/kernel": "0.1.26",
3293
+ "@jskit-ai/uploads-runtime": "0.1.4",
3294
3294
  "@fastify/type-provider-typebox": "^6.1.0",
3295
3295
  "typebox": "^1.0.81"
3296
3296
  },
@@ -3401,11 +3401,11 @@
3401
3401
  },
3402
3402
  {
3403
3403
  "packageId": "@jskit-ai/users-web",
3404
- "version": "0.1.40",
3404
+ "version": "0.1.41",
3405
3405
  "descriptor": {
3406
3406
  "packageVersion": 1,
3407
3407
  "packageId": "@jskit-ai/users-web",
3408
- "version": "0.1.40",
3408
+ "version": "0.1.41",
3409
3409
  "kind": "runtime",
3410
3410
  "description": "Users web module: account/profile UI plus shared shell link components.",
3411
3411
  "dependsOn": [
@@ -3565,12 +3565,12 @@
3565
3565
  "runtime": {
3566
3566
  "@tanstack/vue-query": "5.92.12",
3567
3567
  "@mdi/js": "^7.4.47",
3568
- "@jskit-ai/http-runtime": "0.1.24",
3569
- "@jskit-ai/realtime": "0.1.24",
3570
- "@jskit-ai/kernel": "0.1.25",
3571
- "@jskit-ai/shell-web": "0.1.24",
3572
- "@jskit-ai/uploads-image-web": "0.1.3",
3573
- "@jskit-ai/users-core": "0.1.35",
3568
+ "@jskit-ai/http-runtime": "0.1.25",
3569
+ "@jskit-ai/realtime": "0.1.25",
3570
+ "@jskit-ai/kernel": "0.1.26",
3571
+ "@jskit-ai/shell-web": "0.1.25",
3572
+ "@jskit-ai/uploads-image-web": "0.1.4",
3573
+ "@jskit-ai/users-core": "0.1.36",
3574
3574
  "vuetify": "^4.0.0"
3575
3575
  },
3576
3576
  "dev": {}
@@ -3682,11 +3682,11 @@
3682
3682
  },
3683
3683
  {
3684
3684
  "packageId": "@jskit-ai/workspaces-core",
3685
- "version": "0.1.1",
3685
+ "version": "0.1.2",
3686
3686
  "descriptor": {
3687
3687
  "packageVersion": 1,
3688
3688
  "packageId": "@jskit-ai/workspaces-core",
3689
- "version": "0.1.1",
3689
+ "version": "0.1.2",
3690
3690
  "kind": "runtime",
3691
3691
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
3692
3692
  "dependsOn": [
@@ -3795,7 +3795,7 @@
3795
3795
  "mutations": {
3796
3796
  "dependencies": {
3797
3797
  "runtime": {
3798
- "@jskit-ai/users-core": "0.1.35"
3798
+ "@jskit-ai/users-core": "0.1.36"
3799
3799
  },
3800
3800
  "dev": {}
3801
3801
  },
@@ -3985,11 +3985,11 @@
3985
3985
  },
3986
3986
  {
3987
3987
  "packageId": "@jskit-ai/workspaces-web",
3988
- "version": "0.1.1",
3988
+ "version": "0.1.2",
3989
3989
  "descriptor": {
3990
3990
  "packageVersion": 1,
3991
3991
  "packageId": "@jskit-ai/workspaces-web",
3992
- "version": "0.1.1",
3992
+ "version": "0.1.2",
3993
3993
  "kind": "runtime",
3994
3994
  "description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
3995
3995
  "dependsOn": [
@@ -4134,8 +4134,8 @@
4134
4134
  "mutations": {
4135
4135
  "dependencies": {
4136
4136
  "runtime": {
4137
- "@jskit-ai/workspaces-core": "0.1.1",
4138
- "@jskit-ai/users-web": "0.1.40"
4137
+ "@jskit-ai/workspaces-core": "0.1.2",
4138
+ "@jskit-ai/users-web": "0.1.41"
4139
4139
  },
4140
4140
  "dev": {}
4141
4141
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [