@pnpm/fetch
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,1 @@ "use strict"; | ||
exports.default = createFetchRetry(nodeFetch); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/fetch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "node-fetch with retries", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=8.15" | ||
}, | ||
@@ -17,5 +17,4 @@ "scripts": { | ||
"tsc": "rimraf lib && tsc", | ||
"test": "npm run tsc && npm run lint && mos t", | ||
"md": "mos", | ||
"prepublishOnly": "npm run tsc" | ||
"test": "pnpm run tsc && pnpm run lint", | ||
"prepublishOnly": "pnpm run tsc" | ||
}, | ||
@@ -34,22 +33,9 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetch", | ||
"dependencies": { | ||
"@zeit/fetch-retry": "4.0.0", | ||
"node-fetch": "2.3.0", | ||
"@zeit/fetch-retry": "4.0.1", | ||
"node-fetch": "2.6.0", | ||
"node-fetch-unix": "2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/tslint-config": "0.0.0", | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"rimraf": "^2.6.2", | ||
"tslint": "5.13.1", | ||
"typescript": "3.3.3333" | ||
}, | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
"rimraf": "^2.6.2" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # @pnpm/fetch | ||
```sh | ||
npm i -S @pnpm/fetch | ||
<pnpm|npm|yarn> add @pnpm/fetch | ||
``` | ||
@@ -18,2 +18,2 @@ | ||
[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/) | ||
MIT © [Zoltan Kochan](https://www.kochan.io/) |
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
1
2678
5
+ Added@zeit/fetch-retry@4.0.1(transitive)
+ Addednode-fetch@2.6.0(transitive)
- Removed@zeit/fetch-retry@4.0.0(transitive)
- Removednode-fetch@2.3.0(transitive)
Updated@zeit/fetch-retry@4.0.1
Updatednode-fetch@2.6.0