File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ exclude = [
125125]
126126
127127[tool.hatch.build.targets.wheel.shared-data]
128- " {{module}} /labextension " = " share /jupyter /labextensions /{{module }} "
129- " {{module}} /extension /install.json " = " share /jupyter /labextensions /{{module }} /install.json "
128+ " {{module}} /labextension " = " share /jupyter /labextensions /{{project_name_formatted }} "
129+ " {{module}} /extension /install.json " = " share /jupyter /labextensions /{{project_name_formatted }} /install.json "
130130" {{module}} /extension /{{module}}.json " = " etc /jupyter /jupyter_server_config.d /{{module}}.json "
131131
132132[tool.hatch.build.hooks.hatch-js]
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313
1414[dependencies]
1515{{module}} = { path = "../rust", version = "*" }
16- wasm-bindgen = "0.2.105 "
16+ wasm-bindgen = "0.2.106 "
Original file line number Diff line number Diff line change 2626 "access": "public"
2727 },
2828 "scripts": {
29- "setup": "cargo install -f wasm-bindgen-cli --version 0.2.105 ",
29+ "setup": "cargo install -f wasm-bindgen-cli --version 0.2.106 ",
3030 "build:debug": "node build.mjs --debug",
3131 "build:rust": "cargo build --release --all-features --target wasm32-unknown-unknown",
3232 "build:wasm-bindgen": "wasm-bindgen ../target/wasm32-unknown-unknown/release/{{module}}.wasm --out-dir ./dist/pkg --target web",
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requirements: ## install required dev dependencies
55 rustup component add clippy
66 cargo install -f cargo-nextest
77 cargo install -f cargo-llvm-cov
8- cargo install -f wasm-bindgen-cli --version 0.2.105
8+ cargo install -f wasm-bindgen-cli --version 0.2.106
99 rustup target add wasm32-unknown-unknown
1010
1111develop: requirements ## install required dev dependencies
You can’t perform that action at this time.
0 commit comments