Skip to content

Commit 96f075a

Browse files
authored
chore: upgrade dependencies (#35)
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
1 parent f0cca06 commit 96f075a

File tree

4 files changed

+58
-56
lines changed

4 files changed

+58
-56
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ pnpm docs:build
247247
```
248248

249249
This generates the documentation in the `docs/` directory. You can preview it by opening `docs/index.html` in a browser. You may also view the docs locally by:
250+
250251
```shell
251252
pnpm docs:serve
252253
```

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ license = "MIT"
99
repository = "https://github.com/numaproj/numaflow-js"
1010

1111
[workspace.dependencies]
12-
napi = { version = "3.5.2", features = ["full"] }
13-
napi-derive = "3.3.3"
14-
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", rev = "42a1e814459d18b89eb6ca874fd0a989fd134303" }
12+
napi = { version = "3.8.2", features = ["full"] }
13+
napi-derive = "3.5.1"
14+
# numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", rev = "v0.5.0" }
15+
numaflow = "0.5.0"
1516
chrono = "0.4.42"
1617
tokio = "1.47.1"
1718
async-trait = "0.1.89"

0 commit comments

Comments
 (0)