@budibase/frontend-core 3.2.40 → 3.2.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/frontend-core",
3
- "version": "3.2.40",
3
+ "version": "3.2.42",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "svelte-check": "^4.1.0"
22
22
  },
23
- "gitHead": "f6424d1f4a4b524be41d8ab389053cc1287cfe9f"
23
+ "gitHead": "b540fbdf53de5d88f0661ae4ce239b2a01483b95"
24
24
  }
@@ -100,6 +100,7 @@ export const buildAttachmentEndpoints = (
100
100
  body: data,
101
101
  json: false,
102
102
  external: true,
103
+ parseResponse: response => response as any,
103
104
  })
104
105
  return { publicUrl }
105
106
  },