@tolgee/ngx 7.1.0 → 7.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -232,7 +232,7 @@ pnpm run e2e open ngx
|
|
|
232
232
|
|
|
233
233
|
## Contributors
|
|
234
234
|
|
|
235
|
-
<a href="https://github.com/tolgee/tolgee-
|
|
235
|
+
<a href="https://github.com/tolgee/tolgee-js/graphs/contributors">
|
|
236
236
|
<img alt="contributors" src="https://contrib.rocks/image?repo=tolgee/tolgee-js"/>
|
|
237
237
|
</a>
|
|
238
238
|
|
package/package.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"url": "https://github.com/tolgee/tolgee-js"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@tolgee/web": "7.1.
|
|
9
|
+
"@tolgee/web": "7.1.2",
|
|
10
10
|
"tslib": "^2.3.0"
|
|
11
11
|
},
|
|
12
|
-
"version": "7.1.
|
|
12
|
+
"version": "7.1.2",
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"directory": "../../dist/ngx-tolgee",
|
|
15
15
|
"access": "public"
|