tombi 0.6.33 → 0.6.34

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 +5 -5
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -22,9 +22,9 @@
22
22
  </div>
23
23
  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
24
  <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>
25
+ <span aria-hidden="true">📚</span>
26
+ <a href="https://tombi-toml.github.io/tombi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">Documentation here</a>
27
+ <span aria-hidden="true">📚</span>
28
28
  </div>
29
29
 
30
30
  <br>
@@ -41,9 +41,9 @@ To quickly try out Tombi's formatter, you can run:
41
41
 
42
42
  <div align="center">
43
43
  <h2 align="center" style="font-size: 2.0em; margin-bottom: 30px;">
44
- <strong>Support</strong>
44
+ <strong>Support us</strong>
45
45
  </h2>
46
- ❤️ If you like this project and would like to support us ❤️
46
+ If you like this project and would like to support us
47
47
  <br><br>
48
48
  <a href="https://github.com/sponsors/tombi-toml">
49
49
  <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.34",
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.34",
44
+ "@tombi-toml/cli-win32-arm64": "0.6.34",
45
+ "@tombi-toml/cli-darwin-x64": "0.6.34",
46
+ "@tombi-toml/cli-darwin-arm64": "0.6.34",
47
+ "@tombi-toml/cli-linux-x64": "0.6.34",
48
+ "@tombi-toml/cli-linux-arm64": "0.6.34",
49
+ "@tombi-toml/cli-linux-x64-musl": "0.6.34",
50
+ "@tombi-toml/cli-linux-arm64-musl": "0.6.34"
51
51
  }
52
52
  }