zh-web-sdk 3.0.0 → 3.0.1
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/CHANGELOG.md +5 -0
- package/dist/index.js +62 -62
- package/dist/index.js.map +4 -4
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [3.0.1] - 2026-06-12
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- Bumped the bundled `@zerohash-sdk/*-react` and `@connect-xyz/auth-react` packages to their latest published versions, which adds better logging and error handling in cases where their webcomponent script fails to load.
|
|
13
|
+
|
|
9
14
|
## [3.0.0] - 2026-05-21
|
|
10
15
|
|
|
11
16
|
Major version bump signaling the rollout of the next-generation SDK rendering path. The integrator-facing API is unchanged for cert/prod consumers; the only public-type change is the narrowing of `env` (see Changed).
|