bare-runtime-darwin-x64 1.13.1 → 1.14.0

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
@@ -457,6 +457,7 @@
457
457
  "__ZN2v88internal8compiler23CompilationDependencies37DependOnArrayBufferDetachingProtectorEv",
458
458
  "__ZNK2v86String32VerifyExternalStringResourceBaseEPNS0_26ExternalStringResourceBaseENS0_8EncodingE",
459
459
  "_utf32_length_from_latin1",
460
+ "_uv_getrusage_thread",
460
461
  "_uv_os_gethostname",
461
462
  "_js_create_threadsafe_function",
462
463
  "__ZN2v86Module8EvaluateENS_5LocalINS_7ContextEEE",
@@ -477,6 +478,7 @@
477
478
  "__ZN2v83Map5ClearEv",
478
479
  "__ZN2v88External3NewEPNS_7IsolateEPv",
479
480
  "_js_is_async_function",
481
+ "_uv_wtf8_to_utf16",
480
482
  "_napi_convert_from_threadsafe_function_call_mode",
481
483
  "_uv_req_get_data",
482
484
  "__ZN2v88internal10TickSample4InitEPNS0_7IsolateERKNS_13RegisterStateENS1_17RecordCEntryFrameEbbNS_4base9TimeDeltaE",
@@ -650,6 +652,7 @@
650
652
  "_log_fatal",
651
653
  "__ZN2v86Object10GetIsolateEv",
652
654
  "_js_delete_module",
655
+ "_uv_utf16_to_wtf8",
653
656
  "_napi_set_property",
654
657
  "_napi_create_async_work",
655
658
  "__ZN2v86BigInt12NewFromWordsENS_5LocalINS_7ContextEEEiiPKy",
@@ -1288,6 +1291,7 @@
1288
1291
  "__ZN2v815ArrayBufferView11GetContentsENS_10MemorySpanIhEE",
1289
1292
  "_bare_load",
1290
1293
  "__ZN2v87Isolate5EnterEv",
1294
+ "_uv_wtf8_length_as_utf16",
1291
1295
  "__ZN2v812HeapProfiler22DeleteAllHeapSnapshotsEv",
1292
1296
  "__ZN2v85Int329CheckCastEPNS_4DataE",
1293
1297
  "_utf16_length_from_latin1",
@@ -1501,6 +1505,7 @@
1501
1505
  "__ZN5cppgc8internal8AgeTable15ResetForTestingEv",
1502
1506
  "_uv_disable_stdio_inheritance",
1503
1507
  "_js_create_unsafe_sharedarraybuffer",
1508
+ "_uv_udp_try_send2",
1504
1509
  "_uv_tcp_connect",
1505
1510
  "__ZN2v88DataView9CheckCastEPNS_5ValueE",
1506
1511
  "_js_create_delegate",
@@ -1966,6 +1971,7 @@
1966
1971
  "__ZN2v87Isolate36GetContinuationPreservedEmbedderDataEv",
1967
1972
  "__ZN2v87Isolate3NewERKNS0_12CreateParamsE",
1968
1973
  "__ZN2v86String14NewFromOneByteEPNS_7IsolateEPKhNS_13NewStringTypeEi",
1974
+ "_uv_thread_detach",
1969
1975
  "__ZN2v818CompiledWasmModuleC2ENSt4__Cr10shared_ptrINS_8internal4wasm12NativeModuleEEEPKcm",
1970
1976
  "__ZN2v817SharedArrayBuffer15NewBackingStoreEPvmPFvS1_mS1_ES1_",
1971
1977
  "__ZN2v88internal15ThreadIsolation7JitPageD2Ev",
@@ -2012,6 +2018,7 @@
2012
2018
  "_uv_sem_destroy",
2013
2019
  "__ZNK2v85Value10Int32ValueENS_5LocalINS_7ContextEEE",
2014
2020
  "_bare_on_idle",
2021
+ "_uv_thread_getname",
2015
2022
  "__ZNK2v817SharedArrayBuffer4DataEv",
2016
2023
  "__ZN2v87CppHeap9TerminateEv",
2017
2024
  "__ZNK2v84Date7ValueOfEv",
@@ -2247,6 +2254,7 @@
2247
2254
  "_js_create_sharedarraybuffer_with_backing_store",
2248
2255
  "_js_is_boolean",
2249
2256
  "__ZN2v83Map3NewEPNS_7IsolateE",
2257
+ "_uv_thread_setname",
2250
2258
  "__ZN2v86Symbol14GetToPrimitiveEPNS_7IsolateE",
2251
2259
  "__ZNK2v87Message8IsOpaqueEv",
2252
2260
  "__ZNK2v85Value5IsSetEv",
@@ -2281,6 +2289,7 @@
2281
2289
  "_log_verror",
2282
2290
  "__ZN2v88Unlocker10InitializeEPNS_7IsolateE",
2283
2291
  "_napi_get_instance_data",
2292
+ "_uv_utf16_length_as_wtf8",
2284
2293
  "__ZN2v814ScriptCompiler14StartStreamingEPNS_7IsolateEPNS0_14StreamedSourceENS_10ScriptTypeENS0_14CompileOptionsEPFbiPvES7_",
2285
2294
  "__ZN2v86Script15GetResourceNameEv"
2286
2295
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-darwin-x64",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
4
4
  "description": "The macOS Intel 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",