Skip to content

Commit

Permalink
Added the export of the 'SimplePathPrivilegeManager' class
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Jun 12, 2017
1 parent 155ea74 commit b6548aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/user/export.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './authentication/HTTPDigestAuthentication';
export * from './authentication/HTTPBasicAuthentication';
export * from './authentication/HTTPAuthentication';
export * from './privilege/SimplePathPrivilegeManager';
export * from './privilege/SimplePrivilegeManager';
export * from './privilege/FakePrivilegeManager';
export * from './privilege/IPrivilegeManager';
Expand Down
1 change: 1 addition & 0 deletions lib/user/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function __export(m) {
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./authentication/HTTPDigestAuthentication"));
__export(require("./authentication/HTTPBasicAuthentication"));
__export(require("./privilege/SimplePathPrivilegeManager"));
__export(require("./privilege/SimplePrivilegeManager"));
__export(require("./privilege/FakePrivilegeManager"));
__export(require("./privilege/IPrivilegeManager"));
Expand Down
1 change: 1 addition & 0 deletions src/user/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export * from './authentication/HTTPDigestAuthentication'
export * from './authentication/HTTPBasicAuthentication'
export * from './authentication/HTTPAuthentication'
export * from './privilege/SimplePathPrivilegeManager'
export * from './privilege/SimplePrivilegeManager'
export * from './privilege/FakePrivilegeManager'
export * from './privilege/IPrivilegeManager'
Expand Down

0 comments on commit b6548aa

Please sign in to comment.