@jskit-ai/jskit-catalog 0.1.8 → 0.1.10

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.8",
9
+ "version": "0.1.10",
10
10
  "descriptor": {
11
11
  "packageVersion": 1,
12
12
  "packageId": "@jskit-ai/assistant",
13
- "version": "0.1.8",
13
+ "version": "0.1.10",
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.8",
124
+ "@jskit-ai/assistant": "0.1.10",
125
125
  "@jskit-ai/auth-core": "0.1.8",
126
126
  "@jskit-ai/database-runtime": "0.1.8",
127
127
  "@jskit-ai/http-runtime": "0.1.8",
128
128
  "@jskit-ai/kernel": "0.1.8",
129
129
  "@jskit-ai/realtime": "0.1.8",
130
- "@jskit-ai/users-core": "0.1.8",
131
- "@jskit-ai/users-web": "0.1.8",
130
+ "@jskit-ai/users-core": "0.1.10",
131
+ "@jskit-ai/users-web": "0.1.10",
132
132
  "@tanstack/vue-query": "^5.90.5",
133
133
  "dompurify": "^3.3.3",
134
134
  "marked": "^17.0.4",
@@ -846,11 +846,11 @@
846
846
  },
847
847
  {
848
848
  "packageId": "@jskit-ai/crud",
849
- "version": "0.1.8",
849
+ "version": "0.1.10",
850
850
  "descriptor": {
851
851
  "packageVersion": 1,
852
852
  "packageId": "@jskit-ai/crud",
853
- "version": "0.1.8",
853
+ "version": "0.1.10",
854
854
  "installationMode": "clone-only",
855
855
  "description": "CRUD module with server routes, actions, persistence, and client pages.",
856
856
  "options": {
@@ -950,14 +950,14 @@
950
950
  "dependencies": {
951
951
  "runtime": {
952
952
  "@jskit-ai/auth-core": "0.1.8",
953
- "@jskit-ai/crud-core": "0.1.8",
953
+ "@jskit-ai/crud-core": "0.1.10",
954
954
  "@jskit-ai/database-runtime": "0.1.8",
955
955
  "@jskit-ai/http-runtime": "0.1.8",
956
956
  "@jskit-ai/kernel": "0.1.8",
957
957
  "@jskit-ai/realtime": "0.1.8",
958
958
  "@jskit-ai/shell-web": "0.1.8",
959
- "@jskit-ai/users-core": "0.1.8",
960
- "@jskit-ai/users-web": "0.1.8",
959
+ "@jskit-ai/users-core": "0.1.10",
960
+ "@jskit-ai/users-web": "0.1.10",
961
961
  "@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
962
962
  "@tanstack/vue-query": "^5.90.5",
963
963
  "typebox": "^1.0.81",
@@ -1191,11 +1191,11 @@
1191
1191
  },
1192
1192
  {
1193
1193
  "packageId": "@jskit-ai/crud-core",
1194
- "version": "0.1.8",
1194
+ "version": "0.1.10",
1195
1195
  "descriptor": {
1196
1196
  "packageVersion": 1,
1197
1197
  "packageId": "@jskit-ai/crud-core",
1198
- "version": "0.1.8",
1198
+ "version": "0.1.10",
1199
1199
  "description": "Shared CRUD helpers used by CRUD modules.",
1200
1200
  "dependsOn": [
1201
1201
  "@jskit-ai/kernel",
@@ -1220,7 +1220,7 @@
1220
1220
  "mutations": {
1221
1221
  "dependencies": {
1222
1222
  "runtime": {
1223
- "@jskit-ai/crud-core": "0.1.8"
1223
+ "@jskit-ai/crud-core": "0.1.10"
1224
1224
  },
1225
1225
  "dev": {}
1226
1226
  },
@@ -2134,11 +2134,11 @@
2134
2134
  },
2135
2135
  {
2136
2136
  "packageId": "@jskit-ai/users-core",
2137
- "version": "0.1.8",
2137
+ "version": "0.1.10",
2138
2138
  "descriptor": {
2139
2139
  "packageVersion": 1,
2140
2140
  "packageId": "@jskit-ai/users-core",
2141
- "version": "0.1.8",
2141
+ "version": "0.1.10",
2142
2142
  "description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
2143
2143
  "dependsOn": [
2144
2144
  "@jskit-ai/auth-core",
@@ -2600,11 +2600,11 @@
2600
2600
  },
2601
2601
  {
2602
2602
  "packageId": "@jskit-ai/users-web",
2603
- "version": "0.1.8",
2603
+ "version": "0.1.10",
2604
2604
  "descriptor": {
2605
2605
  "packageVersion": 1,
2606
2606
  "packageId": "@jskit-ai/users-web",
2607
- "version": "0.1.8",
2607
+ "version": "0.1.10",
2608
2608
  "description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
2609
2609
  "dependsOn": [
2610
2610
  "@jskit-ai/http-runtime",
@@ -2872,7 +2872,7 @@
2872
2872
  "@jskit-ai/realtime": "0.1.8",
2873
2873
  "@jskit-ai/kernel": "0.1.8",
2874
2874
  "@jskit-ai/shell-web": "0.1.8",
2875
- "@jskit-ai/users-core": "0.1.8",
2875
+ "@jskit-ai/users-core": "0.1.10",
2876
2876
  "vuetify": "^4.0.0"
2877
2877
  },
2878
2878
  "dev": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/jskit-catalog",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Published metadata catalog for JSKIT package descriptors.",
5
5
  "type": "module",
6
6
  "files": [