@solana/codecs-core
Advanced tools
Comparing version 2.0.0-experimental.ee4214c to 2.0.0-experimental.eeb355e
@@ -44,5 +44,5 @@ /** | ||
/** | ||
* Defines common options for codec factories. | ||
* Defines common configurations for codec factories. | ||
*/ | ||
export type BaseCodecOptions = { | ||
export type BaseCodecConfig = { | ||
/** A custom description for the Codec. */ | ||
@@ -49,0 +49,0 @@ description?: string; |
{ | ||
"name": "@solana/codecs-core", | ||
"version": "2.0.0-experimental.ee4214c", | ||
"version": "2.0.0-experimental.eeb355e", | ||
"description": "Core types and helpers for encoding and decoding byte arrays on Solana", | ||
@@ -53,4 +53,4 @@ "exports": { | ||
"@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", | ||
@@ -60,7 +60,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", | ||
@@ -67,0 +67,0 @@ "prettier": "^2.8", |
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
358609
150789
1375