@sparkelf/dsh-patch-web-base-path 0.1.0-rc.10 → 0.1.0-rc.12

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 patches/npm/web-base-path/README.md
5
- README.md: 01ce2dd51187b11a7cf24b40115e0620465a1cd3
6
- README.zh.md: 01156396482f6c55f1f6bfc13641e1f8983c6cb6
5
+ README.md: dc6959ff41c41011379864a5ae6577c0c5714688
6
+ README.zh.md: 63c89a48ffaaf71f7a4dea54e38c406bd30a5d3e
package/README.md CHANGED
@@ -6,4 +6,4 @@ This data-only package adds complete reverse-proxy mount-prefix support to the e
6
6
 
7
7
  The payload intentionally spans the WebServer, frontend static owner, Web app startup and shell, Connection browser transport, Session export, and Web source assets. Splitting those files would permit partially mounted deployments, so they share one patch lifecycle. Default empty-prefix behavior remains byte-for-byte root-relative from the user's perspective.
8
8
 
9
- The target is official source base `cd5ef8148158c3a752a658978873241fdf8e2bbc`; the package has no JavaScript entry, lifecycle script, compatibility fallback, or credential data. Retire it when official DSH ships equivalent end-to-end base-path behavior.
9
+ The target is official source base `0a53fb55bea101816fa226bb964ae2bed71c343b`; the package has no JavaScript entry, lifecycle script, compatibility fallback, or credential data. Retire it when official DSH ships equivalent end-to-end base-path behavior.
package/README.zh.md CHANGED
@@ -6,4 +6,4 @@
6
6
 
7
7
  payload有意跨越WebServer、frontend static owner、Web app startup/shell、Connection browser transport、Session export与Web source assets。拆分这些files会允许partial mounted deployments,因此它们共享一个patch lifecycle。empty-prefix default behavior从用户视角保持root-relative不变。
8
8
 
9
- target是official source base `cd5ef8148158c3a752a658978873241fdf8e2bbc`;package没有JavaScript entry、lifecycle script、compatibility fallback或credential data。official DSH发布等价end-to-end base-path behavior后retire。
9
+ target是official source base `0a53fb55bea101816fa226bb964ae2bed71c343b`;package没有JavaScript entry、lifecycle script、compatibility fallback或credential data。official DSH发布等价end-to-end base-path behavior后retire。
package/package.json CHANGED
@@ -4,11 +4,11 @@
4
4
  "formatVersion": 1,
5
5
  "variants": [
6
6
  {
7
- "dsh": ">=0.1.2-alpha.1",
7
+ "dsh": ">=0.1.2-alpha.2",
8
8
  "file": "./patches/web-base-path.patch",
9
9
  "id": "web-reverse-proxy-base-path",
10
10
  "target": {
11
- "baseRevision": "cd5ef8148158c3a752a658978873241fdf8e2bbc",
11
+ "baseRevision": "0a53fb55bea101816fa226bb964ae2bed71c343b",
12
12
  "kind": "dsh-source",
13
13
  "paths": [
14
14
  "apps/web/",
@@ -36,5 +36,5 @@
36
36
  "url": "git+https://github.com/SparkElf/deepseek-harness-plus.git"
37
37
  },
38
38
  "type": "module",
39
- "version": "0.1.0-rc.10"
39
+ "version": "0.1.0-rc.12"
40
40
  }