@solana/codecs-data-structures
Advanced tools
Comparing version 2.0.0-experimental.6556a8b to 2.0.0-experimental.69a8ad2
@@ -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.6556a8b", | ||
"version": "2.0.0-experimental.69a8ad2", | ||
"description": "Codecs for various data structures", | ||
@@ -52,9 +52,9 @@ "exports": { | ||
"dependencies": { | ||
"@solana/codecs-core": "2.0.0-experimental.6556a8b", | ||
"@solana/codecs-numbers": "2.0.0-experimental.6556a8b" | ||
"@solana/codecs-core": "2.0.0-experimental.69a8ad2", | ||
"@solana/codecs-numbers": "2.0.0-experimental.69a8ad2" | ||
}, | ||
"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.6556a8b", | ||
"@solana/codecs-strings": "2.0.0-experimental.69a8ad2", | ||
"build-scripts": "0.0.0", | ||
@@ -78,0 +78,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
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
641530
33
5234
+ Added@solana/codecs-core@2.0.0-experimental.69a8ad2(transitive)
+ Added@solana/codecs-numbers@2.0.0-experimental.69a8ad2(transitive)
- Removed@solana/codecs-core@2.0.0-experimental.6556a8b(transitive)
- Removed@solana/codecs-numbers@2.0.0-experimental.6556a8b(transitive)