@simplysm/capacitor-plugin-file-system 12.16.41 → 12.16.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,6 +8,10 @@ Capacitor File System Plugin -- Full file system access with Android permission
8
8
  npm install @simplysm/capacitor-plugin-file-system
9
9
  ```
10
10
 
11
+ **Peer dependencies:**
12
+
13
+ - `@capacitor/core` ^7.4.4
14
+
11
15
  ## API Overview
12
16
 
13
17
  | API | Type | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/capacitor-plugin-file-system",
3
- "version": "12.16.41",
3
+ "version": "12.16.42",
4
4
  "description": "심플리즘 패키지 - Capacitor File System Plugin",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -21,6 +21,6 @@
21
21
  "@capacitor/core": "^7.4.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@capacitor/core": "^7.6.0"
24
+ "@capacitor/core": "^7.6.1"
25
25
  }
26
26
  }