fiftyone.devicedetection.onpremise 4.5.18 → 4.5.20
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/build/{FiftyOneDeviceDetectionHashV4-darwin-20.node → FiftyOneDeviceDetectionHashV4-darwin-arm64-20.node} +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-linux-arm64-20.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-linux-arm64-22.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-linux-x64-20.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-linux-x64-22.node +0 -0
- package/build/{FiftyOneDeviceDetectionHashV4-win32-20.node → FiftyOneDeviceDetectionHashV4-win32-x64-20.node} +0 -0
- package/build/{FiftyOneDeviceDetectionHashV4-win32-22.node → FiftyOneDeviceDetectionHashV4-win32-x64-22.node} +0 -0
- package/deviceDetectionOnPremise.js +1 -1
- package/package.json +1 -1
- package/build/FiftyOneDeviceDetectionHashV4-linux-20.node +0 -0
- package/build/FiftyOneDeviceDetectionHashV4-linux-22.node +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -290,7 +290,7 @@ class DeviceDetectionOnPremise extends Engine {
|
|
|
290
290
|
// Hash
|
|
291
291
|
swigWrapperType = 'Hash';
|
|
292
292
|
const moduleDir = path.join(__dirname, 'build');
|
|
293
|
-
const moduleName = path.join(moduleDir,
|
|
293
|
+
const moduleName = path.join(moduleDir, `FiftyOneDeviceDetectionHashV4-${os.platform()}-${process.arch}-${nodeVersion}.node`);
|
|
294
294
|
|
|
295
295
|
// Check if the directory containing the native modules exists.
|
|
296
296
|
if (fs.existsSync(moduleDir) === false) {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|