@deepseek-ai/dsh-api-workspace-controller 0.1.2-alpha.3 → 0.1.2-alpha.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/README.i18n.yaml +2 -2
- package/README.md +2 -0
- package/README.zh.md +2 -0
- package/package.json +17 -24
- package/lib/invariant.js +0 -13
- package/lib/types/invariant.d.ts +0 -9
- package/lib/types/invariant.js +0 -12
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/workspace-controller/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: d4bff38e8bc412dcdc81acab6bd3febc3a9be448
|
|
6
|
+
README.zh.md: 71cba35be30a7e8afa1da42f948624618d8fb5f2
|
package/README.md
CHANGED
package/README.zh.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-api-workspace-controller",
|
|
3
3
|
"description": "Workspace Remote commands and reconnect-safe state transport",
|
|
4
|
-
"version": "0.1.2-alpha.
|
|
4
|
+
"version": "0.1.2-alpha.5",
|
|
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"
|
|
@@ -55,7 +51,6 @@
|
|
|
55
51
|
},
|
|
56
52
|
"files": [
|
|
57
53
|
"lib/index.js",
|
|
58
|
-
"lib/invariant.js",
|
|
59
54
|
"lib/client.js",
|
|
60
55
|
"lib/types/**/*.js",
|
|
61
56
|
"lib/types/**/*.d.ts",
|
|
@@ -67,30 +62,28 @@
|
|
|
67
62
|
"license": "MIT",
|
|
68
63
|
"dependencies": {
|
|
69
64
|
"zod": "^4.4.3",
|
|
70
|
-
"@deepseek-ai/dsh-deque": "^0.1.2-alpha.
|
|
65
|
+
"@deepseek-ai/dsh-deque": "^0.1.2-alpha.5"
|
|
71
66
|
},
|
|
72
67
|
"peerDependencies": {
|
|
73
68
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
74
|
-
"@deepseek-ai/dsh-api-gateway": "^0.1.2-alpha.
|
|
75
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.
|
|
76
|
-
"@deepseek-ai/dsh-host-directory-picker": "^0.1.2-alpha.
|
|
77
|
-
"@deepseek-ai/dsh-session": "^0.1.2-alpha.
|
|
78
|
-
"@deepseek-ai/dsh-storage-domain": "^0.1.2-alpha.
|
|
79
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.
|
|
80
|
-
"@deepseek-ai/dsh-
|
|
81
|
-
"@deepseek-ai/dsh-workspace": "^0.1.2-alpha.3"
|
|
69
|
+
"@deepseek-ai/dsh-api-gateway": "^0.1.2-alpha.5",
|
|
70
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.5",
|
|
71
|
+
"@deepseek-ai/dsh-host-directory-picker": "^0.1.2-alpha.5",
|
|
72
|
+
"@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
|
|
73
|
+
"@deepseek-ai/dsh-storage-domain": "^0.1.2-alpha.5",
|
|
74
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.5",
|
|
75
|
+
"@deepseek-ai/dsh-workspace": "^0.1.2-alpha.5"
|
|
82
76
|
},
|
|
83
77
|
"devDependencies": {
|
|
84
|
-
"@deepseek-ai/dsh-api-gateway": "^0.1.2-alpha.3",
|
|
85
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.3",
|
|
86
|
-
"@deepseek-ai/dsh-client-store": "^0.1.2-alpha.3",
|
|
87
|
-
"@deepseek-ai/dsh-host-directory-picker": "^0.1.2-alpha.3",
|
|
88
78
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
89
|
-
"@deepseek-ai/dsh-
|
|
90
|
-
"@deepseek-ai/dsh-
|
|
91
|
-
"@deepseek-ai/dsh-
|
|
92
|
-
"@deepseek-ai/dsh-
|
|
93
|
-
"@deepseek-ai/dsh-
|
|
79
|
+
"@deepseek-ai/dsh-api-gateway": "^0.1.2-alpha.5",
|
|
80
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.5",
|
|
81
|
+
"@deepseek-ai/dsh-host-directory-picker": "^0.1.2-alpha.5",
|
|
82
|
+
"@deepseek-ai/dsh-client-store": "^0.1.2-alpha.5",
|
|
83
|
+
"@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
|
|
84
|
+
"@deepseek-ai/dsh-storage-domain": "^0.1.2-alpha.5",
|
|
85
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.5",
|
|
86
|
+
"@deepseek-ai/dsh-workspace": "^0.1.2-alpha.5"
|
|
94
87
|
},
|
|
95
88
|
"scripts": {
|
|
96
89
|
"bundle": "tsdown",
|
package/lib/invariant.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
//#region lib/types/invariant.js
|
|
2
|
-
/** Package-owned invariant companion. @module @deepseek-ai/dsh-api-workspace-controller/invariant */
|
|
3
|
-
const PACKAGE_NAME = "@deepseek-ai/dsh-api-workspace-controller";
|
|
4
|
-
/** Cordis companion plugin name. */
|
|
5
|
-
const name = "api-workspace-controller-invariant";
|
|
6
|
-
/** Service required before the companion can reserve package ownership. */
|
|
7
|
-
const inject = ["invariants"];
|
|
8
|
-
/** No runtime invariant: Workspace Registry owns persistence; every stream generation is a full projection. */
|
|
9
|
-
const install = () => {};
|
|
10
|
-
/** Register this package's invariant companion. */
|
|
11
|
-
const apply = (ctx) => Promise.resolve(ctx.invariants.register(PACKAGE_NAME, install));
|
|
12
|
-
//#endregion
|
|
13
|
-
export { apply, inject, name };
|
package/lib/types/invariant.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** Package-owned invariant companion. @module @deepseek-ai/dsh-api-workspace-controller/invariant */
|
|
2
|
-
import type { Context } from '@deepseek-ai/cordis';
|
|
3
|
-
/** Cordis companion plugin name. */
|
|
4
|
-
export declare const name = "api-workspace-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
|
package/lib/types/invariant.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/** Package-owned invariant companion. @module @deepseek-ai/dsh-api-workspace-controller/invariant */
|
|
2
|
-
const PACKAGE_NAME = '@deepseek-ai/dsh-api-workspace-controller';
|
|
3
|
-
/** Cordis companion plugin name. */
|
|
4
|
-
export const name = 'api-workspace-controller-invariant';
|
|
5
|
-
/** Service required before the companion can reserve package ownership. */
|
|
6
|
-
export const inject = ['invariants'];
|
|
7
|
-
/** No runtime invariant: Workspace Registry owns persistence; every stream generation is a full projection. */
|
|
8
|
-
const install = () => { };
|
|
9
|
-
/** Register this package's invariant companion. */
|
|
10
|
-
export const apply = (ctx) => Promise.resolve(ctx.invariants.register(PACKAGE_NAME, install));
|
|
11
|
-
/* jscpd:ignore-end */
|
|
12
|
-
//# sourceMappingURL=invariant.js.map
|