@faasjs/react 2.5.1 → 2.5.2

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
@@ -209,7 +209,7 @@ function getClient(domain) {
209
209
  if (!client) {
210
210
  console.warn("FaasReactClient is not initialized manually, use default.");
211
211
  return FaasReactClient({
212
- domain: ""
212
+ domain: "/"
213
213
  });
214
214
  }
215
215
  return client;
package/dist/index.mjs CHANGED
@@ -207,7 +207,7 @@ function getClient(domain) {
207
207
  if (!client) {
208
208
  console.warn("FaasReactClient is not initialized manually, use default.");
209
209
  return FaasReactClient({
210
- domain: ""
210
+ domain: "/"
211
211
  });
212
212
  }
213
213
  return client;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/react",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
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": "2.5.1"
25
+ "@faasjs/browser": "2.5.2"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "*"