@pnpm/lockfile-file
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@pnpm/lockfile-file", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Read/write pnpm-lock.yaml files", | ||
@@ -15,5 +15,5 @@ "main": "lib/index.js", | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"test": "npm run tsc && npm run lint && ts-node test --type-check", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "npm run tsc" | ||
"prepublishOnly": "pnpm run tsc" | ||
}, | ||
@@ -41,8 +41,5 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file", | ||
"@pnpm/lockfile-file": "link:", | ||
"@pnpm/logger": "2.1.0", | ||
"@pnpm/tslint-config": "0.0.0", | ||
"@pnpm/logger": "2.1.1", | ||
"@types/js-yaml": "3", | ||
"@types/node": "*", | ||
"@types/ramda": "0.25.39", | ||
"@types/tape": "4.2.33", | ||
"rimraf": "2.6.3", | ||
@@ -67,4 +64,4 @@ "tape": "4.10.1", | ||
"rimraf-then": "1.0.1", | ||
"write-file-atomic": "2.4.2" | ||
"write-file-atomic": "2.4.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
25475
+ Addedwrite-file-atomic@2.4.3(transitive)
- Removedwrite-file-atomic@2.4.2(transitive)
Updatedwrite-file-atomic@2.4.3