@linagora/linid-im-front-corelib 0.0.5 → 0.0.6

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.
@@ -6,7 +6,7 @@ on:
6
6
 
7
7
  env:
8
8
  NODE_VERSION: 22.19
9
- PNPM_VERSION: 10.20.0
9
+ PNPM_VERSION: 10.25.0
10
10
 
11
11
  jobs:
12
12
  delete-comments:
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  env:
9
9
  NODE_VERSION: 22.19
10
- PNPM_VERSION: 10.20.0
10
+ PNPM_VERSION: 10.25.0
11
11
 
12
12
  permissions:
13
13
  contents: write
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.6](https://github.com/linagora/linid-im-front-corelib/compare/v0.0.5...v0.0.6) (2025-12-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * **exports:** expose configuration store, services and types ([7a4aed0](https://github.com/linagora/linid-im-front-corelib/commit/7a4aed0c586e9a695979a748293381c5127bbe43))
11
+ * **services:** add LinIdConfigurationService for metadata API calls ([6668028](https://github.com/linagora/linid-im-front-corelib/commit/66680287ee87b380419760244fc7aad126eeca74))
12
+ * **services:** add singleton HTTP client wrapper ([5cf56fe](https://github.com/linagora/linid-im-front-corelib/commit/5cf56fef21ba2226ba02eaaf1f66b1679ad27b6d))
13
+ * **stores:** add LinIdConfigurationStore for entity and route metadata ([e706fee](https://github.com/linagora/linid-im-front-corelib/commit/e706fee22552612c63131c8c2dd4f32604a2005b))
14
+ * **types:** add LinId entity and route configuration interfaces ([e9e874b](https://github.com/linagora/linid-im-front-corelib/commit/e9e874b055160943ba711c9b5b1ae3f21f37f11c))
15
+
5
16
  ### [0.0.5](https://github.com/linagora/linid-im-front-corelib/compare/v0.0.4...v0.0.5) (2025-12-03)
6
17
 
7
18
  ### [0.0.4](https://github.com/linagora/linid-im-front-corelib/compare/v0.0.3...v0.0.4) (2025-12-01)