File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.0.5
2+ - Fix ArrayBuffer get info.
3+
4+ ---
15# 0.0.4
2- - Fix compiler error
6+ - Fix compiler error.
37
48---
59# 0.0.3
Original file line number Diff line number Diff line change 44
55use` ohpm ` to install package.
66
7- ``` shell
7+ ``` bash
88ohpm install @ohos-rs/node-addon-api --save-dev
99```
1010
@@ -19,4 +19,4 @@ set(CMAKE_MODULE_PATH ${NODE_ADDON_API_OHOS_ROOT_PATH})
1919find_package(node_addon_api_ohos REQUIRED)
2020
2121target_link_libraries(entry PRIVATE node_addon_api_ohos)
22- ```
22+ ```
Original file line number Diff line number Diff line change 44 name : "@ohos-rs/node-addon-api" ,
55 description : "Node-addon-api for OpenHarmony/HarmonyNext" ,
66 main : "index.ets" ,
7- version : "0.0.4 " ,
7+ version : "0.0.5 " ,
88 types : "libs/index.d.ts" ,
99 dependencies : { } ,
1010 homepage : "https://github.com/richerfu/node-addon-api-ohos" ,
1414 "node-addon-api" ,
1515 "cpp"
1616 ]
17- }
17+ }
You can’t perform that action at this time.
0 commit comments