@xberg-io/crawlberg-wasm 1.4.2 → 1.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xberg-io/crawlberg-wasm",
3
- "version": "1.4.2",
3
+ "version": "1.5.2",
4
4
  "private": false,
5
5
  "description": "High-performance web crawling engine",
6
6
  "license": "MIT",
@@ -41,5 +41,9 @@
41
41
  "test:watch": "vitest watch",
42
42
  "test:coverage": "vitest run --coverage",
43
43
  "clean": "rm -rf pkg dist"
44
+ },
45
+ "devDependencies": {
46
+ "vitest": "^5.0.0",
47
+ "@vitest/coverage-v8": "^5.0.0"
44
48
  }
45
49
  }
@@ -8360,12 +8360,12 @@ export function __wbg_wasmsitemapurl_unwrap(arg0) {
8360
8360
  return ret;
8361
8361
  }
8362
8362
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
8363
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1074, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8363
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1067, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8364
8364
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6e6fec37c02cb65f);
8365
8365
  return ret;
8366
8366
  }
8367
8367
  export function __wbindgen_cast_0000000000000002(arg0, arg1) {
8368
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 950, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8368
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 952, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8369
8369
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1d72c46fe7a75bc3);
8370
8370
  return ret;
8371
8371
  }
Binary file
@@ -2,7 +2,7 @@
2
2
  "name": "crawlberg-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance web crawling engine",
5
- "version": "1.4.2",
5
+ "version": "1.5.2",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -8365,12 +8365,12 @@ function __wbg_get_imports() {
8365
8365
  return ret;
8366
8366
  },
8367
8367
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
8368
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1074, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8368
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1067, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8369
8369
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6e6fec37c02cb65f);
8370
8370
  return ret;
8371
8371
  },
8372
8372
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
8373
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 950, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8373
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 952, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8374
8374
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1d72c46fe7a75bc3);
8375
8375
  return ret;
8376
8376
  },
Binary file
@@ -8422,12 +8422,12 @@ function __wbg_get_imports() {
8422
8422
  return ret;
8423
8423
  },
8424
8424
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
8425
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1074, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8425
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1067, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8426
8426
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6e6fec37c02cb65f);
8427
8427
  return ret;
8428
8428
  },
8429
8429
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
8430
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 950, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8430
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 952, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8431
8431
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1d72c46fe7a75bc3);
8432
8432
  return ret;
8433
8433
  },
Binary file
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "crawlberg-wasm",
3
3
  "description": "High-performance web crawling engine",
4
- "version": "1.4.2",
4
+ "version": "1.5.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -8365,12 +8365,12 @@ function __wbg_get_imports() {
8365
8365
  return ret;
8366
8366
  },
8367
8367
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
8368
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1074, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8368
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1067, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
8369
8369
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6e6fec37c02cb65f);
8370
8370
  return ret;
8371
8371
  },
8372
8372
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
8373
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 950, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8373
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 952, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8374
8374
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1d72c46fe7a75bc3);
8375
8375
  return ret;
8376
8376
  },
Binary file
@@ -2,7 +2,7 @@
2
2
  "name": "crawlberg-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance web crawling engine",
5
- "version": "1.4.2",
5
+ "version": "1.5.2",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",