@capacitor/clipboard
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.6](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@1.0.5...@capacitor/clipboard@1.0.6) (2021-11-03) | ||
**Note:** Version bump only for package @capacitor/clipboard | ||
## [1.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@1.0.4...@capacitor/clipboard@1.0.5) (2021-10-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/clipboard", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.", | ||
@@ -36,3 +36,3 @@ "main": "dist/plugin.cjs.js", | ||
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", | ||
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- autocorrect --format", | ||
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format", | ||
"eslint": "eslint . --ext ts", | ||
@@ -83,3 +83,3 @@ "prettier": "prettier \"**/*.{css,html,ts,js,java}\"", | ||
}, | ||
"gitHead": "eadbffd4bf9f0859bd301a639ab4e0c3337ea8db" | ||
"gitHead": "64df93225736e9dfad336562f5e53e5a2243052b" | ||
} |
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
60008