@driveflux/config 2.0.0 → 2.0.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.
- package/dist/next.config.d.ts +6 -4
- package/package.json +4 -4
package/dist/next.config.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const baseNextConfig: {
|
|
2
2
|
readonly i18n: {
|
|
3
|
-
readonly locales: ["en", "ms"];
|
|
3
|
+
readonly locales: readonly ["en", "ms"];
|
|
4
4
|
readonly defaultLocale: "en";
|
|
5
5
|
};
|
|
6
6
|
readonly env: {};
|
|
@@ -35,23 +35,25 @@ export declare const baseNextConfig: {
|
|
|
35
35
|
}, {
|
|
36
36
|
readonly protocol: "https";
|
|
37
37
|
readonly hostname: "prod-files-secure.s3.us-west-2.amazonaws.com";
|
|
38
|
+
}, {
|
|
39
|
+
readonly protocol: "https";
|
|
40
|
+
readonly hostname: "ap-northeast-1.graphassets.com";
|
|
38
41
|
}];
|
|
39
42
|
};
|
|
40
43
|
readonly experimental: {
|
|
41
44
|
readonly esmExternals: true;
|
|
42
45
|
readonly swcPlugins: [["@lingui/swc-plugin", {}]];
|
|
43
46
|
};
|
|
44
|
-
readonly transpilePackages: [
|
|
47
|
+
readonly transpilePackages: [];
|
|
45
48
|
readonly eslint: {
|
|
46
49
|
readonly ignoreDuringBuilds: boolean;
|
|
47
50
|
};
|
|
48
51
|
readonly compiler: {
|
|
49
52
|
readonly reactRemoveProperties: boolean;
|
|
50
|
-
readonly removeConsole:
|
|
53
|
+
readonly removeConsole: false | {
|
|
51
54
|
exclude: string[];
|
|
52
55
|
};
|
|
53
56
|
};
|
|
54
|
-
readonly swcMinify: true;
|
|
55
57
|
readonly poweredByHeader: false;
|
|
56
58
|
};
|
|
57
59
|
//# sourceMappingURL=next.config.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./backend": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@driveflux/singleton": "2.0.
|
|
23
|
+
"@driveflux/singleton": "2.0.1",
|
|
24
24
|
"zod": "^3.24.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@driveflux/fab": "3.0.
|
|
28
|
-
"@driveflux/tsconfig": "2.0.
|
|
27
|
+
"@driveflux/fab": "3.0.1",
|
|
28
|
+
"@driveflux/tsconfig": "2.0.1",
|
|
29
29
|
"@swc/cli": "0.7.5",
|
|
30
30
|
"@swc/core": "1.11.24",
|
|
31
31
|
"@types/node": "^22.15.16",
|