@driveflux/config 1.9.0 → 2.0.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.
@@ -1,6 +1,6 @@
1
1
  export declare const baseNextConfig: {
2
2
  readonly i18n: {
3
- readonly locales: readonly ["en", "ms"];
3
+ readonly locales: ["en", "ms"];
4
4
  readonly defaultLocale: "en";
5
5
  };
6
6
  readonly env: {};
@@ -51,6 +51,7 @@ export declare const baseNextConfig: {
51
51
  exclude: string[];
52
52
  };
53
53
  };
54
+ readonly swcMinify: true;
54
55
  readonly poweredByHeader: false;
55
56
  };
56
57
  //# sourceMappingURL=next.config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"next.config.d.ts","sourceRoot":"","sources":["../src/next.config.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqEI,CAAA"}
1
+ {"version":3,"file":"next.config.d.ts","sourceRoot":"","sources":["../src/next.config.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEI,CAAA"}
@@ -61,6 +61,10 @@ export var baseNextConfig = {
61
61
  {
62
62
  protocol: 'https',
63
63
  hostname: 'prod-files-secure.s3.us-west-2.amazonaws.com'
64
+ },
65
+ {
66
+ protocol: 'https',
67
+ hostname: 'ap-northeast-1.graphassets.com'
64
68
  }
65
69
  ]
66
70
  },
@@ -73,15 +77,13 @@ export var baseNextConfig = {
73
77
  ]
74
78
  ]
75
79
  },
76
- transpilePackages: [
77
- '@driveflux/dump'
78
- ],
80
+ transpilePackages: [],
79
81
  eslint: {
80
82
  ignoreDuringBuilds: process.env.NODE_ENV === 'production'
81
83
  },
82
84
  compiler: {
83
85
  reactRemoveProperties: reactRemoveProperties,
84
- removeConsole: process.env.FORCE_LOGGING_IN_PROD ? true : process.env.APP_ENV === 'production' ? {
86
+ removeConsole: process.env.FORCE_LOGGING_IN_PROD ? false : process.env.APP_ENV === 'production' ? {
85
87
  exclude: [
86
88
  'error'
87
89
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/config",
3
- "version": "1.9.0",
3
+ "version": "2.0.0",
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": "1.7.0",
23
+ "@driveflux/singleton": "2.0.0",
24
24
  "zod": "^3.24.4"
25
25
  },
26
26
  "devDependencies": {
27
- "@driveflux/fab": "2.5.0",
28
- "@driveflux/tsconfig": "1.4.0",
27
+ "@driveflux/fab": "3.0.0",
28
+ "@driveflux/tsconfig": "2.0.0",
29
29
  "@swc/cli": "0.7.5",
30
30
  "@swc/core": "1.11.24",
31
31
  "@types/node": "^22.15.16",