@tolgee/web 5.2.2-rc.e7520e82.0 → 5.3.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.
- package/README.md +0 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -61,7 +61,6 @@ For more information about Tolgee JS integrations, visit the [docs](https://tolg
|
|
|
61
61
|
- [Vue](https://tolgee.io/integrations/vue)
|
|
62
62
|
- [Svelte](https://tolgee.io/integrations/svelte)
|
|
63
63
|
- [Next.js](https://tolgee.io/integrations/next)
|
|
64
|
-
- [Gatsby](https://tolgee.io/integrations/gatsby)
|
|
65
64
|
- [More...](https://tolgee.io/integrations/all)
|
|
66
65
|
- [Tolgee platform docs](https://tolgee.io/platform)
|
|
67
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tolgee/web",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Tolgee for web",
|
|
5
5
|
"declaration": true,
|
|
6
6
|
"main": "./dist/tolgee-web.universal.cjs.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"index.js"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@tolgee/core": "5.
|
|
57
|
+
"@tolgee/core": "5.3.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@babel/preset-typescript": "^7.18.6",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"url": "https://github.com/tolgee/tolgee-js/issues"
|
|
109
109
|
},
|
|
110
110
|
"homepage": "https://github.com/tolgee/tolgee-js#readme",
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "aa0c64ebac256b6312216859af4c58e23781935a",
|
|
112
112
|
"publishConfig": {
|
|
113
113
|
"access": "public"
|
|
114
114
|
},
|