@simplysm/capacitor-plugin-intent 14.0.14 → 14.0.16

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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,16 +17,16 @@ npm install @simplysm/capacitor-plugin-intent
17
17
 
18
18
  | API | Type | Description |
19
19
  |-----|------|-------------|
20
- | `IntentResult` | Interface | Data received from a broadcast or launch intent |
21
- | `StartActivityForResultOptions` | Interface | Options for starting an Android activity and awaiting its result |
22
- | `StartActivityForResultResult` | Interface | Result returned from a started activity |
23
- | `IntentPlugin` | Interface | Native plugin interface for intent operations |
20
+ | `IntentResult` | interface | Data received from a broadcast or launch intent |
21
+ | `StartActivityForResultOptions` | interface | Options for starting an Android activity and awaiting its result |
22
+ | `StartActivityForResultResult` | interface | Result returned from a started activity |
23
+ | `IntentPlugin` | interface | Native plugin interface for intent operations |
24
24
 
25
25
  ### Classes
26
26
 
27
27
  | API | Type | Description |
28
28
  |-----|------|-------------|
29
- | `Intent` | Class | Static API for broadcast send/receive, launch intents, and activity results |
29
+ | `Intent` | class | Static API for broadcast send/receive, launch intents, and activity results |
30
30
 
31
31
  ## `IntentResult`
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/capacitor-plugin-intent",
3
- "version": "14.0.14",
3
+ "version": "14.0.16",
4
4
  "description": "심플리즘 패키지 - Capacitor Intent 플러그인",
5
5
  "author": "심플리즘",
6
6
  "license": "Apache-2.0",