@exulu/backend 1.16.0 → 1.17.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 +2 -35
- package/dist/index.cjs +316 -245
- package/dist/index.d.cts +24 -15
- package/dist/index.d.ts +24 -15
- package/dist/index.js +312 -242
- package/documentation/logging.md +122 -0
- package/documentation/otel.md +145 -0
- package/package.json +15 -4
- package/lms.md +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,39 +1,6 @@
|
|
|
1
|
-
# [1.
|
|
1
|
+
# [1.17.0](https://github.com/Qventu/exulu-backend/compare/v1.16.0...v1.17.0) (2025-08-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* add
|
|
7
|
-
|
|
8
|
-
# [1.1.0](https://github.com/Qventu/exulu-backend/compare/v1.0.1...v1.1.0) (2025-07-30)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Features
|
|
12
|
-
|
|
13
|
-
* add npm plugin for semantic release ([efcdc77](https://github.com/Qventu/exulu-backend/commit/efcdc779e6864f87eb4f6ae021dc03b00408d014))
|
|
14
|
-
|
|
15
|
-
## [1.0.1](https://github.com/Qventu/exulu-backend/compare/v1.0.0...v1.0.1) (2025-07-30)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* add npm plugin for semantic release ([92cb0b2](https://github.com/Qventu/exulu-backend/commit/92cb0b2f00f125d429b94fef19e58caf5f2c41ab))
|
|
21
|
-
|
|
22
|
-
# 1.0.0 (2025-07-30)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* added missing semantic release changelog dependency ([9001711](https://github.com/Qventu/exulu-backend/commit/9001711c6cc83de6750f3cf2c6e50c559a649ae5))
|
|
28
|
-
* added missing semantic release changelog dependency ([0ea5923](https://github.com/Qventu/exulu-backend/commit/0ea592374c59d099be61dd30773b4e8ae0076470))
|
|
29
|
-
* disable npm audit signatures ([fa4554b](https://github.com/Qventu/exulu-backend/commit/fa4554b75e18321c71a3ce1f0ea47ee0bd7f5b56))
|
|
30
|
-
* remove @panva/hkdf dependency as it is no longer used ([b952625](https://github.com/Qventu/exulu-backend/commit/b952625e25317136fcfcad2b83cd4684a1017edc))
|
|
31
|
-
* skip husky hook when running semantic release ([952b055](https://github.com/Qventu/exulu-backend/commit/952b0550c2f7efd23d6d14ce29a17000a5b1cee8))
|
|
32
|
-
* skip husky hook when running semantic release ([d57af11](https://github.com/Qventu/exulu-backend/commit/d57af115ca95c1d5e0a8d8b59d2f2861fd6e4aa6))
|
|
33
|
-
* skip husky hook when running semantic release ([22d970c](https://github.com/Qventu/exulu-backend/commit/22d970c86e6e63b4848b69accd8dc74eb77a9829))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
* automated npm publish ([d7d533f](https://github.com/Qventu/exulu-backend/commit/d7d533fbdc147d97d8059214db8deb5762fb4400))
|
|
39
|
-
* automated npm publish ([8fa0d66](https://github.com/Qventu/exulu-backend/commit/8fa0d668635640ce044554a3d90aef8138b06a6d))
|
|
6
|
+
* add otel and winston logging support ([a036727](https://github.com/Qventu/exulu-backend/commit/a036727c9c9830a840b506d3052d7591f3f88099))
|