full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cross-fetch",
"version": "4.0.0",
"version": "3.2.0",
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
"homepage": "https://github.com/lquixada/cross-fetch",
"main": "dist/node-ponyfill.js",
@@ -24,29 +24,27 @@
},
"standard": {
"env": [
"browser",
"mocha",
"serviceworker"
"browser"
],
"globals": [
"expect",
"assert",
"chai",
"Mocha"
"chai"
],
"ignore": [
"/dist/",
"api.spec.js",
"bundle.js",
"test.js",
"*.bundle.js",
"test.*.js",
"api.spec.js",
"*.ts"
]
},
"mocha": {
"require": [
"chai/register-expect.js",
"chai/register-assert.js"
"chai/register-expect",
"chai/register-assert"
],
"check-leaks": true
},
@@ -68,39 +66,40 @@
"url": "https://github.com/lquixada/cross-fetch/issues"
},
"dependencies": {
"node-fetch": "^2.6.12"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@rollup/plugin-terser": "0.4.3",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "18.15.13",
"body-parser": "1.20.2",
"chai": "4.3.7",
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@types/chai": "4.2.22",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"body-parser": "1.19.0",
"chai": "4.3.4",
"codecov": "3.8.3",
"commitizen": "4.3.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"express": "4.18.2",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"mocha": "10.2.0",
"express": "4.17.1",
"husky": "6.0.0",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"mocha-headless-chrome": "4.0.0",
"nock": "13.3.1",
"nock": "13.1.3",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rollup": "3.26.0",
"open-cli": "6.0.1",
"rimraf": "3.0.2",
"rollup": "2.58.0",
"rollup-plugin-copy": "3.4.0",
"semver": "7.5.3",
"rollup-plugin-terser": "7.0.2",
"semver": "7.3.5",
"serve-index": "1.9.1",
"standard": "17.1.0",
"standard-version": "9.5.0",
"typescript": "5.1.6",
"webpack": "5.88.1",
"webpack-cli": "5.1.4",
"whatwg-fetch": "3.6.2",
"yargs": "17.7.2"
"standard": "16.0.4",
"standard-version": "9.3.1",
"typescript": "4.4.4",
"webpack": "5.82.1",
"webpack-cli": "4.9.0",
"whatwg-fetch": "3.6.20",
"yargs": "16.2.0"
},
"files": [
"dist",