@fugood/llama.node 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CMakeLists.txt CHANGED
@@ -71,7 +71,7 @@ add_custom_target(
71
71
  COMMENT "Applying patches"
72
72
  )
73
73
 
74
- set(LLAMA_STATIC ON CACHE BOOL "Build llama as static library")
74
+ set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared libraries")
75
75
  add_subdirectory("src/llama.cpp")
76
76
 
77
77
  include_directories(
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fugood/llama.node",
3
3
  "access": "public",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "Llama.cpp for Node.js",
6
6
  "main": "lib/index.js",
7
7
  "scripts": {
@@ -51,11 +51,11 @@
51
51
  "@commitlint/cli": "^19.3.0",
52
52
  "@commitlint/config-conventional": "^19.2.2",
53
53
  "@types/jest": "^29.5.12",
54
- "@types/node": "^20.12.7",
54
+ "@types/node": "^22.0.0",
55
55
  "cmake-js": "^7.3.0",
56
56
  "husky": "^9.0.11",
57
57
  "jest": "^29.7.0",
58
- "rimraf": "^5.0.5",
58
+ "rimraf": "^6.0.1",
59
59
  "typescript": "^5.4.5",
60
60
  "wait-for-expect": "^3.0.2"
61
61
  },