Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 3209ac7

Browse files
committed
fix: support capacitor 3.0.0 official
1 parent c7c8f03 commit 3209ac7

18 files changed

+71
-99
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ In order to ensure that your end users always have a functioning version of your
3131

3232
Tested with below environment
3333
```
34-
"@capacitor-community/http": "^1.0.0-alpha.1",
35-
"@capacitor/core": "^3.0.0-beta.6",
36-
"@capacitor/device": "^0.5.5",
37-
"@capacitor/dialog": "^0.4.5",
38-
"@capacitor/filesystem": "^0.5.1"
34+
"@capacitor-community/http": "^1.0.0",
35+
"@capacitor/core": "^3.0.0",
36+
"@capacitor/device": "^1.0.0",
37+
"@capacitor/dialog": "^1.0.0",
38+
"@capacitor/filesystem": "^1.0.0"
3939
```
4040

4141
Capacitor v3 is still in beta. Until major update, this plugin can be unstable.

dist/esm/definitions.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

dist/esm/definitions.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/esm/definitions.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/esm/httpRequester.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export * from "./definitions";
21
export * from "./codePush";
32
export * from "./installMode";
43
export * from "./installOptions";

dist/esm/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/sdk.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/sdk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)