@capacitor-community/privacy-screen
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.1.2](https://github.com/capacitor-community/privacy-screen/compare/v1.1.1...v1.1.2) (2021-03-06) | ||
### Bug Fixes | ||
* update peer dependency version ([#22](https://github.com/capacitor-community/privacy-screen/issues/22)) ([940dd1b](https://github.com/capacitor-community/privacy-screen/commit/940dd1b8195872d04950e47a90ad102c9d463c9e)) | ||
### [1.1.1](https://github.com/capacitor-community/privacy-screen/compare/v1.1.0...v1.1.1) (2021-01-31) | ||
@@ -7,0 +14,0 @@ |
@@ -0,0 +0,0 @@ declare module '@capacitor/core' { |
export * from './definitions'; | ||
export * from './web'; |
export * from './web'; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { WebPlugin } from '@capacitor/core'; |
@@ -0,0 +0,0 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var capacitorPrivacyScreen = (function (exports, core) { |
{ | ||
"name": "@capacitor-community/privacy-screen", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.", | ||
@@ -27,3 +27,3 @@ "main": "dist/plugin.js", | ||
"prettier": "2.0.5", | ||
"prettier-plugin-java": "0.8.0", | ||
"prettier-plugin-java": "0.8.3", | ||
"rimraf": "3.0.0", | ||
@@ -36,3 +36,3 @@ "rollup": "2.21.0", | ||
"peerDependencies": { | ||
"@capacitor/core": "2.4.6" | ||
"@capacitor/core": "^2.4.6" | ||
}, | ||
@@ -39,0 +39,0 @@ "files": [ |
@@ -95,1 +95,5 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> | ||
See [CHANGELOG.md](https://github.com/capacitor-community/privacy-screen/blob/main/CHANGELOG.md). | ||
## License | ||
See [LICENSE](https://github.com/capacitor-community/privacy-screen/blob/main/LICENSE). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30174
99