@simplysm/capacitor-plugin-usb-storage 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 USB Storage Plugin -- USB mass storage device interaction for Android.
8
8
  npm install @simplysm/capacitor-plugin-usb-storage
9
9
  ```
10
10
 
11
+ **Peer dependencies:**
12
+
13
+ - `@capacitor/core` ^7.0.0
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-usb-storage",
3
- "version": "12.16.41",
3
+ "version": "12.16.42",
4
4
  "description": "심플리즘 패키지 - Capacitor USB Storage Plugin",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  }
19
19
  },
20
20
  "devDependencies": {
21
- "@capacitor/core": "^7.6.0"
21
+ "@capacitor/core": "^7.6.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@capacitor/core": "^7.0.0"