ngx-translate-multi-http-loader 9.1.3 → 9.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,3 +31,4 @@ class MultiTranslateHttpLoader {
31
31
 
32
32
  export { MultiTranslateHttpLoader };
33
33
  //# sourceMappingURL=ngx-translate-multi-http-loader.mjs.map
34
+ //# sourceMappingURL=ngx-translate-multi-http-loader.mjs.map
@@ -31,3 +31,4 @@ class MultiTranslateHttpLoader {
31
31
 
32
32
  export { MultiTranslateHttpLoader };
33
33
  //# sourceMappingURL=ngx-translate-multi-http-loader.mjs.map
34
+ //# sourceMappingURL=ngx-translate-multi-http-loader.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-translate-multi-http-loader",
3
- "version": "9.1.3",
3
+ "version": "9.2.0",
4
4
  "license": "MIT",
5
5
  "author": "Raphael Balet",
6
6
  "maintainers": [
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/rbalet/ngx-translate-multi-http-loader"
21
21
  },
22
22
  "dependencies": {
23
- "tslib": "^2.4.0"
23
+ "tslib": "^2.4.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@angular/common": ">=12.0.0",