From 4321d8e78f887e7f4879e97964af3c977279ee2f Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 24 Aug 2026 08:55:10 -0700 Subject: [PATCH] chore: bump @nativescript-community/perms devDependency to v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Type resolution for the workspace builds. The perms v3 typings differ enough from v2 that packages cannot compile against the wrong major: `Result` became generic and `LocationOptions.type` was replaced by `background`. Merge after the camera, contacts, geolocation and imagepicker migrations — those packages do not compile against v3 until then. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99af2471..4d27436a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "@angular/router": "^19.0.0", - "@nativescript-community/perms": "^2.3.1", + "@nativescript-community/perms": "^3.0.4", "@nativescript/angular": "^19.0.0", "@nativescript/core": "~8.9.0", "@nativescript/plugin-tools": "5.5.3",