@awiki/dsh-plugin 0.3.11-rc.2 → 0.3.11-rc.3

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/index.js CHANGED
@@ -3471,7 +3471,7 @@ function legacyDocument(seed, usePreRegistryDefault) {
3471
3471
  //#endregion
3472
3472
  //#region lib/types/package-version.generated.js
3473
3473
  /** Generated from package.json by scripts/sync-package-versions.mjs. */
3474
- const DSH_AWIKI_PACKAGE_VERSION = "0.3.11-rc.2";
3474
+ const DSH_AWIKI_PACKAGE_VERSION = "0.3.11-rc.3";
3475
3475
  const DSH_AWIKI_MODEL_PROXY_PACKAGE_VERSION = "0.1.7-rc.1";
3476
3476
  //#endregion
3477
3477
  //#region lib/types/update-policy.js
@@ -1,4 +1,4 @@
1
1
  /** Generated from package.json by scripts/sync-package-versions.mjs. */
2
- export declare const DSH_AWIKI_PACKAGE_VERSION: "0.3.11-rc.2";
2
+ export declare const DSH_AWIKI_PACKAGE_VERSION: "0.3.11-rc.3";
3
3
  export declare const DSH_AWIKI_MODEL_PROXY_PACKAGE_VERSION: "0.1.7-rc.1";
4
4
  //# sourceMappingURL=package-version.generated.d.ts.map
@@ -1,4 +1,4 @@
1
1
  /** Generated from package.json by scripts/sync-package-versions.mjs. */
2
- export const DSH_AWIKI_PACKAGE_VERSION = "0.3.11-rc.2";
2
+ export const DSH_AWIKI_PACKAGE_VERSION = "0.3.11-rc.3";
3
3
  export const DSH_AWIKI_MODEL_PROXY_PACKAGE_VERSION = "0.1.7-rc.1";
4
4
  //# sourceMappingURL=package-version.generated.js.map
@@ -1,6 +1,6 @@
1
1
  export { compareVersions } from './version.ts';
2
2
  import type { AwikiTenantProfile } from './tenant-registry.ts';
3
- export declare const DSH_AWIKI_VERSION: "0.3.11-rc.2";
3
+ export declare const DSH_AWIKI_VERSION: "0.3.11-rc.3";
4
4
  export declare const DSH_AWIKI_MODEL_PROXY_VERSION: "0.1.7-rc.1";
5
5
  export interface AwikiPluginUpdateTarget {
6
6
  readonly name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awiki/dsh-plugin",
3
- "version": "0.3.11-rc.2",
3
+ "version": "0.3.11-rc.3",
4
4
  "description": "AWiki identity and messaging plugin for DeepSeek Harness",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -130,7 +130,7 @@
130
130
  }
131
131
  },
132
132
  "dependencies": {
133
- "@awiki/im-core-node": "0.2.6",
133
+ "@awiki/im-core-node": "0.2.7-rc.1",
134
134
  "@deepseek-ai/schemastery": "^3.18.1",
135
135
  "semver": "7.8.5",
136
136
  "zod": "^4.4.3"