@operato/i18n
Advanced tools
Comparing version 1.2.0 to 1.2.28
@@ -6,2 +6,12 @@ # Change Log | ||
### [1.2.28](https://github.com/hatiolab/operato/compare/v1.2.27...v1.2.28) (2023-04-29) | ||
### :bug: Bug Fix | ||
* remove unused resolutions and update modules ([1e62235](https://github.com/hatiolab/operato/commit/1e62235677619fa28d337cbe99b46b6d1f8a40fc)) | ||
* update module's version ([4df042c](https://github.com/hatiolab/operato/commit/4df042cf1594532aa7925f57b725541cf88a6f43)) | ||
## [1.2.0](https://github.com/hatiolab/operato/compare/v1.1.84...v1.2.0) (2023-03-06) | ||
@@ -8,0 +18,0 @@ |
@@ -28,3 +28,3 @@ // migrated from https://github.com/i18next/i18next-http-backend | ||
}; | ||
export class Backend { | ||
class Backend { | ||
constructor(services, options = {}, allOptions = {}) { | ||
@@ -155,2 +155,3 @@ this.services = services; | ||
Backend.type = 'backend'; | ||
export { Backend }; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.2.0", | ||
"version": "1.2.28", | ||
"main": "dist/src/index.js", | ||
@@ -59,19 +59,19 @@ "module": "dist/src/index.js", | ||
"devDependencies": { | ||
"@custom-elements-manifest/analyzer": "^0.4.17", | ||
"@custom-elements-manifest/analyzer": "^0.8.1", | ||
"@hatiolab/prettier-config": "^1.0.0", | ||
"@open-wc/eslint-config": "^8.0.2", | ||
"@open-wc/eslint-config": "^10.0.0", | ||
"@open-wc/testing": "^3.1.6", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@web/dev-server": "^0.1.34", | ||
"@web/dev-server-storybook": "^0.5.4", | ||
"@web/test-runner": "^0.15.0", | ||
"concurrently": "^5.3.0", | ||
"eslint": "^7.32.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"@web/dev-server": "^0.2.1", | ||
"@web/dev-server-storybook": "^0.7.1", | ||
"@web/test-runner": "^0.16.1", | ||
"concurrently": "^8.0.1", | ||
"eslint": "^8.39.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^10.5.4", | ||
"lint-staged": "^13.2.2", | ||
"prettier": "^2.4.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -91,3 +91,3 @@ "customElements": "custom-elements.json", | ||
}, | ||
"gitHead": "7b4a27e31f0da517352d5ebde600299584013bf9" | ||
"gitHead": "971972e53d2aac62cd3f5889cb9ce3f6192b3254" | ||
} |
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
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
117076
902