chore: release bruno packages to npm

This commit is contained in:
Anoop M D 2023-09-01 13:43:26 +05:30
parent 26a05f92cb
commit aeb9fc8875
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@usebruno/cli", "name": "@usebruno/cli",
"version": "0.5.1", "version": "0.6.0",
"main": "src/index.js", "main": "src/index.js",
"bin": { "bin": {
"bru": "./bin/bru.js" "bru": "./bin/bru.js"
@ -19,7 +19,7 @@
"package.json" "package.json"
], ],
"dependencies": { "dependencies": {
"@usebruno/js": "0.3.0", "@usebruno/js": "0.4.0",
"@usebruno/lang": "0.3.0", "@usebruno/lang": "0.3.0",
"axios": "^1.3.2", "axios": "^1.3.2",
"chai": "^4.3.7", "chai": "^4.3.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "@usebruno/js", "name": "@usebruno/js",
"version": "0.3.0", "version": "0.4.0",
"main": "src/index.js", "main": "src/index.js",
"files": [ "files": [
"src", "src",