tombi 0.6.37 → 0.6.38

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 +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -28,7 +28,7 @@
28
28
  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
29
29
  <br><br>
30
30
  <span aria-hidden="true">📚</span>
31
- <a href="https://tombi-toml.github.io/tombi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">Documentation here</a>
31
+ <a href="https://tombi-toml.github.io/tombi" style="font-size: 1.2em; color: #007acc; text-decoration: none;">Documentation</a>
32
32
  <span aria-hidden="true">📚</span>
33
33
  </div>
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tombi",
3
- "version": "0.6.37",
3
+ "version": "0.6.38",
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.37",
44
- "@tombi-toml/cli-win32-arm64": "0.6.37",
45
- "@tombi-toml/cli-darwin-x64": "0.6.37",
46
- "@tombi-toml/cli-darwin-arm64": "0.6.37",
47
- "@tombi-toml/cli-linux-x64": "0.6.37",
48
- "@tombi-toml/cli-linux-arm64": "0.6.37",
49
- "@tombi-toml/cli-linux-x64-musl": "0.6.37",
50
- "@tombi-toml/cli-linux-arm64-musl": "0.6.37"
43
+ "@tombi-toml/cli-win32-x64": "0.6.38",
44
+ "@tombi-toml/cli-win32-arm64": "0.6.38",
45
+ "@tombi-toml/cli-darwin-x64": "0.6.38",
46
+ "@tombi-toml/cli-darwin-arm64": "0.6.38",
47
+ "@tombi-toml/cli-linux-x64": "0.6.38",
48
+ "@tombi-toml/cli-linux-arm64": "0.6.38",
49
+ "@tombi-toml/cli-linux-x64-musl": "0.6.38",
50
+ "@tombi-toml/cli-linux-arm64-musl": "0.6.38"
51
51
  }
52
52
  }