Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Provenance Release (#4)

authored by

Phil Pluckthun and committed by
GitHub
83f2b692 e9e493f8

+13
+5
.changeset/funny-crabs-switch.md
··· 1 + --- 2 + 'fetch-nodeshim': patch 3 + --- 4 + 5 + Provenance Release
+8
package.json
··· 47 47 }, 48 48 "keywords": [], 49 49 "license": "MIT", 50 + "repository": "https://github.com/kitten/fetch-nodeshim", 51 + "bugs": { 52 + "url": "https://github.com/kitten/fetch-nodeshim/issues" 53 + }, 50 54 "devDependencies": { 51 55 "@babel/plugin-transform-block-scoping": "^7.25.9", 52 56 "@babel/plugin-transform-typescript": "^7.26.7", ··· 72 76 "typescript": "^5.7.3", 73 77 "undici-types": "^6.20.0", 74 78 "vitest": "^3.0.4" 79 + }, 80 + "publishConfig": { 81 + "access": "public", 82 + "provenance": true 75 83 } 76 84 }