Skip to content

Commit

Permalink
chore: bump version 10.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan <[email protected]>
  • Loading branch information
nmgwddj committed Dec 6, 2024
1 parent dc13f5c commit 947200f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ elseif (CONAN_SETTINGS_ARCH STREQUAL "armv8")
set(CMAKE_JS_ARCH "arm64")
endif ()
if (TARGET nim_cpp_wrapper)
execute_process(COMMAND ${NPM_EXUTABLE} install --ignoreDownloadSdk
execute_process(COMMAND ${NPM_EXUTABLE} install --ignoreDownloadSdk --force
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
OUTPUT_QUIET)
else ()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/.cmake/")
include(PlatformSettings)
include(GetGitRevisionDescription)
execute_process(COMMAND ${NPM_EXUTABLE} install --nimSdkUrl=${NIM_SDK_URL}
execute_process(COMMAND ${NPM_EXUTABLE} install --nimSdkUrl=${NIM_SDK_URL} --force
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
OUTPUT_QUIET)
endif ()
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-nim",
"version": "10.6.0",
"version": "10.6.1",
"description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
"main": "dist/node-nim.js",
"bin": {
Expand All @@ -19,8 +19,6 @@
"build": "npm run build_ts",
"build_ts": "rimraf ./dist && rimraf ./types && tsc",
"build_html_doc": "typedoc --plugin typedoc-github-theme",
"build_wiki_doc": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --out wiki_doc",
"build_markdown_doc": "typedoc --plugin typedoc-plugin-markdown --out markdown_doc",
"prepublishOnly": "npm run build_ts",
"install": "npm run download_sdk",
"download_sdk": "node -e \"require('./script/download-sdk.js').downloadSDK()\"",
Expand Down

0 comments on commit 947200f

Please sign in to comment.