@slicknode/client-node
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@slicknode/client-node", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Lightweight GraphQL client for slicknode GraphQL servers", | ||
@@ -28,3 +28,3 @@ "types": "dist/cjs/index.d.ts", | ||
"form-data": "^4.0.0", | ||
"node-fetch": "^2.6.1" | ||
"node-fetch": "^2.6.7" | ||
}, | ||
@@ -47,20 +47,23 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@types/chai": "^4.2.19", | ||
"@types/chai": "^4.3.1", | ||
"@types/form-data": "^2.5.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/mocha": "^9.1.1", | ||
"@types/nock": "^11.1.0", | ||
"@types/node": "^16.10.1", | ||
"@typescript-eslint/eslint-plugin": "^4.28.0", | ||
"@typescript-eslint/parser": "^4.28.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.29.0", | ||
"@types/node": "^14.18.15", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"chai": "^4.3.6", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-typescript": "^0.14.0", | ||
"esm": "^3.2.25", | ||
"graphql": "^15.4.0", | ||
"mocha": "^9.1.2", | ||
"nock": "^13.1.0", | ||
"graphql": "^15.8.0", | ||
"mocha": "^9.2.2", | ||
"nock": "^13.2.4", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.4.3", | ||
"typescript": "^4.6.3", | ||
"typescript-eslint-parser": "^22.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
50768
Updatednode-fetch@^2.6.7