@feasibleone/blong-login 1.1.0 → 1.3.0
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/CHANGELOG.md +14 -0
- package/dist/gateway/login/login.oidc.getConfiguration.d.ts +1 -1
- package/dist/gateway/login/login.oidc.getKeys.d.ts +1 -1
- package/dist/gateway/login/login.token.create.d.ts +1 -1
- package/dist/orchestrator/login/loginOidcGetConfiguration.d.ts +1 -2
- package/dist/orchestrator/login/loginOidcGetConfiguration.d.ts.map +1 -1
- package/dist/orchestrator/login/loginOidcGetKeys.d.ts +1 -1
- package/dist/orchestrator/login/loginTokenCreate.d.ts +1 -2
- package/dist/orchestrator/login/loginTokenCreate.d.ts.map +1 -1
- package/dist/orchestrator/login/refresh.d.ts +2 -7
- package/dist/orchestrator/login/refresh.d.ts.map +1 -1
- package/dist/orchestrator/login/token.d.ts +2 -8
- package/dist/orchestrator/login/token.d.ts.map +1 -1
- package/dist/orchestrator/loginDispatch.d.ts +1 -1
- package/dist/package.json +4 -4
- package/dist/test/test/testUserAdminLogin.d.ts +1 -1
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.0](https://github.com/feasibleone/blong/compare/blong-login-v1.2.0...blong-login-v1.3.0) (2026-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* run as TypeScript ([fd7c6b7](https://github.com/feasibleone/blong/commit/fd7c6b7af21a76e88c35fddd9a4158852ac71ff6))
|
|
9
|
+
|
|
10
|
+
## [1.2.0](https://github.com/feasibleone/blong/compare/blong-login-v1.1.0...blong-login-v1.2.0) (2026-01-31)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* update @rushstack/heft and related plugins to latest versions ([f6a6f26](https://github.com/feasibleone/blong/commit/f6a6f26bdfd9cc95cb1322461aa494f5345bd821))
|
|
16
|
+
|
|
3
17
|
## [1.1.0](https://github.com/feasibleone/blong/compare/blong-login-v1.0.7...blong-login-v1.1.0) (2026-01-27)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@feasibleone/blong").ValidationDefinition;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=login.oidc.getConfiguration.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@feasibleone/blong").ValidationDefinition;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=login.oidc.getKeys.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@feasibleone/blong").ValidationDefinition;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=login.token.create.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: object | ((blong: import("@feasibleone/blong").IHandlerProxy<Record<string, unknown>>) => (<T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T) | import("@feasibleone/blong").IAdapterFactory | Record<string, <T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T>) | ((blong: import("@feasibleone/blong").IHandlerProxy<Record<string, unknown>>) => (<T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T) | import("@feasibleone/blong").IAdapterFactory | Record<string, <T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T>)[];
|
|
1
|
+
declare const _default: import("@feasibleone/blong").Definition<Record<string, unknown>, import("@feasibleone/blong").ServerContext>;
|
|
3
2
|
export default _default;
|
|
4
3
|
//# sourceMappingURL=loginOidcGetConfiguration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loginOidcGetConfiguration.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/loginOidcGetConfiguration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"loginOidcGetConfiguration.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/loginOidcGetConfiguration.ts"],"names":[],"mappings":";AAEA,wBAuBE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@feasibleone/blong").Definition<Record<string, unknown>, import("@feasibleone/blong").ServerContext>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=loginOidcGetKeys.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: object | ((blong: import("@feasibleone/blong").IHandlerProxy<Record<string, unknown>>) => (<T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T) | import("@feasibleone/blong").IAdapterFactory | Record<string, <T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T>) | ((blong: import("@feasibleone/blong").IHandlerProxy<Record<string, unknown>>) => (<T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T) | import("@feasibleone/blong").IAdapterFactory | Record<string, <T>(this: ReturnType<import("@feasibleone/blong").IAdapterFactory>, params: unknown, $meta: IMeta, context?: import("@feasibleone/blong").IContext) => Promise<T> | T>)[];
|
|
1
|
+
declare const _default: import("@feasibleone/blong").Definition<Record<string, unknown>, import("@feasibleone/blong").ServerContext>;
|
|
3
2
|
export default _default;
|
|
4
3
|
//# sourceMappingURL=loginTokenCreate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loginTokenCreate.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/loginTokenCreate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"loginTokenCreate.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/loginTokenCreate.ts"],"names":[],"mappings":";AAEA,wBAiBE"}
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@feasibleone/blong").Lib<{
|
|
2
2
|
keys: {
|
|
3
3
|
refresh: string;
|
|
4
4
|
refreshCbc: unknown;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
7
|
-
keys: {
|
|
8
|
-
refresh: string;
|
|
9
|
-
refreshCbc: unknown;
|
|
10
|
-
};
|
|
11
|
-
}>) => Record<string, <T>(...params: unknown[]) => T> | (<T>(...params: unknown[]) => T))[];
|
|
6
|
+
}>;
|
|
12
7
|
export default _default;
|
|
13
8
|
//# sourceMappingURL=refresh.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"refresh.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/refresh.ts"],"names":[],"mappings":";UAG8B;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,OAAO,CAAA;KAAC;;
|
|
1
|
+
{"version":3,"file":"refresh.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/refresh.ts"],"names":[],"mappings":";UAG8B;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,OAAO,CAAA;KAAC;;AAApE,wBAmBI"}
|
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import { type JWK } from 'jose';
|
|
2
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@feasibleone/blong").Lib<{
|
|
3
3
|
keys: {
|
|
4
4
|
access: JWK;
|
|
5
5
|
id: JWK;
|
|
6
6
|
};
|
|
7
7
|
expire: Record<string, string>;
|
|
8
|
-
}
|
|
9
|
-
keys: {
|
|
10
|
-
access: JWK;
|
|
11
|
-
id: JWK;
|
|
12
|
-
};
|
|
13
|
-
expire: Record<string, string>;
|
|
14
|
-
}>) => Record<string, <T>(...params: unknown[]) => T> | (<T>(...params: unknown[]) => T))[];
|
|
8
|
+
}>;
|
|
15
9
|
export default _default;
|
|
16
10
|
//# sourceMappingURL=token.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"token.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/token.ts"],"names":[],"mappings":"AACA,OAAO,EAAgE,KAAK,GAAG,EAAC,MAAM,MAAM,CAAC;;UAGnF;QACF,MAAM,EAAE,GAAG,CAAC;QACZ,EAAE,EAAE,GAAG,CAAC;KACX;YACO,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;;
|
|
1
|
+
{"version":3,"file":"token.d.ts","sourceRoot":"","sources":["../../../orchestrator/login/token.ts"],"names":[],"mappings":"AACA,OAAO,EAAgE,KAAK,GAAG,EAAC,MAAM,MAAM,CAAC;;UAGnF;QACF,MAAM,EAAE,GAAG,CAAC;QACZ,EAAE,EAAE,GAAG,CAAC;KACX;YACO,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;;AALlC,wBA+EE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("@feasibleone/blong").IAdapterFactory<unknown>;
|
|
1
|
+
declare const _default: import("@feasibleone/blong").IAdapterFactory<unknown, import("@feasibleone/blong").ServerContext>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=loginDispatch.d.ts.map
|
package/dist/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./package.json": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.2.0",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@sinclair/typebox": "^0.33.7",
|
|
26
26
|
"ut-function.cbc": "^1.1.6",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@feasibleone/blong": "workspace:^1.0.0",
|
|
34
34
|
"@rushstack/eslint-config": "^4.0.1",
|
|
35
|
-
"@rushstack/heft": "^1.1.
|
|
36
|
-
"@rushstack/heft-lint-plugin": "^1.1.
|
|
37
|
-
"@rushstack/heft-typescript-plugin": "^1.1.
|
|
35
|
+
"@rushstack/heft": "^1.1.11",
|
|
36
|
+
"@rushstack/heft-lint-plugin": "^1.1.14",
|
|
37
|
+
"@rushstack/heft-typescript-plugin": "^1.1.11",
|
|
38
38
|
"eslint": "~9.39.2",
|
|
39
39
|
"typescript": "^5.9.3"
|
|
40
40
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@feasibleone/blong").Definition<Record<string, unknown>, import("@feasibleone/blong").ServerContext>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=testUserAdminLogin.d.ts.map
|
package/package.json
CHANGED
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
},
|
|
16
16
|
"exports": {
|
|
17
17
|
"./server.js": "./dist/server.js",
|
|
18
|
+
"./server.ts": "./server.ts",
|
|
18
19
|
"./browser.js": "./dist/browser.js",
|
|
20
|
+
"./browser.ts": "./browser.ts",
|
|
19
21
|
"./dist/package.json": "./package.json",
|
|
20
22
|
"./package.json": "./package.json"
|
|
21
23
|
},
|
|
22
24
|
"type": "module",
|
|
23
|
-
"version": "1.
|
|
25
|
+
"version": "1.3.0",
|
|
24
26
|
"dependencies": {
|
|
25
27
|
"@sinclair/typebox": "^0.33.7",
|
|
26
28
|
"ut-function.cbc": "^1.1.6",
|
|
@@ -32,9 +34,9 @@
|
|
|
32
34
|
"devDependencies": {
|
|
33
35
|
"@feasibleone/blong": "workspace:^1.0.0",
|
|
34
36
|
"@rushstack/eslint-config": "^4.0.1",
|
|
35
|
-
"@rushstack/heft": "^1.1.
|
|
36
|
-
"@rushstack/heft-lint-plugin": "^1.1.
|
|
37
|
-
"@rushstack/heft-typescript-plugin": "^1.1.
|
|
37
|
+
"@rushstack/heft": "^1.1.11",
|
|
38
|
+
"@rushstack/heft-lint-plugin": "^1.1.14",
|
|
39
|
+
"@rushstack/heft-typescript-plugin": "^1.1.11",
|
|
38
40
|
"eslint": "~9.39.2",
|
|
39
41
|
"typescript": "^5.9.3"
|
|
40
42
|
}
|