@solana/transactions
Advanced tools
Comparing version 2.0.0-experimental.8d5318e to 2.0.0-experimental.ca5fcbd
{ | ||
"name": "@solana/transactions", | ||
"version": "2.0.0-experimental.8d5318e", | ||
"version": "2.0.0-experimental.ca5fcbd", | ||
"description": "Helpers for creating and serializing transactions", | ||
@@ -49,3 +49,4 @@ "exports": { | ||
"dependencies": { | ||
"@metaplex-foundation/umi-serializers": "^0.8.2" | ||
"@metaplex-foundation/umi-serializers": "^0.8.2", | ||
"@solana/keys": "2.0.0-experimental.ca5fcbd" | ||
}, | ||
@@ -56,3 +57,3 @@ "devDependencies": { | ||
"@swc/jest": "^0.2.23", | ||
"@types/jest": "^29.5.0", | ||
"@types/jest": "^29.5.2", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
@@ -63,3 +64,3 @@ "@typescript-eslint/parser": "^5.57.1", | ||
"eslint-plugin-sort-keys-fix": "^1.1.2", | ||
"jest": "^29.5.0", | ||
"jest": "^29.6.1", | ||
"jest-runner-eslint": "^2.0.0", | ||
@@ -73,5 +74,5 @@ "jest-runner-prettier": "^1.0.0", | ||
"version-from-git": "^1.1.1", | ||
"@solana/instructions": "2.0.0-experimental.8d5318e", | ||
"@solana/keys": "2.0.0-experimental.8d5318e", | ||
"@solana/rpc-core": "2.0.0-experimental.8d5318e", | ||
"@solana/instructions": "2.0.0-experimental.ca5fcbd", | ||
"@solana/keys": "2.0.0-experimental.ca5fcbd", | ||
"@solana/rpc-core": "2.0.0-experimental.ca5fcbd", | ||
"build-scripts": "0.0.0", | ||
@@ -78,0 +79,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
56813
2
616
+ Added@solana/keys@2.0.0-experimental.ca5fcbd(transitive)