@algolia/client-common 4.25.1 → 4.25.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.
@@ -71,7 +71,7 @@ function encode(format, ...args) {
71
71
  return format.replace(/%s/g, () => encodeURIComponent(args[i++]));
72
72
  }
73
73
 
74
- const version = '4.25.1';
74
+ const version = '4.25.3';
75
75
 
76
76
  const destroy = (base) => {
77
77
  return () => {
@@ -73,7 +73,7 @@ declare type Methods<TBase> = {
73
73
 
74
74
  export declare function shuffle<TData>(array: TData[]): TData[];
75
75
 
76
- export declare const version = "4.25.1";
76
+ export declare const version = "4.25.3";
77
77
 
78
78
  export declare type Wait<TResponse> = (
79
79
  /**
@@ -67,7 +67,7 @@ function encode(format, ...args) {
67
67
  return format.replace(/%s/g, () => encodeURIComponent(args[i++]));
68
68
  }
69
69
 
70
- const version = '4.25.1';
70
+ const version = '4.25.3';
71
71
 
72
72
  const destroy = (base) => {
73
73
  return () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/client-common",
3
- "version": "4.25.1",
3
+ "version": "4.25.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@algolia/requester-common": "4.25.1",
20
- "@algolia/transporter": "4.25.1"
19
+ "@algolia/requester-common": "4.25.3",
20
+ "@algolia/transporter": "4.25.3"
21
21
  }
22
22
  }