gt-next 6.0.0-alpha.31 → 6.0.0-alpha.32
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const defaultWithGTConfigProps: {
|
|
2
2
|
readonly config: "./gt.config.json";
|
|
3
|
-
readonly runtimeUrl: "https://
|
|
3
|
+
readonly runtimeUrl: "https://runtime2.gtx.dev";
|
|
4
4
|
readonly cacheUrl: "https://cdn.gtx.dev";
|
|
5
5
|
readonly defaultLocale: "en";
|
|
6
6
|
readonly getLocale: () => Promise<"en">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gt-next",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.32",
|
|
4
4
|
"description": "A Next.js library for automatic internationalization.",
|
|
5
5
|
"main": "dist/index.server.js",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"CHANGELOG.md"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@generaltranslation/supported-locales": "^2.0.11-alpha.
|
|
17
|
-
"generaltranslation": "^7.0.0-alpha.
|
|
18
|
-
"gt-react": "^10.0.0-alpha.
|
|
16
|
+
"@generaltranslation/supported-locales": "^2.0.11-alpha.32",
|
|
17
|
+
"generaltranslation": "^7.0.0-alpha.32",
|
|
18
|
+
"gt-react": "^10.0.0-alpha.32"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"patch": "npm version patch",
|