@rspack/core 0.5.7-canary-1f35c13-20240313091234 → 0.5.7-canary-6007430-20240313111541

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.
Files changed (2) hide show
  1. package/dist/Compiler.js +1 -1
  2. package/package.json +5 -5
package/dist/Compiler.js CHANGED
@@ -641,7 +641,7 @@ _Compiler_instance = new WeakMap(), _Compiler_disabledHooks = new WeakMap(), _Co
641
641
  };
642
642
  });
643
643
  __classPrivateFieldGet(this, _Compiler_instances, "m", _Compiler_updateDisabledHooks).call(this);
644
- return [res, resolveData.createData];
644
+ return res;
645
645
  }, _Compiler_contextModuleFactoryBeforeResolve = async function _Compiler_contextModuleFactoryBeforeResolve(resourceData) {
646
646
  var _a;
647
647
  let res = await ((_a = this.compilation.contextModuleFactory) === null || _a === void 0 ? void 0 : _a.hooks.beforeResolve.promise(resourceData));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/core",
3
- "version": "0.5.7-canary-1f35c13-20240313091234",
3
+ "version": "0.5.7-canary-6007430-20240313111541",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "A Fast Rust-based Web Bundler",
@@ -55,9 +55,9 @@
55
55
  "styled-components": "^6.0.8",
56
56
  "terser": "5.27.2",
57
57
  "wast-loader": "^1.11.4",
58
- "@rspack/core": "0.5.7-canary-1f35c13-20240313091234",
59
- "@rspack/plugin-minify": "^0.5.7-canary-1f35c13-20240313091234",
60
- "@rspack/plugin-node-polyfill": "^0.5.7-canary-1f35c13-20240313091234"
58
+ "@rspack/core": "0.5.7-canary-6007430-20240313111541",
59
+ "@rspack/plugin-node-polyfill": "^0.5.7-canary-6007430-20240313111541",
60
+ "@rspack/plugin-minify": "^0.5.7-canary-6007430-20240313111541"
61
61
  },
62
62
  "dependencies": {
63
63
  "@module-federation/runtime-tools": "0.0.8",
@@ -72,7 +72,7 @@
72
72
  "webpack-sources": "3.2.3",
73
73
  "zod": "^3.21.4",
74
74
  "zod-validation-error": "1.3.1",
75
- "@rspack/binding": "0.5.7-canary-1f35c13-20240313091234"
75
+ "@rspack/binding": "0.5.7-canary-6007430-20240313111541"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@swc/helpers": ">=0.5.1"