cargo-messages 0.1.66 → 0.1.68
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 +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cargo-messages",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.68",
|
|
5
5
|
"description": "A streaming reader for JSON messages emitted from Cargo.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"debug": "npm run cargo-build --",
|
|
35
35
|
"build": "npm run cargo-build -- --release",
|
|
36
36
|
"cross": "npm run cross-build -- --release",
|
|
37
|
-
"prepack": "neon update
|
|
37
|
+
"prepack": "neon update -v 2>neon-update.log",
|
|
38
38
|
"version": "neon bump -v --binaries platforms"
|
|
39
39
|
},
|
|
40
40
|
"author": "David Herman <david.herman@gmail.com>",
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@neon-rs/cli": "^0.1.
|
|
43
|
+
"@neon-rs/cli": "^0.1.67"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"load": "./lib/load.cjs"
|
|
65
65
|
},
|
|
66
66
|
"optionalDependencies": {
|
|
67
|
-
"@cargo-messages/win32-x64-msvc": "0.1.
|
|
68
|
-
"@cargo-messages/darwin-x64": "0.1.
|
|
69
|
-
"@cargo-messages/darwin-arm64": "0.1.
|
|
70
|
-
"@cargo-messages/linux-x64-gnu": "0.1.
|
|
71
|
-
"@cargo-messages/win32-arm64-msvc": "0.1.
|
|
72
|
-
"@cargo-messages/linux-arm-gnueabihf": "0.1.
|
|
73
|
-
"@cargo-messages/android-arm-eabi": "0.1.
|
|
67
|
+
"@cargo-messages/win32-x64-msvc": "0.1.68",
|
|
68
|
+
"@cargo-messages/darwin-x64": "0.1.68",
|
|
69
|
+
"@cargo-messages/darwin-arm64": "0.1.68",
|
|
70
|
+
"@cargo-messages/linux-x64-gnu": "0.1.68",
|
|
71
|
+
"@cargo-messages/win32-arm64-msvc": "0.1.68",
|
|
72
|
+
"@cargo-messages/linux-arm-gnueabihf": "0.1.68",
|
|
73
|
+
"@cargo-messages/android-arm-eabi": "0.1.68"
|
|
74
74
|
}
|
|
75
75
|
}
|