@feasibleone/blong 1.9.0 → 1.9.2
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 +14 -0
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.2](https://github.com/feasibleone/blong/compare/blong-v1.9.1...blong-v1.9.2) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* update rushstack dependencies across multiple packages to latest versions ([1d9f043](https://github.com/feasibleone/blong/commit/1d9f043899593b55cafc99bef319791ba7b55ace))
|
|
9
|
+
|
|
10
|
+
## [1.9.1](https://github.com/feasibleone/blong/compare/blong-v1.9.0...blong-v1.9.1) (2026-03-02)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* dependencies ([985e389](https://github.com/feasibleone/blong/commit/985e389e982a9f3937a5a192131a9cde12d01c3c))
|
|
16
|
+
|
|
3
17
|
## [1.9.0](https://github.com/feasibleone/blong/compare/blong-v1.8.0...blong-v1.9.0) (2026-03-01)
|
|
4
18
|
|
|
5
19
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!-- markdownlint-disable MD033 MD041 -->
|
|
2
2
|
<div align="center">
|
|
3
3
|
|
|
4
|
-
[](https://github.com/feasibleone/blong/actions/workflows/release.yaml)
|
|
5
5
|
[](https://www.npmjs.com/package/@feasibleone/blong)
|
|
6
6
|
[](https://github.com/feasibleone/blong)
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"@aws-sdk/client-s3": "^3.983.0",
|
|
20
20
|
"@keycloak/keycloak-admin-client": "^26.5.2",
|
|
21
21
|
"@kubernetes/client-node": "^1.4.0",
|
|
22
|
-
"@rushstack/eslint-config": "^4.
|
|
23
|
-
"@rushstack/heft-lint-plugin": "^1.
|
|
24
|
-
"@rushstack/heft-typescript-plugin": "^1.1
|
|
25
|
-
"@rushstack/heft": "^1.
|
|
22
|
+
"@rushstack/eslint-config": "^4.6.4",
|
|
23
|
+
"@rushstack/heft-lint-plugin": "^1.2.6",
|
|
24
|
+
"@rushstack/heft-typescript-plugin": "^1.3.1",
|
|
25
|
+
"@rushstack/heft": "^1.2.6",
|
|
26
26
|
"@slack/types": "^2.19.0",
|
|
27
27
|
"@slack/webhook": "^7.0.6",
|
|
28
28
|
"@types/request": "^2.48.13",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"typescript": "^5.9.3"
|
|
39
39
|
},
|
|
40
40
|
"exports": {
|
|
41
|
-
".": "./
|
|
41
|
+
".": "./types.ts",
|
|
42
42
|
"./types": "./types.ts"
|
|
43
43
|
},
|
|
44
44
|
"type": "module",
|
|
45
|
-
"version": "1.9.
|
|
45
|
+
"version": "1.9.2",
|
|
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"
|