dsh-tool-adapt 0.2.4 → 0.2.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/lib/client.js +1 -1
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -836,7 +836,7 @@ window.__ModuleLoader__.load({
836
836
  }
837
837
 
838
838
  exports.apply = apply
839
- exports.inject = ['slots', 'settingsScope']
839
+ exports.inject = ['slots', 'settingsScope', 'remote', 'remote.settings']
840
840
  return module.exports
841
841
  },
842
842
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-tool-adapt",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "EN: Compatibility and safety adaptation layer for non-DeepSeek models in DeepSeek Harness Web. ZH: 面向 DeepSeek Harness Web 非 DeepSeek 模型的兼容与安全适配层。",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",