@feasibleone/blong 1.9.0 → 1.9.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.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.1](https://github.com/feasibleone/blong/compare/blong-v1.9.0...blong-v1.9.1) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* dependencies ([985e389](https://github.com/feasibleone/blong/commit/985e389e982a9f3937a5a192131a9cde12d01c3c))
|
|
9
|
+
|
|
3
10
|
## [1.9.0](https://github.com/feasibleone/blong/compare/blong-v1.8.0...blong-v1.9.0) (2026-03-01)
|
|
4
11
|
|
|
5
12
|
|
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
|
@@ -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.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"
|