bare-runtime-darwin-arm64 1.22.0 → 1.22.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
@@ -6105,6 +6105,7 @@
6105
6105
  "__ZN2v88internal6maglev25LoadDoubleDataViewElement27SetValueLocationConstraintsEv",
6106
6106
  "__ZN2v88internal10CancelableD2Ev",
6107
6107
  "__ZNK2v88internal8compiler10turboshaft11AtomicRMWOp11PrintInputsERNSt4__Cr13basic_ostreamIcNS4_11char_traitsIcEEEERKNS4_12basic_stringIcS7_NS4_9allocatorIcEEEE",
6108
+ "_bare_thread_teardown",
6108
6109
  "__ZN2v88internal8compiler13CodeAssembler13AtomicStore64ENS0_17AtomicMemoryOrderENS0_5TNodeINS0_7RawPtrTEEENS4_INS0_5WordTEEENS4_INS0_8UintPtrTEEESA_",
6109
6110
  "__ZN2v88internal8compiler35CodeAssemblerParameterizedLabelBase10CreatePhisENSt4__Cr6vectorINS0_21MachineRepresentationENS3_9allocatorIS5_EEEE",
6110
6111
  "__ZN2v88internal8compiler20BytecodeGraphBuilder21VisitSetNamedPropertyEv",
@@ -12192,7 +12193,6 @@
12192
12193
  "__ZN2v88internal5Debug21ApplySideEffectChecksENS0_12DirectHandleINS0_9DebugInfoEEE",
12193
12194
  "__ZNK2v88internal6maglev32StoreTaggedFieldWithWriteBarrier16MaxCallStackArgsEv",
12194
12195
  "__ZN2v88internal8Coverage10SelectModeEPNS0_7IsolateENS_5debug12CoverageModeE",
12195
- "_bare_addon_unload",
12196
12196
  "__ZN2v88internal9Assembler4shllERKNS0_9VRegisterES4_i",
12197
12197
  "__ZN2v88internal29Builtin_DatePrototypeSetHoursEiPmPNS0_7IsolateE",
12198
12198
  "__ZN2v88internal11interpreter20BytecodeArrayBuilder18LoadModuleVariableEii",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-darwin-arm64",
3
- "version": "1.22.0",
3
+ "version": "1.22.2",
4
4
  "description": "The macOS ARM 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",