@utoo/pack-shared 1.4.18-alpha.1 → 1.4.18-alpha.2

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
@@ -263,6 +263,7 @@ export interface ConfigComplete {
263
263
  swcPlugins?: [string, any][];
264
264
  pluginRuntimeStrategy?: "workerThreads" | "childProcesses";
265
265
  persistentCaching?: boolean;
266
+ turbopackMemoryEviction?: false | "full";
266
267
  nodePolyfill?: boolean;
267
268
  mdx?: MdxOptions;
268
269
  devServer?: DevServerConfig;
package/esm/config.d.ts CHANGED
@@ -263,6 +263,7 @@ export interface ConfigComplete {
263
263
  swcPlugins?: [string, any][];
264
264
  pluginRuntimeStrategy?: "workerThreads" | "childProcesses";
265
265
  persistentCaching?: boolean;
266
+ turbopackMemoryEviction?: false | "full";
266
267
  nodePolyfill?: boolean;
267
268
  mdx?: MdxOptions;
268
269
  devServer?: DevServerConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack-shared",
3
- "version": "1.4.18-alpha.1",
3
+ "version": "1.4.18-alpha.2",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "esm/index.d.ts",