tombi 0.6.33 β†’ 0.6.35

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.
Files changed (2) hide show
  1. package/README.md +10 -8
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -17,14 +17,16 @@
17
17
  <br>
18
18
 
19
19
  <div align="center">
20
- <div align="center" style="font-size: 2.0em; margin-bottom: 30px;">
21
- <strong> πŸ¦…&nbsp; Feature-Rich TOML Toolkit &nbsp πŸ¦…</strong>
22
- </div>
20
+ <h2 align="center" style="font-size: 2.0em; margin-bottom: 30px;">
21
+ <span aria-hidden="true">πŸ¦…&nbsp;</span>
22
+ <strong>TOML Toolkit</strong>
23
+ <span aria-hidden="true">&nbsp;πŸ¦…</span>
24
+ </h2>
23
25
  Tombi(ι³Ά <a href="https://ipa-reader.com/?text=toΙ΄bi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">/toΙ΄bi/</a>) provides a Formatter, Linter, and Language Server
24
26
  <br><br>
25
- <a href="https://tombi-toml.github.io/tombi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">
26
- πŸ“š Documentation here πŸ“š
27
- </a>
27
+ <span aria-hidden="true">πŸ“š</span>
28
+ <a href="https://tombi-toml.github.io/tombi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">Documentation here</a>
29
+ <span aria-hidden="true">πŸ“š</span>
28
30
  </div>
29
31
 
30
32
  <br>
@@ -41,9 +43,9 @@ To quickly try out Tombi's formatter, you can run:
41
43
 
42
44
  <div align="center">
43
45
  <h2 align="center" style="font-size: 2.0em; margin-bottom: 30px;">
44
- <strong>Support</strong>
46
+ <strong>Support us</strong>
45
47
  </h2>
46
- ❀️ If you like this project and would like to support us ❀️
48
+ If you like this project and would like to support us
47
49
  <br><br>
48
50
  <a href="https://github.com/sponsors/tombi-toml">
49
51
  <img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4" alt="GitHub Sponsor">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tombi",
3
- "version": "0.6.33",
3
+ "version": "0.6.35",
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.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"
43
+ "@tombi-toml/cli-win32-x64": "0.6.35",
44
+ "@tombi-toml/cli-win32-arm64": "0.6.35",
45
+ "@tombi-toml/cli-darwin-x64": "0.6.35",
46
+ "@tombi-toml/cli-darwin-arm64": "0.6.35",
47
+ "@tombi-toml/cli-linux-x64": "0.6.35",
48
+ "@tombi-toml/cli-linux-arm64": "0.6.35",
49
+ "@tombi-toml/cli-linux-x64-musl": "0.6.35",
50
+ "@tombi-toml/cli-linux-arm64-musl": "0.6.35"
51
51
  }
52
52
  }