@capgo/capacitor-stream-call 8.0.4 → 8.0.5

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.
@@ -12,7 +12,7 @@ import WebKit
12
12
  */
13
13
  @objc(StreamCallPlugin)
14
14
  public class StreamCallPlugin: CAPPlugin, CAPBridgedPlugin {
15
- private let pluginVersion: String = "8.0.4"
15
+ private let pluginVersion: String = "8.0.5"
16
16
  public let identifier = "StreamCallPlugin"
17
17
  public let jsName = "StreamCall"
18
18
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "Uses the https://getstream.io/ SDK to implement calling in Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -50,7 +50,7 @@
50
50
  "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
51
51
  "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
52
52
  "eslint": "eslint . --ext ts",
53
- "prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
53
+ "prettier": "prettier-pretty-check \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
54
54
  "swiftlint": "node-swiftlint",
55
55
  "docgen": "docgen --api StreamCallPlugin --output-readme README.md --output-json dist/docs.json",
56
56
  "build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
@@ -74,7 +74,8 @@
74
74
  "rimraf": "^6.1.0",
75
75
  "rollup": "^4.53.2",
76
76
  "swiftlint": "^2.0.0",
77
- "typescript": "^5.9.3"
77
+ "typescript": "^5.9.3",
78
+ "prettier-pretty-check": "^0.2.0"
78
79
  },
79
80
  "peerDependencies": {
80
81
  "@capacitor/core": ">=8.0.0"