@rspack/core
Advanced tools
Comparing version 0.0.0-20221103155215 to 0.0.0-20221104050753
@@ -33,5 +33,7 @@ "use strict"; | ||
const obj = this.toJson(options); | ||
obj.filteredModules = obj.modules.length - 15; | ||
obj.modules = obj.modules.slice(0, 15); | ||
return Stats.jsonToString(obj, options.colors); | ||
} | ||
static jsonToString(obj /* : binding.StatsCompilation */, useColors) { | ||
static jsonToString(obj, useColors) { | ||
var _a, _b, _c; | ||
@@ -38,0 +40,0 @@ const buf = []; |
{ | ||
"name": "@rspack/core", | ||
"version": "0.0.0-20221103155215", | ||
"version": "0.0.0-20221104050753", | ||
"main": "./dist/index.js", | ||
@@ -10,3 +10,3 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@rspack/core": "0.0.0-20221103155215", | ||
"@rspack/core": "0.0.0-20221104050753", | ||
"@swc/helpers": "^0.4.12", | ||
@@ -28,6 +28,6 @@ "@types/jest": "29.0.2", | ||
"dependencies": { | ||
"@rspack/binding": "0.0.0-20221103155215", | ||
"@rspack/dev-client": "0.0.0-20221103155215", | ||
"@rspack/plugin-less": "^0.0.0-20221103155215", | ||
"@rspack/plugin-postcss": "^0.0.0-20221103155215", | ||
"@rspack/binding": "0.0.0-20221104050753", | ||
"@rspack/dev-client": "0.0.0-20221104050753", | ||
"@rspack/plugin-less": "^0.0.0-20221104050753", | ||
"@rspack/plugin-postcss": "^0.0.0-20221104050753", | ||
"browserslist": "^4.21.3", | ||
@@ -34,0 +34,0 @@ "chokidar": "3.5.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
231510
370
266782
158
3874
4
+ Added@rspack/binding@0.0.0-20221104050753(transitive)
+ Added@rspack/dev-client@0.0.0-20221104050753(transitive)
+ Addedelectron-to-chromium@1.5.76(transitive)
- Removed@rspack/binding@0.0.0-20221103155215(transitive)
- Removed@rspack/dev-client@0.0.0-20221103155215(transitive)
- Removedelectron-to-chromium@1.5.78(transitive)