@visulima/fmt 1.1.12 → 1.1.14
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 +22 -0
- package/README.md +1 -1
- package/dist/index.cjs +664 -1
- package/dist/index.mjs +659 -1
- package/package.json +2 -61
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
|
|
10
|
+
* updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
|
|
11
|
+
* updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
|
|
12
|
+
|
|
13
|
+
## @visulima/fmt [1.1.13](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.12...@visulima/fmt@1.1.13) (2025-01-12)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* updated @visulima/packem, and all other dev dependencies ([7797a1c](https://github.com/visulima/visulima/commit/7797a1c3e6f1fc532895247bd88285a8a9883c40))
|
|
18
|
+
|
|
19
|
+
### Miscellaneous Chores
|
|
20
|
+
|
|
21
|
+
* updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650))
|
|
22
|
+
|
|
1
23
|
## @visulima/fmt [1.1.12](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.11...@visulima/fmt@1.1.12) (2024-12-12)
|
|
2
24
|
|
|
3
25
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -132,7 +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
|
-
[typescript-url]: "typescript"
|
|
135
|
+
[typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
|
|
136
136
|
[license-image]: https://img.shields.io/npm/l/@visulima/fmt?color=blueviolet&style=for-the-badge
|
|
137
137
|
[license-url]: LICENSE.md "license"
|
|
138
138
|
[npm-image]: https://img.shields.io/npm/v/@visulima/fmt/latest.svg?style=for-the-badge&logo=npm
|