@kreuzberg/kreuzcrawl 0.2.0 → 0.3.0-rc.3

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/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "kreuzcrawl-node"
3
- version = "0.2.0"
3
+ version = "0.3.0-rc.3"
4
4
  edition = "2024"
5
5
  license = "Elastic-2.0"
6
6
 
package/index.js CHANGED
@@ -77,8 +77,8 @@ function requireNative() {
77
77
  try {
78
78
  const binding = require('@kreuzberg/kreuzcrawl-android-arm64')
79
79
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-android-arm64/package.json').version
80
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
81
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
80
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
81
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
82
82
  }
83
83
  return binding
84
84
  } catch (e) {
@@ -93,8 +93,8 @@ function requireNative() {
93
93
  try {
94
94
  const binding = require('@kreuzberg/kreuzcrawl-android-arm-eabi')
95
95
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-android-arm-eabi/package.json').version
96
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
97
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
96
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
97
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
98
98
  }
99
99
  return binding
100
100
  } catch (e) {
@@ -114,8 +114,8 @@ function requireNative() {
114
114
  try {
115
115
  const binding = require('@kreuzberg/kreuzcrawl-win32-x64-gnu')
116
116
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-win32-x64-gnu/package.json').version
117
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
118
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
117
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
118
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
119
119
  }
120
120
  return binding
121
121
  } catch (e) {
@@ -130,8 +130,8 @@ function requireNative() {
130
130
  try {
131
131
  const binding = require('@kreuzberg/kreuzcrawl-win32-x64-msvc')
132
132
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-win32-x64-msvc/package.json').version
133
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
134
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
133
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
134
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
135
135
  }
136
136
  return binding
137
137
  } catch (e) {
@@ -147,8 +147,8 @@ function requireNative() {
147
147
  try {
148
148
  const binding = require('@kreuzberg/kreuzcrawl-win32-ia32-msvc')
149
149
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-win32-ia32-msvc/package.json').version
150
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
151
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
150
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
151
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
152
152
  }
153
153
  return binding
154
154
  } catch (e) {
@@ -163,8 +163,8 @@ function requireNative() {
163
163
  try {
164
164
  const binding = require('@kreuzberg/kreuzcrawl-win32-arm64-msvc')
165
165
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-win32-arm64-msvc/package.json').version
166
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
167
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
166
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
167
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
168
168
  }
169
169
  return binding
170
170
  } catch (e) {
@@ -182,8 +182,8 @@ function requireNative() {
182
182
  try {
183
183
  const binding = require('@kreuzberg/kreuzcrawl-darwin-universal')
184
184
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-darwin-universal/package.json').version
185
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
186
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
185
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
186
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
187
187
  }
188
188
  return binding
189
189
  } catch (e) {
@@ -198,8 +198,8 @@ function requireNative() {
198
198
  try {
199
199
  const binding = require('@kreuzberg/kreuzcrawl-darwin-x64')
200
200
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-darwin-x64/package.json').version
201
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
202
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
201
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
202
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
203
203
  }
204
204
  return binding
205
205
  } catch (e) {
@@ -214,8 +214,8 @@ function requireNative() {
214
214
  try {
215
215
  const binding = require('@kreuzberg/kreuzcrawl-darwin-arm64')
216
216
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-darwin-arm64/package.json').version
217
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
218
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
217
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
218
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
219
219
  }
220
220
  return binding
221
221
  } catch (e) {
@@ -234,8 +234,8 @@ function requireNative() {
234
234
  try {
235
235
  const binding = require('@kreuzberg/kreuzcrawl-freebsd-x64')
236
236
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-freebsd-x64/package.json').version
237
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
238
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
237
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
238
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
239
239
  }
240
240
  return binding
241
241
  } catch (e) {
@@ -250,8 +250,8 @@ function requireNative() {
250
250
  try {
251
251
  const binding = require('@kreuzberg/kreuzcrawl-freebsd-arm64')
252
252
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-freebsd-arm64/package.json').version
253
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
254
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
253
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
254
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
255
255
  }
256
256
  return binding
257
257
  } catch (e) {
@@ -271,8 +271,8 @@ function requireNative() {
271
271
  try {
272
272
  const binding = require('@kreuzberg/kreuzcrawl-linux-x64-musl')
273
273
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-x64-musl/package.json').version
274
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
275
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
274
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
275
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
276
276
  }
277
277
  return binding
278
278
  } catch (e) {
@@ -287,8 +287,8 @@ function requireNative() {
287
287
  try {
288
288
  const binding = require('@kreuzberg/kreuzcrawl-linux-x64-gnu')
289
289
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-x64-gnu/package.json').version
290
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
291
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
290
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
291
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
292
292
  }
293
293
  return binding
294
294
  } catch (e) {
@@ -305,8 +305,8 @@ function requireNative() {
305
305
  try {
306
306
  const binding = require('@kreuzberg/kreuzcrawl-linux-arm64-musl')
307
307
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-arm64-musl/package.json').version
308
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
309
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
308
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
309
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
310
310
  }
311
311
  return binding
312
312
  } catch (e) {
@@ -321,8 +321,8 @@ function requireNative() {
321
321
  try {
322
322
  const binding = require('@kreuzberg/kreuzcrawl-linux-arm64-gnu')
323
323
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-arm64-gnu/package.json').version
324
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
325
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
324
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
325
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
326
326
  }
327
327
  return binding
328
328
  } catch (e) {
@@ -339,8 +339,8 @@ function requireNative() {
339
339
  try {
340
340
  const binding = require('@kreuzberg/kreuzcrawl-linux-arm-musleabihf')
341
341
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-arm-musleabihf/package.json').version
342
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
343
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
342
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
343
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
344
344
  }
345
345
  return binding
346
346
  } catch (e) {
@@ -355,8 +355,8 @@ function requireNative() {
355
355
  try {
356
356
  const binding = require('@kreuzberg/kreuzcrawl-linux-arm-gnueabihf')
357
357
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-arm-gnueabihf/package.json').version
358
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
359
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
358
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
359
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
360
360
  }
361
361
  return binding
362
362
  } catch (e) {
@@ -373,8 +373,8 @@ function requireNative() {
373
373
  try {
374
374
  const binding = require('@kreuzberg/kreuzcrawl-linux-loong64-musl')
375
375
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-loong64-musl/package.json').version
376
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
377
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
376
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
377
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
378
378
  }
379
379
  return binding
380
380
  } catch (e) {
@@ -389,8 +389,8 @@ function requireNative() {
389
389
  try {
390
390
  const binding = require('@kreuzberg/kreuzcrawl-linux-loong64-gnu')
391
391
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-loong64-gnu/package.json').version
392
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
393
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
392
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
393
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
394
394
  }
395
395
  return binding
396
396
  } catch (e) {
@@ -407,8 +407,8 @@ function requireNative() {
407
407
  try {
408
408
  const binding = require('@kreuzberg/kreuzcrawl-linux-riscv64-musl')
409
409
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-riscv64-musl/package.json').version
410
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
411
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
410
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
411
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
412
412
  }
413
413
  return binding
414
414
  } catch (e) {
@@ -423,8 +423,8 @@ function requireNative() {
423
423
  try {
424
424
  const binding = require('@kreuzberg/kreuzcrawl-linux-riscv64-gnu')
425
425
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-riscv64-gnu/package.json').version
426
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
427
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
426
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
427
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
428
428
  }
429
429
  return binding
430
430
  } catch (e) {
@@ -440,8 +440,8 @@ function requireNative() {
440
440
  try {
441
441
  const binding = require('@kreuzberg/kreuzcrawl-linux-ppc64-gnu')
442
442
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-ppc64-gnu/package.json').version
443
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
444
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
443
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
444
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
445
445
  }
446
446
  return binding
447
447
  } catch (e) {
@@ -456,8 +456,8 @@ function requireNative() {
456
456
  try {
457
457
  const binding = require('@kreuzberg/kreuzcrawl-linux-s390x-gnu')
458
458
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-linux-s390x-gnu/package.json').version
459
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
460
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
459
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
460
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
461
461
  }
462
462
  return binding
463
463
  } catch (e) {
@@ -476,8 +476,8 @@ function requireNative() {
476
476
  try {
477
477
  const binding = require('@kreuzberg/kreuzcrawl-openharmony-arm64')
478
478
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-openharmony-arm64/package.json').version
479
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
480
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
479
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
480
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
481
481
  }
482
482
  return binding
483
483
  } catch (e) {
@@ -492,8 +492,8 @@ function requireNative() {
492
492
  try {
493
493
  const binding = require('@kreuzberg/kreuzcrawl-openharmony-x64')
494
494
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-openharmony-x64/package.json').version
495
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
496
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
495
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
496
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
497
497
  }
498
498
  return binding
499
499
  } catch (e) {
@@ -508,8 +508,8 @@ function requireNative() {
508
508
  try {
509
509
  const binding = require('@kreuzberg/kreuzcrawl-openharmony-arm')
510
510
  const bindingPackageVersion = require('@kreuzberg/kreuzcrawl-openharmony-arm/package.json').version
511
- if (bindingPackageVersion !== '0.2.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
512
- throw new Error(`Native binding package version mismatch, expected 0.2.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
511
+ if (bindingPackageVersion !== '0.3.0-rc.3' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
512
+ throw new Error(`Native binding package version mismatch, expected 0.3.0-rc.3 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
513
513
  }
514
514
  return binding
515
515
  } catch (e) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/kreuzcrawl-darwin-arm64",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-rc.3",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/kreuzcrawl-linux-arm64-gnu",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-rc.3",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/kreuzcrawl-linux-x64-gnu",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-rc.3",
4
4
  "cpu": [
5
5
  "x64"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/kreuzcrawl-win32-x64-msvc",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-rc.3",
4
4
  "cpu": [
5
5
  "x64"
6
6
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/kreuzcrawl",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-rc.3",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "repository": {
@@ -35,9 +35,9 @@
35
35
  "@napi-rs/cli": "^3.6.2"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@kreuzberg/kreuzcrawl-darwin-arm64": "0.2.0",
39
- "@kreuzberg/kreuzcrawl-linux-arm64-gnu": "0.2.0",
40
- "@kreuzberg/kreuzcrawl-linux-x64-gnu": "0.2.0",
41
- "@kreuzberg/kreuzcrawl-win32-x64-msvc": "0.2.0"
38
+ "@kreuzberg/kreuzcrawl-darwin-arm64": "0.3.0-rc.3",
39
+ "@kreuzberg/kreuzcrawl-linux-arm64-gnu": "0.3.0-rc.3",
40
+ "@kreuzberg/kreuzcrawl-linux-x64-gnu": "0.3.0-rc.3",
41
+ "@kreuzberg/kreuzcrawl-win32-x64-msvc": "0.3.0-rc.3"
42
42
  }
43
43
  }
package/src/lib.rs CHANGED
@@ -1,4 +1,5 @@
1
1
  // This file is auto-generated by alef. DO NOT EDIT.
2
+ // alef:hash:0da84e2b56079336fcd7ea13caec3d9f6a0380fee5deafad3d4bc680a78de242
2
3
  // Re-generate with: alef generate
3
4
  #![allow(dead_code, unused_imports, unused_variables)]
4
5
  #![allow(
@@ -715,6 +716,7 @@ pub async fn batch_crawl(engine: &JsCrawlEngineHandle, urls: Vec<String>) -> Vec
715
716
  result.into_iter().map(Into::into).collect()
716
717
  }
717
718
 
719
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
718
720
  impl From<JsExtractionMeta> for kreuzcrawl::ExtractionMeta {
719
721
  fn from(val: JsExtractionMeta) -> Self {
720
722
  Self {
@@ -727,6 +729,7 @@ impl From<JsExtractionMeta> for kreuzcrawl::ExtractionMeta {
727
729
  }
728
730
  }
729
731
 
732
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
730
733
  impl From<kreuzcrawl::ExtractionMeta> for JsExtractionMeta {
731
734
  fn from(val: kreuzcrawl::ExtractionMeta) -> Self {
732
735
  Self {
@@ -739,6 +742,7 @@ impl From<kreuzcrawl::ExtractionMeta> for JsExtractionMeta {
739
742
  }
740
743
  }
741
744
 
745
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
742
746
  impl From<JsProxyConfig> for kreuzcrawl::ProxyConfig {
743
747
  fn from(val: JsProxyConfig) -> Self {
744
748
  Self {
@@ -749,6 +753,7 @@ impl From<JsProxyConfig> for kreuzcrawl::ProxyConfig {
749
753
  }
750
754
  }
751
755
 
756
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
752
757
  impl From<kreuzcrawl::ProxyConfig> for JsProxyConfig {
753
758
  fn from(val: kreuzcrawl::ProxyConfig) -> Self {
754
759
  Self {
@@ -759,6 +764,7 @@ impl From<kreuzcrawl::ProxyConfig> for JsProxyConfig {
759
764
  }
760
765
  }
761
766
 
767
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
762
768
  impl From<JsContentConfig> for kreuzcrawl::ContentConfig {
763
769
  fn from(val: JsContentConfig) -> Self {
764
770
  Self {
@@ -778,6 +784,7 @@ impl From<JsContentConfig> for kreuzcrawl::ContentConfig {
778
784
  }
779
785
  }
780
786
 
787
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
781
788
  impl From<kreuzcrawl::ContentConfig> for JsContentConfig {
782
789
  fn from(val: kreuzcrawl::ContentConfig) -> Self {
783
790
  Self {
@@ -798,6 +805,7 @@ impl From<kreuzcrawl::ContentConfig> for JsContentConfig {
798
805
  }
799
806
 
800
807
  #[allow(clippy::field_reassign_with_default)]
808
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
801
809
  impl From<JsBrowserConfig> for kreuzcrawl::BrowserConfig {
802
810
  fn from(val: JsBrowserConfig) -> Self {
803
811
  let mut __result = kreuzcrawl::BrowserConfig::default();
@@ -813,6 +821,7 @@ impl From<JsBrowserConfig> for kreuzcrawl::BrowserConfig {
813
821
  }
814
822
  }
815
823
 
824
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
816
825
  impl From<kreuzcrawl::BrowserConfig> for JsBrowserConfig {
817
826
  fn from(val: kreuzcrawl::BrowserConfig) -> Self {
818
827
  Self {
@@ -828,6 +837,7 @@ impl From<kreuzcrawl::BrowserConfig> for JsBrowserConfig {
828
837
 
829
838
  #[allow(clippy::needless_update)]
830
839
  #[allow(clippy::field_reassign_with_default)]
840
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
831
841
  impl From<JsCrawlConfig> for kreuzcrawl::CrawlConfig {
832
842
  fn from(val: JsCrawlConfig) -> Self {
833
843
  let mut __result = kreuzcrawl::CrawlConfig::default();
@@ -875,6 +885,7 @@ impl From<JsCrawlConfig> for kreuzcrawl::CrawlConfig {
875
885
  }
876
886
  }
877
887
 
888
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
878
889
  impl From<kreuzcrawl::CrawlConfig> for JsCrawlConfig {
879
890
  fn from(val: kreuzcrawl::CrawlConfig) -> Self {
880
891
  Self {
@@ -917,6 +928,7 @@ impl From<kreuzcrawl::CrawlConfig> for JsCrawlConfig {
917
928
  }
918
929
  }
919
930
 
931
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
920
932
  impl From<JsDownloadedDocument> for kreuzcrawl::DownloadedDocument {
921
933
  fn from(val: JsDownloadedDocument) -> Self {
922
934
  Self {
@@ -931,6 +943,7 @@ impl From<JsDownloadedDocument> for kreuzcrawl::DownloadedDocument {
931
943
  }
932
944
  }
933
945
 
946
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
934
947
  impl From<kreuzcrawl::DownloadedDocument> for JsDownloadedDocument {
935
948
  fn from(val: kreuzcrawl::DownloadedDocument) -> Self {
936
949
  Self {
@@ -950,6 +963,7 @@ impl From<kreuzcrawl::DownloadedDocument> for JsDownloadedDocument {
950
963
  }
951
964
  }
952
965
 
966
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
953
967
  impl From<JsScrapeResult> for kreuzcrawl::ScrapeResult {
954
968
  fn from(val: JsScrapeResult) -> Self {
955
969
  Self {
@@ -993,12 +1007,13 @@ impl From<JsScrapeResult> for kreuzcrawl::ScrapeResult {
993
1007
  markdown: val.markdown.map(Into::into),
994
1008
  extracted_data: val.extracted_data.as_ref().and_then(|s| serde_json::from_str(s).ok()),
995
1009
  extraction_meta: val.extraction_meta.map(Into::into),
996
- screenshot: val.screenshot,
1010
+ screenshot: val.screenshot.map(Into::into),
997
1011
  downloaded_document: val.downloaded_document.map(Into::into),
998
1012
  }
999
1013
  }
1000
1014
  }
1001
1015
 
1016
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1002
1017
  impl From<kreuzcrawl::ScrapeResult> for JsScrapeResult {
1003
1018
  fn from(val: kreuzcrawl::ScrapeResult) -> Self {
1004
1019
  Self {
@@ -1033,6 +1048,7 @@ impl From<kreuzcrawl::ScrapeResult> for JsScrapeResult {
1033
1048
  }
1034
1049
  }
1035
1050
 
1051
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1036
1052
  impl From<JsCrawlPageResult> for kreuzcrawl::CrawlPageResult {
1037
1053
  fn from(val: JsCrawlPageResult) -> Self {
1038
1054
  Self {
@@ -1072,6 +1088,7 @@ impl From<JsCrawlPageResult> for kreuzcrawl::CrawlPageResult {
1072
1088
  }
1073
1089
  }
1074
1090
 
1091
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1075
1092
  impl From<kreuzcrawl::CrawlPageResult> for JsCrawlPageResult {
1076
1093
  fn from(val: kreuzcrawl::CrawlPageResult) -> Self {
1077
1094
  Self {
@@ -1099,6 +1116,7 @@ impl From<kreuzcrawl::CrawlPageResult> for JsCrawlPageResult {
1099
1116
  }
1100
1117
  }
1101
1118
 
1119
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1102
1120
  impl From<JsCrawlResult> for kreuzcrawl::CrawlResult {
1103
1121
  fn from(val: JsCrawlResult) -> Self {
1104
1122
  Self {
@@ -1119,6 +1137,7 @@ impl From<JsCrawlResult> for kreuzcrawl::CrawlResult {
1119
1137
  }
1120
1138
  }
1121
1139
 
1140
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1122
1141
  impl From<kreuzcrawl::CrawlResult> for JsCrawlResult {
1123
1142
  fn from(val: kreuzcrawl::CrawlResult) -> Self {
1124
1143
  Self {
@@ -1133,6 +1152,7 @@ impl From<kreuzcrawl::CrawlResult> for JsCrawlResult {
1133
1152
  }
1134
1153
  }
1135
1154
 
1155
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1136
1156
  impl From<JsSitemapUrl> for kreuzcrawl::SitemapUrl {
1137
1157
  fn from(val: JsSitemapUrl) -> Self {
1138
1158
  Self {
@@ -1144,6 +1164,7 @@ impl From<JsSitemapUrl> for kreuzcrawl::SitemapUrl {
1144
1164
  }
1145
1165
  }
1146
1166
 
1167
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1147
1168
  impl From<kreuzcrawl::SitemapUrl> for JsSitemapUrl {
1148
1169
  fn from(val: kreuzcrawl::SitemapUrl) -> Self {
1149
1170
  Self {
@@ -1155,6 +1176,7 @@ impl From<kreuzcrawl::SitemapUrl> for JsSitemapUrl {
1155
1176
  }
1156
1177
  }
1157
1178
 
1179
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1158
1180
  impl From<JsMapResult> for kreuzcrawl::MapResult {
1159
1181
  fn from(val: JsMapResult) -> Self {
1160
1182
  Self {
@@ -1166,6 +1188,7 @@ impl From<JsMapResult> for kreuzcrawl::MapResult {
1166
1188
  }
1167
1189
  }
1168
1190
 
1191
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1169
1192
  impl From<kreuzcrawl::MapResult> for JsMapResult {
1170
1193
  fn from(val: kreuzcrawl::MapResult) -> Self {
1171
1194
  Self {
@@ -1174,6 +1197,7 @@ impl From<kreuzcrawl::MapResult> for JsMapResult {
1174
1197
  }
1175
1198
  }
1176
1199
 
1200
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1177
1201
  impl From<JsMarkdownResult> for kreuzcrawl::MarkdownResult {
1178
1202
  fn from(val: JsMarkdownResult) -> Self {
1179
1203
  Self {
@@ -1193,6 +1217,7 @@ impl From<JsMarkdownResult> for kreuzcrawl::MarkdownResult {
1193
1217
  }
1194
1218
  }
1195
1219
 
1220
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1196
1221
  impl From<kreuzcrawl::MarkdownResult> for JsMarkdownResult {
1197
1222
  fn from(val: kreuzcrawl::MarkdownResult) -> Self {
1198
1223
  Self {
@@ -1206,6 +1231,7 @@ impl From<kreuzcrawl::MarkdownResult> for JsMarkdownResult {
1206
1231
  }
1207
1232
  }
1208
1233
 
1234
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1209
1235
  impl From<JsLinkInfo> for kreuzcrawl::LinkInfo {
1210
1236
  fn from(val: JsLinkInfo) -> Self {
1211
1237
  Self {
@@ -1218,6 +1244,7 @@ impl From<JsLinkInfo> for kreuzcrawl::LinkInfo {
1218
1244
  }
1219
1245
  }
1220
1246
 
1247
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1221
1248
  impl From<kreuzcrawl::LinkInfo> for JsLinkInfo {
1222
1249
  fn from(val: kreuzcrawl::LinkInfo) -> Self {
1223
1250
  Self {
@@ -1230,6 +1257,7 @@ impl From<kreuzcrawl::LinkInfo> for JsLinkInfo {
1230
1257
  }
1231
1258
  }
1232
1259
 
1260
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1233
1261
  impl From<JsImageInfo> for kreuzcrawl::ImageInfo {
1234
1262
  fn from(val: JsImageInfo) -> Self {
1235
1263
  Self {
@@ -1242,6 +1270,7 @@ impl From<JsImageInfo> for kreuzcrawl::ImageInfo {
1242
1270
  }
1243
1271
  }
1244
1272
 
1273
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1245
1274
  impl From<kreuzcrawl::ImageInfo> for JsImageInfo {
1246
1275
  fn from(val: kreuzcrawl::ImageInfo) -> Self {
1247
1276
  Self {
@@ -1254,6 +1283,7 @@ impl From<kreuzcrawl::ImageInfo> for JsImageInfo {
1254
1283
  }
1255
1284
  }
1256
1285
 
1286
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1257
1287
  impl From<JsFeedInfo> for kreuzcrawl::FeedInfo {
1258
1288
  fn from(val: JsFeedInfo) -> Self {
1259
1289
  Self {
@@ -1264,6 +1294,7 @@ impl From<JsFeedInfo> for kreuzcrawl::FeedInfo {
1264
1294
  }
1265
1295
  }
1266
1296
 
1297
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1267
1298
  impl From<kreuzcrawl::FeedInfo> for JsFeedInfo {
1268
1299
  fn from(val: kreuzcrawl::FeedInfo) -> Self {
1269
1300
  Self {
@@ -1274,6 +1305,7 @@ impl From<kreuzcrawl::FeedInfo> for JsFeedInfo {
1274
1305
  }
1275
1306
  }
1276
1307
 
1308
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1277
1309
  impl From<JsJsonLdEntry> for kreuzcrawl::JsonLdEntry {
1278
1310
  fn from(val: JsJsonLdEntry) -> Self {
1279
1311
  Self {
@@ -1284,6 +1316,7 @@ impl From<JsJsonLdEntry> for kreuzcrawl::JsonLdEntry {
1284
1316
  }
1285
1317
  }
1286
1318
 
1319
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1287
1320
  impl From<kreuzcrawl::JsonLdEntry> for JsJsonLdEntry {
1288
1321
  fn from(val: kreuzcrawl::JsonLdEntry) -> Self {
1289
1322
  Self {
@@ -1294,6 +1327,7 @@ impl From<kreuzcrawl::JsonLdEntry> for JsJsonLdEntry {
1294
1327
  }
1295
1328
  }
1296
1329
 
1330
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1297
1331
  impl From<JsCookieInfo> for kreuzcrawl::CookieInfo {
1298
1332
  fn from(val: JsCookieInfo) -> Self {
1299
1333
  Self {
@@ -1305,6 +1339,7 @@ impl From<JsCookieInfo> for kreuzcrawl::CookieInfo {
1305
1339
  }
1306
1340
  }
1307
1341
 
1342
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1308
1343
  impl From<kreuzcrawl::CookieInfo> for JsCookieInfo {
1309
1344
  fn from(val: kreuzcrawl::CookieInfo) -> Self {
1310
1345
  Self {
@@ -1316,6 +1351,7 @@ impl From<kreuzcrawl::CookieInfo> for JsCookieInfo {
1316
1351
  }
1317
1352
  }
1318
1353
 
1354
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1319
1355
  impl From<JsDownloadedAsset> for kreuzcrawl::DownloadedAsset {
1320
1356
  fn from(val: JsDownloadedAsset) -> Self {
1321
1357
  Self {
@@ -1329,6 +1365,7 @@ impl From<JsDownloadedAsset> for kreuzcrawl::DownloadedAsset {
1329
1365
  }
1330
1366
  }
1331
1367
 
1368
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1332
1369
  impl From<kreuzcrawl::DownloadedAsset> for JsDownloadedAsset {
1333
1370
  fn from(val: kreuzcrawl::DownloadedAsset) -> Self {
1334
1371
  Self {
@@ -1342,6 +1379,7 @@ impl From<kreuzcrawl::DownloadedAsset> for JsDownloadedAsset {
1342
1379
  }
1343
1380
  }
1344
1381
 
1382
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1345
1383
  impl From<JsArticleMetadata> for kreuzcrawl::ArticleMetadata {
1346
1384
  fn from(val: JsArticleMetadata) -> Self {
1347
1385
  Self {
@@ -1354,6 +1392,7 @@ impl From<JsArticleMetadata> for kreuzcrawl::ArticleMetadata {
1354
1392
  }
1355
1393
  }
1356
1394
 
1395
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1357
1396
  impl From<kreuzcrawl::ArticleMetadata> for JsArticleMetadata {
1358
1397
  fn from(val: kreuzcrawl::ArticleMetadata) -> Self {
1359
1398
  Self {
@@ -1366,6 +1405,7 @@ impl From<kreuzcrawl::ArticleMetadata> for JsArticleMetadata {
1366
1405
  }
1367
1406
  }
1368
1407
 
1408
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1369
1409
  impl From<JsHreflangEntry> for kreuzcrawl::HreflangEntry {
1370
1410
  fn from(val: JsHreflangEntry) -> Self {
1371
1411
  Self {
@@ -1375,6 +1415,7 @@ impl From<JsHreflangEntry> for kreuzcrawl::HreflangEntry {
1375
1415
  }
1376
1416
  }
1377
1417
 
1418
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1378
1419
  impl From<kreuzcrawl::HreflangEntry> for JsHreflangEntry {
1379
1420
  fn from(val: kreuzcrawl::HreflangEntry) -> Self {
1380
1421
  Self {
@@ -1384,6 +1425,7 @@ impl From<kreuzcrawl::HreflangEntry> for JsHreflangEntry {
1384
1425
  }
1385
1426
  }
1386
1427
 
1428
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1387
1429
  impl From<JsFaviconInfo> for kreuzcrawl::FaviconInfo {
1388
1430
  fn from(val: JsFaviconInfo) -> Self {
1389
1431
  Self {
@@ -1395,6 +1437,7 @@ impl From<JsFaviconInfo> for kreuzcrawl::FaviconInfo {
1395
1437
  }
1396
1438
  }
1397
1439
 
1440
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1398
1441
  impl From<kreuzcrawl::FaviconInfo> for JsFaviconInfo {
1399
1442
  fn from(val: kreuzcrawl::FaviconInfo) -> Self {
1400
1443
  Self {
@@ -1406,6 +1449,7 @@ impl From<kreuzcrawl::FaviconInfo> for JsFaviconInfo {
1406
1449
  }
1407
1450
  }
1408
1451
 
1452
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1409
1453
  impl From<JsHeadingInfo> for kreuzcrawl::HeadingInfo {
1410
1454
  fn from(val: JsHeadingInfo) -> Self {
1411
1455
  Self {
@@ -1415,6 +1459,7 @@ impl From<JsHeadingInfo> for kreuzcrawl::HeadingInfo {
1415
1459
  }
1416
1460
  }
1417
1461
 
1462
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1418
1463
  impl From<kreuzcrawl::HeadingInfo> for JsHeadingInfo {
1419
1464
  fn from(val: kreuzcrawl::HeadingInfo) -> Self {
1420
1465
  Self {
@@ -1424,6 +1469,7 @@ impl From<kreuzcrawl::HeadingInfo> for JsHeadingInfo {
1424
1469
  }
1425
1470
  }
1426
1471
 
1472
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1427
1473
  impl From<JsResponseMeta> for kreuzcrawl::ResponseMeta {
1428
1474
  fn from(val: JsResponseMeta) -> Self {
1429
1475
  Self {
@@ -1438,6 +1484,7 @@ impl From<JsResponseMeta> for kreuzcrawl::ResponseMeta {
1438
1484
  }
1439
1485
  }
1440
1486
 
1487
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1441
1488
  impl From<kreuzcrawl::ResponseMeta> for JsResponseMeta {
1442
1489
  fn from(val: kreuzcrawl::ResponseMeta) -> Self {
1443
1490
  Self {
@@ -1452,6 +1499,7 @@ impl From<kreuzcrawl::ResponseMeta> for JsResponseMeta {
1452
1499
  }
1453
1500
  }
1454
1501
 
1502
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1455
1503
  impl From<JsPageMetadata> for kreuzcrawl::PageMetadata {
1456
1504
  fn from(val: JsPageMetadata) -> Self {
1457
1505
  Self {
@@ -1502,6 +1550,7 @@ impl From<JsPageMetadata> for kreuzcrawl::PageMetadata {
1502
1550
  }
1503
1551
  }
1504
1552
 
1553
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1505
1554
  impl From<kreuzcrawl::PageMetadata> for JsPageMetadata {
1506
1555
  fn from(val: kreuzcrawl::PageMetadata) -> Self {
1507
1556
  Self {
@@ -1552,6 +1601,7 @@ impl From<kreuzcrawl::PageMetadata> for JsPageMetadata {
1552
1601
  }
1553
1602
  }
1554
1603
 
1604
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1555
1605
  impl From<JsCitationResult> for kreuzcrawl::CitationResult {
1556
1606
  fn from(val: JsCitationResult) -> Self {
1557
1607
  Self {
@@ -1564,6 +1614,7 @@ impl From<JsCitationResult> for kreuzcrawl::CitationResult {
1564
1614
  }
1565
1615
  }
1566
1616
 
1617
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1567
1618
  impl From<kreuzcrawl::CitationResult> for JsCitationResult {
1568
1619
  fn from(val: kreuzcrawl::CitationResult) -> Self {
1569
1620
  Self {
@@ -1573,6 +1624,7 @@ impl From<kreuzcrawl::CitationResult> for JsCitationResult {
1573
1624
  }
1574
1625
  }
1575
1626
 
1627
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1576
1628
  impl From<JsCitationReference> for kreuzcrawl::CitationReference {
1577
1629
  fn from(val: JsCitationReference) -> Self {
1578
1630
  Self {
@@ -1583,6 +1635,7 @@ impl From<JsCitationReference> for kreuzcrawl::CitationReference {
1583
1635
  }
1584
1636
  }
1585
1637
 
1638
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1586
1639
  impl From<kreuzcrawl::CitationReference> for JsCitationReference {
1587
1640
  fn from(val: kreuzcrawl::CitationReference) -> Self {
1588
1641
  Self {
@@ -1593,6 +1646,7 @@ impl From<kreuzcrawl::CitationReference> for JsCitationReference {
1593
1646
  }
1594
1647
  }
1595
1648
 
1649
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1596
1650
  impl From<JsBatchScrapeResult> for kreuzcrawl::BatchScrapeResult {
1597
1651
  fn from(val: JsBatchScrapeResult) -> Self {
1598
1652
  Self {
@@ -1603,6 +1657,7 @@ impl From<JsBatchScrapeResult> for kreuzcrawl::BatchScrapeResult {
1603
1657
  }
1604
1658
  }
1605
1659
 
1660
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1606
1661
  impl From<kreuzcrawl::BatchScrapeResult> for JsBatchScrapeResult {
1607
1662
  fn from(val: kreuzcrawl::BatchScrapeResult) -> Self {
1608
1663
  Self {
@@ -1613,6 +1668,7 @@ impl From<kreuzcrawl::BatchScrapeResult> for JsBatchScrapeResult {
1613
1668
  }
1614
1669
  }
1615
1670
 
1671
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1616
1672
  impl From<JsBatchCrawlResult> for kreuzcrawl::BatchCrawlResult {
1617
1673
  fn from(val: JsBatchCrawlResult) -> Self {
1618
1674
  Self {
@@ -1623,6 +1679,7 @@ impl From<JsBatchCrawlResult> for kreuzcrawl::BatchCrawlResult {
1623
1679
  }
1624
1680
  }
1625
1681
 
1682
+ #[allow(clippy::redundant_closure, clippy::useless_conversion)]
1626
1683
  impl From<kreuzcrawl::BatchCrawlResult> for JsBatchCrawlResult {
1627
1684
  fn from(val: kreuzcrawl::BatchCrawlResult) -> Self {
1628
1685
  Self {