fmg-payments
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "fmg-payments", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Force-move game payment channel", | ||
@@ -16,3 +16,3 @@ "directories": { | ||
"dependencies": { | ||
"fmg-core": "^0.0.4", | ||
"fmg-core": "^0.0.5", | ||
"sha3": "^1.2.2", | ||
@@ -19,0 +19,0 @@ "web3-utils": "^1.0.0-beta.30" |
@@ -21,3 +21,3 @@ import { State, toHex32, padBytes32 } from 'fmg-core'; | ||
super(...arguments); | ||
this.stateType = State.StateTypes.PREFUNDSETUP; | ||
this.stateType = State.StateType.PreFundSetup; | ||
} | ||
@@ -29,3 +29,3 @@ } | ||
super(...arguments); | ||
this.stateType = State.StateTypes.POSTFUNDSETUP; | ||
this.stateType = State.StateType.PostFundSetup; | ||
} | ||
@@ -37,3 +37,3 @@ } | ||
super(...arguments); | ||
this.stateType = State.StateTypes.GAME; | ||
this.stateType = State.StateType.Game; | ||
} | ||
@@ -45,3 +45,3 @@ } | ||
super(...arguments); | ||
this.stateType = State.StateTypes.CONCLUDE; | ||
this.stateType = State.StateType.Conclude; | ||
} | ||
@@ -48,0 +48,0 @@ } |
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
6870
+ Added@types/mocha@5.2.7(transitive)
+ Addedfmg-core@0.0.5(transitive)
- Removedesm@3.2.25(transitive)
- Removedfmg-core@0.0.4(transitive)
Updatedfmg-core@^0.0.5