@wvb/remote-local 0.0.0-next.e459de3 → 0.0.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 +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## local v0.0.0-next.e459de3
3
+ ## local v0.0.0-next.f941058
4
4
 
5
- This release includes packages: [`@wvb/remote-local`](https://www.npmjs.com/package/@wvb/remote-local/v/0.0.0-next.e459de3)
5
+ This release includes packages: [`@wvb/remote-local`](https://www.npmjs.com/package/@wvb/remote-local/v/0.0.0-next.f941058)
6
6
 
7
7
  - fix(remote-local): add missing `content-length` header (#162) (0c184ac)
8
8
  - feat(ffi): add ffi package for Android/iOS bindings (#139) (c41b723)
9
9
  - feat: redesgin cli commands, add local remote provider, oxc -> biome (#132) (af26b39)
10
- - update dependencies: @wvb/config@0.1.0-next.e459de3
10
+ - update dependencies: @wvb/config@0.1.0-next.f941058
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvb/remote-local",
3
- "version": "0.0.0-next.e459de3",
3
+ "version": "0.0.0-next.f941058",
4
4
  "description": "Webview Bundle remote config for local simulation",
5
5
  "homepage": "https://github.com/webview-bundle/webview-bundle",
6
6
  "bugs": {
@@ -42,7 +42,7 @@
42
42
  "typecheck": "tsc --noEmit"
43
43
  },
44
44
  "dependencies": {
45
- "@wvb/config": "^0.1.0-next.e459de3",
45
+ "@wvb/config": "^0.1.0-next.f941058",
46
46
  "tinyglobby": "^0.2.14",
47
47
  "zod": "^4.0.5"
48
48
  },