@operato/i18n
Advanced tools
Comparing version 1.3.2 to 1.3.13
@@ -6,2 +6,10 @@ # Change Log | ||
### [1.3.13](https://github.com/hatiolab/operato/compare/v1.3.12...v1.3.13) (2023-06-27) | ||
**Note:** Version bump only for package @operato/i18n | ||
### [1.3.2](https://github.com/hatiolab/operato/compare/v1.3.1...v1.3.2) (2023-06-13) | ||
@@ -8,0 +16,0 @@ |
@@ -28,3 +28,3 @@ // migrated from https://github.com/i18next/i18next-http-backend | ||
}; | ||
class Backend { | ||
export class Backend { | ||
constructor(services, options = {}, allOptions = {}) { | ||
@@ -155,3 +155,2 @@ this.services = services; | ||
Backend.type = 'backend'; | ||
export { Backend }; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ import { __decorate } from "tslib"; | ||
import { i18next } from './config'; | ||
let I18nSelector = class I18nSelector extends LitElement { | ||
export let I18nSelector = class I18nSelector extends LitElement { | ||
constructor() { | ||
@@ -68,3 +68,2 @@ super(...arguments); | ||
], I18nSelector); | ||
export { I18nSelector }; | ||
//# sourceMappingURL=ox-i18n-selector.js.map |
@@ -9,3 +9,3 @@ /** | ||
import { localize } from './localize'; | ||
let OxI18n = class OxI18n extends localize(i18next)(LitElement) { | ||
export let OxI18n = class OxI18n extends localize(i18next)(LitElement) { | ||
render() { | ||
@@ -21,3 +21,2 @@ return html `<span>${i18next.t(this.msgid)}</span>`; | ||
], OxI18n); | ||
export { OxI18n }; | ||
//# sourceMappingURL=ox-i18n.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.3.2", | ||
"version": "1.3.13", | ||
"main": "dist/src/index.js", | ||
@@ -91,3 +91,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "956de896ec0e99f6673a694d11adf9879649dd68" | ||
"gitHead": "a118ad397e9d9513234cf3b310065d0406173ba0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
118292
901
2