@solana/instructions
Advanced tools
Comparing version 2.0.0-experimental.1584fe6 to 2.0.0-experimental.1720f87
@@ -1,2 +0,2 @@ | ||
import { Base58EncodedAddress } from '@solana/keys'; | ||
import { Base58EncodedAddress } from '@solana/addresses'; | ||
import { AccountRole } from './roles'; | ||
@@ -3,0 +3,0 @@ export interface IAccountMeta<TAddress extends string = string> { |
@@ -1,2 +0,2 @@ | ||
import { Base58EncodedAddress } from '@solana/keys'; | ||
import { Base58EncodedAddress } from '@solana/addresses'; | ||
import { IAccountLookupMeta, IAccountMeta } from './accounts'; | ||
@@ -3,0 +3,0 @@ export interface IInstruction<TProgramAddress extends string = string> { |
{ | ||
"name": "@solana/instructions", | ||
"version": "2.0.0-experimental.1584fe6", | ||
"version": "2.0.0-experimental.1720f87", | ||
"description": "Helpers for creating transaction instructions", | ||
@@ -50,4 +50,3 @@ "exports": { | ||
"@solana/eslint-config-solana": "^1.0.2", | ||
"@swc/core": "^1.3.18", | ||
"@swc/jest": "^0.2.23", | ||
"@swc/jest": "^0.2.27", | ||
"@types/jest": "^29.5.3", | ||
@@ -60,11 +59,9 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"jest": "^29.6.1", | ||
"jest-runner-eslint": "^2.0.0", | ||
"jest-runner-eslint": "^2.1.0", | ||
"jest-runner-prettier": "^1.0.0", | ||
"postcss": "^8.4.12", | ||
"prettier": "^2.7.1", | ||
"ts-node": "^10.9.1", | ||
"tsup": "6.7.0", | ||
"tsup": "7.2.0", | ||
"typescript": "^5.1.6", | ||
"version-from-git": "^1.1.1", | ||
"@solana/keys": "2.0.0-experimental.1584fe6", | ||
"@solana/addresses": "2.0.0-experimental.1720f87", | ||
"build-scripts": "0.0.0", | ||
@@ -71,0 +68,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
57230
19
25
389