@algolia/requester-fetch 5.0.0-alpha.50 → 5.0.0-alpha.52

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.
@@ -1,5 +1,5 @@
1
1
  import type { Requester } from '@algolia/client-common';
2
- export declare type FetchRequesterOptions = {
2
+ export type FetchRequesterOptions = {
3
3
  readonly requesterOptions?: RequestInit;
4
4
  };
5
5
  export declare function createFetchRequester({ requesterOptions, }?: FetchRequesterOptions): Requester;
@@ -1 +1 @@
1
- {"version":3,"file":"createFetchRequester.d.ts","sourceRoot":"","sources":["../../src/createFetchRequester.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,SAAS,EAEV,MAAM,wBAAwB,CAAC;AAahC,oBAAY,qBAAqB,GAAG;IAClC,QAAQ,CAAC,gBAAgB,CAAC,EAAE,WAAW,CAAC;CACzC,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,EACnC,gBAAqB,GACtB,GAAE,qBAA0B,GAAG,SAAS,CAyDxC"}
1
+ {"version":3,"file":"createFetchRequester.d.ts","sourceRoot":"","sources":["../../src/createFetchRequester.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,SAAS,EAEV,MAAM,wBAAwB,CAAC;AAahC,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,gBAAgB,CAAC,EAAE,WAAW,CAAC;CACzC,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,EACnC,gBAAqB,GACtB,GAAE,qBAA0B,GAAG,SAAS,CAyDxC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/requester-fetch",
3
- "version": "5.0.0-alpha.50",
3
+ "version": "5.0.0-alpha.52",
4
4
  "description": "Promise-based request library using Fetch.",
5
5
  "repository": "algolia/algoliasearch-client-javascript",
6
6
  "license": "MIT",
@@ -19,16 +19,16 @@
19
19
  "test": "jest"
20
20
  },
21
21
  "dependencies": {
22
- "@algolia/client-common": "5.0.0-alpha.50"
22
+ "@algolia/client-common": "5.0.0-alpha.52"
23
23
  },
24
24
  "devDependencies": {
25
- "@types/jest": "28.1.8",
26
- "@types/node": "16.18.12",
25
+ "@types/jest": "29.4.0",
26
+ "@types/node": "18.14.2",
27
27
  "cross-fetch": "3.1.5",
28
28
  "jest": "29.4.3",
29
29
  "nock": "13.3.0",
30
- "ts-jest": "28.0.8",
31
- "typescript": "4.8.3"
30
+ "ts-jest": "29.0.5",
31
+ "typescript": "4.9.5"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">= 14.0.0"