Merge branch 'main' into feature/openapi-add-yaml-support

# Conflicts:
#	package-lock.json
This commit is contained in:
Sebastien Dionne 2023-10-23 06:56:38 -04:00
commit a46e8851c6
4 changed files with 28455 additions and 4 deletions

28451
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@usebruno/cli", "name": "@usebruno/cli",
"version": "0.15.0", "version": "0.15.1",
"license": "MIT", "license": "MIT",
"main": "src/index.js", "main": "src/index.js",
"bin": { "bin": {
@ -24,7 +24,7 @@
"package.json" "package.json"
], ],
"dependencies": { "dependencies": {
"@usebruno/js": "0.9.0", "@usebruno/js": "0.9.1",
"@usebruno/lang": "0.9.0", "@usebruno/lang": "0.9.0",
"axios": "^1.5.1", "axios": "^1.5.1",
"chai": "^4.3.7", "chai": "^4.3.7",

View File

@ -27,7 +27,6 @@
"aws4-axios": "^3.3.0", "aws4-axios": "^3.3.0",
"axios": "^1.5.1", "axios": "^1.5.1",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-string": "^1.5.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"decomment": "^0.9.5", "decomment": "^0.9.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@usebruno/js", "name": "@usebruno/js",
"version": "0.9.0", "version": "0.9.1",
"license": "MIT", "license": "MIT",
"main": "src/index.js", "main": "src/index.js",
"files": [ "files": [
@ -20,6 +20,7 @@
"axios": "^0.26.0", "axios": "^0.26.0",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-string": "^1.5.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"handlebars": "^4.7.8", "handlebars": "^4.7.8",
"json-query": "^2.2.2", "json-query": "^2.2.2",