workshopper-adventure
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [6.1.1](https://github.com/workshopper/workshopper-adventure/compare/v6.1.0...v6.1.1) (2020-09-25) | ||
## [6.1.0](https://github.com/workshopper/workshopper-adventure/compare/v6.0.4...v6.1.0) (2019-12-04) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "workshopper-adventure", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "A terminal workshop runner framework (adventure compatible)", | ||
@@ -14,3 +14,3 @@ "main": "./index.js", | ||
"after": "^0.8.2", | ||
"chalk": "^2.4.2", | ||
"chalk": "^3.0.0", | ||
"colors-tmpl": "~1.0.0", | ||
@@ -25,3 +25,3 @@ "combined-stream-wait-for-it": "^1.1.0", | ||
"string-to-stream": "^3.0.1", | ||
"strip-ansi": "^5.2.0", | ||
"strip-ansi": "^6.0.0", | ||
"through2": "^3.0.1", | ||
@@ -38,5 +38,6 @@ "workshopper-adventure-storage": "^3.0.0" | ||
"devDependencies": { | ||
"standard": "^14.2.0", | ||
"standard-version": "^7.0.0", | ||
"tape": "^4.11.0" | ||
"sinon": "^9.0.1", | ||
"standard": "^14.3.1", | ||
"standard-version": "^8.0.1", | ||
"tape": "^4.13.0" | ||
}, | ||
@@ -43,0 +44,0 @@ "scripts": { |
156192
4
97
3004
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedstrip-ansi@5.2.0(transitive)
Updatedchalk@^3.0.0
Updatedstrip-ansi@^6.0.0