Skip to content

Commit

Permalink
chore: change version
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaysha committed May 22, 2024
1 parent 60f4e44 commit 692f914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elysia-compress",
"version": "0.0.1-beta.0",
"description": "Elysia Compression that supports Brotli, GZIP, and Deflate compression",
"version": "0.0.1-0",
"author": {
"name": "Ashary Vermaysha",
"email": "[email protected]",
Expand Down Expand Up @@ -38,7 +38,8 @@
"lint": "eslint .",
"build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
"test": "bun test && npm run test:node",
"test:node": "npm install --prefix ./tests/node/cjs/ && npm install --prefix ./tests/node/esm/ && node ./tests/node/cjs/index.js && node ./tests/node/esm/index.js"
"test:node": "npm install --prefix ./tests/node/cjs/ && npm install --prefix ./tests/node/esm/ && node ./tests/node/cjs/index.js && node ./tests/node/esm/index.js",
"release": "npm run build && npm run test && npm publish --access public"
},
"devDependencies": {
"@elysiajs/stream": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/node/cjs/package-lock.json

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

2 changes: 1 addition & 1 deletion tests/node/esm/package-lock.json

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

0 comments on commit 692f914

Please sign in to comment.