chore: updated bruno lib versions

This commit is contained in:
Anoop M D
2025-03-13 02:15:05 +05:30
parent 0888219e95
commit 79394d719f
10 changed files with 231 additions and 161 deletions

View File

@@ -17,9 +17,9 @@
"@reduxjs/toolkit": "^1.8.0",
"@tabler/icons": "^1.46.0",
"@tippyjs/react": "^4.2.6",
"@usebruno/common": "0.1.0",
"@usebruno/common": "0.3.0",
"@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.7.0",
"@usebruno/schema": "0.14.0",
"classnames": "^2.3.1",
"codemirror": "5.65.2",
"codemirror-graphql": "2.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "1.16.0",
"version": "1.39.0",
"license": "MIT",
"main": "src/index.js",
"bin": {
@@ -47,10 +47,10 @@
],
"dependencies": {
"@aws-sdk/credential-providers": "3.750.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.12.0",
"@usebruno/lang": "0.12.0",
"@usebruno/vm2": "^3.9.13",
"@usebruno/common": "0.3.0",
"@usebruno/js": "0.25.0",
"@usebruno/lang": "0.20.0",
"@usebruno/vm2": "3.9.19",
"aws4-axios": "^3.3.0",
"axios": "^1.8.3",
"axios-ntlm": "^1.4.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@usebruno/common",
"version": "0.1.0",
"version": "0.3.0",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",

View File

@@ -1,11 +0,0 @@
{
"name": "@usebruno/docs",
"version": "0.0.1",
"main": "src/index.js",
"files": [
"src",
"package.json"
],
"dependencies": {
}
}

View File

@@ -1,5 +0,0 @@
# bruno-docs
This is a wip.
We have a request to generate docs in a html file that can be hosted on a server so that the visitor can view the API and make requests without downloading/installing anything.

View File

@@ -1,5 +1,5 @@
{
"version": "v1.38.1",
"version": "v1.39.1",
"name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com",
@@ -27,11 +27,11 @@
"dependencies": {
"@aws-sdk/credential-providers": "3.750.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.12.0",
"@usebruno/lang": "0.12.0",
"@usebruno/js": "0.25.0",
"@usebruno/lang": "0.20.0",
"@usebruno/node-machine-id": "^2.0.0",
"@usebruno/schema": "0.7.0",
"@usebruno/vm2": "^3.9.13",
"@usebruno/schema": "0.14.0",
"@usebruno/vm2": "3.9.19",
"about-window": "^1.15.2",
"aws4-axios": "^3.3.0",
"axios": "^1.8.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@usebruno/js",
"version": "0.12.0",
"version": "0.25.0",
"license": "MIT",
"main": "src/index.js",
"files": [
@@ -15,8 +15,8 @@
"sandbox:bundle-libraries": "node ./src/sandbox/bundle-libraries.js"
},
"dependencies": {
"@usebruno/common": "0.1.0",
"@usebruno/crypto-js": "^3.1.9",
"@usebruno/common": "0.3.0",
"@usebruno/crypto-js": "3.1.9",
"@usebruno/query": "0.1.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",

View File

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

View File

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