@jskit-ai/jskit-catalog 0.1.23 → 0.1.25

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 +101 -102
  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.23",
9
+ "version": "0.1.25",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.23",
13
+ "version": "0.1.25",
14
14
  "description": "Unified assistant module with streaming chat, transcript persistence, service-aware tool execution, and workspace UI.",
15
15
  "options": {
16
16
  "ai-provider": {
@@ -121,14 +121,14 @@
121
121
  "mutations": {
122
122
  "dependencies": {
123
123
  "runtime": {
124
- "@jskit-ai/assistant": "0.1.23",
125
- "@jskit-ai/auth-core": "0.1.14",
126
- "@jskit-ai/database-runtime": "0.1.15",
127
- "@jskit-ai/http-runtime": "0.1.14",
128
- "@jskit-ai/kernel": "0.1.14",
129
- "@jskit-ai/realtime": "0.1.14",
130
- "@jskit-ai/users-core": "0.1.19",
131
- "@jskit-ai/users-web": "0.1.24",
124
+ "@jskit-ai/assistant": "0.1.25",
125
+ "@jskit-ai/auth-core": "0.1.16",
126
+ "@jskit-ai/database-runtime": "0.1.17",
127
+ "@jskit-ai/http-runtime": "0.1.16",
128
+ "@jskit-ai/kernel": "0.1.17",
129
+ "@jskit-ai/realtime": "0.1.16",
130
+ "@jskit-ai/users-core": "0.1.23",
131
+ "@jskit-ai/users-web": "0.1.27",
132
132
  "@tanstack/vue-query": "^5.90.5",
133
133
  "dompurify": "^3.3.3",
134
134
  "marked": "^17.0.4",
@@ -172,7 +172,7 @@
172
172
  "config": "tenancyMode",
173
173
  "in": [
174
174
  "personal",
175
- "workspace"
175
+ "workspaces"
176
176
  ]
177
177
  }
178
178
  }
@@ -191,7 +191,7 @@
191
191
  "config": "tenancyMode",
192
192
  "in": [
193
193
  "personal",
194
- "workspace"
194
+ "workspaces"
195
195
  ]
196
196
  }
197
197
  },
@@ -208,7 +208,7 @@
208
208
  "config": "tenancyMode",
209
209
  "in": [
210
210
  "personal",
211
- "workspace"
211
+ "workspaces"
212
212
  ]
213
213
  }
214
214
  },
@@ -255,7 +255,7 @@
255
255
  "config": "tenancyMode",
256
256
  "in": [
257
257
  "personal",
258
- "workspace"
258
+ "workspaces"
259
259
  ]
260
260
  }
261
261
  },
@@ -301,11 +301,11 @@
301
301
  },
