@capgo/capacitor-updater 7.39.0 → 7.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "7.39.0",
3
+ "version": "7.40.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Live update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",
@@ -24,6 +24,7 @@
24
24
  "bugs": {
25
25
  "url": "https://github.com/Cap-go/capacitor-updater/issues"
26
26
  },
27
+ "homepage": "https://capgo.app/docs/plugins/updater/",
27
28
  "keywords": [
28
29
  "capacitor",
29
30
  "live updates",
@@ -36,8 +37,7 @@
36
37
  "OTA",
37
38
  "ionic",
38
39
  "appflow alternative",
39
- "capawesome alternative",
40
- "@capawesome/capacitor-live-update",
40
+ "microsoft alternative",
41
41
  "native"
42
42
  ],
43
43
  "scripts": {
@@ -51,7 +51,7 @@
51
51
  "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
52
52
  "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
53
53
  "eslint": "eslint . --ext .ts",
54
- "prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
54
+ "prettier": "prettier-pretty-check \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
55
55
  "swiftlint": "node-swiftlint",
56
56
  "docgen": "node scripts/generate-docs.js",
57
57
  "build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
@@ -77,7 +77,8 @@
77
77
  "rimraf": "^6.0.1",
78
78
  "rollup": "^4.50.0",
79
79
  "swiftlint": "^2.0.0",
80
- "typescript": "^5.9.2"
80
+ "typescript": "^5.9.2",
81
+ "prettier-pretty-check": "^0.2.0"
81
82
  },
82
83
  "peerDependencies": {
83
84
  "@capacitor/core": ">=7.0.0"