wickra-screener 0.1.7 → 0.1.8
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/index.js +54 -54
- package/package.json +7 -7
- package/wickra-screener.darwin-arm64.node +0 -0
- package/wickra-screener.darwin-x64.node +0 -0
- package/wickra-screener.linux-arm64-gnu.node +0 -0
- package/wickra-screener.linux-x64-gnu.node +0 -0
- package/wickra-screener.win32-arm64-msvc.node +0 -0
- package/wickra-screener.win32-x64-msvc.node +0 -0
package/index.js
CHANGED
|
@@ -89,8 +89,8 @@ function requireNative() {
|
|
|
89
89
|
try {
|
|
90
90
|
const binding = require('wickra-screener-android-arm64')
|
|
91
91
|
const bindingPackageVersion = require('wickra-screener-android-arm64/package.json').version
|
|
92
|
-
if (bindingPackageVersion !== '0.1.
|
|
93
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
92
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
93
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
94
94
|
}
|
|
95
95
|
return binding
|
|
96
96
|
} catch (e) {
|
|
@@ -105,8 +105,8 @@ function requireNative() {
|
|
|
105
105
|
try {
|
|
106
106
|
const binding = require('wickra-screener-android-arm-eabi')
|
|
107
107
|
const bindingPackageVersion = require('wickra-screener-android-arm-eabi/package.json').version
|
|
108
|
-
if (bindingPackageVersion !== '0.1.
|
|
109
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
108
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
109
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
110
110
|
}
|
|
111
111
|
return binding
|
|
112
112
|
} catch (e) {
|
|
@@ -126,8 +126,8 @@ function requireNative() {
|
|
|
126
126
|
try {
|
|
127
127
|
const binding = require('wickra-screener-win32-x64-gnu')
|
|
128
128
|
const bindingPackageVersion = require('wickra-screener-win32-x64-gnu/package.json').version
|
|
129
|
-
if (bindingPackageVersion !== '0.1.
|
|
130
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
129
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
130
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
131
131
|
}
|
|
132
132
|
return binding
|
|
133
133
|
} catch (e) {
|
|
@@ -142,8 +142,8 @@ function requireNative() {
|
|
|
142
142
|
try {
|
|
143
143
|
const binding = require('wickra-screener-win32-x64-msvc')
|
|
144
144
|
const bindingPackageVersion = require('wickra-screener-win32-x64-msvc/package.json').version
|
|
145
|
-
if (bindingPackageVersion !== '0.1.
|
|
146
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
145
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
146
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
147
147
|
}
|
|
148
148
|
return binding
|
|
149
149
|
} catch (e) {
|
|
@@ -159,8 +159,8 @@ function requireNative() {
|
|
|
159
159
|
try {
|
|
160
160
|
const binding = require('wickra-screener-win32-ia32-msvc')
|
|
161
161
|
const bindingPackageVersion = require('wickra-screener-win32-ia32-msvc/package.json').version
|
|
162
|
-
if (bindingPackageVersion !== '0.1.
|
|
163
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
162
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
163
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
164
164
|
}
|
|
165
165
|
return binding
|
|
166
166
|
} catch (e) {
|
|
@@ -175,8 +175,8 @@ function requireNative() {
|
|
|
175
175
|
try {
|
|
176
176
|
const binding = require('wickra-screener-win32-arm64-msvc')
|
|
177
177
|
const bindingPackageVersion = require('wickra-screener-win32-arm64-msvc/package.json').version
|
|
178
|
-
if (bindingPackageVersion !== '0.1.
|
|
179
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
178
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
179
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
180
180
|
}
|
|
181
181
|
return binding
|
|
182
182
|
} catch (e) {
|
|
@@ -194,8 +194,8 @@ function requireNative() {
|
|
|
194
194
|
try {
|
|
195
195
|
const binding = require('wickra-screener-darwin-universal')
|
|
196
196
|
const bindingPackageVersion = require('wickra-screener-darwin-universal/package.json').version
|
|
197
|
-
if (bindingPackageVersion !== '0.1.
|
|
198
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
197
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
198
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
199
199
|
}
|
|
200
200
|
return binding
|
|
201
201
|
} catch (e) {
|
|
@@ -210,8 +210,8 @@ function requireNative() {
|
|
|
210
210
|
try {
|
|
211
211
|
const binding = require('wickra-screener-darwin-x64')
|
|
212
212
|
const bindingPackageVersion = require('wickra-screener-darwin-x64/package.json').version
|
|
213
|
-
if (bindingPackageVersion !== '0.1.
|
|
214
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
213
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
214
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
215
215
|
}
|
|
216
216
|
return binding
|
|
217
217
|
} catch (e) {
|
|
@@ -226,8 +226,8 @@ function requireNative() {
|
|
|
226
226
|
try {
|
|
227
227
|
const binding = require('wickra-screener-darwin-arm64')
|
|
228
228
|
const bindingPackageVersion = require('wickra-screener-darwin-arm64/package.json').version
|
|
229
|
-
if (bindingPackageVersion !== '0.1.
|
|
230
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
229
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
230
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
231
231
|
}
|
|
232
232
|
return binding
|
|
233
233
|
} catch (e) {
|
|
@@ -246,8 +246,8 @@ function requireNative() {
|
|
|
246
246
|
try {
|
|
247
247
|
const binding = require('wickra-screener-freebsd-x64')
|
|
248
248
|
const bindingPackageVersion = require('wickra-screener-freebsd-x64/package.json').version
|
|
249
|
-
if (bindingPackageVersion !== '0.1.
|
|
250
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
249
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
250
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
251
251
|
}
|
|
252
252
|
return binding
|
|
253
253
|
} catch (e) {
|
|
@@ -262,8 +262,8 @@ function requireNative() {
|
|
|
262
262
|
try {
|
|
263
263
|
const binding = require('wickra-screener-freebsd-arm64')
|
|
264
264
|
const bindingPackageVersion = require('wickra-screener-freebsd-arm64/package.json').version
|
|
265
|
-
if (bindingPackageVersion !== '0.1.
|
|
266
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
265
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
266
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
267
267
|
}
|
|
268
268
|
return binding
|
|
269
269
|
} catch (e) {
|
|
@@ -283,8 +283,8 @@ function requireNative() {
|
|
|
283
283
|
try {
|
|
284
284
|
const binding = require('wickra-screener-linux-x64-musl')
|
|
285
285
|
const bindingPackageVersion = require('wickra-screener-linux-x64-musl/package.json').version
|
|
286
|
-
if (bindingPackageVersion !== '0.1.
|
|
287
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
286
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
287
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
288
288
|
}
|
|
289
289
|
return binding
|
|
290
290
|
} catch (e) {
|
|
@@ -299,8 +299,8 @@ function requireNative() {
|
|
|
299
299
|
try {
|
|
300
300
|
const binding = require('wickra-screener-linux-x64-gnu')
|
|
301
301
|
const bindingPackageVersion = require('wickra-screener-linux-x64-gnu/package.json').version
|
|
302
|
-
if (bindingPackageVersion !== '0.1.
|
|
303
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
302
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
303
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
304
304
|
}
|
|
305
305
|
return binding
|
|
306
306
|
} catch (e) {
|
|
@@ -317,8 +317,8 @@ function requireNative() {
|
|
|
317
317
|
try {
|
|
318
318
|
const binding = require('wickra-screener-linux-arm64-musl')
|
|
319
319
|
const bindingPackageVersion = require('wickra-screener-linux-arm64-musl/package.json').version
|
|
320
|
-
if (bindingPackageVersion !== '0.1.
|
|
321
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
320
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
321
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
322
322
|
}
|
|
323
323
|
return binding
|
|
324
324
|
} catch (e) {
|
|
@@ -333,8 +333,8 @@ function requireNative() {
|
|
|
333
333
|
try {
|
|
334
334
|
const binding = require('wickra-screener-linux-arm64-gnu')
|
|
335
335
|
const bindingPackageVersion = require('wickra-screener-linux-arm64-gnu/package.json').version
|
|
336
|
-
if (bindingPackageVersion !== '0.1.
|
|
337
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
336
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
337
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
338
338
|
}
|
|
339
339
|
return binding
|
|
340
340
|
} catch (e) {
|
|
@@ -351,8 +351,8 @@ function requireNative() {
|
|
|
351
351
|
try {
|
|
352
352
|
const binding = require('wickra-screener-linux-arm-musleabihf')
|
|
353
353
|
const bindingPackageVersion = require('wickra-screener-linux-arm-musleabihf/package.json').version
|
|
354
|
-
if (bindingPackageVersion !== '0.1.
|
|
355
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
354
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
355
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
356
356
|
}
|
|
357
357
|
return binding
|
|
358
358
|
} catch (e) {
|
|
@@ -367,8 +367,8 @@ function requireNative() {
|
|
|
367
367
|
try {
|
|
368
368
|
const binding = require('wickra-screener-linux-arm-gnueabihf')
|
|
369
369
|
const bindingPackageVersion = require('wickra-screener-linux-arm-gnueabihf/package.json').version
|
|
370
|
-
if (bindingPackageVersion !== '0.1.
|
|
371
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
370
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
371
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
372
372
|
}
|
|
373
373
|
return binding
|
|
374
374
|
} catch (e) {
|
|
@@ -385,8 +385,8 @@ function requireNative() {
|
|
|
385
385
|
try {
|
|
386
386
|
const binding = require('wickra-screener-linux-loong64-musl')
|
|
387
387
|
const bindingPackageVersion = require('wickra-screener-linux-loong64-musl/package.json').version
|
|
388
|
-
if (bindingPackageVersion !== '0.1.
|
|
389
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
388
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
389
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
390
390
|
}
|
|
391
391
|
return binding
|
|
392
392
|
} catch (e) {
|
|
@@ -401,8 +401,8 @@ function requireNative() {
|
|
|
401
401
|
try {
|
|
402
402
|
const binding = require('wickra-screener-linux-loong64-gnu')
|
|
403
403
|
const bindingPackageVersion = require('wickra-screener-linux-loong64-gnu/package.json').version
|
|
404
|
-
if (bindingPackageVersion !== '0.1.
|
|
405
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
404
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
405
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
406
406
|
}
|
|
407
407
|
return binding
|
|
408
408
|
} catch (e) {
|
|
@@ -419,8 +419,8 @@ function requireNative() {
|
|
|
419
419
|
try {
|
|
420
420
|
const binding = require('wickra-screener-linux-riscv64-musl')
|
|
421
421
|
const bindingPackageVersion = require('wickra-screener-linux-riscv64-musl/package.json').version
|
|
422
|
-
if (bindingPackageVersion !== '0.1.
|
|
423
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
422
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
423
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
424
424
|
}
|
|
425
425
|
return binding
|
|
426
426
|
} catch (e) {
|
|
@@ -435,8 +435,8 @@ function requireNative() {
|
|
|
435
435
|
try {
|
|
436
436
|
const binding = require('wickra-screener-linux-riscv64-gnu')
|
|
437
437
|
const bindingPackageVersion = require('wickra-screener-linux-riscv64-gnu/package.json').version
|
|
438
|
-
if (bindingPackageVersion !== '0.1.
|
|
439
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
438
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
439
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
440
440
|
}
|
|
441
441
|
return binding
|
|
442
442
|
} catch (e) {
|
|
@@ -452,8 +452,8 @@ function requireNative() {
|
|
|
452
452
|
try {
|
|
453
453
|
const binding = require('wickra-screener-linux-ppc64-gnu')
|
|
454
454
|
const bindingPackageVersion = require('wickra-screener-linux-ppc64-gnu/package.json').version
|
|
455
|
-
if (bindingPackageVersion !== '0.1.
|
|
456
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
455
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
456
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
457
457
|
}
|
|
458
458
|
return binding
|
|
459
459
|
} catch (e) {
|
|
@@ -468,8 +468,8 @@ function requireNative() {
|
|
|
468
468
|
try {
|
|
469
469
|
const binding = require('wickra-screener-linux-s390x-gnu')
|
|
470
470
|
const bindingPackageVersion = require('wickra-screener-linux-s390x-gnu/package.json').version
|
|
471
|
-
if (bindingPackageVersion !== '0.1.
|
|
472
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
471
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
472
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
473
473
|
}
|
|
474
474
|
return binding
|
|
475
475
|
} catch (e) {
|
|
@@ -488,8 +488,8 @@ function requireNative() {
|
|
|
488
488
|
try {
|
|
489
489
|
const binding = require('wickra-screener-openharmony-arm64')
|
|
490
490
|
const bindingPackageVersion = require('wickra-screener-openharmony-arm64/package.json').version
|
|
491
|
-
if (bindingPackageVersion !== '0.1.
|
|
492
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
491
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
492
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
493
493
|
}
|
|
494
494
|
return binding
|
|
495
495
|
} catch (e) {
|
|
@@ -504,8 +504,8 @@ function requireNative() {
|
|
|
504
504
|
try {
|
|
505
505
|
const binding = require('wickra-screener-openharmony-x64')
|
|
506
506
|
const bindingPackageVersion = require('wickra-screener-openharmony-x64/package.json').version
|
|
507
|
-
if (bindingPackageVersion !== '0.1.
|
|
508
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
507
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
508
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
509
509
|
}
|
|
510
510
|
return binding
|
|
511
511
|
} catch (e) {
|
|
@@ -520,8 +520,8 @@ function requireNative() {
|
|
|
520
520
|
try {
|
|
521
521
|
const binding = require('wickra-screener-openharmony-arm')
|
|
522
522
|
const bindingPackageVersion = require('wickra-screener-openharmony-arm/package.json').version
|
|
523
|
-
if (bindingPackageVersion !== '0.1.
|
|
524
|
-
throw new Error(`Native binding package version mismatch, expected 0.1.
|
|
523
|
+
if (bindingPackageVersion !== '0.1.8' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
524
|
+
throw new Error(`Native binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
525
525
|
}
|
|
526
526
|
return binding
|
|
527
527
|
} catch (e) {
|
|
@@ -661,8 +661,8 @@ if (!nativeBinding || forceWasi) {
|
|
|
661
661
|
if (!candidateFailed) {
|
|
662
662
|
if (process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
663
663
|
const bindingPackageVersion = require('wickra-screener-wasm32-wasi/package.json').version
|
|
664
|
-
if (bindingPackageVersion !== '0.1.
|
|
665
|
-
throw new Error(`WASI binding package version mismatch, expected 0.1.
|
|
664
|
+
if (bindingPackageVersion !== '0.1.8') {
|
|
665
|
+
throw new Error(`WASI binding package version mismatch, expected 0.1.8 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
wasiBinding = require('wickra-screener-wasm32-wasi')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-screener",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "The data-driven multi-symbol scan core: build a Screener from a spec, drive it with commands, read back scan reports. Node bindings powered by Rust.",
|
|
5
5
|
"author": "kingchenc <support@wickra.org>",
|
|
6
6
|
"main": "index.js",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"node": ">= 22"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"wickra-screener-darwin-arm64": "0.1.
|
|
51
|
-
"wickra-screener-darwin-x64": "0.1.
|
|
52
|
-
"wickra-screener-linux-arm64-gnu": "0.1.
|
|
53
|
-
"wickra-screener-linux-x64-gnu": "0.1.
|
|
54
|
-
"wickra-screener-win32-arm64-msvc": "0.1.
|
|
55
|
-
"wickra-screener-win32-x64-msvc": "0.1.
|
|
50
|
+
"wickra-screener-darwin-arm64": "0.1.8",
|
|
51
|
+
"wickra-screener-darwin-x64": "0.1.8",
|
|
52
|
+
"wickra-screener-linux-arm64-gnu": "0.1.8",
|
|
53
|
+
"wickra-screener-linux-x64-gnu": "0.1.8",
|
|
54
|
+
"wickra-screener-win32-arm64-msvc": "0.1.8",
|
|
55
|
+
"wickra-screener-win32-x64-msvc": "0.1.8"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "napi build --platform --release",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|