@locker/near-membrane-base
Advanced tools
Comparing version 0.9.18 to 0.9.19
{ | ||
"name": "@locker/near-membrane-base", | ||
"version": "0.9.18", | ||
"version": "0.9.19", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "author": "Caridy Patiño <caridy@gmail.com>", | ||
}, | ||
"gitHead": "582b616c1d2368da1a9568b424a17e5dedd71afd" | ||
"gitHead": "729e7b67d576a382c2fd4236af93acd986f23102" | ||
} |
@@ -52,4 +52,4 @@ /** | ||
declare type CallableNonConfigurableDescriptorCallback = CallableDescriptorCallback; | ||
declare type PointerOrPrimitive = Pointer | Primitive; | ||
declare type Primitive = bigint | boolean | null | number | string | symbol | undefined; | ||
declare type PointerOrPrimitive = Pointer | Primitive; | ||
declare type SerializedValue = bigint | boolean | number | string | symbol; | ||
@@ -56,0 +56,0 @@ export declare type CallableDefineProperty = (targetPointer: Pointer, key: PropertyKey, configurable: boolean | symbol, enumerable: boolean | symbol, writable: boolean | symbol, valuePointer: PointerOrPrimitive, getPointer: PointerOrPrimitive, setPointer: PointerOrPrimitive, foreignCallableNonConfigurableDescriptorCallback: CallableNonConfigurableDescriptorCallback) => boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
265205
5676