@solana/codecs-data-structures
Advanced tools
Comparing version 2.0.0-experimental.f57da91 to 2.0.0-experimental.f7d1af1
@@ -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.native.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.f57da91", | ||
"version": "2.0.0-experimental.f7d1af1", | ||
"description": "Codecs for various data structures", | ||
@@ -52,9 +52,9 @@ "exports": { | ||
"dependencies": { | ||
"@solana/codecs-core": "2.0.0-experimental.f57da91", | ||
"@solana/codecs-numbers": "2.0.0-experimental.f57da91" | ||
"@solana/codecs-core": "2.0.0-experimental.f7d1af1", | ||
"@solana/codecs-numbers": "2.0.0-experimental.f7d1af1" | ||
}, | ||
"devDependencies": { | ||
"@solana/eslint-config-solana": "^1.0.2", | ||
"@swc/jest": "^0.2.28", | ||
"@types/jest": "^29.5.5", | ||
"@swc/jest": "^0.2.29", | ||
"@types/jest": "^29.5.6", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
@@ -64,7 +64,7 @@ "@typescript-eslint/parser": "^6.3.0", | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"eslint-plugin-sort-keys-fix": "^1.1.2", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.6.4", | ||
"jest-runner-eslint": "^2.1.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-runner-eslint": "^2.1.2", | ||
"jest-runner-prettier": "^1.0.0", | ||
@@ -75,3 +75,3 @@ "prettier": "^2.8", | ||
"version-from-git": "^1.1.1", | ||
"@solana/codecs-strings": "2.0.0-experimental.f57da91", | ||
"@solana/codecs-strings": "2.0.0-experimental.f7d1af1", | ||
"build-scripts": "0.0.0", | ||
@@ -94,3 +94,3 @@ "test-config": "0.0.0", | ||
"publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/*", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json", | ||
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", | ||
@@ -97,0 +97,0 @@ "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", |
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
659305
49
5237
+ Added@solana/codecs-core@2.0.0-experimental.f7d1af1(transitive)
+ Added@solana/codecs-numbers@2.0.0-experimental.f7d1af1(transitive)
- Removed@solana/codecs-core@2.0.0-experimental.f57da91(transitive)
- Removed@solana/codecs-numbers@2.0.0-experimental.f57da91(transitive)