@faasjs/react 0.0.3-beta.76 → 0.0.3-beta.78

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.
package/dist/index.js CHANGED
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // src/index.tsx
21
21
  var src_exports = {};
22
22
  __export(src_exports, {
23
+ FaasBrowserClient: () => import_browser.FaasBrowserClient,
23
24
  FaasDataWrapper: () => FaasDataWrapper,
24
25
  FaasReactClient: () => FaasReactClient,
25
26
  faas: () => faas,
@@ -172,6 +173,7 @@ function FaasDataWrapper(props) {
172
173
  }
173
174
  // Annotate the CommonJS export names for ESM import in node:
174
175
  0 && (module.exports = {
176
+ FaasBrowserClient,
175
177
  FaasDataWrapper,
176
178
  FaasReactClient,
177
179
  faas,
package/dist/index.mjs CHANGED
@@ -150,6 +150,7 @@ function FaasDataWrapper(props) {
150
150
  return createElement(client.FaasDataWrapper, props);
151
151
  }
152
152
  export {
153
+ FaasBrowserClient,
153
154
  FaasDataWrapper,
154
155
  FaasReactClient,
155
156
  faas,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/react",
3
- "version": "0.0.3-beta.76",
3
+ "version": "0.0.3-beta.78",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@faasjs/browser": "^0.0.3-beta.76"
25
+ "@faasjs/browser": "^0.0.3-beta.78"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "*"