@pristine-ts/auth0 0.0.366 → 0.0.367
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.
|
@@ -18,6 +18,7 @@ exports.Auth0Module = void 0;
|
|
|
18
18
|
const auth0_module_keyname_1 = require("./auth0.module.keyname");
|
|
19
19
|
const http_1 = require("@pristine-ts/http");
|
|
20
20
|
const configuration_1 = require("@pristine-ts/configuration");
|
|
21
|
+
const logging_1 = require("@pristine-ts/logging");
|
|
21
22
|
__exportStar(require("./authenticators/authenticators"), exports);
|
|
22
23
|
__exportStar(require("./interfaces/interfaces"), exports);
|
|
23
24
|
__exportStar(require("./auth0.module.keyname"), exports);
|
|
@@ -36,6 +37,9 @@ exports.Auth0Module = {
|
|
|
36
37
|
]
|
|
37
38
|
},
|
|
38
39
|
],
|
|
39
|
-
importModules: [
|
|
40
|
+
importModules: [
|
|
41
|
+
logging_1.LoggingModule,
|
|
42
|
+
http_1.HttpModule
|
|
43
|
+
],
|
|
40
44
|
};
|
|
41
45
|
//# sourceMappingURL=auth0.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth0.module.js","sourceRoot":"","sources":["../../../src/auth0.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,iEAA0D;AAC1D,4CAA6C;AAC7C,8DAAuE;
|
|
1
|
+
{"version":3,"file":"auth0.module.js","sourceRoot":"","sources":["../../../src/auth0.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,iEAA0D;AAC1D,4CAA6C;AAC7C,8DAAuE;AACvE,kDAAmD;AAEnD,kEAAgD;AAChD,0DAAwC;AAExC,yDAAuC;AAE1B,QAAA,WAAW,GAAoB;IACxC,OAAO,EAAE,yCAAkB;IAC3B,wBAAwB,EAAE;QACtB;;;WAGG;QACH;YACI,aAAa,EAAE,yCAAkB,GAAG,gBAAgB;YACpD,UAAU,EAAE,IAAI;YAChB,gBAAgB,EAAE;gBACd,IAAI,2CAA2B,CAAC,8BAA8B,CAAC;aAClE;SACJ;KACJ;IACD,aAAa,EAAE;QACX,uBAAa;QACb,iBAAU;KACb;CACJ,CAAA"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Auth0ModuleKeyname } from "./auth0.module.keyname";
|
|
2
2
|
import { HttpModule } from "@pristine-ts/http";
|
|
3
3
|
import { EnvironmentVariableResolver } from "@pristine-ts/configuration";
|
|
4
|
+
import { LoggingModule } from "@pristine-ts/logging";
|
|
4
5
|
export * from "./authenticators/authenticators";
|
|
5
6
|
export * from "./interfaces/interfaces";
|
|
6
7
|
export * from "./auth0.module.keyname";
|
|
@@ -19,6 +20,9 @@ export const Auth0Module = {
|
|
|
19
20
|
]
|
|
20
21
|
},
|
|
21
22
|
],
|
|
22
|
-
importModules: [
|
|
23
|
+
importModules: [
|
|
24
|
+
LoggingModule,
|
|
25
|
+
HttpModule
|
|
26
|
+
],
|
|
23
27
|
};
|
|
24
28
|
//# sourceMappingURL=auth0.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth0.module.js","sourceRoot":"","sources":["../../../src/auth0.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAC,2BAA2B,EAAC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"auth0.module.js","sourceRoot":"","sources":["../../../src/auth0.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAC,2BAA2B,EAAC,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AAEnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AAExC,cAAc,wBAAwB,CAAC;AAEvC,MAAM,CAAC,MAAM,WAAW,GAAoB;IACxC,OAAO,EAAE,kBAAkB;IAC3B,wBAAwB,EAAE;QACtB;;;WAGG;QACH;YACI,aAAa,EAAE,kBAAkB,GAAG,gBAAgB;YACpD,UAAU,EAAE,IAAI;YAChB,gBAAgB,EAAE;gBACd,IAAI,2BAA2B,CAAC,8BAA8B,CAAC;aAClE;SACJ;KACJ;IACD,aAAa,EAAE;QACX,aAAa;QACb,UAAU;KACb;CACJ,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristine-ts/auth0",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.367",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/lib/esm/auth0.module.js",
|
|
6
6
|
"main": "dist/lib/cjs/auth0.module.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@pristine-ts/common": "^0.0.
|
|
21
|
-
"@pristine-ts/core": "^0.0.
|
|
22
|
-
"@pristine-ts/http": "^0.0.
|
|
23
|
-
"@pristine-ts/logging": "^0.0.
|
|
24
|
-
"@pristine-ts/networking": "^0.0.
|
|
25
|
-
"@pristine-ts/security": "^0.0.
|
|
20
|
+
"@pristine-ts/common": "^0.0.367",
|
|
21
|
+
"@pristine-ts/core": "^0.0.367",
|
|
22
|
+
"@pristine-ts/http": "^0.0.367",
|
|
23
|
+
"@pristine-ts/logging": "^0.0.367",
|
|
24
|
+
"@pristine-ts/networking": "^0.0.367",
|
|
25
|
+
"@pristine-ts/security": "^0.0.367",
|
|
26
26
|
"jsonwebtoken": "^9.0.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"src/*.{js,ts}"
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "c6bb691f25757670bb44b99d182f1b7eb55d1f0a"
|
|
69
69
|
}
|