orez-sync-native-darwin-x64 0.1.2 → 0.1.3

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/LICENSES.txt CHANGED
@@ -2380,8 +2380,8 @@ SOFTWARE.
2380
2380
  MIT License (MIT)
2381
2381
 
2382
2382
  Used by:
2383
- - sync-core 0.1.2
2384
- - sync-native 0.1.2
2383
+ - sync-core 0.1.3
2384
+ - sync-native 0.1.3
2385
2385
  - windows-link 0.2.1
2386
2386
  - windows-sys 0.52.0
2387
2387
  - windows-sys 0.61.2
package/bin/sync-native CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orez-sync-native-darwin-x64",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Prebuilt Orez sync-native host for macOS x64",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,5 +20,5 @@
20
20
  "publishConfig": {
21
21
  "access": "public"
22
22
  },
23
- "orezSourceCommit": "68d1ba3121d27c1f0408cfa637d5a2fce718d30b"
23
+ "orezSourceCommit": "70be7ac8f71f241b27669d0aa2afc871a5f9532d"
24
24
  }