@capgo/capacitor-youtube-player 8.2.6 → 8.2.7

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/README.md CHANGED
@@ -31,6 +31,20 @@ The most complete doc is available here: https://capgo.app/docs/plugins/youtube-
31
31
 
32
32
  ## Install
33
33
 
34
+ You can use our AI-Assisted Setup to install the plugin. Add the Capgo skills to your AI tool using the following command:
35
+
36
+ ```bash
37
+ npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-plugins
38
+ ```
39
+
40
+ Then use the following prompt:
41
+
42
+ ```text
43
+ Use the `capacitor-plugins` skill from `cap-go/capacitor-skills` to install the `@capgo/capacitor-youtube-player` plugin in my project.
44
+ ```
45
+
46
+ If you prefer Manual Setup, install the plugin by running the following commands and follow the platform-specific instructions below:
47
+
34
48
  ```bash
35
49
  npm install @capgo/capacitor-youtube-player
36
50
  npx cap sync
@@ -9,7 +9,7 @@ import UIKit
9
9
  */
10
10
  @objc(YoutubePlayerPlugin)
11
11
  public class YoutubePlayerPlugin: CAPPlugin, CAPBridgedPlugin {
12
- private let pluginVersion: String = "8.2.6"
12
+ private let pluginVersion: String = "8.2.7"
13
13
  public let identifier = "YoutubePlayerPlugin"
14
14
  public let jsName = "YoutubePlayer"
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-youtube-player",
3
- "version": "8.2.6",
3
+ "version": "8.2.7",
4
4
  "description": "Capacitor player to embed YouTube player controls in Capacitor apps",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",