@capacitor/clipboard
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.1](https://github.com/ionic-team/capacitor-plugins/compare/4.0.0...4.0.1) (2022-07-28) | ||
**Note:** Version bump only for package @capacitor/clipboard | ||
# [4.0.0](https://github.com/ionic-team/capacitor-plugins/compare/4.0.0-beta.2...4.0.0) (2022-07-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/clipboard", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.", | ||
@@ -48,6 +48,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "next", | ||
"@capacitor/core": "next", | ||
"@capacitor/android": "^4.0.0", | ||
"@capacitor/core": "^4.0.0", | ||
"@capacitor/docgen": "0.0.18", | ||
"@capacitor/ios": "next", | ||
"@capacitor/ios": "^4.0.0", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -65,3 +65,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "next" | ||
"@capacitor/core": "^4.0.0" | ||
}, | ||
@@ -84,3 +84,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "27bd016fc57850ae151ae06017bb1e9ee0d62975" | ||
"gitHead": "42324ec218c8699bc10f914169ac366c8224b259" | ||
} |
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
68738