@utoo/pack 1.0.8-alpha.1 → 1.0.8

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/types.d.ts CHANGED
@@ -144,7 +144,7 @@ export interface ConfigComplete {
144
144
  concatenateModules?: boolean;
145
145
  removeUnusedExports?: boolean;
146
146
  nestedAsyncChunking?: boolean;
147
- inlineWasm?: boolean;
147
+ wasmAsAsset?: boolean;
148
148
  };
149
149
  styles?: {
150
150
  less?: {
package/esm/types.d.ts CHANGED
@@ -144,7 +144,7 @@ export interface ConfigComplete {
144
144
  concatenateModules?: boolean;
145
145
  removeUnusedExports?: boolean;
146
146
  nestedAsyncChunking?: boolean;
147
- inlineWasm?: boolean;
147
+ wasmAsAsset?: boolean;
148
148
  };
149
149
  styles?: {
150
150
  less?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack",
3
- "version": "1.0.8-alpha.1",
3
+ "version": "1.0.8",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "exports": {
@@ -85,12 +85,12 @@
85
85
  },
86
86
  "repository": "git@github.com:utooland/utoo.git",
87
87
  "optionalDependencies": {
88
- "@utoo/pack-darwin-arm64": "1.0.8-alpha.1",
89
- "@utoo/pack-darwin-x64": "1.0.8-alpha.1",
90
- "@utoo/pack-linux-arm64-gnu": "1.0.8-alpha.1",
91
- "@utoo/pack-linux-arm64-musl": "1.0.8-alpha.1",
92
- "@utoo/pack-linux-x64-gnu": "1.0.8-alpha.1",
93
- "@utoo/pack-linux-x64-musl": "1.0.8-alpha.1",
94
- "@utoo/pack-win32-x64-msvc": "1.0.8-alpha.1"
88
+ "@utoo/pack-darwin-arm64": "1.0.8",
89
+ "@utoo/pack-darwin-x64": "1.0.8",
90
+ "@utoo/pack-linux-arm64-gnu": "1.0.8",
91
+ "@utoo/pack-linux-arm64-musl": "1.0.8",
92
+ "@utoo/pack-linux-x64-gnu": "1.0.8",
93
+ "@utoo/pack-linux-x64-musl": "1.0.8",
94
+ "@utoo/pack-win32-x64-msvc": "1.0.8"
95
95
  }
96
96
  }