@injectivelabs/wallet-cosmostation 1.17.2-alpha.8 → 1.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.d.cts +0 -5
- package/dist/esm/index.d.ts +0 -5
- package/package.json +5 -5
package/dist/cjs/index.d.cts
CHANGED
|
@@ -128,11 +128,6 @@ declare const SEND_TRANSACTION_MODE: {
|
|
|
128
128
|
readonly ASYNC: 3;
|
|
129
129
|
};
|
|
130
130
|
type SendTransactionMode = (typeof SEND_TRANSACTION_MODE)[keyof typeof SEND_TRANSACTION_MODE];
|
|
131
|
-
declare global {
|
|
132
|
-
interface Window {
|
|
133
|
-
cosmostation?: CosmostationProvider;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
131
|
//#endregion
|
|
137
132
|
//#region src/utils/index.d.ts
|
|
138
133
|
declare const isCosmosStationWalletInstalled: () => boolean;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -128,11 +128,6 @@ declare const SEND_TRANSACTION_MODE: {
|
|
|
128
128
|
readonly ASYNC: 3;
|
|
129
129
|
};
|
|
130
130
|
type SendTransactionMode = (typeof SEND_TRANSACTION_MODE)[keyof typeof SEND_TRANSACTION_MODE];
|
|
131
|
-
declare global {
|
|
132
|
-
interface Window {
|
|
133
|
-
cosmostation?: CosmostationProvider;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
131
|
//#endregion
|
|
137
132
|
//#region src/utils/index.d.ts
|
|
138
133
|
declare const isCosmosStationWalletInstalled: () => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-cosmostation",
|
|
3
|
-
"version": "1.17.2
|
|
3
|
+
"version": "1.17.2",
|
|
4
4
|
"description": "Cosmostation strategy for use with @injectivelabs/wallet-core.",
|
|
5
5
|
"deprecated": "Use @injectivelabs/wallet-cosmos with Wallet.Cosmostation instead",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@cosmjs/proto-signing": "0.33.0",
|
|
47
|
-
"@injectivelabs/exceptions": "1.17.2
|
|
48
|
-
"@injectivelabs/
|
|
49
|
-
"@injectivelabs/
|
|
50
|
-
"@injectivelabs/sdk-ts": "1.17.2
|
|
47
|
+
"@injectivelabs/exceptions": "1.17.2",
|
|
48
|
+
"@injectivelabs/ts-types": "1.17.2",
|
|
49
|
+
"@injectivelabs/wallet-base": "1.17.2",
|
|
50
|
+
"@injectivelabs/sdk-ts": "1.17.2"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|