cargo-messages 0.0.117 → 0.0.119
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/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cargo-messages",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.119",
|
|
5
5
|
"description": "A streaming reader for JSON messages emitted from Cargo.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -29,9 +29,7 @@
|
|
|
29
29
|
"test": "cargo test",
|
|
30
30
|
"debug": "cargo build --message-format=json | neon dist",
|
|
31
31
|
"build": "cargo build --message-format=json --release | neon dist",
|
|
32
|
-
"
|
|
33
|
-
"cross": "cross build --message-format=json --release > cross.log",
|
|
34
|
-
"postcross": "cat cross.log && (cat cross.log | neon dist -m /target)",
|
|
32
|
+
"cross": "cross build --message-format=json --release > cross.log && cat cross.log | neon dist -m /target",
|
|
35
33
|
"pack-build": "neon pack-build",
|
|
36
34
|
"prepack": "neon install-builds",
|
|
37
35
|
"version": "cross-os version",
|
|
@@ -48,7 +46,7 @@
|
|
|
48
46
|
"author": "David Herman <david.herman@gmail.com>",
|
|
49
47
|
"license": "MIT",
|
|
50
48
|
"devDependencies": {
|
|
51
|
-
"@neon-rs/cli": "^0.0.
|
|
49
|
+
"@neon-rs/cli": "^0.0.117",
|
|
52
50
|
"cross-os": "^1.5.0"
|
|
53
51
|
},
|
|
54
52
|
"repository": {
|