@simplysm/capacitor-plugin-auto-update 13.0.29 → 13.0.31

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 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -201,7 +201,7 @@ interface AutoUpdateService {
201
201
  | Package | Purpose |
202
202
  |--------|------|
203
203
  | `@simplysm/core-common` | Path utilities, HTML templates, `waitUntil`, etc. |
204
- | `@simplysm/core-browser` | `downloadBytes` (file download) |
204
+ | `@simplysm/core-browser` | `fetchUrlBytes` (file download) |
205
205
  | `@simplysm/capacitor-plugin-file-system` | File read/write, URI conversion, storage paths |
206
206
  | `@simplysm/service-client` | `ServiceClient` (server communication) |
207
207
  | `@simplysm/service-common` | `AutoUpdateService` interface definition |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/capacitor-plugin-auto-update",
3
- "version": "13.0.29",
3
+ "version": "13.0.31",
4
4
  "description": "심플리즘 패키지 - Capacitor Auto Update Plugin",
5
5
  "author": "김석래",
6
6
  "license": "MIT",
@@ -18,11 +18,11 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "semver": "^7.7.4",
21
- "@simplysm/capacitor-plugin-file-system": "13.0.29",
22
- "@simplysm/core-browser": "13.0.29",
23
- "@simplysm/core-common": "13.0.29",
24
- "@simplysm/service-client": "13.0.29",
25
- "@simplysm/service-common": "13.0.29"
21
+ "@simplysm/capacitor-plugin-file-system": "13.0.31",
22
+ "@simplysm/core-browser": "13.0.31",
23
+ "@simplysm/service-client": "13.0.31",
24
+ "@simplysm/service-common": "13.0.31",
25
+ "@simplysm/core-common": "13.0.31"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@capacitor/core": "^7.5.0",