Skip to content

Commit

Permalink
chore: update refertence to nilvm
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojhl committed Feb 10, 2025
1 parent 8a230bb commit fa3ab62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- package-name: "client-vms"
- package-name: "client-react-hooks"
steps:
- name: Generate nillion repo app token
- name: Generate nilvm repo app token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
owner: NillionNetwork
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
repositories: nillion
repositories: nilvm
- uses: actions/checkout@v4
with:
token: ${{ steps.generate-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"files": {
"ignoreUnknown": false,
"include": ["**/*.ts", "**/*.mjs", "**/*.json", "**/*.tsx"],
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nillion"]
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nilvm"]
},
"formatter": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v2
modules:
- path: nillion/libs/node-api/proto
- path: nilvm/libs/node-api/proto
lint:
use:
- STANDARD
Expand Down
2 changes: 1 addition & 1 deletion client-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen = "0.2.92"
js-sys = "0.3"

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

[dev-dependencies]
wasm-bindgen-test = "0.3"
Expand Down
Binary file modified client-wasm/dist/index_bg.wasm
Binary file not shown.

0 comments on commit fa3ab62

Please sign in to comment.