@visulima/fmt 1.1.14 → 1.1.16
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 +25 -0
- package/README.md +1 -0
- package/dist/index.cjs +1 -664
- package/dist/index.d.cts +3 -2
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.mjs +1 -659
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## @visulima/fmt [1.1.16](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.15...@visulima/fmt@1.1.16) (2025-10-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* streamline ESLint configuration and enhance code readability ([56ccf38](https://github.com/visulima/visulima/commit/56ccf3882ca6071bb258910b068ffc30ddd2ced3))
|
|
6
|
+
* update @visulima/packem to 2.0.0-alpha.30 across multiple packages for improved compatibility ([27b346e](https://github.com/visulima/visulima/commit/27b346eaa1c0fb0e420d9a9824482028307f4249))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* **deps:** update build scripts and remove cross-env dependency ([7510e82](https://github.com/visulima/visulima/commit/7510e826b9235a0013fe61c82a7eb333bc4cbb78))
|
|
11
|
+
* **fmt:** update devDependencies ([323c9c7](https://github.com/visulima/visulima/commit/323c9c71d667d8fad0a981bbcf7371efa0e53941))
|
|
12
|
+
* update package dependencies across multiple packages for improved compatibility and performance ([9567591](https://github.com/visulima/visulima/commit/9567591c415da3002f3a4fe08f8caf7ce01ca5f7))
|
|
13
|
+
* update package.json and pnpm-lock.yaml to include publint@0.3.12 and adjust build/test commands to exclude shared-utils ([1f7b3c0](https://github.com/visulima/visulima/commit/1f7b3c0381d77edfeec80ea1bf57b3469e929414))
|
|
14
|
+
* updated dev dependencies ([2433ed5](https://github.com/visulima/visulima/commit/2433ed5fb662e0303c37edee8ddc21b46c21263f))
|
|
15
|
+
|
|
16
|
+
## @visulima/fmt [1.1.15](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.14...@visulima/fmt@1.1.15) (2025-03-07)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* updated @visulima/packem and other dev deps, for better bundling size ([e940581](https://github.com/visulima/visulima/commit/e9405812201594e54dd81d17ddb74177df5f3c24))
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
* updated dev dependencies ([487a976](https://github.com/visulima/visulima/commit/487a976932dc7c39edfc19ffd3968960ff338066))
|
|
25
|
+
|
|
1
26
|
## @visulima/fmt [1.1.14](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.13...@visulima/fmt@1.1.14) (2025-01-25)
|
|
2
27
|
|
|
3
28
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -132,6 +132,7 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
132
132
|
The visulima fmt is open-sourced software licensed under the [MIT][license-url]
|
|
133
133
|
|
|
134
134
|
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
135
|
+
|
|
135
136
|
[typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
|
|
136
137
|
[license-image]: https://img.shields.io/npm/l/@visulima/fmt?color=blueviolet&style=for-the-badge
|
|
137
138
|
[license-url]: LICENSE.md "license"
|