@tolgee/core
Advanced tools
Comparing version 5.33.3-prerelease.f3241859.0 to 6.0.0
{ | ||
"name": "@tolgee/core", | ||
"version": "5.33.3-prerelease.f3241859.0", | ||
"version": "6.0.0", | ||
"description": "Library providing ability to translate messages directly in context of developed application.", | ||
@@ -76,3 +76,3 @@ "main": "./dist/tolgee.cjs.js", | ||
"sideEffects": false, | ||
"gitHead": "20705ed255a542aa002208817940dc77c968c453" | ||
"gitHead": "98413308b043399b530e400f44141ceb1ca2dbe9" | ||
} |
@@ -12,3 +12,3 @@ import { TolgeePlugin } from '../types'; | ||
export const DevToolsPlugin = | ||
(postfix = ''): TolgeePlugin => | ||
(suffix = ''): TolgeePlugin => | ||
(tolgee, tools) => { | ||
@@ -19,3 +19,3 @@ tolgee.updateOptions({ apiKey: 'test', apiUrl: 'test' }); | ||
return Promise.resolve({ | ||
test: { sub: `${language}.${namespace || 'default'}${postfix}` }, | ||
test: { sub: `${language}.${namespace || 'default'}${suffix}` }, | ||
}); | ||
@@ -28,3 +28,3 @@ }, | ||
export const BackendPlugin = | ||
(postfix = ''): TolgeePlugin => | ||
(suffix = ''): TolgeePlugin => | ||
(tolgee, tools) => { | ||
@@ -34,3 +34,3 @@ tools.addBackend({ | ||
return Promise.resolve({ | ||
test: { sub: `${language}.${namespace || 'default'}${postfix}` }, | ||
test: { sub: `${language}.${namespace || 'default'}${suffix}` }, | ||
}); | ||
@@ -37,0 +37,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
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
0
999214