Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ski committed Nov 11, 2024
1 parent 5a3fd45 commit 6cdfbab
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"format": "npx prettier --check './packages/*/src/**/*.ts'",
"format:fix": "npx prettier --write './packages/*/src/**/*.ts'",
"benchmark": "node ./scripts/benchmark.js",
"preversion": "npm run build && npm run test",
"release": "npx rjs-releasing . --github"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidjs.org/cluster",
"version": "0.2.2",
"version": "0.3.0",
"description": "Web server cluster (process and thread pool) utility for rJS.",
"author": "Thassilo Martin Schiepanski",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rjs-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidjs.org/rjs-build",
"version": "0.2.2",
"version": "0.3.0",
"description": "Core builds functionality utility for rJS.",
"author": "Thassilo Martin Schiepanski",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rjs-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidjs.org/rjs-handler",
"version": "0.2.2",
"version": "0.3.0",
"description": "Core HTTP-based request handler utility for rJS.",
"author": "Thassilo Martin Schiepanski",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rjs-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidjs.org/rjs-server",
"version": "0.2.2",
"version": "0.3.0",
"description": "Core web server utility for rJS.",
"author": "Thassilo Martin Schiepanski",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidjs.org/rjs",
"version": "0.2.2",
"version": "0.3.0",
"description": "rJS (pron. ‘rapidJS’) is a plugin-based build interface, and a progressive web server based on virtual build capabilities.",
"author": "Thassilo Martin Schiepanski",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6cdfbab

Please sign in to comment.