@meteorwallet/core-sdk
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -0,1 +1,2 @@ | ||
import { StringKeyOf } from "@meteorwallet/utils/typescript/typescript_utility.types"; | ||
import type { ExecutionOutcome, FinalExecutionOutcome } from "@near-js/types"; | ||
@@ -29,4 +30,4 @@ import type { ZodError } from "zod"; | ||
export declare const meteorErrorContextCheck: { | ||
[key in keyof IErrorIdWithContextData]: true; | ||
[key in StringKeyOf<IErrorIdWithContextData>]: true; | ||
}; | ||
//# sourceMappingURL=MeteorSdkErrorContext.d.ts.map |
{ | ||
"name": "@meteorwallet/core-sdk", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Meteor Wallet SDK for internal use and integrator use", | ||
@@ -47,4 +47,4 @@ "files": [ | ||
"@ledgerhq/hw-transport-webusb": "^6.29.2", | ||
"@meteorwallet/errors": "0.17.0", | ||
"@meteorwallet/utils": "0.17.0", | ||
"@meteorwallet/errors": "0.20.0", | ||
"@meteorwallet/utils": "0.20.0", | ||
"@near-js/accounts": "^1.3.0", | ||
@@ -51,0 +51,0 @@ "@near-js/crypto": "^1.4.0", |
Sorry, the diff of this file is not supported yet
181301
2799
+ Added@meteorwallet/errors@0.20.0(transitive)
+ Added@meteorwallet/utils@0.20.0(transitive)
- Removed@meteorwallet/errors@0.17.0(transitive)
- Removed@meteorwallet/utils@0.17.0(transitive)
Updated@meteorwallet/errors@0.20.0
Updated@meteorwallet/utils@0.20.0