@wvb/bridge 0.1.0-next.3603a22 → 0.1.0-next.f941058

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## bridge v0.1.0-next.3603a22
3
+ ## bridge v0.1.0-next.f941058
4
4
 
5
- This release includes packages: [`@wvb/bridge`](https://www.npmjs.com/package/@wvb/bridge/v/0.1.0-next.3603a22)
5
+ This release includes packages: [`@wvb/bridge`](https://www.npmjs.com/package/@wvb/bridge/v/0.1.0-next.f941058)
6
6
 
7
7
  - feat(bridge,electron,tauri): remove legacy invokes to unify in `@wvb/bridge` and add `BridgeError` (#178) (f3735bb)
8
8
  - feat(bridge): impl universal bridge (#171) (e4cfd0d)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvb/bridge",
3
- "version": "0.1.0-next.3603a22",
3
+ "version": "0.1.0-next.f941058",
4
4
  "description": "WebView bridge",
5
5
  "homepage": "https://github.com/webview-bundle/webview-bundle",
6
6
  "bugs": {