tombi 0.6.34 → 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 +6 -4
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -17,13 +17,15 @@
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
27
  <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>
28
+ <a href="https://tombi-toml.github.io/tombi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">Documentation here</a>
27
29
  <span aria-hidden="true">📚</span>
28
30
  </div>
29
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tombi",
3
- "version": "0.6.34",
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.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"
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
  }