@akylas/nativescript-app-utils
Advanced tools
Comparing version 2.1.6 to 2.2.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.2.0](https://github.com/akylas/nativescript-app-utils/compare/v2.1.6...v2.2.0) (2024-11-14) | ||
### Features | ||
* added share ([2e27a03](https://github.com/akylas/nativescript-app-utils/commit/2e27a03665b32ebb54b86e86beed2288f0bafe7a)) | ||
## [2.1.6](https://github.com/akylas/nativescript-app-utils/compare/v2.1.5...v2.1.6) (2024-11-08) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@akylas/nativescript-app-utils", | ||
"version": "2.1.6", | ||
"version": "2.2.0", | ||
"description": "Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.", | ||
@@ -66,3 +66,6 @@ "main": "index", | ||
}, | ||
"gitHead": "f9d8fa107bd8ef7a0bba2b7cd091e8b53402368d" | ||
"dependencies": { | ||
"@nativescript-community/ui-share-file": "1.3.3" | ||
}, | ||
"gitHead": "c14683e3b3571d6ff51f84a0c05161a7b0df9bb0" | ||
} |
@@ -33,2 +33,3 @@ /* eslint-disable @typescript-eslint/unified-signatures */ | ||
static listenForWindowInsetsChange(view: android.view.View, callback: WindowInsetsCallback); | ||
static guessMimeType(context: android.content.Context, uri: android.net.Uri); | ||
} | ||
@@ -35,0 +36,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113139
33
644
1
+ Added@nativescript-community/ui-share-file@1.3.3(transitive)