@prismatic-io/translations
Advanced tools
Comparing version 1.9.2 to 1.10.0
@@ -25,3 +25,8 @@ import { SharedPhrases } from "./lib/shared"; | ||
}; | ||
export type SharedAndUniquePhrases = SharedPhrases & UniquePhrases; | ||
export type DynamicPhrases = { | ||
dynamicPhrase: { | ||
[x: string]: string; | ||
}; | ||
}; | ||
export type SharedAndUniquePhrases = SharedPhrases & UniquePhrases & DynamicPhrases; | ||
export type NamespacedSharedAndSharedAndUniquePhrases = Partial<NamespacedSharedPhrases> & SharedAndUniquePhrases; | ||
@@ -28,0 +33,0 @@ export type NamespacedSharedAndUniquePhrases<T extends unknown = UniquePhrases> = Partial<NamespacedSharedPhrases> & T; |
@@ -21,3 +21,3 @@ { | ||
"license": "MIT", | ||
"version": "1.9.2", | ||
"version": "1.10.0", | ||
"main": "dist/index.js", | ||
@@ -24,0 +24,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
318940
1920