@sparkelf/dsh-patch-officecli-deliverables 0.1.0-rc.22 → 0.1.0-rc.26
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 +1 -1
- package/README.zh.md +1 -1
- package/package.json +3 -3
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 patches/npm/officecli-deliverables/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: e612662967e6f32c876b98c1d93e87f43cdee0a4
|
|
6
|
+
README.zh.md: c1854006cd30ed70f5c60164fc62d197de89b324
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
English | [中文](README.zh.md)
|
|
4
4
|
|
|
5
|
-
This data-only package patches official DSH revision `
|
|
5
|
+
This data-only package patches official DSH revision `fb2c4b9e698e30edb738bca4cf0618587db7d203`. It teaches the existing deliverables projection which `officecli` argv operations write an original Office file, so a completed turn lists the DOCX, XLSX, or PPTX path as a clickable output. It does not render, copy, convert, or cache the file.
|
|
6
6
|
|
|
7
7
|
The payload changes only `packages/client/ui-deliverables/src/client/turn-deliverables.ts`. Remove it after official DSH recognizes the same OfficeCLI output contract.
|
|
8
8
|
|
package/README.zh.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) | 中文
|
|
4
4
|
|
|
5
|
-
本data-only package patch official DSH revision `
|
|
5
|
+
本data-only package patch official DSH revision `fb2c4b9e698e30edb738bca4cf0618587db7d203`。它让existing deliverables projection识别会写入原始Office文件的`officecli` argv operations,使完成turn把DOCX、XLSX或PPTX path列为可点击产物。它不render、copy、convert或cache该文件。
|
|
6
6
|
|
|
7
7
|
payload只修改`packages/client/ui-deliverables/src/client/turn-deliverables.ts`。Official DSH识别相同OfficeCLI output contract后删除本patch。
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"formatVersion": 1,
|
|
5
5
|
"variants": [
|
|
6
6
|
{
|
|
7
|
-
"dsh": ">=0.1.
|
|
7
|
+
"dsh": ">=0.1.5-rc.2",
|
|
8
8
|
"file": "./patches/officecli-deliverables.patch",
|
|
9
9
|
"id": "officecli-deliverables",
|
|
10
10
|
"target": {
|
|
11
|
-
"baseRevision": "
|
|
11
|
+
"baseRevision": "fb2c4b9e698e30edb738bca4cf0618587db7d203",
|
|
12
12
|
"kind": "dsh-source",
|
|
13
13
|
"paths": [
|
|
14
14
|
"packages/client/ui-deliverables/src/client/"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"url": "git+https://github.com/SparkElf/deepseek-harness-plus.git"
|
|
36
36
|
},
|
|
37
37
|
"type": "module",
|
|
38
|
-
"version": "0.1.0-rc.
|
|
38
|
+
"version": "0.1.0-rc.26"
|
|
39
39
|
}
|