@cryptoeconomicslab/contract
Advanced tools
Comparing version 0.5.2-alpha.1 to 0.5.2-alpha.3
@@ -12,4 +12,4 @@ import { Integer, BigNumber, Bytes, Address, Property, Range } from '@cryptoeconomicslab/primitives'; | ||
subscribeDepositedRangeRemoved(handler: (range: Range) => Promise<void>): void; | ||
startWatchingEvents(): void; | ||
startWatchingEvents(): Promise<void>; | ||
unsubscribeAll(): void; | ||
} |
{ | ||
"name": "@cryptoeconomicslab/contract", | ||
"version": "0.5.2-alpha.1", | ||
"version": "0.5.2-alpha.3", | ||
"description": "contract", | ||
@@ -32,12 +32,12 @@ "author": { | ||
"dependencies": { | ||
"@cryptoeconomicslab/coder": "^0.5.0", | ||
"@cryptoeconomicslab/db": "^0.5.0", | ||
"@cryptoeconomicslab/merkle-tree": "^0.5.0", | ||
"@cryptoeconomicslab/ovm": "^0.5.0", | ||
"@cryptoeconomicslab/plasma": "^0.5.0" | ||
"@cryptoeconomicslab/coder": "^0.5.2-alpha.3", | ||
"@cryptoeconomicslab/db": "^0.5.2-alpha.3", | ||
"@cryptoeconomicslab/merkle-tree": "^0.5.2-alpha.3", | ||
"@cryptoeconomicslab/ovm": "^0.5.2-alpha.3", | ||
"@cryptoeconomicslab/plasma": "^0.5.2-alpha.3" | ||
}, | ||
"gitHead": "96c537614208369f1d363495f128056d57185fd9", | ||
"gitHead": "2d85760bd75bfa8814c49e4ccbea2b2473ed8ae9", | ||
"devDependencies": { | ||
"@cryptoeconomicslab/level-kvs": "^0.0.4", | ||
"@cryptoeconomicslab/primitives": "^0.5.0" | ||
"@cryptoeconomicslab/primitives": "^0.5.2-alpha.3" | ||
}, | ||
@@ -44,0 +44,0 @@ "peerDependencies": { |
28417
+ Added@cryptoeconomicslab/coder@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/context@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/db@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/hash@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/merkle-tree@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/ovm@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/ovm-transpiler@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/plasma@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/primitives@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/signature@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/utils@0.5.2-alpha.3(transitive)
+ Added@cryptoeconomicslab/wallet@0.5.2-alpha.3(transitive)
- Removed@cryptoeconomicslab/coder@0.5.0(transitive)
- Removed@cryptoeconomicslab/context@0.5.0(transitive)
- Removed@cryptoeconomicslab/db@0.5.0(transitive)
- Removed@cryptoeconomicslab/hash@0.5.0(transitive)
- Removed@cryptoeconomicslab/merkle-tree@0.5.0(transitive)
- Removed@cryptoeconomicslab/ovm@0.5.0(transitive)
- Removed@cryptoeconomicslab/ovm-transpiler@0.5.0(transitive)
- Removed@cryptoeconomicslab/plasma@0.5.0(transitive)
- Removed@cryptoeconomicslab/primitives@0.5.0(transitive)
- Removed@cryptoeconomicslab/signature@0.5.0(transitive)
- Removed@cryptoeconomicslab/utils@0.5.0(transitive)
- Removed@cryptoeconomicslab/wallet@0.5.0(transitive)