@localazy/ts-api
Advanced tools
Comparing version 1.0.10 to 1.0.11-alpha.0
@@ -9,3 +9,5 @@ declare type ListKeysInFile = { | ||
next?: string; | ||
/** Receive additional info such as translation note, whether it's hidden etc. */ | ||
extra_info?: boolean; | ||
}; | ||
export default ListKeysInFile; |
@@ -6,2 +6,6 @@ export declare type Key = { | ||
value: string | string[] | Record<string, any>; | ||
comment?: string; | ||
deprecated?: number; | ||
hidden?: boolean; | ||
limit?: number; | ||
}; | ||
@@ -8,0 +12,0 @@ declare type KeysInFile = { |
{ | ||
"name": "@localazy/ts-api", | ||
"version": "1.0.10", | ||
"version": "1.0.11-alpha.0", | ||
"description": "This is a Typescript library facilitating usage of Localazy's API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -46,3 +46,3 @@ # @localazy/ts-api | ||
Documentation: https://localazy.com/docs/api/list-projects | ||
Documentation: https://localazy.com/docs/api/projects#list-projects | ||
@@ -49,0 +49,0 @@ ### import |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
67558
1127
2