@driveflux/config 1.4.5 → 1.5.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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -38,7 +38,6 @@ export declare const baseNextConfig: {
38
38
  }];
39
39
  };
40
40
  readonly experimental: {
41
- readonly esmExternals: true;
42
41
  readonly swcPlugins: [["@lingui/swc-plugin", {}]];
43
42
  };
44
43
  readonly transpilePackages: ["@driveflux/dump"];
@@ -1 +1 @@
1
- {"version":3,"file":"next.config.d.ts","sourceRoot":"","sources":["../src/next.config.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEI,CAAA"}
1
+ {"version":3,"file":"next.config.d.ts","sourceRoot":"","sources":["../src/next.config.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEI,CAAA"}
@@ -65,7 +65,7 @@ export var baseNextConfig = {
65
65
  ]
66
66
  },
67
67
  experimental: {
68
- esmExternals: true,
68
+ // esmExternals: true,
69
69
  swcPlugins: [
70
70
  [
71
71
  '@lingui/swc-plugin',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/config",
3
- "version": "1.4.5",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./backend": {