File tree 11 files changed +18
-18
lines changed
11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/binding" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Node binding for rspack" ,
6
6
"main" : " binding.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/binding-darwin-arm64" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Node binding for rspack" ,
6
6
"main" : " rspack.darwin-arm64.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/binding-darwin-x64" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Node binding for rspack" ,
6
6
"main" : " rspack.darwin-x64.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/binding-linux-x64-gnu" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Node binding for rspack" ,
6
6
"main" : " rspack.linux-x64-gnu.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/binding-win32-x64-msvc" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Node binding for rspack" ,
6
6
"main" : " rspack.win32-x64-msvc.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monorepo" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " The fast Rust-based web bundler with webpack-compatible API" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-rspack" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"homepage" : " https://rspack.dev" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspack/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/cli" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " CLI for rspack" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/dev-server" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Development server for rspack" ,
6
6
"main" : " ./dist/index.js" ,
43
43
"@types/express" : " 4.17.21" ,
44
44
"@types/mime-types" : " 2.1.4" ,
45
45
"@types/ws" : " 8.5.10" ,
46
+ "graceful-fs" : " 4.2.10" ,
47
+ "http-proxy" : " ^1.18.1" ,
46
48
"jest-serializer-path" : " ^0.1.15" ,
47
- "typescript" : " 5.0.2" ,
48
- "tcp-port-used" : " ^1.0.2" ,
49
49
"puppeteer" : " ^23.2.2" ,
50
- "supertest" : " ^6.1.3" ,
51
50
"sockjs-client" : " ^1.6.1" ,
52
- "graceful-fs" : " 4.2.10" ,
53
- "http-proxy" : " ^1.18.1"
51
+ "supertest" : " ^6.1.3" ,
52
+ "tcp-port-used" : " ^1.0.2" ,
53
+ "typescript" : " 5.0.2"
54
54
},
55
55
"dependencies" : {
56
56
"chokidar" : " ^3.6.0" ,
57
57
"connect-history-api-fallback" : " ^2.0.0" ,
58
58
"express" : " ^4.19.2" ,
59
59
"http-proxy-middleware" : " ^2.0.6" ,
60
60
"mime-types" : " ^2.1.35" ,
61
+ "p-retry" : " 4.6.2" ,
61
62
"webpack-dev-middleware" : " ^7.4.2" ,
62
63
"webpack-dev-server" : " 5.0.4" ,
63
- "ws" : " ^8.16.0" ,
64
- "p-retry" : " 4.6.2"
64
+ "ws" : " ^8.16.0"
65
65
},
66
66
"peerDependencies" : {
67
67
"@rspack/core" : " *"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/test-tools" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Test tools for rspack" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspack/core" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"webpackVersion" : " 5.75.0" ,
5
5
"license" : " MIT" ,
6
6
"description" : " The fast Rust-based web bundler with webpack-compatible API" ,
You can’t perform that action at this time.
0 commit comments