Skip to content

Commit 241ecf3

Browse files
authored
Merge pull request #198 from zong-zhe/bump-nodejs-0.11.2
chore: bump nodejs lib version to 0.11.2
2 parents b356ec4 + 46d90f5 commit 241ecf3

File tree

13 files changed

+104
-77
lines changed

13 files changed

+104
-77
lines changed

nodejs/Cargo.lock

+63-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.0.0"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.11.1" }
10+
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.11.2" }
1111
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
1212
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
1313
napi-derive = "2.12.2"

nodejs/examples/exec-program/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"dist/"
1313
],
1414
"dependencies": {
15-
"kcl-lib": "0.11.1"
15+
"kcl-lib": "0.11.2"
1616
}
1717
}

0 commit comments

Comments
 (0)