@feasibleone/blong 1.9.6 → 1.10.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.10.1](https://github.com/feasibleone/blong/compare/blong-v1.10.0...blong-v1.10.1) (2026-03-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update fastify version to 5.8.1 and adjust exports path in package.json ([b2a7078](https://github.com/feasibleone/blong/commit/b2a7078db1d5eafd36f8a64ce98a30210e0a80be))
9
+
10
+ ## [1.10.0](https://github.com/feasibleone/blong/compare/blong-v1.9.6...blong-v1.10.0) (2026-03-06)
11
+
12
+
13
+ ### Features
14
+
15
+ * update package.json for blong-gogo and blong ([0bf8331](https://github.com/feasibleone/blong/commit/0bf83314fd91cb9c96062286d1957e9c960ae374))
16
+
3
17
  ## [1.9.6](https://github.com/feasibleone/blong/compare/blong-v1.9.5...blong-v1.9.6) (2026-03-04)
4
18
 
5
19
 
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "ut-function.merge": "^1.5.6"
17
17
  },
18
18
  "devDependencies": {
19
- "@aws-sdk/client-s3": "^3.1002.0",
19
+ "@aws-sdk/client-s3": "^3.1003.0",
20
20
  "@keycloak/keycloak-admin-client": "^26.5.4",
21
21
  "@kubernetes/client-node": "^1.4.0",
22
22
  "@rushstack/eslint-config": "^4.6.4",
@@ -42,7 +42,7 @@
42
42
  "./types": "./types.ts"
43
43
  },
44
44
  "type": "module",
45
- "version": "1.9.6",
45
+ "version": "1.10.1",
46
46
  "scripts": {
47
47
  "build": "heft build --clean;dts-bundle-generator --config dts-gen.config.json",
48
48
  "ci-publish": "node ../../common/scripts/install-run-rush-pnpm.js publish --access public --provenance"