@solana/addresses
Advanced tools
Comparing version 2.0.0-experimental.2a5c909 to 2.0.0-experimental.2a6cc4f
@@ -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.2a5c909", | ||
"version": "2.0.0-experimental.2a6cc4f", | ||
"description": "Helpers for generating account addresses", | ||
@@ -53,3 +53,3 @@ "exports": { | ||
"@metaplex-foundation/umi-serializers": "^0.8.5", | ||
"@solana/assertions": "2.0.0-experimental.2a5c909" | ||
"@solana/assertions": "2.0.0-experimental.2a6cc4f" | ||
}, | ||
@@ -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
1868
201257
23
+ Added@solana/assertions@2.0.0-experimental.2a6cc4f(transitive)
- Removed@solana/assertions@2.0.0-experimental.2a5c909(transitive)