@goodfoot/wiki 0.5.46 → 0.5.49

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@goodfoot/wiki",
3
- "version": "0.5.46",
3
+ "version": "0.5.49",
4
4
  "bin": "bin/wiki",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/postinstall.js",
7
7
  "build": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/build cargo build --release",
8
- "build:local": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 cargo build --release && mkdir -p \"$HOME/.vscode-server/data/User/globalStorage/goodfoot.wiki-extension/bin/0.5.43/linux-arm64\" && ln -sf \"$(pwd)/target/release/wiki\" \"$HOME/.vscode-server/data/User/globalStorage/goodfoot.wiki-extension/bin/0.5.43/linux-arm64/wiki\" && ln -sf \"$(pwd)/target/release/wiki\" \"$HOME/.vscode-server/data/User/globalStorage/goodfoot.wiki-extension/bin/0.5.42/linux-arm64/wiki\"",
8
+ "build:local": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 cargo build --release && bash scripts/install-local.sh",
9
9
  "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",
10
10
  "test": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/test cargo test --quiet -- --test-threads=1",
11
11
  "lint": "env PATH=\"$HOME/.cargo/bin:$PATH\" CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=target/lint cargo clippy --quiet -- -D warnings",
@@ -16,11 +16,11 @@
16
16
  "scripts/postinstall.js"
17
17
  ],
18
18
  "optionalDependencies": {
19
- "@goodfoot/wiki-darwin-arm64": "0.5.46",
20
- "@goodfoot/wiki-darwin-x64": "0.5.46",
21
- "@goodfoot/wiki-linux-arm64": "0.5.46",
22
- "@goodfoot/wiki-linux-x64": "0.5.46",
23
- "@goodfoot/wiki-win32-x64": "0.5.46"
19
+ "@goodfoot/wiki-darwin-arm64": "0.5.49",
20
+ "@goodfoot/wiki-darwin-x64": "0.5.49",
21
+ "@goodfoot/wiki-linux-arm64": "0.5.49",
22
+ "@goodfoot/wiki-linux-x64": "0.5.49",
23
+ "@goodfoot/wiki-win32-x64": "0.5.49"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",