yunti-browser-runtime 0.1.3 → 0.2.0

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.
@@ -8,7 +8,7 @@ publishing `yunti-browser-runtime`.
8
8
  No active npm publish blockers as of 2026-07-03.
9
9
 
10
10
  `yunti-browser-runtime@0.1.3` is published on the official npm registry and
11
- verified with `npm run release:verify-published`.
11
+ verified with `npm run release:verify-published`. `latest` points to `0.1.3`.
12
12
 
13
13
  ## Resolved Blocker: npm 2FA Publish Token
14
14
 
package/docs/RELEASE.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  This runbook describes the local release checklist for Yunti Browser Runtime.
4
4
 
5
+ For the detailed `0.2.0` release checklist and the full comparison against
6
+ `0.1.0`, see [`docs/RELEASE_0_2_0_CHECKLIST.md`](RELEASE_0_2_0_CHECKLIST.md).
7
+
5
8
  ## Prerequisites
6
9
 
7
10
  - Node.js 22 or newer.
@@ -71,7 +74,7 @@ Build and inspect the browser extension zip:
71
74
 
72
75
  ```bash
73
76
  npm run package:extension
74
- unzip -l dist/yunti-browser-runtime-extension-0.1.0.zip
77
+ unzip -l dist/yunti-browser-runtime-extension-0.2.0.zip
75
78
  ```
76
79
 
77
80
  `npm run release:check` also validates this zip automatically by parsing the
@@ -101,7 +104,8 @@ YUNTI_E2E=1 npm run test:e2e
101
104
  ```
102
105
 
103
106
  The default `npm test` run skips the real-browser smoke test unless `YUNTI_E2E=1`
104
- is set.
107
+ is set. The smoke test loads the unpacked extension in Chromium and verifies the
108
+ P6.1 `observe -> click uid -> verify` path against a local fixture page.
105
109
 
106
110
  ## Publish
107
111