Skip to content

Commit

Permalink
bugfix: ARSN-19 Add probe utils to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Sep 17, 2021
1 parent 3fdfc71 commit a2b6846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
ProbeServer: require('./lib/network/probe/ProbeServer'),
HealthProbeServer:
require('./lib/network/probe/HealthProbeServer.js'),
Utils: require('./lib/network/probe/Utils.js'),
},
kmip: require('./lib/network/kmip'),
kmipClient: require('./lib/network/kmip/Client'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=8"
},
"version": "8.1.2",
"version": "8.1.3",
"description": "Common utilities for the S3 project components",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit a2b6846

Please sign in to comment.