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

chore: Provenance Release (#4)

Changed files
+13
.changeset
+5
.changeset/funny-crabs-switch.md
···
+
---
+
'fetch-nodeshim': patch
+
---
+
+
Provenance Release
+8
package.json
···
},
"keywords": [],
"license": "MIT",
+
"repository": "https://github.com/kitten/fetch-nodeshim",
+
"bugs": {
+
"url": "https://github.com/kitten/fetch-nodeshim/issues"
+
},
"devDependencies": {
"@babel/plugin-transform-block-scoping": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.7",
···
"typescript": "^5.7.3",
"undici-types": "^6.20.0",
"vitest": "^3.0.4"
+
},
+
"publishConfig": {
+
"access": "public",
+
"provenance": true
}
}