gdu 5.2.0 → 5.2.1

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.
@@ -16,10 +16,6 @@ export declare const createNextJSConfig: (buildEnv: any) => {
16
16
  swcMinify: boolean;
17
17
  poweredByHeader: boolean;
18
18
  assetPrefix: string;
19
- i18n: {
20
- locales: string[];
21
- defaultLocale: string;
22
- };
23
19
  typescript: {
24
20
  ignoreBuildErrors: boolean;
25
21
  };
@@ -201,10 +201,6 @@ const createNextJSConfig = (buildEnv) => {
201
201
  swcMinify: true,
202
202
  poweredByHeader: !isProductionSite,
203
203
  assetPrefix,
204
- i18n: {
205
- locales: ['en'],
206
- defaultLocale: 'en',
207
- },
208
204
  typescript: {
209
205
  ignoreBuildErrors: true,
210
206
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdu",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "private": false,
5
5
  "description": "AutoGuru's development toolkit",
6
6
  "homepage": "https://github.com/autoguru-au/octane/tree/master/packages/gdu#readme",