@gnosis.pm/safe-apps-sdk
Advanced tools
Comparing version 4.0.0 to 4.1.0-next.0
{ | ||
"name": "@gnosis.pm/safe-apps-sdk", | ||
"version": "4.0.0", | ||
"version": "4.1.0-next.0", | ||
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.", | ||
@@ -18,3 +18,3 @@ "main": "dist/src/index.js", | ||
"test": "jest", | ||
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json", | ||
"format-dist": "sed -i 's/\"files\":/\"_files\":/' dist/package.json", | ||
"build": "yarn rimraf dist && tsc && yarn format-dist", | ||
@@ -28,4 +28,4 @@ "lint": "tslint -p tsconfig.json", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.12.4", | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.3.3", | ||
"rimraf": "^3.0.2" | ||
@@ -40,3 +40,6 @@ }, | ||
}, | ||
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme" | ||
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -11,2 +11,3 @@ export declare const RPC_CALLS: { | ||
readonly eth_getTransactionReceipt: "eth_getTransactionReceipt"; | ||
readonly eth_getTransactionCount: "eth_getTransactionCount"; | ||
}; |
@@ -14,3 +14,4 @@ "use strict"; | ||
eth_getTransactionReceipt: 'eth_getTransactionReceipt', | ||
eth_getTransactionCount: 'eth_getTransactionCount', | ||
}; | ||
//# sourceMappingURL=constants.js.map |
@@ -12,2 +12,3 @@ import { BlockNumberArg, Communicator, Log, BlockTransactionString, BlockTransactionObject, Web3TransactionObject, TransactionConfig, Web3TransactionReceiptObject, PastLogsOptions } from '../types'; | ||
getTransactionReceipt: (params: [string]) => Promise<Web3TransactionReceiptObject>; | ||
getTransactionCount: (params: [string, (string | undefined)?]) => Promise<number>; | ||
private readonly communicator; | ||
@@ -14,0 +15,0 @@ constructor(communicator: Communicator); |
@@ -47,2 +47,6 @@ "use strict"; | ||
}); | ||
this.getTransactionCount = this.buildRequest({ | ||
call: constants_1.RPC_CALLS.eth_getTransactionCount, | ||
formatters: [null, inputFormatters.defaultBlockParam], | ||
}); | ||
} | ||
@@ -49,0 +53,0 @@ buildRequest({ call, formatters }) { |
{ | ||
"name": "@gnosis.pm/safe-apps-sdk", | ||
"version": "4.0.0", | ||
"version": "4.1.0-next.0", | ||
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.", | ||
@@ -18,3 +18,3 @@ "main": "dist/src/index.js", | ||
"test": "jest", | ||
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json", | ||
"format-dist": "sed -i 's/\"files\":/\"_files\":/' dist/package.json", | ||
"build": "yarn rimraf dist && tsc && yarn format-dist", | ||
@@ -28,4 +28,4 @@ "lint": "tslint -p tsconfig.json", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.12.4", | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.3.3", | ||
"rimraf": "^3.0.2" | ||
@@ -40,3 +40,6 @@ }, | ||
}, | ||
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme" | ||
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
53182
52
789
0
1