@capacitor/filesystem 6.0.0-dev-2076-20240410T175150.0 → 6.0.0-dev-2076-20240410T175545.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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,8 +28,6 @@ When using this specific plugin in your app, you must create a `PrivacyInfo.xcpr
28
28
  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
29
29
  <plist version="1.0">
30
30
  <dict>
31
- <key>NSPrivacyTracking</key>
32
- <false/>
33
31
  <key>NSPrivacyAccessedAPITypes</key>
34
32
  <array>
35
33
  <!-- Add this dict entry to the array if the PrivacyInfo file already exists -->
@@ -38,7 +36,7 @@ When using this specific plugin in your app, you must create a `PrivacyInfo.xcpr
38
36
  <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
39
37
  <key>NSPrivacyAccessedAPITypeReasons</key>
40
38
  <array>
41
- <string>C617.1</string> <!-- Replace with the appropriate reason code -->
39
+ <string>C617.1</string>
42
40
  </array>
43
41
  </dict>
44
42
  </array>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/filesystem",
3
- "version": "6.0.0-dev-2076-20240410T175150.0",
3
+ "version": "6.0.0-dev-2076-20240410T175545.0",
4
4
  "description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",