chore: npm publish

This commit is contained in:
Anoop M D 2023-02-21 00:00:10 +05:30
parent 9cfb54ee9f
commit 5efb18ad63
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@usebruno/cli", "name": "@usebruno/cli",
"version": "0.2.3", "version": "0.3.0",
"main": "src/index.js", "main": "src/index.js",
"bin": { "bin": {
"bru": "./bin/bru.js" "bru": "./bin/bru.js"
@ -11,7 +11,7 @@
"package.json" "package.json"
], ],
"dependencies": { "dependencies": {
"@usebruno/js": "0.1.1", "@usebruno/js": "0.2.0",
"@usebruno/lang": "0.2.2", "@usebruno/lang": "0.2.2",
"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.1.1", "version": "0.2.0",
"main": "src/index.js", "main": "src/index.js",
"files": [ "files": [
"src", "src",
@ -13,6 +13,7 @@
"test": "jest --testPathIgnorePatterns test.js" "test": "jest --testPathIgnorePatterns test.js"
}, },
"dependencies": { "dependencies": {
"@usebruno/query": "0.1.0",
"atob": "^2.1.2", "atob": "^2.1.2",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"btoa": "^1.2.1", "btoa": "^1.2.1",
@ -21,7 +22,6 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.4", "moment": "^2.29.4",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"uuid": "^9.0.0", "uuid": "^9.0.0"
"@usebruno/query": "0.1.0"
} }
} }