netlify 11.0.1 → 11.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -91,7 +91,7 @@ the response, or rejected with an error with the details about the request attac
91
91
  ```js
92
92
  // example params
93
93
  const params = {
94
- any_param_needed,
94
+ any_param_needed: anyParamNeeded,
95
95
  paramsCanAlsoBeCamelCase,
96
96
  body: {
97
97
  an: 'arbitrary js object',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify",
3
3
  "description": "Netlify Node.js API client",
4
- "version": "11.0.1",
4
+ "version": "11.0.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "src/**/*.js",
@@ -52,7 +52,7 @@
52
52
  "node client"
53
53
  ],
54
54
  "dependencies": {
55
- "@netlify/open-api": "^2.8.0",
55
+ "@netlify/open-api": "^2.11.0",
56
56
  "lodash.camelcase": "^4.3.0",
57
57
  "micro-api-client": "^3.3.0",
58
58
  "node-fetch": "^3.0.0",
@@ -61,7 +61,7 @@
61
61
  "qs": "^6.9.6"
62
62
  },
63
63
  "devDependencies": {
64
- "@netlify/eslint-config-node": "^5.1.7",
64
+ "@netlify/eslint-config-node": "^6.0.0",
65
65
  "ava": "^4.0.0",
66
66
  "c8": "^7.11.0",
67
67
  "from2-string": "^1.1.0",