@capgo/capacitor-webview-crash 8.0.2 → 8.0.3

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.
Files changed (2) hide show
  1. package/Package.swift +2 -2
  2. package/package.json +2 -2
package/Package.swift CHANGED
@@ -2,11 +2,11 @@
2
2
  import PackageDescription
3
3
 
4
4
  let package = Package(
5
- name: "CapgoCapacitorWebViewCrash",
5
+ name: "CapgoCapacitorWebviewCrash",
6
6
  platforms: [.iOS(.v15)],
7
7
  products: [
8
8
  .library(
9
- name: "CapgoCapacitorWebViewCrash",
9
+ name: "CapgoCapacitorWebviewCrash",
10
10
  targets: ["WebViewCrashPlugin"])
11
11
  ],
12
12
  dependencies: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-webview-crash",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "description": "Capacitor plugin for detecting WebView crash recovery and informing the next JS runtime.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "scripts": {
38
38
  "verify": "bun run verify:ios && bun run verify:android && bun run verify:web",
39
- "verify:ios": "xcodebuild -scheme CapgoCapacitorWebViewCrash -destination generic/platform=iOS",
39
+ "verify:ios": "xcodebuild -scheme CapgoCapacitorWebviewCrash -destination generic/platform=iOS",
40
40
  "verify:android": "cd android && ./gradlew clean build test && cd ..",
41
41
  "verify:web": "bun run build && bun test",
42
42
  "test": "bun test",