@goodfoot/wiki 0.5.33 → 0.5.35
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 +11 -11
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodfoot/wiki",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.35",
|
|
4
4
|
"bin": "bin/wiki",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node scripts/postinstall.js",
|
|
7
|
-
"build": "env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/build cargo build --release",
|
|
8
|
-
"build:clean": "rm -rf target/build target/lint target/test target/typecheck && env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/build cargo build --release",
|
|
9
|
-
"test": "env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/test cargo test --quiet -- --test-threads=1",
|
|
10
|
-
"lint": "env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/lint cargo clippy --quiet -- -D warnings",
|
|
11
|
-
"typecheck": "env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/typecheck cargo check --quiet"
|
|
7
|
+
"build": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/build cargo build --release",
|
|
8
|
+
"build:clean": "rm -rf target/build target/lint target/test target/typecheck && env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/build cargo build --release",
|
|
9
|
+
"test": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/test cargo test --quiet -- --test-threads=1",
|
|
10
|
+
"lint": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/lint cargo clippy --quiet -- -D warnings",
|
|
11
|
+
"typecheck": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/typecheck cargo check --quiet"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"bin/",
|
|
15
15
|
"scripts/postinstall.js"
|
|
16
16
|
],
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@goodfoot/wiki-darwin-arm64": "0.5.
|
|
19
|
-
"@goodfoot/wiki-darwin-x64": "0.5.
|
|
20
|
-
"@goodfoot/wiki-linux-arm64": "0.5.
|
|
21
|
-
"@goodfoot/wiki-linux-x64": "0.5.
|
|
22
|
-
"@goodfoot/wiki-win32-x64": "0.5.
|
|
18
|
+
"@goodfoot/wiki-darwin-arm64": "0.5.35",
|
|
19
|
+
"@goodfoot/wiki-darwin-x64": "0.5.35",
|
|
20
|
+
"@goodfoot/wiki-linux-arm64": "0.5.35",
|
|
21
|
+
"@goodfoot/wiki-linux-x64": "0.5.35",
|
|
22
|
+
"@goodfoot/wiki-win32-x64": "0.5.35"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|