@jitsu/protocols 1.3.0-canary.231.20230920100451 → 1.3.0-canary.233.20230921124530

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.
Files changed (2) hide show
  1. package/functions.d.ts +1 -6
  2. package/package.json +1 -1
package/functions.d.ts CHANGED
@@ -31,12 +31,7 @@ export type EventControlOpts = {
31
31
  export type AnyEvent = Record<string, any> & EventControlOpts;
32
32
  export type AnyProps = Record<string, any>;
33
33
 
34
- export type FetchResponse = {
35
- status: number;
36
- statusText: string;
37
- text: () => Promise<string>;
38
- json: () => Promise<any>;
39
- };
34
+ export type FetchResponse = Response;
40
35
 
41
36
  export type FetchOpts = {
42
37
  method?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.3.0-canary.231.20230920100451",
3
+ "version": "1.3.0-canary.233.20230921124530",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {