fetch-from-npm-registry
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "fetch-from-npm-registry", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A fetch lib specifically for using with the npm registry", | ||
@@ -14,5 +14,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"test": "pnpm run tsc && ts-node test --type-check", | ||
"prepublishOnly": "pnpm run tsc" | ||
@@ -32,3 +32,3 @@ }, | ||
"dependencies": { | ||
"@pnpm/fetch": "1.0.1", | ||
"@pnpm/fetch": "1.0.2", | ||
"@pnpm/npm-registry-agent": "2.0.1" | ||
@@ -38,6 +38,5 @@ }, | ||
"fetch-from-npm-registry": "link:", | ||
"nock": "11.7.0", | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0" | ||
"nock": "11.7.1", | ||
"rimraf": "3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
3
7921
+ Added@pnpm/fetch@1.0.2(transitive)
+ Added@zeit/fetch-retry@4.1.0(transitive)
- Removed@pnpm/fetch@1.0.1(transitive)
- Removed@zeit/fetch-retry@4.0.1(transitive)
Updated@pnpm/fetch@1.0.2