@faasjs/react 0.0.2-beta.437 → 0.0.2-beta.438

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
@@ -143,7 +143,7 @@ ___
143
143
 
144
144
  Ƭ **Options**: `RequestInit` & { `beforeRequest?`: (`{
145
145
  action, params, options
146
- }`: { `action`: `string` ; `options`: [`Options`](#options) ; `params`: `Record`<`string`, `any`\> }) => `Promise`<`void`\> \| `void` ; `headers?`: { `[key: string]`: `string`; } }
146
+ }`: { `action`: `string` ; `options`: [`Options`](#options) ; `params`: `Record`<`string`, `any`\> }) => `Promise`<`void`\> \| `void` ; `headers?`: { `[key: string]`: `string`; } ; `request?`: <PathOrData\>(`url`: `string`, `options`: [`Options`](#options)) => `Promise`<[`Response`](classes/Response.md)<[`FaasData`](#faasdata)<`PathOrData`\>\>\> }
147
147
 
148
148
  ___
149
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/react",
3
- "version": "0.0.2-beta.437",
3
+ "version": "0.0.2-beta.438",
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
  "dependencies": {
26
- "@faasjs/browser": "^0.0.2-beta.437",
27
- "@faasjs/types": "^0.0.2-beta.437",
26
+ "@faasjs/browser": "^0.0.2-beta.438",
27
+ "@faasjs/types": "^0.0.2-beta.438",
28
28
  "react": "*"
29
29
  },
30
30
  "devDependencies": {