@solana/codecs-data-structures
Advanced tools
Comparing version 2.0.0-experimental.0cfc222 to 2.0.0-experimental.0ec7c58
@@ -619,1 +619,3 @@ import { mergeBytes, combineCodec, assertByteArrayHasEnoughBytesForCodec, assertFixedSizeCodec, assertByteArrayIsNotEmptyForCodec, fixEncoder, fixDecoder, fixBytes } from '@solana/codecs-core'; | ||
export { assertValidNumberOfItemsForCodec, decodeArrayLikeCodecSize, getArrayCodec, getArrayDecoder, getArrayEncoder, getArrayLikeCodecSizeDescription, getArrayLikeCodecSizeFromChildren, getArrayLikeCodecSizePrefix, getBitArrayCodec, getBitArrayDecoder, getBitArrayEncoder, getBooleanCodec, getBooleanDecoder, getBooleanEncoder, getBytesCodec, getBytesDecoder, getBytesEncoder, getDataEnumCodec, getDataEnumDecoder, getDataEnumEncoder, getMapCodec, getMapDecoder, getMapEncoder, getNullableCodec, getNullableDecoder, getNullableEncoder, getScalarEnumCodec, getScalarEnumDecoder, getScalarEnumEncoder, getSetCodec, getSetDecoder, getSetEncoder, getStructCodec, getStructDecoder, getStructEncoder, getTupleCodec, getTupleDecoder, getTupleEncoder, getUnitCodec, getUnitDecoder, getUnitEncoder }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.browser.js.map |
@@ -29,3 +29,3 @@ import { BaseCodecOptions, Codec, Decoder, Encoder } from '@solana/codecs-core'; | ||
*/ | ||
export declare function getScalarEnumEncoder<T>(constructor: ScalarEnum<T>, options?: ScalarEnumCodecOptions<NumberCodec>): Encoder<T>; | ||
export declare function getScalarEnumEncoder<T>(constructor: ScalarEnum<T>, options?: ScalarEnumCodecOptions<NumberEncoder>): Encoder<T>; | ||
/** | ||
@@ -37,3 +37,3 @@ * Creates a scalar enum decoder. | ||
*/ | ||
export declare function getScalarEnumDecoder<T>(constructor: ScalarEnum<T>, options?: ScalarEnumCodecOptions<NumberCodec>): Decoder<T>; | ||
export declare function getScalarEnumDecoder<T>(constructor: ScalarEnum<T>, options?: ScalarEnumCodecOptions<NumberDecoder>): Decoder<T>; | ||
/** | ||
@@ -40,0 +40,0 @@ * Creates a scalar enum codec. |
{ | ||
"name": "@solana/codecs-data-structures", | ||
"version": "2.0.0-experimental.0cfc222", | ||
"version": "2.0.0-experimental.0ec7c58", | ||
"description": "Codecs for various data structures", | ||
@@ -52,4 +52,4 @@ "exports": { | ||
"dependencies": { | ||
"@solana/codecs-core": "2.0.0-experimental.0cfc222", | ||
"@solana/codecs-numbers": "2.0.0-experimental.0cfc222" | ||
"@solana/codecs-core": "2.0.0-experimental.0ec7c58", | ||
"@solana/codecs-numbers": "2.0.0-experimental.0ec7c58" | ||
}, | ||
@@ -74,3 +74,3 @@ "devDependencies": { | ||
"version-from-git": "^1.1.1", | ||
"@solana/codecs-strings": "2.0.0-experimental.0cfc222", | ||
"@solana/codecs-strings": "2.0.0-experimental.0ec7c58", | ||
"build-scripts": "0.0.0", | ||
@@ -77,0 +77,0 @@ "test-config": "0.0.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
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
5237
641745
33
+ Added@solana/codecs-core@2.0.0-experimental.0ec7c58(transitive)
+ Added@solana/codecs-numbers@2.0.0-experimental.0ec7c58(transitive)
- Removed@solana/codecs-core@2.0.0-experimental.0cfc222(transitive)
- Removed@solana/codecs-numbers@2.0.0-experimental.0cfc222(transitive)