feat: add base methods

This commit is contained in:
Bloomingg
2023-12-06 20:04:34 +08:00
parent 7033508803
commit 9d20806d51
15 changed files with 1810 additions and 578 deletions

View File

@@ -74,7 +74,7 @@
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
},
"dependencies": {
"uuid": "^9.0.0",
"ffi-napi": "^4.0.3"
"@openim/ffi-napi": "^4.0.14",
"uuid": "^9.0.0"
}
}