@jskit-ai/assistant 0.1.34 → 0.1.35

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.
@@ -1,7 +1,7 @@
1
1
  export default Object.freeze({
2
2
  packageVersion: 1,
3
3
  packageId: "@jskit-ai/assistant",
4
- version: "0.1.34",
4
+ version: "0.1.35",
5
5
  kind: "generator",
6
6
  description: "Generate an app-local assistant runtime and settings integration from explicit surface choices.",
7
7
  options: {
@@ -177,13 +177,13 @@ export default Object.freeze({
177
177
  dependencies: {
178
178
  runtime: {
179
179
  "@local/assistant": "file:packages/assistant",
180
- "@jskit-ai/assistant-core": "0.1.1",
181
- "@jskit-ai/database-runtime": "0.1.25",
182
- "@jskit-ai/http-runtime": "0.1.24",
183
- "@jskit-ai/kernel": "0.1.25",
184
- "@jskit-ai/shell-web": "0.1.24",
185
- "@jskit-ai/users-core": "0.1.35",
186
- "@jskit-ai/users-web": "0.1.40",
180
+ "@jskit-ai/assistant-core": "0.1.2",
181
+ "@jskit-ai/database-runtime": "0.1.26",
182
+ "@jskit-ai/http-runtime": "0.1.25",
183
+ "@jskit-ai/kernel": "0.1.26",
184
+ "@jskit-ai/shell-web": "0.1.25",
185
+ "@jskit-ai/users-core": "0.1.36",
186
+ "@jskit-ai/users-web": "0.1.41",
187
187
  "@tanstack/vue-query": "^5.90.5",
188
188
  "vuetify": "^4.0.0"
189
189
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/assistant",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -9,6 +9,6 @@
9
9
  "./server/buildTemplateContext": "./src/server/buildTemplateContext.js"
10
10
  },
11
11
  "dependencies": {
12
- "@jskit-ai/kernel": "0.1.25"
12
+ "@jskit-ai/kernel": "0.1.26"
13
13
  }
14
14
  }