@deepseek-ai/dsh-api-settings-controller 0.1.2-alpha.2 → 0.1.2-alpha.4

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/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/api/settings-controller/README.md
5
- README.md: 5032b8ff352d35abc05384719932691a93a49f84
6
- README.zh.md: 756a7fcdd1cd03b157ff5781aadd4db092c6d374
5
+ README.md: 761e4c43751675eec141a2efcf85caf52cc91590
6
+ README.zh.md: 541c9deb3dbc35914e4e95abdda2af5cdce2bbd0
package/README.md CHANGED
@@ -68,3 +68,5 @@ No direct effect; reading or writing these configuration values does not alter m
68
68
  None.
69
69
 
70
70
  </details>
71
+
72
+ **Runtime invariant:** No companion is published. The settings and credential seams own storage and update events, while this package only projects their methods onto the wire.
package/README.zh.md CHANGED
@@ -68,3 +68,5 @@ kind: "package-reference"
68
68
  无。
69
69
 
70
70
  </details>
71
+
72
+ **运行时不变式:** 不发布伴生入口。settings 与 credential seam 负责存储和更新事件,本包只把它们的方法投影到 wire。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-api-settings-controller",
3
3
  "description": "Remote owner for the configuration surfaces over the settings-domain seams",
4
- "version": "0.1.2-alpha.2",
4
+ "version": "0.1.2-alpha.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -18,10 +18,6 @@
18
18
  "types": "./lib/types/index.d.ts",
19
19
  "default": "./lib/index.js"
20
20
  },
21
- "./invariant": {
22
- "types": "./lib/types/invariant.d.ts",
23
- "default": "./lib/invariant.js"
24
- },
25
21
  "./types": {
26
22
  "types": "./lib/types/types.d.ts",
27
23
  "default": "./lib/types/types.js"
@@ -39,7 +35,6 @@
39
35
  },
40
36
  "files": [
41
37
  "lib/index.js",
42
- "lib/invariant.js",
43
38
  "lib/types/**/*.js",
44
39
  "lib/types/**/*.d.ts",
45
40
  "lib/typert.host.js",
@@ -53,23 +48,21 @@
53
48
  "@deepseek-ai/schemastery": "^3.18.2"
54
49
  },
55
50
  "peerDependencies": {
51
+ "@deepseek-ai/dsh-agent-presets": "^0.1.2-alpha.4",
52
+ "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.4",
56
53
  "@deepseek-ai/cordis": "^4.0.2",
57
- "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
58
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
59
- "@deepseek-ai/dsh-native-command": "^0.1.2-alpha.2",
60
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2",
61
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
62
- "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
63
- "@deepseek-ai/dsh-agent-presets": "^0.1.2-alpha.2"
54
+ "@deepseek-ai/dsh-native-command": "^0.1.2-alpha.4",
55
+ "@deepseek-ai/dsh-settings": "^0.1.2-alpha.4",
56
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.4",
57
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.4"
64
58
  },
65
59
  "devDependencies": {
66
60
  "@deepseek-ai/cordis": "^4.0.2",
67
- "@deepseek-ai/dsh-agent-presets": "^0.1.2-alpha.2",
68
- "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
69
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
70
- "@deepseek-ai/dsh-native-command": "^0.1.2-alpha.2",
71
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
72
- "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
73
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2"
61
+ "@deepseek-ai/dsh-agent-presets": "^0.1.2-alpha.4",
62
+ "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.4",
63
+ "@deepseek-ai/dsh-native-command": "^0.1.2-alpha.4",
64
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.4",
65
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.4",
66
+ "@deepseek-ai/dsh-settings": "^0.1.2-alpha.4"
74
67
  }
75
68
  }
package/lib/invariant.js DELETED
@@ -1,16 +0,0 @@
1
- //#region lib/types/invariant.js
2
- /** Package-owned invariant companion. @module @deepseek-ai/dsh-api-settings-controller/invariant */
3
- const PACKAGE_NAME = "@deepseek-ai/dsh-api-settings-controller";
4
- /** Cordis companion plugin name. */
5
- const name = "api-settings-controller-invariant";
6
- /** Service required before the companion can reserve package ownership. */
7
- const inject = ["invariants"];
8
- /**
9
- * No runtime invariant: the settings and credential seams own storage and
10
- * update events, while this package only projects their methods onto the wire.
11
- */
12
- const install = () => {};
13
- /** Register this package's invariant companion. */
14
- const apply = (ctx) => Promise.resolve(ctx.invariants.register(PACKAGE_NAME, install));
15
- //#endregion
16
- export { apply, inject, name };
@@ -1,9 +0,0 @@
1
- /** Package-owned invariant companion. @module @deepseek-ai/dsh-api-settings-controller/invariant */
2
- import type { Context } from '@deepseek-ai/cordis';
3
- /** Cordis companion plugin name. */
4
- export declare const name = "api-settings-controller-invariant";
5
- /** Service required before the companion can reserve package ownership. */
6
- export declare const inject: string[];
7
- /** Register this package's invariant companion. */
8
- export declare const apply: (ctx: Context) => Promise<() => void>;
9
- //# sourceMappingURL=invariant.d.ts.map
@@ -1,15 +0,0 @@
1
- /** Package-owned invariant companion. @module @deepseek-ai/dsh-api-settings-controller/invariant */
2
- const PACKAGE_NAME = '@deepseek-ai/dsh-api-settings-controller';
3
- /** Cordis companion plugin name. */
4
- export const name = 'api-settings-controller-invariant';
5
- /** Service required before the companion can reserve package ownership. */
6
- export const inject = ['invariants'];
7
- /**
8
- * No runtime invariant: the settings and credential seams own storage and
9
- * update events, while this package only projects their methods onto the wire.
10
- */
11
- const install = () => { };
12
- /** Register this package's invariant companion. */
13
- export const apply = (ctx) => Promise.resolve(ctx.invariants.register(PACKAGE_NAME, install));
14
- /* jscpd:ignore-end */
15
- //# sourceMappingURL=invariant.js.map