@feasibleone/blong-login 1.6.3 → 1.6.5

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.5](https://github.com/feasibleone/blong/compare/blong-login-v1.6.4...blong-login-v1.6.5) (2026-03-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * improve handling of x-forwarded headers in loginOidcGetConfiguration ([c7bb019](https://github.com/feasibleone/blong/commit/c7bb0196f660ab4fbc0db6ae4ff9d5199762470c))
9
+
10
+ ## [1.6.4](https://github.com/feasibleone/blong/compare/blong-login-v1.6.3...blong-login-v1.6.4) (2026-03-03)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * types ([b38e139](https://github.com/feasibleone/blong/commit/b38e139d9c02e42613fef274394ac047515a42a5))
16
+
3
17
  ## [1.6.3](https://github.com/feasibleone/blong/compare/blong-login-v1.6.2...blong-login-v1.6.3) (2026-03-02)
4
18
 
5
19
 
package/dist/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "type": "module",
27
- "version": "1.6.3",
27
+ "version": "1.6.4",
28
28
  "dependencies": {
29
29
  "typebox": "^1.1.5",
30
30
  "ut-function.cbc": "^1.1.6",
@@ -1 +1 @@
1
- {"version":3,"file":"testUserAdminLogin.js","sourceRoot":"","sources":["../../../test/test/testUserAdminLogin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAE3C,eAAe,OAAO,CAAC,CAAC,EAAC,GAAG,EAAE,EAAC,KAAK,EAAC,EAAC,EAAE,EAAE,CAAC,CAAC;IACxC,kBAAkB,EAAE,CAAC,EAAC,IAAI,GAAG,OAAO,EAAC,EAAE,EAAE,CACrC,KAAK,CAAC,IAAI,CAAC,CAAC;QACR,SAAS,WAAW;YAChB,OAAO,EAAC,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;QAC7C,CAAC;QACD,SAAS,UAAU;YACf,OAAO,EAAC,WAAW,EAAE,KAAK,EAAC,CAAC;QAChC,CAAC;KACJ,CAAC;CACT,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"testUserAdminLogin.js","sourceRoot":"","sources":["../../../test/test/testUserAdminLogin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAE3C,eAAe,OAAO,CAAC,CAAC,EAAC,GAAG,EAAE,EAAC,KAAK,EAAC,EAAC,EAAE,EAAE,CAAC,CAAC;IACxC,kBAAkB,EAAE,CAAC,EAAC,IAAI,GAAG,OAAO,EAAiB,EAAE,EAAE,CACrD,KAAK,CAAC,IAAI,CAAC,CAAC;QACR,SAAS,WAAW;YAChB,OAAO,EAAC,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;QAC7C,CAAC;QACD,SAAS,UAAU;YACf,OAAO,EAAC,WAAW,EAAE,KAAK,EAAC,CAAC;QAChC,CAAC;KACJ,CAAC;CACT,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./package.json": "./package.json"
21
21
  },
22
22
  "type": "module",
23
- "version": "1.6.3",
23
+ "version": "1.6.5",
24
24
  "dependencies": {
25
25
  "typebox": "^1.1.5",
26
26
  "ut-function.cbc": "^1.1.6",