We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af6a73 commit ed1d6c1Copy full SHA for ed1d6c1
index.js
@@ -188,4 +188,7 @@ module.exports = {
188
stream: {
189
readJSONStreamObject: require('./lib/stream/readJSONStreamObject'),
190
},
191
+ patches: {
192
+ locationConstraints: require('./lib/patches/locationConstraints'),
193
+ },
194
};
package.json
@@ -3,7 +3,7 @@
3
"engines": {
4
"node": ">=8"
5
6
- "version": "8.1.9",
+ "version": "8.1.10",
7
"description": "Common utilities for the S3 project components",
8
"main": "index.js",
9
"repository": {
0 commit comments