@connext/apps
Advanced tools
Comparing version 6.0.8 to 6.0.9
import { DepositAppName, HashLockTransferAppName, OutcomeType, SimpleLinkedTransferAppName, SimpleSignedTransferAppName, SimpleTwoPartySwapAppName, WithdrawAppName } from "@connext/types"; | ||
export declare const SupportedApplications: { | ||
[SimpleLinkedTransferAppName]: "SimpleLinkedTransferApp"; | ||
[SimpleSignedTransferAppName]: "SimpleSignedTransferApp"; | ||
[SimpleTwoPartySwapAppName]: "SimpleTwoPartySwapApp"; | ||
[WithdrawAppName]: "WithdrawApp"; | ||
[HashLockTransferAppName]: "HashLockTransferApp"; | ||
[DepositAppName]: "DepositApp"; | ||
SimpleLinkedTransferApp: "SimpleLinkedTransferApp"; | ||
SimpleSignedTransferApp: "SimpleSignedTransferApp"; | ||
SimpleTwoPartySwapApp: "SimpleTwoPartySwapApp"; | ||
WithdrawApp: "WithdrawApp"; | ||
HashLockTransferApp: "HashLockTransferApp"; | ||
DepositApp: "DepositApp"; | ||
}; | ||
@@ -10,0 +10,0 @@ export declare type SupportedApplications = (typeof SupportedApplications)[keyof typeof SupportedApplications]; |
{ | ||
"name": "@connext/apps", | ||
"version": "6.0.8", | ||
"version": "6.0.9", | ||
"description": "Connext Counterfactual Apps", | ||
@@ -21,12 +21,12 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@connext/cf-core": "6.0.8", | ||
"@connext/cf-core": "6.0.9", | ||
"@connext/contracts": "2.0.2", | ||
"@connext/utils": "6.0.8", | ||
"@connext/types": "6.0.8", | ||
"ethers": "4.0.46", | ||
"rollup": "1.31.1", | ||
"@rollup/plugin-json": "4.0.2", | ||
"rollup-plugin-typescript2": "0.26.0", | ||
"typescript": "3.7.5" | ||
"@connext/utils": "6.0.9", | ||
"@connext/types": "6.0.9", | ||
"ethers": "4.0.47", | ||
"rollup": "2.7.2", | ||
"@rollup/plugin-json": "4.0.3", | ||
"rollup-plugin-typescript2": "0.27.0", | ||
"typescript": "3.8.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
573913