fix(#1487): updated deps and bumped versions

This commit is contained in:
Anoop M D 2024-01-30 22:04:39 +05:30
parent e258e7f5ab
commit c39b8ff282
5 changed files with 14 additions and 10 deletions

12
package-lock.json generated
View File

@ -17949,11 +17949,11 @@
},
"packages/bruno-cli": {
"name": "@usebruno/cli",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"dependencies": {
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
@ -18061,7 +18061,7 @@
"dependencies": {
"@aws-sdk/credential-providers": "^3.425.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.0",
"about-window": "^1.15.2",
@ -18306,7 +18306,7 @@
},
"packages/bruno-js": {
"name": "@usebruno/js",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"dependencies": {
"@usebruno/query": "0.1.0",
@ -22275,7 +22275,7 @@
"version": "file:packages/bruno-cli",
"requires": {
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
@ -23269,7 +23269,7 @@
"requires": {
"@aws-sdk/credential-providers": "^3.425.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.0",
"about-window": "^1.15.2",

View File

@ -1,5 +1,9 @@
# Changelog
## 1.4.1
- Fixing [bug](https://github.com/usebruno/bruno/issues/1487)
## 1.4.0
- --bail and --test-only flags

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"main": "src/index.js",
"bin": {
@ -25,7 +25,7 @@
],
"dependencies": {
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",

View File

@ -21,7 +21,7 @@
"dependencies": {
"@aws-sdk/credential-providers": "^3.425.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.0",
"about-window": "^1.15.2",

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/js",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"main": "src/index.js",
"files": [