@visulima/fmt 1.1.11 → 1.1.13
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 +27 -0
- package/README.md +3 -3
- package/dist/index.cjs +664 -1
- package/dist/index.mjs +659 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## @visulima/fmt [1.1.13](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.12...@visulima/fmt@1.1.13) (2025-01-12)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated @visulima/packem, and all other dev dependencies ([7797a1c](https://github.com/visulima/visulima/commit/7797a1c3e6f1fc532895247bd88285a8a9883c40))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650))
|
|
10
|
+
|
|
11
|
+
## @visulima/fmt [1.1.12](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.11...@visulima/fmt@1.1.12) (2024-12-12)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* allow node v23 ([8ca929a](https://github.com/visulima/visulima/commit/8ca929af311ce8036cbbfde68b6db05381b860a5))
|
|
16
|
+
* allowed node 23, updated dev dependencies ([f99d34e](https://github.com/visulima/visulima/commit/f99d34e01f6b13be8586a1b5d37dc8b8df0a5817))
|
|
17
|
+
* updated packem to v1.8.2 ([23f869b](https://github.com/visulima/visulima/commit/23f869b4120856cc97e2bffa6d508e2ae30420ea))
|
|
18
|
+
* updated packem to v1.9.2 ([47bdc2d](https://github.com/visulima/visulima/commit/47bdc2dfaeca4e7014dbe7772eae2fdf8c8b35bb))
|
|
19
|
+
|
|
20
|
+
### Styles
|
|
21
|
+
|
|
22
|
+
* cs fixes ([46d31e0](https://github.com/visulima/visulima/commit/46d31e082e1865262bf380859c14fabd28ff456d))
|
|
23
|
+
|
|
24
|
+
### Miscellaneous Chores
|
|
25
|
+
|
|
26
|
+
* updated dev dependencies ([a916944](https://github.com/visulima/visulima/commit/a916944b888bb34c34b0c54328b38d29e4399857))
|
|
27
|
+
|
|
1
28
|
## @visulima/fmt [1.1.11](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.10...@visulima/fmt@1.1.11) (2024-10-05)
|
|
2
29
|
|
|
3
30
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -123,9 +123,9 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
123
123
|
|
|
124
124
|
## Credits
|
|
125
125
|
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
126
|
+
- [quick-format-unescaped](https://github.com/pinojs/quick-format-unescaped)
|
|
127
|
+
- [Daniel Bannert](https://github.com/prisis)
|
|
128
|
+
- [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
|
|
129
129
|
|
|
130
130
|
## License
|
|
131
131
|
|