@akylas/nativescript-app-utils
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.1.4](https://github.com/akylas/nativescript-app-utils/compare/v2.1.3...v2.1.4) (2024-10-20) | ||
### Bug Fixes | ||
* package native typings ([06c5e36](https://github.com/akylas/nativescript-app-utils/commit/06c5e36aec45381597981a99203605f6cc0439d3)) | ||
## [2.1.3](https://github.com/akylas/nativescript-app-utils/compare/v2.1.2...v2.1.3) (2024-10-19) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@akylas/nativescript-app-utils", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.", | ||
@@ -9,3 +9,3 @@ "main": "index", | ||
"scripts": { | ||
"tsc": "cpy ../../src/app-utils/index.d.ts ./ && tsc -d", | ||
"tsc": "cpy '**/*.d.ts' '../../packages/app-utils' --parents --cwd=../../src/app-utils && tsc -d", | ||
"build": "npm run tsc", | ||
@@ -67,3 +67,3 @@ "build.watch": "npm run tsc -- -w", | ||
}, | ||
"gitHead": "392b5842047b75e2e4eba2cbcae8979789d453c6" | ||
"gitHead": "01efe0e30f9de488e8cd4255771b049664e39c14" | ||
} |
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
81136
24
363