Skip to content

Commit 7361093

Browse files
committed
chore: update refertence to nilvm
1 parent 8a230bb commit 7361093

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"files": {
99
"ignoreUnknown": false,
1010
"include": ["**/*.ts", "**/*.mjs", "**/*.json", "**/*.tsx"],
11-
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nillion"]
11+
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nilvm"]
1212
},
1313
"formatter": {
1414
"enabled": true,

buf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: v2
22
modules:
3-
- path: nillion/libs/node-api/proto
3+
- path: nilvm/libs/node-api/proto
44
lint:
55
use:
66
- STANDARD

client-wasm/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ getrandom = { version = "0.2", features = ["js"] }
1111
wasm-bindgen = "0.2.92"
1212
js-sys = "0.3"
1313

14-
nillion-client-core = { path = "../nillion/libs/client-core" }
14+
nillion-client-core = { path = "../nilvm/libs/client-core" }
1515

1616
[dev-dependencies]
1717
wasm-bindgen-test = "0.3"

client-wasm/dist/index_bg.wasm

672 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)