@capacitor/ios 6.1.0 → 6.1.1-dev-20240614T165743.0

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.
@@ -128,7 +128,6 @@ open class CapacitorUrlRequest: NSObject, URLSessionTaskDelegate {
128
128
  data.append("--\(boundary)\r\n".data(using: .utf8)!)
129
129
  data.append("Content-Disposition: form-data; name=\"\(key!)\"; filename=\"\(fileName!)\"\r\n".data(using: .utf8)!)
130
130
  data.append("Content-Type: \(fileContentType!)\r\n".data(using: .utf8)!)
131
- data.append("Content-Transfer-Encoding: binary\r\n".data(using: .utf8)!)
132
131
  data.append("\r\n".data(using: .utf8)!)
133
132
 
134
133
  data.append(Data(base64Encoded: value)!)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/ios",
3
- "version": "6.1.0",
3
+ "version": "6.1.1-dev-20240614T165743.0",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
@@ -26,7 +26,7 @@
26
26
  "xc:build:xcframework": "scripts/build.sh xcframework"
27
27
  },
28
28
  "peerDependencies": {
29
- "@capacitor/core": "^6.1.0"
29
+ "@capacitor/core": "^6.1.0-dev-20240614T165743.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"