Skip to content

Commit

Permalink
fix: support capacitor 3.0.0 official
Browse files Browse the repository at this point in the history
  • Loading branch information
leo6104 committed May 26, 2021
1 parent c7c8f03 commit 3209ac7
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 99 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ In order to ensure that your end users always have a functioning version of your

Tested with below environment
```
"@capacitor-community/http": "^1.0.0-alpha.1",
"@capacitor/core": "^3.0.0-beta.6",
"@capacitor/device": "^0.5.5",
"@capacitor/dialog": "^0.4.5",
"@capacitor/filesystem": "^0.5.1"
"@capacitor-community/http": "^1.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/device": "^1.0.0",
"@capacitor/dialog": "^1.0.0",
"@capacitor/filesystem": "^1.0.0"
```

Capacitor v3 is still in beta. Until major update, this plugin can be unstable.
Expand Down
6 changes: 0 additions & 6 deletions dist/esm/definitions.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/esm/definitions.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/esm/definitions.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/esm/httpRequester.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/esm/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./definitions";
export * from "./codePush";
export * from "./installMode";
export * from "./installOptions";
Expand Down
1 change: 0 additions & 1 deletion dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/sdk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/sdk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugin.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3209ac7

Please sign in to comment.