refactor(bindings/node)!: Change is_exist to exists to align with nodejs API style#5731
Conversation
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
|
Nodejs does have an Maybe we can add |
|
Hi @yihong0618, this update will introduce a breaking change to Node.js. Would you be willing to update upgrade.md so we can inform users about it? It's also fine to start another PR for this. |
is_exist to exists to align with nodejs API style
is_exist to exists to align with nodejs API styleis_exist to exists to align with nodejs API style
|
will do this in this PR |
|
Also, this change is not a |
learned that thanks |
Signed-off-by: yihong0618 <[email protected]>
bindings/nodejs/upgrade.md
Outdated
| @@ -1,3 +1,11 @@ | |||
| # Upgrade to v0.53 | |||
There was a problem hiding this comment.
The next version of nodejs will be 0.48:
opendal/bindings/nodejs/package.json
Line 4 in 3cfce47
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you @yihong0618 for this change!
Which issue does this PR close?
this patch chore node biding also from commnet #5717
and also chore the package.json version to fix audit.