@solana/addresses
Advanced tools
Comparing version 2.0.0-experimental.d0412ab to 2.0.0-experimental.d48113d
@@ -221,1 +221,3 @@ import { base58, string } from '@metaplex-foundation/umi-serializers'; | ||
export { assertIsBase58EncodedAddress, getAddressFromPublicKey, getBase58EncodedAddressCodec, getBase58EncodedAddressComparator, getProgramDerivedAddress }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.browser.js.map |
import { Serializer } from '@metaplex-foundation/umi-serializers'; | ||
export type Base58EncodedAddress<TAddress extends string = string> = TAddress & { | ||
readonly __base58EncodedAddress: unique symbol; | ||
readonly __brand: unique symbol; | ||
}; | ||
@@ -5,0 +5,0 @@ export declare function assertIsBase58EncodedAddress(putativeBase58EncodedAddress: string): asserts putativeBase58EncodedAddress is Base58EncodedAddress<typeof putativeBase58EncodedAddress>; |
{ | ||
"name": "@solana/addresses", | ||
"version": "2.0.0-experimental.d0412ab", | ||
"version": "2.0.0-experimental.d48113d", | ||
"description": "Helpers for generating account addresses", | ||
@@ -53,3 +53,3 @@ "exports": { | ||
"@metaplex-foundation/umi-serializers": "^0.8.5", | ||
"@solana/assertions": "2.0.0-experimental.d0412ab" | ||
"@solana/assertions": "2.0.0-experimental.d48113d" | ||
}, | ||
@@ -67,3 +67,3 @@ "devDependencies": { | ||
"jest": "^29.6.1", | ||
"jest-environment-jsdom": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.4", | ||
"jest-runner-eslint": "^2.1.0", | ||
@@ -70,0 +70,0 @@ "jest-runner-prettier": "^1.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
1868
203107
+ Added@solana/assertions@2.0.0-experimental.d48113d(transitive)
- Removed@solana/assertions@2.0.0-experimental.d0412ab(transitive)