necessary 15.0.2 → 15.0.3

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 +1 -1
package/README.md CHANGED
@@ -86,7 +86,7 @@ The `query` argument should be a plain old JavaScript object, the names and valu
86
86
 
87
87
  The `headers` argument should also be a plain old JavaScript object.
88
88
  If it does not have an `accept` property then one wil be provided with the value `application/json`.
89
- The `reponseType` argument can be left null, which is the default, or set to a value such as `ArrayBuffer`.
89
+ The `reponseType` argument can be left null, which is the default, or set to a value such as `arraybuffer`.
90
90
 
91
91
  The `callback` argument is expected to be a function taking `content` and `statusCode` arguments.
92
92
  If the `accept` property of the main `headers` argument is set to `application/json` then the function's `content` argument can be assumed to be JSON, or `null` if the request body cannot be parsed as such.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "necessary",
3
3
  "author": "James Smith",
4
- "version": "15.0.2",
4
+ "version": "15.0.3",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/necessary",
7
7
  "description": "A collection of utility functions.",