@dsh-plugin/dsh-loader 1.3.3-dev.33722395196 → 1.3.4-dev.33723587769

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/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const LOADER_VERSION = "1.3.3";
1
+ export declare const LOADER_VERSION = "1.3.4";
2
2
  export declare const LOG_PREFIX = "[dshloader]";
3
3
  export declare const BOOT_ALIAS_IDS_FLAG = "__dshLoaderBootAliases__";
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // dshloader version — keep in sync with package.json.
2
- export const LOADER_VERSION = '1.3.3';
2
+ export const LOADER_VERSION = '1.3.4';
3
3
  // Prefix used in every console log / error so users can grep dshloader output.
4
4
  export const LOG_PREFIX = '[dshloader]';
5
5
  // Window global the boot-alias injection (src/boot-injection.ts) sets to the
package/lib/client.js CHANGED
@@ -32,7 +32,7 @@ window.__ModuleLoader__.load({
32
32
  let react_dom_client = require("react-dom/client");
33
33
  let _deepseek_ai_dsh_client_ui_primitives = require("@deepseek-ai/dsh-client-ui-primitives");
34
34
  //#region src/version.ts
35
- const LOADER_VERSION = "1.3.3";
35
+ const LOADER_VERSION = "1.3.4";
36
36
  const LOG_PREFIX = "[dshloader]";
37
37
  const BOOT_ALIAS_IDS_FLAG = "__dshLoaderBootAliases__";
38
38
  //#endregion