Skip to content

Commit

Permalink
0.10.4: emscripten 3.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Oct 16, 2023
1 parent 30b4fc6 commit 8bd65bd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 30 deletions.
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
f6a0288a806954b8c0f1d34148aa43e1 public/rime.data
105f93181e4e6e168b67bc08bd046ada public/rime.js
a279df89ea5ba5c2762c7bcee67b30cd public/rime.wasm
0ea933b8e7832482390034f932ef2758 public/rime.js
8368e02984d3712f4c1512a798f41c9f public/rime.wasm
12 changes: 1 addition & 11 deletions librime_patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af87ccf6..b2369307 100644
index 36301689..44073938 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.12)
Expand All @@ -21,16 +21,6 @@ index af87ccf6..b2369307 100644
set(Boost_USE_STATIC_LIBS ${BUILD_STATIC})
set(Gflags_STATIC ${BUILD_STATIC})
set(Glog_STATIC ${BUILD_STATIC})
@@ -58,7 +61,9 @@ if(MSVC)
set(Boost_USE_STATIC_RUNTIME ON)
endif()

+if(LINUX)
set(BOOST_COMPONENTS regex)
+endif()

find_package(Boost 1.74.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
if(Boost_FOUND)
diff --git a/include/darts.h b/include/darts.h
index 18bf988b..4b9bb5d2 100644
--- a/include/darts.h
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libreservice/my-rime",
"version": "0.10.3",
"version": "0.10.4",
"files": [
"dist"
],
Expand Down Expand Up @@ -47,45 +47,45 @@
"@libreservice/my-widget": "^0.1.4",
"@libreservice/my-worker": "^0.4.2",
"@libreservice/wasm-code": "^0.1.4",
"@playwright/test": "^1.38.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/js-yaml": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@playwright/test": "^1.39.0",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
"@types/js-yaml": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"client-zip": "^2.4.4",
"emoji-regex": "^10.2.1",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"glob": "^10.3.10",
"idb": "^7.1.1",
"js-yaml": "^4.1.0",
"luaparse": "^0.3.1",
"naive-ui": "^2.34.4",
"naive-ui": "^2.35.0",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rollup-plugin-esbuild": "^6.0.2",
"rollup": "^4.1.4",
"rollup-plugin-esbuild": "^6.1.0",
"rppi": "^0.1.0",
"textarea-caret": "^3.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-run": "0.4.1",
"vooks": "^0.2.12",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.19"
}
}

0 comments on commit 8bd65bd

Please sign in to comment.