Skip to content

Commit bac2715

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

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- package-name: "client-vms"
2121
- package-name: "client-react-hooks"
2222
steps:
23-
- name: Generate nillion repo app token
23+
- name: Generate nilvm repo app token
2424
id: generate-token
2525
uses: actions/create-github-app-token@v1
2626
with:
2727
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
2828
owner: NillionNetwork
2929
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
30-
repositories: nillion
30+
repositories: nilvm
3131
- uses: actions/checkout@v4
3232
with:
3333
token: ${{ steps.generate-token.outputs.token }}

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)