sherpa-onnx-node
Advanced tools
Comparing version 1.0.11 to 1.0.12
const os = require('os'); | ||
const platform_arch = `${os.platform()}-${os.arch()}`; | ||
// Package name triggered spam for sherpa-onnx-win32-x64 | ||
// so we have renamed it to sherpa-onnx-win-x64 | ||
const platform_arch = | ||
`${os.platform() == 'win32' ? 'win' : os.platform()}-${os.arch()}`; | ||
const possible_paths = [ | ||
@@ -4,0 +8,0 @@ '../build/Release/sherpa-onnx.node', |
{ | ||
"name": "sherpa-onnx-node", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection", | ||
@@ -48,6 +48,7 @@ "main": "sherpa-onnx.js", | ||
"optionalDependencies": { | ||
"sherpa-onnx-darwin-arm64": "^1.0.11", | ||
"sherpa-onnx-darwin-x64": "^1.0.11", | ||
"sherpa-onnx-linux-x64": "^1.0.11" | ||
"sherpa-onnx-darwin-arm64": "^1.0.12", | ||
"sherpa-onnx-darwin-x64": "^1.0.12", | ||
"sherpa-onnx-linux-x64": "^1.0.12", | ||
"sherpa-onnx-win-x64": "^1.0.12" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4351
83
4