Skip to content

Commit 290c791

Browse files
committed
chore: bump version 10.9.72
Signed-off-by: Dylan <2894220@gmail.com>
1 parent 483668c commit 290c791

File tree

3 files changed

+460
-63
lines changed

3 files changed

+460
-63
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ else ()
134134
)
135135
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/sdk/wrapper)
136136
endif ()
137+
message(STATUS "=============================== ${CMAKE_JS_LIB}")
137138
target_link_libraries(${TARGET_NAME}
138139
${CMAKE_JS_LIB}
139140
nim_cpp_wrapper

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -20,8 +20,8 @@
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"
@@ -33,10 +33,10 @@
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",

0 commit comments

Comments
 (0)