@elliemae/pui-app-sdk 5.3.1 → 6.0.0-next.1

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.
@@ -45,8 +45,7 @@ const getHTTPClient = ({
45
45
  } = {}) => {
46
46
  const client = import_axios.default.create({
47
47
  baseURL,
48
- headers: { "Content-Type": "application/json", ...headers },
49
- data: {}
48
+ headers
50
49
  });
51
50
  if (client?.defaults?.timeout)
52
51
  client.defaults.timeout = REQUEST_TIMEOUT;
@@ -11,8 +11,7 @@ const getHTTPClient = ({
11
11
  } = {}) => {
12
12
  const client = axios.create({
13
13
  baseURL,
14
- headers: { "Content-Type": "application/json", ...headers },
15
- data: {}
14
+ headers
16
15
  });
17
16
  if (client?.defaults?.timeout)
18
17
  client.defaults.timeout = REQUEST_TIMEOUT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-app-sdk",
3
- "version": "5.3.1",
3
+ "version": "6.0.0-next.1",
4
4
  "description": "ICE MT UI Platform Application SDK ",
5
5
  "sideEffects": [
6
6
  "*.css",