302
302
  {
303
303
  "packageId": "@jskit-ai/auth-core",
304
- "version": "0.1.14",
304
+ "version": "0.1.16",
305
305
  "descriptor": {
306
306
  "packageVersion": 1,
307
307
  "packageId": "@jskit-ai/auth-core",
308
- "version": "0.1.14",
308
+ "version": "0.1.16",
309
309
  "dependsOn": [
310
310
  "@jskit-ai/value-app-config-shared"
311
311
  ],
@@ -372,7 +372,7 @@
372
372
  "mutations": {
373
373
  "dependencies": {
374
374
  "runtime": {
375
- "@jskit-ai/kernel": "0.1.14",
375
+ "@jskit-ai/kernel": "0.1.17",
376
376
  "@fastify/cookie": "^11.0.2",
377
377
  "@fastify/csrf-protection": "^7.1.0",
378
378
  "@fastify/rate-limit": "^10.3.0"
@@ -384,27 +384,17 @@
384
384
  },
385
385
  "procfile": {},
386
386
  "files": [],
387
- "text": [
388
- {
389
- "file": ".env",
390
- "op": "upsert-env",
391
- "key": "AUTH_PROFILE_MODE",
392
- "value": "standalone",
393
- "reason": "Default auth profile mode to standalone when users-core is not installed.",
394
- "category": "runtime-config",
395
- "id": "auth-profile-mode"
396
- }
397
- ]
387
+ "text": []
398
388
  }
399
389
  }
400
390
  },
401
391
  {
402
392
  "packageId": "@jskit-ai/auth-provider-supabase-core",
403
- "version": "0.1.14",
393
+ "version": "0.1.16",
404
394
  "descriptor": {
405
395
  "packageVersion": 1,
406
396
  "packageId": "@jskit-ai/auth-provider-supabase-core",
407
- "version": "0.1.14",
397
+ "version": "0.1.16",
408
398
  "options": {
409
399
  "auth-supabase-url": {
410
400
  "required": true,
@@ -486,8 +476,8 @@
486
476
  "mutations": {
487
477
  "dependencies": {
488
478
  "runtime": {
489
- "@jskit-ai/auth-core": "0.1.14",
490
- "@jskit-ai/kernel": "0.1.14",
479
+ "@jskit-ai/auth-core": "0.1.16",
480
+ "@jskit-ai/kernel": "0.1.17",
491
481
  "dotenv": "^16.4.5",
492
482
  "@supabase/supabase-js": "^2.57.4",
493
483
  "jose": "^6.1.0"
@@ -552,11 +542,11 @@
552
542
  },
553
543
  {
554
544
  "packageId": "@jskit-ai/auth-web",
555
- "version": "0.1.14",
545
+ "version": "0.1.18",
556
546
  "descriptor": {
557
547
  "packageVersion": 1,
558
548
  "packageId": "@jskit-ai/auth-web",
559
- "version": "0.1.14",
549
+ "version": "0.1.18",
560
550
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
561
551
  "dependsOn": [
562
552
  "@jskit-ai/auth-core",
@@ -785,10 +775,10 @@
785
775
  "@tanstack/vue-query": "5.92.12",
786
776
  "@mdi/js": "^7.4.47",
787
777
  "@fastify/type-provider-typebox": "^6.1.0",
788
- "@jskit-ai/auth-core": "0.1.14",
789
- "@jskit-ai/http-runtime": "0.1.14",
790
- "@jskit-ai/kernel": "0.1.14",
791
- "@jskit-ai/shell-web": "0.1.14",
778
+ "@jskit-ai/auth-core": "0.1.16",
779
+ "@jskit-ai/http-runtime": "0.1.16",
780
+ "@jskit-ai/kernel": "0.1.17",
781
+ "@jskit-ai/shell-web": "0.1.16",
792
782
  "vuetify": "^4.0.0"
793
783
  },
794
784
  "dev": {}
@@ -858,11 +848,11 @@
858
848
  },
859
849
  {
860
850
  "packageId": "@jskit-ai/crud",
861
- "version": "0.1.23",
851
+ "version": "0.1.25",
862
852
  "descriptor": {
863
853
  "packageVersion": 1,
864
854
  "packageId": "@jskit-ai/crud",
865
- "version": "0.1.23",
855
+ "version": "0.1.25",
866
856
  "installationMode": "clone-only",
867
857
  "description": "CRUD module with server routes, actions, persistence, and client pages.",
868
858
  "options": {
@@ -961,15 +951,15 @@
961
951
  "mutations": {
962
952
  "dependencies": {
963
953
  "runtime": {
964
- "@jskit-ai/auth-core": "0.1.14",
965
- "@jskit-ai/crud-core": "0.1.23",
966
- "@jskit-ai/database-runtime": "0.1.15",
967
- "@jskit-ai/http-runtime": "0.1.14",
968
- "@jskit-ai/kernel": "0.1.14",
969
- "@jskit-ai/realtime": "0.1.14",
970
- "@jskit-ai/shell-web": "0.1.14",
971
- "@jskit-ai/users-core": "0.1.19",
972
- "@jskit-ai/users-web": "0.1.24",
954
+ "@jskit-ai/auth-core": "0.1.16",
955
+ "@jskit-ai/crud-core": "0.1.25",
956
+ "@jskit-ai/database-runtime": "0.1.17",
957
+ "@jskit-ai/http-runtime": "0.1.16",
958
+ "@jskit-ai/kernel": "0.1.17",
959
+ "@jskit-ai/realtime": "0.1.16",
960
+ "@jskit-ai/shell-web": "0.1.16",
961
+ "@jskit-ai/users-core": "0.1.23",
962
+ "@jskit-ai/users-web": "0.1.27",
973
963
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
974
964
  "@tanstack/vue-query": "5.92.12",
975
965
  "typebox": "^1.0.81",
@@ -1128,7 +1118,7 @@
1128
1118
  "config": "tenancyMode",
1129
1119
  "in": [
1130
1120
  "personal",
1131
- "workspace"
1121
+ "workspaces"
1132
1122
  ]
1133
1123
  }
1134
1124
  },
@@ -1143,7 +1133,7 @@
1143
1133
  "config": "tenancyMode",
1144
1134
  "in": [
1145
1135
  "personal",
1146
- "workspace"
1136
+ "workspaces"
1147
1137
  ]
1148
1138
  }
1149
1139
  },
@@ -1158,7 +1148,7 @@
1158
1148
  "config": "tenancyMode",
1159
1149
  "in": [
1160
1150
  "personal",
1161
- "workspace"
1151
+ "workspaces"
1162
1152
  ]
1163
1153
  }
1164
1154
  },
@@ -1173,7 +1163,7 @@
1173
1163
  "config": "tenancyMode",
1174
1164
  "in": [
1175
1165
  "personal",
1176
- "workspace"
1166
+ "workspaces"
1177
1167
  ]
1178
1168
  }
1179
1169
  }
@@ -1192,7 +1182,7 @@
1192
1182
  "config": "tenancyMode",
1193
1183
  "in": [
1194
1184
  "personal",
1195
- "workspace"
1185
+ "workspaces"
1196
1186
  ]
1197
1187
  }
1198
1188
  }
@@ -1202,11 +1192,11 @@
1202
1192
  },
1203
1193
  {
1204
1194
  "packageId": "@jskit-ai/crud-core",
1205
- "version": "0.1.23",
1195
+ "version": "0.1.25",
1206
1196
  "descriptor": {
1207
1197
  "packageVersion": 1,
1208
1198
  "packageId": "@jskit-ai/crud-core",
1209
- "version": "0.1.23",
1199
+ "version": "0.1.25",
1210
1200
  "description": "Shared CRUD helpers used by CRUD modules.",
1211
1201
  "dependsOn": [
1212
1202
  "@jskit-ai/kernel",
@@ -1231,7 +1221,7 @@
1231
1221
  "mutations": {
1232
1222
  "dependencies": {
1233
1223
  "runtime": {
1234
- "@jskit-ai/crud-core": "0.1.23"
1224
+ "@jskit-ai/crud-core": "0.1.25"
1235
1225
  },
1236
1226
  "dev": {}
1237
1227
  },
@@ -1245,11 +1235,11 @@
1245
1235
  },
1246
1236
  {
1247
1237
  "packageId": "@jskit-ai/database-runtime",
1248
- "version": "0.1.15",
1238
+ "version": "0.1.17",
1249
1239
  "descriptor": {
1250
1240
  "packageVersion": 1,
1251
1241
  "packageId": "@jskit-ai/database-runtime",
1252
- "version": "0.1.15",
1242
+ "version": "0.1.17",
1253
1243
  "dependsOn": [
1254
1244
  "@jskit-ai/kernel"
1255
1245
  ],
@@ -1303,7 +1293,7 @@
1303
1293
  "mutations": {
1304
1294
  "dependencies": {
1305
1295
  "runtime": {
1306
- "@jskit-ai/kernel": "0.1.14",
1296
+ "@jskit-ai/kernel": "0.1.17",
1307
1297
  "dotenv": "^16.4.5",
1308
1298
  "knex": "^3.1.0"
1309
1299
  },
@@ -1338,11 +1328,11 @@
1338
1328
  },
1339
1329
  {
1340
1330
  "packageId": "@jskit-ai/database-runtime-mysql",
1341
- "version": "0.1.14",
1331
+ "version": "0.1.16",
1342
1332
  "descriptor": {
1343
1333
  "packageVersion": 1,
1344
1334
  "packageId": "@jskit-ai/database-runtime-mysql",
1345
- "version": "0.1.14",
1335
+ "version": "0.1.16",
1346
1336
  "options": {
1347
1337
  "db-host": {
1348
1338
  "required": false,
@@ -1431,7 +1421,7 @@
1431
1421
  "mutations": {
1432
1422
  "dependencies": {
1433
1423
  "runtime": {
1434
- "@jskit-ai/database-runtime": "0.1.15",
1424
+ "@jskit-ai/database-runtime": "0.1.17",
1435
1425
  "mysql2": "^3.11.2"
1436
1426
  },
1437
1427
  "dev": {}
@@ -1502,11 +1492,11 @@
1502
1492
  },
1503
1493
  {
1504
1494
  "packageId": "@jskit-ai/database-runtime-postgres",
1505
- "version": "0.1.14",
1495
+ "version": "0.1.16",
1506
1496
  "descriptor": {
1507
1497
  "packageVersion": 1,
1508
1498
  "packageId": "@jskit-ai/database-runtime-postgres",
1509
- "version": "0.1.14",
1499
+ "version": "0.1.16",
1510
1500
  "options": {
1511
1501
  "db-host": {
1512
1502
  "required": false,
@@ -1595,7 +1585,7 @@
1595
1585
  "mutations": {
1596
1586
  "dependencies": {
1597
1587
  "runtime": {
1598
- "@jskit-ai/database-runtime": "0.1.15",
1588
+ "@jskit-ai/database-runtime": "0.1.17",
1599
1589
  "pg": "^8.13.1"
1600
1590
  },
1601
1591
  "dev": {}
@@ -1666,11 +1656,11 @@
1666
1656
  },
1667
1657
  {
1668
1658
  "packageId": "@jskit-ai/http-runtime",
1669
- "version": "0.1.14",
1659
+ "version": "0.1.16",
1670
1660
  "descriptor": {
1671
1661
  "packageVersion": 1,
1672
1662
  "packageId": "@jskit-ai/http-runtime",
1673
- "version": "0.1.14",
1663
+ "version": "0.1.16",
1674
1664
  "dependsOn": [],
1675
1665
  "capabilities": {
1676
1666
  "provides": [
@@ -1737,7 +1727,7 @@
1737
1727
  "mutations": {
1738
1728
  "dependencies": {
1739
1729
  "runtime": {
1740
- "@jskit-ai/kernel": "0.1.14",
1730
+ "@jskit-ai/kernel": "0.1.17",
1741
1731
  "@fastify/type-provider-typebox": "^6.1.0",
1742
1732
  "typebox": "^1.0.81"
1743
1733
  },
@@ -1753,11 +1743,11 @@
1753
1743
  },
1754
1744
  {
1755
1745
  "packageId": "@jskit-ai/realtime",
1756
- "version": "0.1.14",
1746
+ "version": "0.1.16",
1757
1747
  "descriptor": {
1758
1748
  "packageVersion": 1,
1759
1749
  "packageId": "@jskit-ai/realtime",
1760
- "version": "0.1.14",
1750
+ "version": "0.1.16",
1761
1751
  "description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
1762
1752
  "options": {
1763
1753
  "realtime-redis-url": {
@@ -1851,7 +1841,7 @@
1851
1841
  "mutations": {
1852
1842
  "dependencies": {
1853
1843
  "runtime": {
1854
- "@jskit-ai/kernel": "0.1.14",
1844
+ "@jskit-ai/kernel": "0.1.17",
1855
1845
  "@socket.io/redis-adapter": "^8.3.0",
1856
1846
  "redis": "^5.8.2",
1857
1847
  "socket.io": "^4.8.3",
@@ -1900,11 +1890,11 @@
1900
1890
  },
1901
1891
  {
1902
1892
  "packageId": "@jskit-ai/shell-web",
1903
- "version": "0.1.14",
1893
+ "version": "0.1.16",
1904
1894
  "descriptor": {
1905
1895
  "packageVersion": 1,
1906
1896
  "packageId": "@jskit-ai/shell-web",
1907
- "version": "0.1.14",
1897
+ "version": "0.1.16",
1908
1898
  "description": "Web shell layout runtime with outlet-based placement contributions.",
1909
1899
  "dependsOn": [],
1910
1900
  "capabilities": {
@@ -1996,7 +1986,7 @@
1996
1986
  "dependencies": {
1997
1987
  "runtime": {
1998
1988
  "@tanstack/vue-query": "^5.90.5",
1999
- "@jskit-ai/kernel": "0.1.14",
1989
+ "@jskit-ai/kernel": "0.1.17",
2000
1990
  "vuetify": "^4.0.0"
2001
1991
  },
2002
1992
  "dev": {}
@@ -2077,11 +2067,11 @@
2077
2067
  },
2078
2068
  {
2079
2069
  "packageId": "@jskit-ai/storage-runtime",
2080
- "version": "0.1.14",
2070
+ "version": "0.1.16",
2081
2071
  "descriptor": {
2082
2072
  "packageVersion": 1,
2083
2073
  "packageId": "@jskit-ai/storage-runtime",
2084
- "version": "0.1.14",
2074
+ "version": "0.1.16",
2085
2075
  "dependsOn": [
2086
2076
  "@jskit-ai/kernel"
2087
2077
  ],
@@ -2129,7 +2119,7 @@
2129
2119
  "mutations": {
2130
2120
  "dependencies": {
2131
2121
  "runtime": {
2132
- "@jskit-ai/kernel": "0.1.14",
2122
+ "@jskit-ai/kernel": "0.1.17",
2133
2123
  "unstorage": "^1.17.3"
2134
2124
  },
2135
2125
  "dev": {}
@@ -2145,11 +2135,11 @@
2145
2135
  },
2146
2136
  {
2147
2137
  "packageId": "@jskit-ai/users-core",
2148
- "version": "0.1.19",
2138
+ "version": "0.1.23",
2149
2139
  "descriptor": {
2150
2140
  "packageVersion": 1,
2151
2141
  "packageId": "@jskit-ai/users-core",
2152
- "version": "0.1.19",
2142
+ "version": "0.1.23",
2153
2143
  "description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
2154
2144
  "dependsOn": [
2155
2145
  "@jskit-ai/auth-core",
@@ -2350,10 +2340,10 @@
2350
2340
  "mutations": {
2351
2341
  "dependencies": {
2352
2342
  "runtime": {
2353
- "@jskit-ai/auth-core": "0.1.14",
2354
- "@jskit-ai/database-runtime": "0.1.15",
2355
- "@jskit-ai/http-runtime": "0.1.14",
2356
- "@jskit-ai/kernel": "0.1.14",
2343
+ "@jskit-ai/auth-core": "0.1.16",
2344
+ "@jskit-ai/database-runtime": "0.1.17",
2345
+ "@jskit-ai/http-runtime": "0.1.16",
2346
+ "@jskit-ai/kernel": "0.1.17",
2357
2347
  "@fastify/multipart": "^9.4.0",
2358
2348
  "@fastify/type-provider-typebox": "^6.1.0",
2359
2349
  "typebox": "^1.0.81"
@@ -2399,6 +2389,15 @@
2399
2389
  "category": "migration",
2400
2390
  "id": "users-core-console-owner-schema"
2401
2391
  },
2392
+ {
2393
+ "op": "install-migration",
2394
+ "from": "templates/migrations/users_core_workspace_settings_single_name_source.cjs",
2395
+ "toDir": "migrations",
2396
+ "extension": ".cjs",
2397
+ "reason": "Remove workspace_settings name/avatar fields so workspace identity data comes from workspaces only.",
2398
+ "category": "migration",
2399
+ "id": "users-core-workspace-settings-single-name-source"
2400
+ },
2402
2401
  {
2403
2402
  "from": "templates/packages/main/src/shared/resources/workspaceSettingsFields.js",
2404
2403
  "to": "packages/main/src/shared/resources/workspaceSettingsFields.js",
@@ -2545,7 +2544,7 @@
2545
2544
  "config": "tenancyMode",
2546
2545
  "in": [
2547
2546
  "personal",
2548
- "workspace"
2547
+ "workspaces"
2549
2548
  ]
2550
2549
  }
2551
2550
  },
@@ -2615,11 +2614,11 @@
2615
2614
  },
2616
2615
  {
2617
2616
  "packageId": "@jskit-ai/users-web",
2618
- "version": "0.1.24",
2617
+ "version": "0.1.27",
2619
2618
  "descriptor": {
2620
2619
  "packageVersion": 1,
2621
2620
  "packageId": "@jskit-ai/users-web",
2622
- "version": "0.1.24",
2621
+ "version": "0.1.27",
2623
2622
  "description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
2624
2623
  "dependsOn": [
2625
2624
  "@jskit-ai/http-runtime",
@@ -2883,11 +2882,11 @@
2883
2882
  "@uppy/dashboard": "^5.1.1",
2884
2883
  "@uppy/image-editor": "^4.2.0",
2885
2884
  "@uppy/xhr-upload": "^5.1.1",
2886
- "@jskit-ai/http-runtime": "0.1.14",
2887
- "@jskit-ai/realtime": "0.1.14",
2888
- "@jskit-ai/kernel": "0.1.14",
2889
- "@jskit-ai/shell-web": "0.1.14",
2890
- "@jskit-ai/users-core": "0.1.19",
2885
+ "@jskit-ai/http-runtime": "0.1.16",
2886
+ "@jskit-ai/realtime": "0.1.16",
2887
+ "@jskit-ai/kernel": "0.1.17",
2888
+ "@jskit-ai/shell-web": "0.1.16",
2889
+ "@jskit-ai/users-core": "0.1.23",
2891
2890
  "vuetify": "^4.0.0"
2892
2891
  },
2893
2892
  "dev": {}
@@ -2960,7 +2959,7 @@
2960
2959
  "config": "tenancyMode",
2961
2960
  "in": [
2962
2961
  "personal",
2963
- "workspace"
2962
+ "workspaces"
2964
2963
  ]
2965
2964
  }
2966
2965
  },
@@ -2974,7 +2973,7 @@
2974
2973
  "config": "tenancyMode",
2975
2974
  "in": [
2976
2975
  "personal",
2977
- "workspace"
2976
+ "workspaces"
2978
2977
  ]
2979
2978
  }
2980
2979
  },
@@ -2989,7 +2988,7 @@
2989
2988
  "config": "tenancyMode",
2990
2989
  "in": [
2991
2990
  "personal",
2992
- "workspace"
2991
+ "workspaces"
2993
2992
  ]
2994
2993
  }
2995
2994
  },
@@ -3004,7 +3003,7 @@
3004
3003
  "config": "tenancyMode",
3005
3004
  "in": [
3006
3005
  "personal",
3007
- "workspace"
3006
+ "workspaces"
3008
3007
  ]
3009
3008
  }
3010
3009
  },
@@ -3019,7 +3018,7 @@
3019
3018
  "config": "tenancyMode",
3020
3019
  "in": [
3021
3020
  "personal",
3022
- "workspace"
3021
+ "workspaces"
3023
3022
  ]
3024
3023
  }
3025
3024
  },
@@ -3034,7 +3033,7 @@
3034
3033
  "config": "tenancyMode",
3035
3034
  "in": [
3036
3035
  "personal",
3037
- "workspace"
3036
+ "workspaces"
3038
3037
  ]
3039
3038
  }
3040
3039
  },
@@ -3049,7 +3048,7 @@
3049
3048
  "config": "tenancyMode",
3050
3049
  "in": [
3051
3050
  "personal",
3052
- "workspace"
3051
+ "workspaces"
3053
3052
  ]
3054
3053
  }
3055
3054
  },
@@ -3064,7 +3063,7 @@
3064
3063
  "config": "tenancyMode",
3065
3064
  "in": [
3066
3065
  "personal",
3067
- "workspace"
3066
+ "workspaces"
3068
3067
  ]
3069
3068
  }
3070
3069
  },
@@ -3101,7 +3100,7 @@
3101
3100
  "config": "tenancyMode",
3102
3101
  "in": [
3103
3102
  "personal",
3104
- "workspace"
3103
+ "workspaces"
3105
3104
  ]
3106
3105
  }
3107
3106
  },
@@ -3168,7 +3167,7 @@
3168
3167
  "config": "tenancyMode",
3169
3168
  "in": [
3170
3169
  "personal",
3171
- "workspace"
3170
+ "workspaces"
3172
3171
  ]
3173
3172
  }
3174
3173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [