tombi 0.4.27 → 0.4.28
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.
- package/README.md +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.4.28",
|
|
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.
|
|
44
|
-
"@tombi-toml/cli-win32-arm64": "0.4.
|
|
45
|
-
"@tombi-toml/cli-darwin-x64": "0.4.
|
|
46
|
-
"@tombi-toml/cli-darwin-arm64": "0.4.
|
|
47
|
-
"@tombi-toml/cli-linux-x64": "0.4.
|
|
48
|
-
"@tombi-toml/cli-linux-arm64": "0.4.
|
|
49
|
-
"@tombi-toml/cli-linux-x64-musl": "0.4.
|
|
50
|
-
"@tombi-toml/cli-linux-arm64-musl": "0.4.
|
|
43
|
+
"@tombi-toml/cli-win32-x64": "0.4.28",
|
|
44
|
+
"@tombi-toml/cli-win32-arm64": "0.4.28",
|
|
45
|
+
"@tombi-toml/cli-darwin-x64": "0.4.28",
|
|
46
|
+
"@tombi-toml/cli-darwin-arm64": "0.4.28",
|
|
47
|
+
"@tombi-toml/cli-linux-x64": "0.4.28",
|
|
48
|
+
"@tombi-toml/cli-linux-arm64": "0.4.28",
|
|
49
|
+
"@tombi-toml/cli-linux-x64-musl": "0.4.28",
|
|
50
|
+
"@tombi-toml/cli-linux-arm64-musl": "0.4.28"
|
|
51
51
|
}
|
|
52
52
|
}
|