@noirhare/dsh-bundle 0.1.4 → 0.1.5

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/cordis.patch.yml +1 -1
  2. package/package.json +2 -2
package/cordis.patch.yml CHANGED
@@ -62,7 +62,7 @@
62
62
  inject:
63
63
  - agentPresetsRoots
64
64
  config:
65
- default: web
65
+ default: chat
66
66
  roots: !!js ctx.agentPresetsRoots
67
67
  includeShippedRoot: false
68
68
  # @noirhare/dsh-host-webserver
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noirhare/dsh-bundle",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "license": "MIT",
5
5
  "author": "NoirHare",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "cordis.patch.yml"
16
16
  ],
17
17
  "dependencies": {
18
- "@noirhare/dsh-agent-presets-roots": "^0.1.3",
18
+ "@noirhare/dsh-agent-presets-roots": "^0.1.4",
19
19
  "@noirhare/dsh-host-webserver": "^0.1.0",
20
20
  "@noirhare/dsh-ui-notification": "^0.1.0",
21
21
  "@noirhare/dsh-web-search-tavily": "^0.1.0"