@capacitor/filesystem 5.1.0 → 5.1.1-nightly-20230713T150800.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.
package/README.md CHANGED
@@ -469,7 +469,7 @@ Add a listener to file download progress events.
469
469
  | Prop | Type | Description | Since |
470
470
  | ----------- | ---------------------------------- | ------------------------------------------------------------------------------------ | ----- |
471
471
  | **`name`** | <code>string</code> | Name of the file or directory. | |
472
- | **`type`** | <code>'directory' \| 'file'</code> | Type of the file. | 4.0.0 |
472
+ | **`type`** | <code>'file' \| 'directory'</code> | Type of the file. | 4.0.0 |
473
473
  | **`size`** | <code>number</code> | Size of the file in bytes. | 4.0.0 |
474
474
  | **`ctime`** | <code>number</code> | Time of creation in milliseconds. It's not available on Android 7 and older devices. | 4.0.0 |
475
475
  | **`mtime`** | <code>number</code> | Time of last modification in milliseconds. | 4.0.0 |
@@ -503,7 +503,7 @@ Add a listener to file download progress events.
503
503
 
504
504
  | Prop | Type | Description | Since |
505
505
  | ----------- | ---------------------------------- | ------------------------------------------------------------------------------------ | ----- |
506
- | **`type`** | <code>'directory' \| 'file'</code> | Type of the file. | 1.0.0 |
506
+ | **`type`** | <code>'file' \| 'directory'</code> | Type of the file. | 1.0.0 |
507
507
  | **`size`** | <code>number</code> | Size of the file in bytes. | 1.0.0 |
508
508
  | **`ctime`** | <code>number</code> | Time of creation in milliseconds. It's not available on Android 7 and older devices. | 1.0.0 |
509
509
  | **`mtime`** | <code>number</code> | Time of last modification in milliseconds. | 1.0.0 |
package/dist/docs.json CHANGED
@@ -768,7 +768,7 @@
768
768
  ],
769
769
  "docs": "Type of the file.",
770
770
  "complexTypes": [],
771
- "type": "'directory' | 'file'"
771
+ "type": "'file' | 'directory'"
772
772
  },
773
773
  {
774
774
  "name": "size",
@@ -928,7 +928,7 @@
928
928
  ],
929
929
  "docs": "Type of the file.",
930
930
  "complexTypes": [],
931
- "type": "'directory' | 'file'"
931
+ "type": "'file' | 'directory'"
932
932
  },
933
933
  {
934
934
  "name": "size",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/filesystem",
3
- "version": "5.1.0",
3
+ "version": "5.1.1-nightly-20230713T150800.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",