@feasibleone/blong 1.5.2 → 1.6.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.0](https://github.com/feasibleone/blong/compare/blong-v1.5.2...blong-v1.6.0) (2026-02-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * enhance error handling in Keycloak adapter and add MySQL configuration to Knex adapter ([2124a53](https://github.com/feasibleone/blong/commit/2124a531496291f62c337232be5488a79461db51))
9
+ * enhance logging details and improve MongoDB adapter operations ([11eb992](https://github.com/feasibleone/blong/commit/11eb992ec31799b84c50344f98e1c6900cfef671))
10
+
3
11
  ## [1.5.2](https://github.com/feasibleone/blong/compare/blong-v1.5.1...blong-v1.5.2) (2026-02-05)
4
12
 
5
13
 
package/README.md CHANGED
@@ -1,6 +1,15 @@
1
1
  <!-- markdownlint-disable MD033 MD041 -->
2
2
  <div align="center">
3
3
 
4
+ [![Build Status](https://github.com/feasibleone/blong/actions/workflows/build.yaml/badge.svg)](https://github.com/feasibleone/blong/actions/workflows/build.yaml)
5
+ [![npm downloads](https://img.shields.io/npm/dm/@feasibleone/blong.svg)](https://www.npmjs.com/package/@feasibleone/blong)
6
+ [![GitHub stars](https://img.shields.io/github/stars/feasibleone/blong.svg?style=social&label=Star)](https://github.com/feasibleone/blong)
7
+
8
+ [![@feasibleone/blong](https://img.shields.io/npm/v/@feasibleone/blong.svg?label=@feasibleone/blong)](https://www.npmjs.com/package/@feasibleone/blong)
9
+ [![@feasibleone/blong-chain](https://img.shields.io/npm/v/@feasibleone/blong-chain.svg?label=@feasibleone/blong-chain)](https://www.npmjs.com/package/@feasibleone/blong-chain)
10
+ [![@feasibleone/blong-login](https://img.shields.io/npm/v/@feasibleone/blong-login.svg?label=@feasibleone/blong-login)](https://www.npmjs.com/package/@feasibleone/blong-login)
11
+ [![@feasibleone/blong-test](https://img.shields.io/npm/v/@feasibleone/blong-test.svg?label=@feasibleone/blong-test)](https://www.npmjs.com/package/@feasibleone/blong-test)
12
+
4
13
  ![Blong logo](https://raw.githubusercontent.com/feasibleone/blong/refs/heads/main/img/manta200.png)
5
14
 
6
15
  # Blong
package/package.json CHANGED
@@ -45,5 +45,5 @@
45
45
  "ci-publish": "npm publish --access public --provenance"
46
46
  },
47
47
  "type": "module",
48
- "version": "1.5.2"
48
+ "version": "1.6.0"
49
49
  }