bump package version to 1.5.0
[squeep-authentication-module] / index.js
index 53b799ea719bfa6b21fee757dfa6f3d44aab176f..b4818641d2c3e45ffb36d71a39254ebc1cfbaa95 100644 (file)
--- a/index.js
+++ b/index.js
@@ -1,11 +1,15 @@
 'use strict';
 
 const Authenticator = require('./lib/authenticator');
+const ResourceAuthenticator = require('./lib/resource-authenticator');
 const SessionManager = require('./lib/session-manager');
 const stdioCredential = require('./lib/stdio-credential');
+const templateHelpers = require('./lib/template/helpers');
 
 module.exports = {
   Authenticator,
+  ResourceAuthenticator,
   SessionManager,
   stdioCredential,
+  ...templateHelpers,
 };