Skip to content

Commit

Permalink
Add expand srv helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Nov 6, 2020
1 parent a1a591c commit 97bd1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const MjRequest = require('./src/MjRequest');
const MjResponse = require('./src/MjResponse');
const ConsoleLogDriver = require('./src/ConsoleLogDriver');
const exceptions = require('./src/exceptions');
const ExpandSrv = require('./src/helpers/ExpandSrv');

module.exports = {
Gateway,
Expand All @@ -12,4 +13,5 @@ module.exports = {
MjResponse,
ConsoleLogDriver,
exceptions,
ExpandSrv,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kakadu-dev/nodejs-ijson-microservices",
"version": "1.6.0",
"version": "1.6.1",
"description": "Package for create microservice architecture based on NodeJS. ",
"keywords": [
"node",
Expand Down

0 comments on commit 97bd1be

Please sign in to comment.