@xapp/arachne-utils
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.4](https://github.com/xapp-ai/arachne/compare/v0.2.3...v0.2.4) (2021-04-22) | ||
**Note:** Version bump only for package @xapp/arachne-utils | ||
## [0.2.3](https://github.com/xapp-ai/arachne/compare/v0.2.2...v0.2.3) (2021-01-05) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@xapp/arachne-utils", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"types": "lib/index", | ||
@@ -14,3 +14,3 @@ "main": "lib/index", | ||
"engines": { | ||
"node": "10.x" | ||
"node": "^10 || ^12" | ||
}, | ||
@@ -27,3 +27,3 @@ "devDependencies": { | ||
"mocha": "8.1.3", | ||
"sinon": "9.0.3", | ||
"sinon": "9.2.3", | ||
"sinon-chai": "3.5.0", | ||
@@ -43,3 +43,3 @@ "ts-node": "9.0.0", | ||
}, | ||
"gitHead": "e9d242f473256806cafd7020f298883f5fc0c363" | ||
"gitHead": "9623f63799a45c0db4dabff3ac09036dae6a9145" | ||
} |
9192