@camunda/play 6.0.1-rc.0 → 6.0.1-rc.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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -4020,7 +4020,7 @@ function tBe(o, e) {
4020
4020
  customProperties: {
4021
4021
  [g7e]: o
4022
4022
  },
4023
- contentType: e.type,
4023
+ contentType: e.type ?? "text/plain",
4024
4024
  fileName: e.name
4025
4025
  }, n = new FormData();
4026
4026
  return n.append("files", e), n.append("metadata", JSON.stringify(t)), n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "6.0.1-rc.0",
3
+ "version": "6.0.1-rc.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",