@capgo/capacitor-shake 7.2.9 → 7.2.11

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.swift CHANGED
@@ -10,7 +10,7 @@ let package = Package(
10
10
  targets: ["CapacitorShakePlugin"])
11
11
  ],
12
12
  dependencies: [
13
- .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
13
+ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.4.4")
14
14
  ],
15
15
  targets: [
16
16
  .target(
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
4
4
 
5
5
  <div align="center">
6
- <h2><a href="https://capgo.app/?ref=plugin"> ➡️ Get Instant updates for your App with Capgo</a></h2>
7
- <h2><a href="https://capgo.app/consulting/?ref=plugin"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
6
+ <h2><a href="https://capgo.app/?ref=plugin_shake"> ➡️ Get Instant updates for your App with Capgo</a></h2>
7
+ <h2><a href="https://capgo.app/consulting/?ref=plugin_shake"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
8
8
  </div>
9
9
 
10
10
 
@@ -13,7 +13,7 @@ import com.squareup.seismic.ShakeDetector;
13
13
  @CapacitorPlugin(name = "CapacitorShake")
14
14
  public class CapacitorShakePlugin extends Plugin implements ShakeDetector.Listener {
15
15
 
16
- private final String PLUGIN_VERSION = "7.2.9";
16
+ private final String PLUGIN_VERSION = "7.2.11";
17
17
 
18
18
  @Override
19
19
  public void load() {
@@ -20,7 +20,7 @@ extension UIWindow {
20
20
  */
21
21
  @objc(CapacitorShakePlugin)
22
22
  public class CapacitorShakePlugin: CAPPlugin, CAPBridgedPlugin {
23
- private let PLUGIN_VERSION: String = "7.2.9"
23
+ private let PLUGIN_VERSION: String = "7.2.11"
24
24
  public let identifier = "CapacitorShakePlugin"
25
25
  public let jsName = "CapacitorShake"
26
26
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-shake",
3
- "version": "7.2.9",
3
+ "version": "7.2.11",
4
4
  "description": "Detect shake gesture in device",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",