@capgo/capacitor-screen-recorder 1.2.30 → 1.2.32

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
@@ -61,22 +61,26 @@ No configuration required for this plugin.
61
61
  ### start()
62
62
 
63
63
  ```typescript
64
- start() => Promise<void>
64
+ start() => any
65
65
  ```
66
66
 
67
67
  start the recording
68
68
 
69
+ **Returns:** <code>any</code>
70
+
69
71
  --------------------
70
72
 
71
73
 
72
74
  ### stop()
73
75
 
74
76
  ```typescript
75
- stop() => Promise<void>
77
+ stop() => any
76
78
  ```
77
79
 
78
80
  stop the recording
79
81
 
82
+ **Returns:** <code>any</code>
83
+
80
84
  --------------------
81
85
 
82
86
  </docgen-api>
package/dist/docs.json CHANGED
@@ -7,9 +7,9 @@
7
7
  "methods": [
8
8
  {
9
9
  "name": "start",
10
- "signature": "() => Promise<void>",
10
+ "signature": "() => any",
11
11
  "parameters": [],
12
- "returns": "Promise<void>",
12
+ "returns": "any",
13
13
  "tags": [],
14
14
  "docs": "start the recording",
15
15
  "complexTypes": [],
@@ -17,9 +17,9 @@
17
17
  },
18
18
  {
19
19
  "name": "stop",
20
- "signature": "() => Promise<void>",
20
+ "signature": "() => any",
21
21
  "parameters": [],
22
- "returns": "Promise<void>",
22
+ "returns": "any",
23
23
  "tags": [],
24
24
  "docs": "stop the recording",
25
25
  "complexTypes": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-screen-recorder",
3
- "version": "1.2.30",
3
+ "version": "1.2.32",
4
4
  "description": "Record device's screen",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",