@capacitor/clipboard
Advanced tools
Comparing version 0.2.4 to 0.3.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@0.2.4...@capacitor/clipboard@0.3.0) (2021-01-13) | ||
### Bug Fixes | ||
* add es2017 lib to tsconfig ([#180](https://github.com/ionic-team/capacitor-plugins/issues/180)) ([2c3776c](https://github.com/ionic-team/capacitor-plugins/commit/2c3776c38ca025c5ee965dec10ccf1cdb6c02e2f)) | ||
### Features | ||
* add commonjs output format ([#179](https://github.com/ionic-team/capacitor-plugins/issues/179)) ([8e9e098](https://github.com/ionic-team/capacitor-plugins/commit/8e9e09862064b3f6771d7facbc4008e995d9b463)) | ||
## [0.2.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@0.2.3...@capacitor/clipboard@0.2.4) (2021-01-13) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@capacitor/clipboard", | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.", | ||
"main": "dist/esm/index.js", | ||
"main": "dist/plugin.cjs.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
@@ -46,6 +47,6 @@ "unpkg": "dist/plugin.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0-alpha.12", | ||
"@capacitor/android": "^3.0.0-alpha.14", | ||
"@capacitor/core": "^3.0.0-alpha.12", | ||
"@capacitor/docgen": "0.0.14", | ||
"@capacitor/ios": "^3.0.0-alpha.13", | ||
"@capacitor/ios": "^3.0.0-alpha.14", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -81,3 +82,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
}, | ||
"gitHead": "8292c0b1dc327992435887748d3c02a20b9e4ebf" | ||
"gitHead": "98290e6c0292ea17b7a5d178919664a9062405d5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56637
30
547
3