dsh-opencode 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.
package/lib/client.d.ts CHANGED
@@ -1731,8 +1731,6 @@ declare class SetupController {
1731
1731
  }
1732
1732
  //#endregion
1733
1733
  //#region src/client/index.d.ts
1734
- /** Client packages required by this entry's injected services and UI modules. */
1735
- declare const inject: readonly ["@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-commands", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-store", "@deepseek-ai/dsh-client-ui-commands", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-primitives", "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-models", "@deepseek-ai/dsh-client-ui-slots"];
1736
1734
  declare function apply(ctx: ClientContext): void;
1737
1735
  //#endregion
1738
- export { type ClientContext, type ProviderOwnerProps, SetupController, apply, inject };
1736
+ export { type ClientContext, type ProviderOwnerProps, SetupController, apply };
package/lib/client.js CHANGED
@@ -453,20 +453,6 @@ function commandsExecute(ctx) {
453
453
  }
454
454
  //#endregion
455
455
  //#region src/client/index.ts
456
- /** Client packages required by this entry's injected services and UI modules. */
457
- const inject = [
458
- "@deepseek-ai/dsh-api-remotes",
459
- "@deepseek-ai/dsh-commands",
460
- "@deepseek-ai/dsh-client-locale",
461
- "@deepseek-ai/dsh-client-store",
462
- "@deepseek-ai/dsh-client-ui-commands",
463
- "@deepseek-ai/dsh-client-ui-layout",
464
- "@deepseek-ai/dsh-client-ui-primitives",
465
- "@deepseek-ai/dsh-client-ui-renderer",
466
- "@deepseek-ai/dsh-client-ui-settings",
467
- "@deepseek-ai/dsh-client-ui-settings-models",
468
- "@deepseek-ai/dsh-client-ui-slots"
469
- ];
470
456
  const services = [
471
457
  "commandUi",
472
458
  "remote.credentials",
@@ -532,6 +518,5 @@ function apply(ctx) {
532
518
  //#endregion
533
519
  exports.SetupController = SetupController;
534
520
  exports.apply = apply;
535
- exports.inject = inject;
536
521
 
537
522
  return module.exports;}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-opencode",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Out-of-tree DSH bundle with live dynamic OpenCode Zen / Go model catalogs",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -45,7 +45,6 @@
45
45
  "platform": "web",
46
46
  "inject": [
47
47
  "@deepseek-ai/dsh-api-remotes",
48
- "@deepseek-ai/dsh-commands",
49
48
  "@deepseek-ai/dsh-client-locale",
50
49
  "@deepseek-ai/dsh-client-ui-layout",
51
50
  "@deepseek-ai/dsh-client-ui-commands",