File tree Expand file tree Collapse file tree 3 files changed +460
-63
lines changed
Expand file tree Collapse file tree 3 files changed +460
-63
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ else ()
134134 )
135135 add_subdirectory (${CMAKE_CURRENT_LIST_DIR} /sdk/wrapper)
136136endif ()
137+ message (STATUS "=============================== ${CMAKE_JS_LIB} " )
137138target_link_libraries (${TARGET_NAME}
138139 ${CMAKE_JS_LIB}
139140 nim_cpp_wrapper
Original file line number Diff line number Diff line change 11{
22 "name" : " node-nim" ,
3- "version" : " 10.9.70 " ,
3+ "version" : " 10.9.72 " ,
44 "description" : " NetEase IM nodejs wrapper based on NetEase IM C++ SDK" ,
55 "main" : " dist/node-nim.js" ,
66 "bin" : {
2020 "build_ts" : " rimraf ./dist && rimraf ./types && tsc" ,
2121 "build_html_doc" : " typedoc --plugin typedoc-github-theme" ,
2222 "prepublishOnly" : " npm run build_ts" ,
23- "install " : " npm run download_sdk " ,
24- "download_sdk" : " node -e \" require('./ script/download-sdk.js').downloadSDK() \" " ,
23+ "postinstall " : " node script/download-sdk.js " ,
24+ "download_sdk" : " node script/download-sdk.js" ,
2525 "publish_to_netease_npm" : " node script/publish-to-netease-npm.js http://npm.netease.im/" ,
2626 "publish_to_npmjs" : " node script/publish-to-netease-npm.js https://registry.npmjs.org" ,
2727 "test" : " npx cross-env BABEL_ENV=test mocha"
3333 ]
3434 },
3535 "dependencies" : {
36+ "axios" : " ^1.6.2" ,
3637 "compare-versions" : " ^4.1.4" ,
37- "download" : " ^8.0.0" ,
38- "eventemitter3" : " ^4.0.7" ,
39- "node-fetch" : " ^2.6.9"
38+ "decompress" : " ^4.2.1" ,
39+ "eventemitter3" : " ^4.0.7"
4040 },
4141 "devDependencies" : {
4242 "@babel/preset-env" : " ^7.24.0" ,
You can’t perform that action at this time.
0 commit comments