@rspack/test-tools 0.5.1 → 0.5.2-canary-e13c103-20240123120827

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/test-tools",
3
- "version": "0.5.1",
3
+ "version": "0.5.2-canary-e13c103-20240123120827",
4
4
  "license": "MIT",
5
5
  "description": "Test tools for rspack",
6
6
  "main": "dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "webpack": "5.89.0",
42
42
  "webpack-sources": "3.2.3",
43
43
  "which-module": "2.0.1",
44
- "@rspack/core": "0.5.1"
44
+ "@rspack/core": "0.5.2-canary-e13c103-20240123120827"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@arco-design/web-react": "^2.56.1",
@@ -62,7 +62,7 @@
62
62
  "react-dom": "18.0.0",
63
63
  "react-refresh": "0.13.0",
64
64
  "typescript": "5.1.6",
65
- "@rspack/cli": "0.5.1"
65
+ "@rspack/cli": "0.5.2-canary-e13c103-20240123120827"
66
66
  },
67
67
  "peerDependenciesMeta": {},
68
68
  "scripts": {
@@ -70,6 +70,6 @@
70
70
  "build:viewer": "rspack build",
71
71
  "dev:viewer": "rspack serve",
72
72
  "dev": "tsc -b -w",
73
- "test:diff": "cross-env RSPACK_DIFF=true NO_COLOR=1 RSPACK_DEP_WARNINGS=false node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --runInBand --logHeapUsage --testPathPattern \".diff.test.ts\""
73
+ "test:diff": "cross-env RSPACK_DIFF=true NO_COLOR=1 node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --runInBand --logHeapUsage --testPathPattern \".diff.test.ts\""
74
74
  }
75
75
  }