@universal-packages/core-express-controllers-authentication 1.3.1 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
package/index.js
CHANGED
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
exports.AuthenticationModule = void 0;
|
7
|
+
require("./globals");
|
7
8
|
var Authentication_universal_core_module_1 = require("./Authentication.universal-core-module");
|
8
9
|
Object.defineProperty(exports, "AuthenticationModule", { enumerable: true, get: function () { return __importDefault(Authentication_universal_core_module_1).default; } });
|
9
|
-
require("./globals");
|
10
10
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,+FAAwF;AAA/E,6JAAA,OAAO,OAAwB
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,qBAAkB;AAElB,+FAAwF;AAA/E,6JAAA,OAAO,OAAwB"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@universal-packages/core-express-controllers-authentication",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.3",
|
4
4
|
"description": "Express Controllers Authentication universal-core module abstraction.",
|
5
5
|
"author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",
|
6
6
|
"license": "MIT",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\""
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"@universal-packages/express-controllers-authentication": "^1.6.
|
18
|
+
"@universal-packages/express-controllers-authentication": "^1.6.3"
|
19
19
|
},
|
20
20
|
"peerDependencies": {
|
21
21
|
"@universal-packages/core": "^1.12.0",
|