Commit a3be84e
feat(contacts)!: require @nativescript-community/perms v3
The plugin declares perms as a dependency for consumers to request
contact permissions with, but never imports it, so no code changes are
needed — only the declared range.
Also corrects the README example, which imported `request` but called a
`requestPermissions` that does not exist. The object form of `request()`
still resolves to a `MultiResult` under v3.
BREAKING CHANGE: requires @nativescript-community/perms v3. Apps pinning
perms v2 must upgrade alongside this release.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 22fbbcb commit a3be84e
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
0 commit comments