@rspack/core 0.7.3 → 0.7.4-canary-fd91d69-20240614004431

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/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  # @rspack/core
7
7
 
8
- A Fast Rust-based Web Bundler.
8
+ The fast Rust-based web bundler with webpack-compatible API.
9
9
 
10
10
  ## Documentation
11
11
 
12
- See [https://rspack.dev](https://rspack.dev) for details.
12
+ See <https://rspack.dev> for details.
13
13
 
14
14
  ## License
15
15
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@rspack/core",
3
- "version": "0.7.3",
3
+ "version": "0.7.4-canary-fd91d69-20240614004431",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
- "description": "A Fast Rust-based Web Bundler",
6
+ "description": "The fast Rust-based web bundler with webpack-compatible API",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
9
9
  "exports": {
@@ -74,15 +74,15 @@
74
74
  "watchpack": "^2.4.0",
75
75
  "zod": "^3.21.4",
76
76
  "zod-validation-error": "1.3.1",
77
- "@rspack/core": "0.7.3",
78
- "@rspack/plugin-minify": "^0.7.3"
77
+ "@rspack/core": "0.7.4-canary-fd91d69-20240614004431",
78
+ "@rspack/plugin-minify": "^0.7.4-canary-fd91d69-20240614004431"
79
79
  },
80
80
  "dependencies": {
81
81
  "@module-federation/runtime-tools": "0.1.6",
82
82
  "caniuse-lite": "^1.0.30001616",
83
83
  "tapable": "2.2.1",
84
84
  "webpack-sources": "3.2.3",
85
- "@rspack/binding": "0.7.3"
85
+ "@rspack/binding": "0.7.4-canary-fd91d69-20240614004431"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@swc/helpers": ">=0.5.1"