@feasibleone/blong-login 1.9.0 → 1.10.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 +13 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.10.0](https://github.com/feasibleone/blong/compare/blong-login-v1.9.0...blong-login-v1.10.0) (2026-08-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* access sessions and audit ([694349f](https://github.com/feasibleone/blong/commit/694349f7e70973b984a30f696d2b6e892b55ec02))
|
|
9
|
+
* user profile, portal language ([f9fa8a4](https://github.com/feasibleone/blong/commit/f9fa8a41683dcd6cf9657b4665235a51a98b7486))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* blong-access-mock, silent error, expected error ([dc00429](https://github.com/feasibleone/blong/commit/dc00429a63a973996d6e94359830cc52d149b995))
|
|
15
|
+
|
|
3
16
|
## [1.9.0](https://github.com/feasibleone/blong/compare/blong-login-v1.8.0...blong-login-v1.9.0) (2026-08-19)
|
|
4
17
|
|
|
5
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feasibleone/blong-login",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "Login and authentication utilities for the Blong framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blong",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"@rushstack/heft-typescript-plugin": "^1.3.1",
|
|
34
34
|
"@types/ut-function.cbc": "file:./types/ut-function.cbc",
|
|
35
35
|
"typescript": "^6.0.3",
|
|
36
|
+
"vite": "^8.2.1",
|
|
36
37
|
"@feasibleone/blong-dev": "1.2.0"
|
|
37
38
|
},
|
|
38
39
|
"peerDependencies": {
|