@0xcert/scaffold
Advanced tools
Comparing version 2.0.0-alpha2 to 2.0.0-alpha3
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "2.0.0-alpha2", | ||
"tag": "@0xcert/scaffold_v2.0.0-alpha2", | ||
"version": "2.0.0-alpha3", | ||
"tag": "@0xcert/scaffold_v2.0.0-alpha3", | ||
"date": "Wed, 19 Jun 2019 10:31:05 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
@@ -5,3 +5,3 @@ # Change Log - @0xcert/scaffold | ||
## 2.0.0-alpha2 | ||
## 2.0.0-alpha3 | ||
Wed, 19 Jun 2019 10:31:05 GMT | ||
@@ -8,0 +8,0 @@ |
@@ -27,3 +27,4 @@ import { AssetLedgerBase, GatewayBase, ValueLedgerBase } from '..'; | ||
complete(): Promise<this>; | ||
resolve(): Promise<this>; | ||
forget(): this; | ||
} |
{ | ||
"files": {}, | ||
"arguments": "npm run lint && npx nyc npx hayspec test " | ||
"arguments": "npm run clean && npx tsc " | ||
} |
{ | ||
"name": "@0xcert/scaffold", | ||
"version": "2.0.0-alpha2", | ||
"version": "2.0.0-alpha3", | ||
"description": "Overarching module with types, enums, and interfaces for easier development of interoperable modules.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -89,2 +89,7 @@ import { AssetLedgerBase, GatewayBase, ValueLedgerBase } from '..'; | ||
/** | ||
* Resolves current mutation status. | ||
*/ | ||
resolve(): Promise<this>; | ||
/** | ||
* Stops listening for confirmations. | ||
@@ -91,0 +96,0 @@ */ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1620
51145
41