capacitor-clear-cache
Advanced tools
Comparing version 1.1.1 to 2.0.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -21,4 +21,2 @@ var capacitorClearCache = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -25,0 +23,0 @@ |
{ | ||
"name": "capacitor-clear-cache", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "Clear various app caches", | ||
@@ -39,6 +39,6 @@ "main": "dist/plugin.cjs.js", | ||
"eslint": "eslint . --ext ts", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java", | ||
"swiftlint": "node-swiftlint", | ||
"docgen": "docgen --api ClearCachePlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs", | ||
"clean": "rimraf ./dist", | ||
@@ -49,19 +49,19 @@ "watch": "tsc --watch", | ||
"devDependencies": { | ||
"@capacitor/android": "^6.0.0", | ||
"@capacitor/core": "^6.0.0", | ||
"@capacitor/docgen": "^0.0.18", | ||
"@capacitor/ios": "^6.0.0", | ||
"@ionic/eslint-config": "^0.3.0", | ||
"@ionic/prettier-config": "^1.0.1", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"eslint": "^7.11.0", | ||
"prettier": "~2.3.0", | ||
"prettier-plugin-java": "~1.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.0", | ||
"swiftlint": "^1.0.1", | ||
"@capacitor/android": "^7.0.0", | ||
"@capacitor/core": "^7.0.0", | ||
"@capacitor/docgen": "^0.3.0", | ||
"@capacitor/ios": "^7.0.0", | ||
"@ionic/eslint-config": "^0.4.0", | ||
"@ionic/prettier-config": "^4.0.0", | ||
"@ionic/swiftlint-config": "^2.0.0", | ||
"eslint": "^8.57.0", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-java": "^2.6.6", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.30.1", | ||
"swiftlint": "^2.0.0", | ||
"typescript": "~4.1.5" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^6.0.0" | ||
"@capacitor/core": ">=7.0.0" | ||
}, | ||
@@ -68,0 +68,0 @@ "prettier": "@ionic/prettier-config", |
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
16429
96