bare-runtime-darwin-x64 1.6.1 → 1.6.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/bin/bare CHANGED
Binary file
package/lib/libbare.tbd CHANGED
@@ -3,7 +3,7 @@ tbd-version: 4
3
3
  targets: [ x86_64-macos ]
4
4
  uuids:
5
5
  - target: x86_64-macos
6
- value: 610574F5-ED0E-3E6E-9F4A-31C094A89A2F
6
+ value: 200684EB-6A4B-3B61-A425-CABD5D88492A
7
7
  flags: [ not_app_extension_safe ]
8
8
  install-name: '@rpath/libbare.dylib'
9
9
  current-version: 0
@@ -1015,7 +1015,7 @@ exports:
1015
1015
  _napi_is_buffer, _napi_is_dataview, _napi_is_date, _napi_is_detached_arraybuffer,
1016
1016
  _napi_is_error, _napi_is_exception_pending, _napi_is_promise,
1017
1017
  _napi_is_typedarray, _napi_make_callback, _napi_module_register,
1018
- _napi_open_escapable_handle_scope, _napi_open_handle_scope,
1018
+ _napi_new_instance, _napi_open_escapable_handle_scope, _napi_open_handle_scope,
1019
1019
  _napi_ref_threadsafe_function, _napi_reference_ref, _napi_reference_unref,
1020
1020
  _napi_reject_deferred, _napi_release_threadsafe_function,
1021
1021
  _napi_remove_wrap, _napi_resolve_deferred, _napi_run_script,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-darwin-x64",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "The macOS Intel 64-bit binary for Bare",
5
5
  "bin": {
6
6
  "bare": "bin/bare"