@statechannels/nitro-protocol
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.3](https://github.com/statechannels/monorepo/compare/@statechannels/nitro-protocol@0.4.1...@statechannels/nitro-protocol@0.4.3) (2020-11-03) | ||
**Note:** Version bump only for package @statechannels/nitro-protocol | ||
## [0.4.2](https://github.com/statechannels/monorepo/compare/@statechannels/nitro-protocol@0.4.1...@statechannels/nitro-protocol@0.4.2) (2020-11-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@statechannels/nitro-protocol", | ||
"description": "A protocol for state channel networks", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "statechannels", | ||
@@ -14,4 +14,4 @@ "browser": "dist/nitro-protocol.min.js", | ||
"@ethereum-waffle/compiler": "3.1.0", | ||
"@statechannels/devtools": "0.4.1", | ||
"@statechannels/jest-gas-reporter": "0.4.1", | ||
"@statechannels/devtools": "0.4.2", | ||
"@statechannels/jest-gas-reporter": "0.4.2", | ||
"@types/eslint": "7.2.3", | ||
@@ -88,3 +88,3 @@ "@types/eslint-plugin-prettier": "2.2.0", | ||
"types": "lib/src/index.d.ts", | ||
"gitHead": "a6de4b4536224da663777211112b98f5e827887c" | ||
"gitHead": "ddaa5c3ec3fc050099918c42d6b7e1a942001226" | ||
} |
9204281