+7
-9
| { | ||
| "name": "gaxios", | ||
| "version": "7.1.4", | ||
| "version": "7.1.5", | ||
| "description": "A simple common HTTP client specifically for Google APIs and services.", | ||
@@ -35,4 +35,2 @@ "main": "build/cjs/src/index.js", | ||
| "docs": "jsdoc -c .jsdoc.js", | ||
| "docs-test": "linkinator docs", | ||
| "predocs-test": "npm run docs", | ||
| "samples-test": "cd samples/ && npm link ../ && npm test && cd ../", | ||
@@ -64,4 +62,4 @@ "prelint": "cd samples; npm link ../; npm install", | ||
| "@types/ncp": "^2.0.8", | ||
| "@types/node": "^22.13.1", | ||
| "@types/sinon": "^17.0.3", | ||
| "@types/node": "^24.0.0", | ||
| "@types/sinon": "^21.0.0", | ||
| "@types/tmp": "^0.2.6", | ||
@@ -86,3 +84,2 @@ "assert": "^2.0.0", | ||
| "karma-webpack": "^5.0.1", | ||
| "linkinator": "^6.1.2", | ||
| "mocha": "^11.1.0", | ||
@@ -92,11 +89,12 @@ "multiparty": "^4.2.1", | ||
| "ncp": "^2.0.0", | ||
| "nock": "^14.0.5", | ||
| "nock": "14.0.5", | ||
| "null-loader": "^4.0.1", | ||
| "pack-n-play": "^4.0.0", | ||
| "puppeteer": "^24.0.0", | ||
| "sinon": "^21.0.0", | ||
| "sinon": "21.0.3", | ||
| "stream-browserify": "^3.0.0", | ||
| "tmp": "0.2.5", | ||
| "tmp": "0.2.6", | ||
| "ts-loader": "^9.5.2", | ||
| "typescript": "5.8.3", | ||
| "undici-types": "^7.24.1", | ||
| "webpack": "^5.97.1", | ||
@@ -103,0 +101,0 @@ "webpack-cli": "^6.0.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
665370
3.25%