Skip to content

Commit

Permalink
Reelase Packages:0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 1, 2023
1 parent 691a822 commit b3af651
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-arm64",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-x64",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-linux-x64-gnu",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-win32-x64-msvc",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "A Fast Rust-based web bundler",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspack",
"version": "0.1.4",
"version": "0.2.0",
"license": "MIT",
"main": "index.js",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/postcss-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/postcss-loader",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "PostCSS loader for rspack",
"main": "src/index.js",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@rspack/binding": "workspace:*",
"postcss": "^8.4.16",
"postcss-modules": "^5.0.0",
"postcss-pxtorem": "^6.0.0",
"postcss": "^8.4.16"
"postcss-pxtorem": "^6.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/cli",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "CLI for rspack",
"bin": {
Expand Down Expand Up @@ -46,8 +46,8 @@
"@rspack/core": "workspace:*",
"@rspack/dev-server": "workspace:*",
"colorette": "2.0.19",
"semver": "6.3.0",
"webpack-bundle-analyzer": "4.6.1",
"yargs": "17.6.2",
"semver": "6.3.0"
"yargs": "17.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/rspack-dev-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-client",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Development client for rspack",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-dev-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-middleware",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Development middleware for rspack",
"main": "index.cjs",
Expand Down
22 changes: 11 additions & 11 deletions packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-server",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand All @@ -19,25 +19,25 @@
},
"devDependencies": {
"@rspack/core": "workspace:*",
"@types/ws": "8.5.3",
"@types/express": "4.17.14",
"@types/connect-history-api-fallback": "1.3.5",
"@types/express": "4.17.14",
"@types/mime-types": "2.1.1",
"@types/ws": "8.5.3",
"fs-extra": "11.1.0",
"puppeteer": "19.4.0",
"@types/mime-types": "2.1.1"
"puppeteer": "19.4.0"
},
"dependencies": {
"express": "4.18.1",
"chokidar": "3.5.3",
"ws": "8.8.1",
"@rspack/dev-client": "workspace:*",
"@rspack/dev-middleware": "workspace:*",
"@rspack/dev-server": "workspace:*",
"webpack": "5.76.0",
"webpack-dev-server": "4.13.1",
"chokidar": "3.5.3",
"connect-history-api-fallback": "2.0.0",
"express": "4.18.1",
"http-proxy-middleware": "2.0.6",
"mime-types": "2.1.35"
"mime-types": "2.1.35",
"webpack": "5.76.0",
"webpack-dev-server": "4.13.1",
"ws": "8.8.1"
},
"peerDependencies": {
"@rspack/core": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-html",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "HTML plugin for rspack",
"main": "index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-plugin-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-minify",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Minify plugin for rspack",
"main": "src/index.js",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"esbuild": "0.16.3",
"terser": "5.16.1",
"jest-worker": "29.3.1",
"terser": "5.16.1",
"webpack-sources": "3.2.3"
}
}
6 changes: 3 additions & 3 deletions packages/rspack-plugin-node-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-node-polyfill",
"version": "0.1.12",
"version": "0.2.0",
"license": "MIT",
"description": "Node polyfill plugin for rspack",
"main": "src/index.js",
Expand All @@ -17,6 +17,7 @@
},
"dependencies": {
"assert": "^2.0.0",
"browserify-fs": "1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
Expand All @@ -40,7 +41,6 @@
"type-fest": "^2.14.0",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2",
"browserify-fs": "1.0.0"
"vm-browserify": "^1.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "0.1.12",
"version": "0.2.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "A Fast Rust-based Web Bundler",
Expand Down Expand Up @@ -58,9 +58,9 @@
"dependencies": {
"@rspack/binding": "workspace:*",
"@rspack/dev-client": "workspace:*",
"compare-versions": "6.0.0-rc.1",
"@swc/helpers": "0.5.1",
"browserslist": "^4.21.3",
"compare-versions": "6.0.0-rc.1",
"enhanced-resolve": "5.12.0",
"graceful-fs": "4.2.10",
"neo-async": "2.6.2",
Expand Down

0 comments on commit b3af651

Please sign in to comment.