@metaplex-foundation/umi-serializer-data-view
Advanced tools
Comparing version 0.4.1 to 0.5.1
@@ -1,2 +0,2 @@ | ||
import { ArraySerializerOptions, BoolSerializerOptions, BytesSerializerOptions, DataEnum, DataEnumSerializerOptions, DataEnumToSerializerTuple, EnumSerializerOptions, MapSerializerOptions, Nullable, NullableSerializerOptions, NumberSerializerOptions, Option, OptionSerializerOptions, PublicKey, PublicKeyInput, PublicKeySerializerOptions, ScalarEnum, Serializer, SerializerInterface, SetSerializerOptions, SingleByteNumberSerializerOptions, StringSerializerOptions, StructSerializerOptions, StructToSerializerTuple, TupleSerializerOptions, UnitSerializerOptions, WrapInSerializer } from '@metaplex-foundation/umi-core'; | ||
import { ArraySerializerOptions, BoolSerializerOptions, BytesSerializerOptions, DataEnum, DataEnumSerializerOptions, DataEnumToSerializerTuple, EnumSerializerOptions, MapSerializerOptions, Nullable, NullableSerializerOptions, NumberSerializerOptions, Option, OptionSerializerOptions, PublicKey, PublicKeyInput, PublicKeySerializerOptions, ScalarEnum, Serializer, SerializerInterface, SetSerializerOptions, SingleByteNumberSerializerOptions, StringSerializerOptions, StructSerializerOptions, StructToSerializerTuple, TupleSerializerOptions, UnitSerializerOptions, WrapInSerializer } from '@metaplex-foundation/umi'; | ||
export declare class DataViewSerializer implements SerializerInterface { | ||
@@ -3,0 +3,0 @@ protected readonly options: { |
@@ -1,2 +0,2 @@ | ||
import { UmiError } from '@metaplex-foundation/umi-core'; | ||
import { UmiError } from '@metaplex-foundation/umi'; | ||
/** @group Errors */ | ||
@@ -3,0 +3,0 @@ export declare class DataViewSerializerError extends UmiError { |
@@ -1,2 +0,2 @@ | ||
import { NumberSerializerOptions, Serializer, SingleByteNumberSerializerOptions } from '@metaplex-foundation/umi-core'; | ||
import { NumberSerializerOptions, Serializer, SingleByteNumberSerializerOptions } from '@metaplex-foundation/umi'; | ||
export declare const u8: (options?: SingleByteNumberSerializerOptions) => Serializer<number>; | ||
@@ -3,0 +3,0 @@ export declare const i8: (options?: SingleByteNumberSerializerOptions) => Serializer<number>; |
@@ -1,2 +0,2 @@ | ||
import { UmiPlugin } from '@metaplex-foundation/umi-core'; | ||
import { UmiPlugin } from '@metaplex-foundation/umi'; | ||
export declare const dataViewSerializer: () => UmiPlugin; |
{ | ||
"name": "@metaplex-foundation/umi-serializer-data-view", | ||
"version": "0.4.1", | ||
"version": "0.5.1", | ||
"description": "A serializer implementation relying on the native DataView API", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@metaplex-foundation/umi-core": "^0.4.1" | ||
"@metaplex-foundation/umi": "^0.5.1" | ||
}, | ||
@@ -29,3 +29,3 @@ "devDependencies": { | ||
"ava": "^5.1.0", | ||
"@metaplex-foundation/umi-core": "^0.4.1" | ||
"@metaplex-foundation/umi": "^0.5.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
@@ -37,3 +37,3 @@ import { | ||
WrapInSerializer, | ||
} from '@metaplex-foundation/umi-core'; | ||
} from '@metaplex-foundation/umi'; | ||
import { | ||
@@ -40,0 +40,0 @@ DataViewSerializerError, |
@@ -1,2 +0,2 @@ | ||
import { UmiError } from '@metaplex-foundation/umi-core'; | ||
import { UmiError } from '@metaplex-foundation/umi'; | ||
@@ -3,0 +3,0 @@ /** @group Errors */ |
@@ -7,3 +7,3 @@ /* eslint-disable no-bitwise */ | ||
SingleByteNumberSerializerOptions, | ||
} from '@metaplex-foundation/umi-core'; | ||
} from '@metaplex-foundation/umi'; | ||
import { | ||
@@ -10,0 +10,0 @@ DeserializingEmptyBufferError, |
@@ -1,2 +0,2 @@ | ||
import { UmiPlugin } from '@metaplex-foundation/umi-core'; | ||
import { UmiPlugin } from '@metaplex-foundation/umi'; | ||
import { DataViewSerializer } from './DataViewSerializer'; | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
293692