Comparing version 2.2.16 to 2.2.17
@@ -0,1 +1,8 @@ | ||
## [2.2.17](https://github.com/dword-design/ceiling/compare/v2.2.16...v2.2.17) (2021-04-26) | ||
### Bug Fixes | ||
* update dependency with-local-tmp-dir to v3 ([#35](https://github.com/dword-design/ceiling/issues/35)) ([a47346c](https://github.com/dword-design/ceiling/commit/a47346cf789e9d1e15ba6ac8be8018ee332fe62e)) | ||
## [2.2.16](https://github.com/dword-design/ceiling/compare/v2.2.15...v2.2.16) (2021-04-20) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "ceiling", | ||
"version": "2.2.16", | ||
"version": "2.2.17", | ||
"description": "A Node.js library and command-line tool to sync databases and files between endpoints.", | ||
@@ -41,3 +41,3 @@ "repository": "dword-design/ceiling", | ||
"strip-ansi": "^6.0.0", | ||
"with-local-tmp-dir": "^2.2.5" | ||
"with-local-tmp-dir": "^3.0.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "publishConfig": { |
24177