@tstdl/base 0.82.34 → 0.82.35
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/authentication/server/{api-request-token.provider.d.ts → authentication-api-request-token.provider.d.ts} +0 -0
- package/authentication/server/{api-request-token.provider.js → authentication-api-request-token.provider.js} +1 -1
- package/authentication/server/authentication-api-request-token.provider.js.map +1 -0
- package/authentication/server/index.d.ts +1 -0
- package/authentication/server/index.js +1 -0
- package/authentication/server/index.js.map +1 -1
- package/package.json +1 -1
- package/authentication/server/api-request-token.provider.js.map +0 -1
|
File without changes
|
|
@@ -31,4 +31,4 @@ AuthenticationApiRequestTokenProvider = __decorate([
|
|
|
31
31
|
__metadata("design:paramtypes", [authentication_service_1.AuthenticationService])
|
|
32
32
|
], AuthenticationApiRequestTokenProvider);
|
|
33
33
|
exports.AuthenticationApiRequestTokenProvider = AuthenticationApiRequestTokenProvider;
|
|
34
|
-
//# sourceMappingURL=api-request-token.provider.js.map
|
|
34
|
+
//# sourceMappingURL=authentication-api-request-token.provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"authentication-api-request-token.provider.js","sourceRoot":"","sources":["../../../source/authentication/server/authentication-api-request-token.provider.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,4FAAkF;AAClF,+CAAwC;AACxC,qEAAiE;AACjE,qCAAqE;AAG9D,IAAM,qCAAqC,GAA3C,MAAM,qCAAsC,SAAQ,oDAAuB;IAC/D,qBAAqB,CAAwB;IAE9D,YAAY,qBAA4C;QACtD,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,qBAAqB,GAAG,qBAAqB,CAAC;IACrD,CAAC;IAED,KAAK,CAAC,QAAQ,CAAI,EAAE,OAAO,EAAkB;QAC3C,MAAM,WAAW,GAAG,IAAA,kDAAyC,EAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QAC7E,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;QAE1E,OAAO,KAAU,CAAC;IACpB,CAAC;CACF,CAAA;AAfY,qCAAqC;IADjD,IAAA,qBAAS,GAAE;qCAIyB,8CAAqB;GAH7C,qCAAqC,CAejD;AAfY,sFAAqC"}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./authentication-api-request-token.provider"), exports);
|
|
17
18
|
__exportStar(require("./authentication-credentials.repository"), exports);
|
|
18
19
|
__exportStar(require("./authentication-session.repository"), exports);
|
|
19
20
|
__exportStar(require("./authentication-subject.resolver"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../source/authentication/server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0EAAwD;AACxD,sEAAoD;AACpD,oEAAkD;AAClD,0EAAwD;AACxD,kEAAgD;AAChD,2DAAyC;AACzC,2CAAyB;AACzB,2CAAyB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../source/authentication/server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8EAA4D;AAC5D,0EAAwD;AACxD,sEAAoD;AACpD,oEAAkD;AAClD,0EAAwD;AACxD,kEAAgD;AAChD,2DAAyC;AACzC,2CAAyB;AACzB,2CAAyB"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"api-request-token.provider.js","sourceRoot":"","sources":["../../../source/authentication/server/api-request-token.provider.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,4FAAkF;AAClF,+CAAwC;AACxC,qEAAiE;AACjE,qCAAqE;AAG9D,IAAM,qCAAqC,GAA3C,MAAM,qCAAsC,SAAQ,oDAAuB;IAC/D,qBAAqB,CAAwB;IAE9D,YAAY,qBAA4C;QACtD,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,qBAAqB,GAAG,qBAAqB,CAAC;IACrD,CAAC;IAED,KAAK,CAAC,QAAQ,CAAI,EAAE,OAAO,EAAkB;QAC3C,MAAM,WAAW,GAAG,IAAA,kDAAyC,EAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QAC7E,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;QAE1E,OAAO,KAAU,CAAC;IACpB,CAAC;CACF,CAAA;AAfY,qCAAqC;IADjD,IAAA,qBAAS,GAAE;qCAIyB,8CAAqB;GAH7C,qCAAqC,CAejD;AAfY,sFAAqC"}
|