@wvb/tauri 0.0.0-next.4b4aa30 → 0.0.0-next.68e19d2

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 +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## tauri v0.1.0-next.4b4aa30
3
+ ## tauri v0.1.0-next.68e19d2
4
4
 
5
- This release includes packages: [`wvb-tauri`](https://crates.io/crates/wvb-tauri/0.1.0-next.4b4aa30), [`@wvb/tauri`](https://www.npmjs.com/package/@wvb/tauri/v/0.0.0-next.4b4aa30)
5
+ This release includes packages: [`wvb-tauri`](https://crates.io/crates/wvb-tauri/0.1.0-next.68e19d2), [`@wvb/tauri`](https://www.npmjs.com/package/@wvb/tauri/v/0.0.0-next.68e19d2)
6
6
 
7
7
  - feat(ffi): add ffi package for Android/iOS bindings (#139) (c41b723)
8
8
  - feat: redesgin cli commands, add local remote provider, oxc -> biome (#132) (af26b39)
9
9
  - feat: add core testing, tauri commands (#129) (c49207f)
10
10
  - feat(core): add mock system for testing (#118) (7a79c1a)
11
11
  - chore: fix xtask artifacts missing platforms (#112) (5d60ad6)
12
- - update dependencies: wvb@0.2.0-next.4b4aa30
12
+ - update dependencies: wvb@0.2.0-next.68e19d2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvb/tauri",
3
- "version": "0.0.0-next.4b4aa30",
3
+ "version": "0.0.0-next.68e19d2",
4
4
  "description": "Webview Bundle API for Tauri",
5
5
  "homepage": "https://github.com/webview-bundle/webview-bundle",
6
6
  "bugs": {