@utoo/pack-shared 1.2.4 → 1.2.5

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/cjs/config.d.ts CHANGED
@@ -95,6 +95,7 @@ export interface ConfigComplete {
95
95
  to?: string;
96
96
  } | string>;
97
97
  publicPath?: string;
98
+ entryRootExport?: string;
98
99
  };
99
100
  target?: string;
100
101
  sourceMaps?: boolean;
package/esm/config.d.ts CHANGED
@@ -95,6 +95,7 @@ export interface ConfigComplete {
95
95
  to?: string;
96
96
  } | string>;
97
97
  publicPath?: string;
98
+ entryRootExport?: string;
98
99
  };
99
100
  target?: string;
100
101
  sourceMaps?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack-shared",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "esm/index.d.ts",