tombi 0.4.27 → 0.4.29

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 +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @tombi-toml/tombi
1
+ # tombi
2
2
 
3
3
  🦅 Rust binary installer for tombi TOML toolkit
4
4
 
@@ -9,7 +9,7 @@ This package provides a way to install the Rust-built tombi binary through npm.
9
9
  ## Installation
10
10
 
11
11
  ```
12
- npm install -g @tombi-toml/tombi
12
+ npm install -g tombi
13
13
  ```
14
14
 
15
15
  After installation, the `tombi` command becomes available globally.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tombi",
3
- "version": "0.4.27",
3
+ "version": "0.4.29",
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.4.27",
44
- "@tombi-toml/cli-win32-arm64": "0.4.27",
45
- "@tombi-toml/cli-darwin-x64": "0.4.27",
46
- "@tombi-toml/cli-darwin-arm64": "0.4.27",
47
- "@tombi-toml/cli-linux-x64": "0.4.27",
48
- "@tombi-toml/cli-linux-arm64": "0.4.27",
49
- "@tombi-toml/cli-linux-x64-musl": "0.4.27",
50
- "@tombi-toml/cli-linux-arm64-musl": "0.4.27"
43
+ "@tombi-toml/cli-win32-x64": "0.4.29",
44
+ "@tombi-toml/cli-win32-arm64": "0.4.29",
45
+ "@tombi-toml/cli-darwin-x64": "0.4.29",
46
+ "@tombi-toml/cli-darwin-arm64": "0.4.29",
47
+ "@tombi-toml/cli-linux-x64": "0.4.29",
48
+ "@tombi-toml/cli-linux-arm64": "0.4.29",
49
+ "@tombi-toml/cli-linux-x64-musl": "0.4.29",
50
+ "@tombi-toml/cli-linux-arm64-musl": "0.4.29"
51
51
  }
52
52
  }