bare-runtime-darwin-x64 1.29.0 → 1.29.2

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
@@ -10144,7 +10144,6 @@
10144
10144
  "__ZN2v88internal41CopyFastNumberJSArrayElementsToTypedArrayEmmmmm",
10145
10145
  "__ZN2v88internal8compiler19InstructionSelector12VisitI32x8NeENS1_10turboshaft7OpIndexE",
10146
10146
  "__ZN2v88internal6maglev18MaglevGraphBuilder38TryReduceObjectPrototypeHasOwnPropertyENS0_8compiler13JSFunctionRefERNS1_13CallArgumentsE",
10147
- "_js_send_inspector_request_transitional",
10148
10147
  "__ZN2v88internal8compiler19RawMachineAssembler25RelocatableIntPtrConstantElNS0_9RelocInfo4ModeE",
10149
10148
  "__ZN2v88internal8compiler12JSHeapBroker33InitTurboshaftFloat64RangeTypeMapEv",
10150
10149
  "__ZN2v88internal45MutableBigInt_BitwiseXorPosPosAndCanonicalizeEmmm",
@@ -10198,6 +10197,7 @@
10198
10197
  "__ZNK2v88internal8compiler6MapRef24IsJSIteratorMapHelperMapEv",
10199
10198
  "__ZN2v88internal6maglev14Uint32ToNumber12GenerateCodeEPNS1_15MaglevAssemblerERKNS1_15ProcessingStateE",
10200
10199
  "__ZN2v88internal21DebugPropertyIterator14is_array_indexEv",
10200
+ "_js_get_module_id",
10201
10201
  "__ZN12v8_inspector9V8Console23undebugFunctionCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEEi",
10202
10202
  "__ZN2v88internal22Runtime_IsSharedStringEiPmPNS0_7IsolateE",
10203
10203
  "__ZN2v88internal8compiler22MachineOperatorBuilder8I64x2AddEv",
@@ -29935,6 +29935,7 @@
29935
29935
  "__ZN2v88internal26SourcePositionTableBuilder27ToSourcePositionTableVectorEv",
29936
29936
  "__ZN2v815MicrotasksScopeC1EPNS_7IsolateEPNS_14MicrotaskQueueENS0_4TypeE",
29937
29937
  "__ZNK2v88internal15TranslatedValue12uint32_valueEv",
29938
+ "_js_get_default_module_id",
29938
29939
  "__ZN2v87sampler11AtomicGuardC1EPNSt4__Cr6atomicIbEEb",
29939
29940
  "__ZN2v88internal8compiler17JSOperatorBuilder14ResolvePromiseEv",
29940
29941
  "__ZN2v88internal8compiler23CompilationDependencies28DependOnStablePrototypeChainENS1_6MapRefENS0_12WhereToStartENS1_11OptionalRefINS1_11JSObjectRefEEE",
@@ -32567,7 +32568,6 @@
32567
32568
  "__ZN2v84base13PageAllocatorC2Ev",
32568
32569
  "__ZNK2v88internal8compiler18JSTypeHintLowering25ReduceStoreKeyedOperationEPKNS1_8OperatorEPNS1_4NodeES7_S7_S7_S7_NS0_12FeedbackSlotE",
32569
32570
  "__ZN2v88internal6maglev18MaglevGraphBuilder17ConvertForStoringEPNS1_9ValueNodeENS0_12ElementsKindE",
32570
- "_js_on_inspector_response_transitional",
32571
32571
  "__ZN2v88internal7Factory17NewOrderedHashSetEv",
32572
32572
  "__ZN2v88internal10CaseClauseC1EPNS0_4ZoneEPNS0_10ExpressionERKNS0_10ScopedListIPNS0_9StatementEPvEE",
32573
32573
  "__ZN2v88internal7Scanner23ScanImplicitOctalDigitsEiPNS1_10NumberKindE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-darwin-x64",
3
- "version": "1.29.0",
3
+ "version": "1.29.2",
4
4
  "description": "The macOS Intel 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",