ngx-translate-multi-http-loader 9.1.1 → 9.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,11 @@
3
3
 
4
4
  A loader for [ngx-translate](https://github.com/ngx-translate/core) that loads translations using http.
5
5
 
6
- Angular 13 example: https://github.com/denniske/ngx-translate-multi-http-loader-demo
6
+ Angular 14 example: https://stackblitz.com/edit/ngx-translate-multi-http-loader-sample-2clau3?file=src/app/app.module.ts
7
7
 
8
8
  Angular 6 example: https://stackblitz.com/edit/ngx-translate-multi-http-loader-sample
9
9
 
10
- Get the complete changelog here: https://github.com/denniske/ngx-translate-multi-http-loader/releases
10
+ Get the complete changelog here: https://github.com/rbalet/ngx-translate-multi-http-loader/releases
11
11
 
12
12
  * [Installation](#installation)
13
13
  * [Usage](#usage)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-translate-multi-http-loader",
3
- "version": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "license": "MIT",
5
5
  "author": "Raphael Balet",
6
6
  "maintainers": [