@faasjs/react 0.0.2-beta.371 → 0.0.2-beta.375

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -106,7 +106,7 @@ ___
106
106
 
107
107
  ### Options
108
108
 
109
- Ƭ **Options**: `RequestInit` & { `headers?`: { [key: string]: `string`; } ; `beforeRequest?`: (`__namedParameters`: { `action`: `string` ; `options`: [`Options`](#options) ; `params`: `Record`<`string`, `any`\> }) => `void` \| `Promise`<`void`\> }
109
+ Ƭ **Options**: `RequestInit` & { `headers?`: { `[key: string]`: `string`; } ; `beforeRequest?`: (`__namedParameters`: { `action`: `string` ; `options`: [`Options`](#options) ; `params`: `Record`<`string`, `any`\> }) => `void` \| `Promise`<`void`\> }
110
110
 
111
111
  ___
112
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/react",
3
- "version": "0.0.2-beta.371",
3
+ "version": "0.0.2-beta.375",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -23,8 +23,8 @@
23
23
  "dist"
24
24
  ],
25
25
  "peerDependencies": {
26
- "@faasjs/browser": "^0.0.2-beta.371",
27
- "@faasjs/types": "^0.0.2-beta.371",
26
+ "@faasjs/browser": "^0.0.2-beta.375",
27
+ "@faasjs/types": "^0.0.2-beta.375",
28
28
  "react": "*"
29
29
  },
30
30
  "devDependencies": {