fn-machine
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "fn-machine", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "a tiny functional state machine", | ||
"main": "index", | ||
"module": "index", | ||
"type": "module", | ||
"directories": { | ||
@@ -11,4 +12,4 @@ "example": "example" | ||
"scripts": { | ||
"test": "mocha -r esm", | ||
"test:watch": "mocha -r esm -watch", | ||
"test": "mocha", | ||
"test:watch": "mocha -watch", | ||
"type-check": "tsc --noEmit", | ||
@@ -32,8 +33,7 @@ "release": "npm run type-check && npm run build-typings && np", | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^7.1.2", | ||
"np": "^6.5.0", | ||
"chai": "^4.3.7", | ||
"mocha": "^10.1.0", | ||
"np": "^7.6.2", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^7.3.2", | ||
"sinon": "^15.0.0", | ||
"typescript": "^3.8.3" | ||
@@ -40,0 +40,0 @@ }, |
6
Yes
14916