@xberg-io/crawlberg-wasm 1.0.12 → 1.1.0

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.0.12",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "description": "High-performance web crawling engine",
6
6
  "license": "MIT",
@@ -7926,7 +7926,7 @@ export function __wbindgen_cast_0000000000000001(arg0, arg1) {
7926
7926
  }
7927
7927
  export function __wbindgen_cast_0000000000000002(arg0, arg1) {
7928
7928
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 831, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
7929
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c);
7929
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h10c3645e699af307);
7930
7930
  return ret;
7931
7931
  }
7932
7932
  export function __wbindgen_cast_0000000000000003(arg0) {
@@ -7958,8 +7958,8 @@ export function __wbindgen_init_externref_table() {
7958
7958
  table.set(offset + 2, true);
7959
7959
  table.set(offset + 3, false);
7960
7960
  }
7961
- function wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1) {
7962
- wasm.wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1);
7961
+ function wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1) {
7962
+ wasm.wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1);
7963
7963
  }
7964
7964
 
7965
7965
  function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
Binary file
@@ -687,7 +687,7 @@ export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint)
687
687
  export const wasmpageaction_new: () => number;
688
688
  export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
689
689
  export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
690
- export const wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c: (a: number, b: number) => void;
690
+ export const wasm_bindgen__convert__closures_____invoke__h10c3645e699af307: (a: number, b: number) => void;
691
691
  export const __wbindgen_malloc: (a: number, b: number) => number;
692
692
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
693
693
  export const __wbindgen_exn_store: (a: number) => void;
@@ -2,7 +2,7 @@
2
2
  "name": "crawlberg-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance web crawling engine",
5
- "version": "1.0.12",
5
+ "version": "1.1.0",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -7931,7 +7931,7 @@ function __wbg_get_imports() {
7931
7931
  },
7932
7932
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
7933
7933
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 831, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
7934
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c);
7934
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h10c3645e699af307);
7935
7935
  return ret;
7936
7936
  },
7937
7937
  __wbindgen_cast_0000000000000003: function(arg0) {
@@ -7970,8 +7970,8 @@ function __wbg_get_imports() {
7970
7970
  };
7971
7971
  }
7972
7972
 
7973
- function wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1) {
7974
- wasm.wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1);
7973
+ function wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1) {
7974
+ wasm.wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1);
7975
7975
  }
7976
7976
 
7977
7977
  function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
Binary file
@@ -687,7 +687,7 @@ export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint)
687
687
  export const wasmpageaction_new: () => number;
688
688
  export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
689
689
  export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
690
- export const wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c: (a: number, b: number) => void;
690
+ export const wasm_bindgen__convert__closures_____invoke__h10c3645e699af307: (a: number, b: number) => void;
691
691
  export const __wbindgen_malloc: (a: number, b: number) => number;
692
692
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
693
693
  export const __wbindgen_exn_store: (a: number) => void;
@@ -7984,7 +7984,7 @@ function __wbg_get_imports() {
7984
7984
  },
7985
7985
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
7986
7986
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 831, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
7987
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c);
7987
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h10c3645e699af307);
7988
7988
  return ret;
7989
7989
  },
7990
7990
  __wbindgen_cast_0000000000000003: function(arg0) {
@@ -8023,8 +8023,8 @@ function __wbg_get_imports() {
8023
8023
  };
8024
8024
  }
8025
8025
 
8026
- function wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1) {
8027
- wasm.wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1);
8026
+ function wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1) {
8027
+ wasm.wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1);
8028
8028
  }
8029
8029
 
8030
8030
  function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
Binary file
@@ -687,7 +687,7 @@ export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint)
687
687
  export const wasmpageaction_new: () => number;
688
688
  export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
689
689
  export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
690
- export const wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c: (a: number, b: number) => void;
690
+ export const wasm_bindgen__convert__closures_____invoke__h10c3645e699af307: (a: number, b: number) => void;
691
691
  export const __wbindgen_malloc: (a: number, b: number) => number;
692
692
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
693
693
  export const __wbindgen_exn_store: (a: number) => void;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "crawlberg-wasm",
3
3
  "description": "High-performance web crawling engine",
4
- "version": "1.0.12",
4
+ "version": "1.1.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1657,7 +1657,7 @@ export interface InitOutput {
1657
1657
  readonly wasmpageaction_new: () => number;
1658
1658
  readonly wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
1659
1659
  readonly wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
1660
- readonly wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c: (a: number, b: number) => void;
1660
+ readonly wasm_bindgen__convert__closures_____invoke__h10c3645e699af307: (a: number, b: number) => void;
1661
1661
  readonly __wbindgen_malloc: (a: number, b: number) => number;
1662
1662
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
1663
1663
  readonly __wbindgen_exn_store: (a: number) => void;
@@ -7931,7 +7931,7 @@ function __wbg_get_imports() {
7931
7931
  },
7932
7932
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
7933
7933
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 831, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
7934
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c);
7934
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h10c3645e699af307);
7935
7935
  return ret;
7936
7936
  },
7937
7937
  __wbindgen_cast_0000000000000003: function(arg0) {
@@ -7970,8 +7970,8 @@ function __wbg_get_imports() {
7970
7970
  };
7971
7971
  }
7972
7972
 
7973
- function wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1) {
7974
- wasm.wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c(arg0, arg1);
7973
+ function wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1) {
7974
+ wasm.wasm_bindgen__convert__closures_____invoke__h10c3645e699af307(arg0, arg1);
7975
7975
  }
7976
7976
 
7977
7977
  function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
Binary file
@@ -687,7 +687,7 @@ export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint)
687
687
  export const wasmpageaction_new: () => number;
688
688
  export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
689
689
  export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
690
- export const wasm_bindgen__convert__closures_____invoke__h9a41a86331e82e4c: (a: number, b: number) => void;
690
+ export const wasm_bindgen__convert__closures_____invoke__h10c3645e699af307: (a: number, b: number) => void;
691
691
  export const __wbindgen_malloc: (a: number, b: number) => number;
692
692
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
693
693
  export const __wbindgen_exn_store: (a: number) => void;
@@ -2,7 +2,7 @@
2
2
  "name": "crawlberg-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance web crawling engine",
5
- "version": "1.0.12",
5
+ "version": "1.1.0",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",