Skip to content

Commit ed1d6c1

Browse files
committed
feature: ARSN-34 Add patch location constraints to index
* also update package.json for new version
1 parent 7af6a73 commit ed1d6c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,7 @@ module.exports = {
188188
stream: {
189189
readJSONStreamObject: require('./lib/stream/readJSONStreamObject'),
190190
},
191+
patches: {
192+
locationConstraints: require('./lib/patches/locationConstraints'),
193+
},
191194
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": ">=8"
55
},
6-
"version": "8.1.9",
6+
"version": "8.1.10",
77
"description": "Common utilities for the S3 project components",
88
"main": "index.js",
99
"repository": {

0 commit comments

Comments
 (0)