tombi 0.6.32 → 0.6.33
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/README.md +2 -6
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -45,11 +45,7 @@ To quickly try out Tombi's formatter, you can run:
|
|
|
45
45
|
</h2>
|
|
46
46
|
❤️ If you like this project and would like to support us ❤️
|
|
47
47
|
<br><br>
|
|
48
|
-
<a href="https://
|
|
49
|
-
<img
|
|
50
|
-
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
|
|
51
|
-
alt="Buy Me A Coffee"
|
|
52
|
-
style="width: 180px !important;"
|
|
53
|
-
>
|
|
48
|
+
<a href="https://github.com/sponsors/tombi-toml">
|
|
49
|
+
<img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4" alt="GitHub Sponsor">
|
|
54
50
|
</a>
|
|
55
51
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tombi",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.33",
|
|
4
4
|
"description": "🦅 TOML Toolkit 🦅",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tombi": "bin/tombi"
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"provenance": true
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
|
-
"@tombi-toml/cli-win32-x64": "0.6.
|
|
44
|
-
"@tombi-toml/cli-win32-arm64": "0.6.
|
|
45
|
-
"@tombi-toml/cli-darwin-x64": "0.6.
|
|
46
|
-
"@tombi-toml/cli-darwin-arm64": "0.6.
|
|
47
|
-
"@tombi-toml/cli-linux-x64": "0.6.
|
|
48
|
-
"@tombi-toml/cli-linux-arm64": "0.6.
|
|
49
|
-
"@tombi-toml/cli-linux-x64-musl": "0.6.
|
|
50
|
-
"@tombi-toml/cli-linux-arm64-musl": "0.6.
|
|
43
|
+
"@tombi-toml/cli-win32-x64": "0.6.33",
|
|
44
|
+
"@tombi-toml/cli-win32-arm64": "0.6.33",
|
|
45
|
+
"@tombi-toml/cli-darwin-x64": "0.6.33",
|
|
46
|
+
"@tombi-toml/cli-darwin-arm64": "0.6.33",
|
|
47
|
+
"@tombi-toml/cli-linux-x64": "0.6.33",
|
|
48
|
+
"@tombi-toml/cli-linux-arm64": "0.6.33",
|
|
49
|
+
"@tombi-toml/cli-linux-x64-musl": "0.6.33",
|
|
50
|
+
"@tombi-toml/cli-linux-arm64-musl": "0.6.33"
|
|
51
51
|
}
|
|
52
52
|
}
|