@pnpm/lockfile-file
Advanced tools
Comparing version 4.0.3 to 4.0.4
# @pnpm/lockfile-file | ||
## 4.0.4 | ||
### Patch Changes | ||
- 2dc5a7a4c: Values of properties in the engines field should be written to single line. | ||
## 4.0.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pnpm/lockfile-file", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Read/write pnpm-lock.yaml files", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
"comver-to-semver": "^1.0.0", | ||
"js-yaml": "npm:@zkochan/js-yaml@0.0.4", | ||
"js-yaml": "npm:@zkochan/js-yaml@0.0.5", | ||
"normalize-path": "^3.0.0", | ||
@@ -49,0 +49,0 @@ "ramda": "^0.27.1", |
47025
+ Added@zkochan/js-yaml@0.0.5(transitive)
- Removed@zkochan/js-yaml@0.0.4(transitive)