@tolgee/core
Advanced tools
Comparing version 5.19.0 to 5.19.1-prerelease.e51a5792.0
@@ -82,3 +82,5 @@ import { ChangeTranslationInterface, TreeTranslationsData } from './cache'; | ||
getTextXPath: () => string; | ||
testTextNode: (node: Text) => boolean; | ||
getAttributeXPath: WrapperAttributeXPathGetter; | ||
testAttribute: (node: Attr) => boolean; | ||
}; | ||
@@ -85,0 +87,0 @@ export type FormatterMiddlewareFormatParams = { |
{ | ||
"name": "@tolgee/core", | ||
"version": "5.19.0", | ||
"version": "5.19.1-prerelease.e51a5792.0", | ||
"description": "Library providing ability to translate messages directly in context of developed application.", | ||
@@ -72,3 +72,3 @@ "main": "./dist/tolgee.cjs.js", | ||
"sideEffects": false, | ||
"gitHead": "752db381e10e1c8571d29133a296c89cddf93b60" | ||
"gitHead": "7f2416f020b804ea011a6a2ee0225cffa0b9227c" | ||
} |
@@ -122,3 +122,5 @@ import { ChangeTranslationInterface, TreeTranslationsData } from './cache'; | ||
getTextXPath: () => string; | ||
testTextNode: (node: Text) => boolean; | ||
getAttributeXPath: WrapperAttributeXPathGetter; | ||
testAttribute: (node: Attr) => boolean; | ||
}; | ||
@@ -125,0 +127,0 @@ |
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
948535
12802
1