Bump version to 0.46.0

This commit is contained in:
SrGooglo 2023-05-18 12:53:20 +00:00
parent 90086aa083
commit 47a8734a03
9 changed files with 36 additions and 36 deletions

View File

@ -27,5 +27,5 @@
"form-data": "^4.0.0", "form-data": "^4.0.0",
"pm2": "5.3.0" "pm2": "5.3.0"
}, },
"version": "0.45.2" "version": "0.46.0"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/web-app", "name": "@comty/web-app",
"version": "0.45.2", "version": "0.46.0",
"license": "LGPL-2.1", "license": "LGPL-2.1",
"main": "electron/main", "main": "electron/main",
"author": "RageStudio", "author": "RageStudio",

View File

@ -1,24 +1,24 @@
{ {
"name": "comty.js", "name": "comty.js",
"version": "0.1.1", "version": "0.46.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"author": "RageStudio <support@ragestudio.net>", "author": "RageStudio <support@ragestudio.net>",
"scripts": { "scripts": {
"build": "corenode-cli build" "build": "corenode-cli build"
}, },
"files": [ "files": [
"dist" "dist"
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@foxify/events": "^2.1.0", "@foxify/events": "^2.1.0",
"axios": "^1.4.0", "axios": "^1.4.0",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"linebridge": "^0.15.12" "linebridge": "^0.15.12"
}, },
"devDependencies": { "devDependencies": {
"corenode": "^0.28.26" "corenode": "^0.28.26"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/file_server", "name": "@comty/file_server",
"version": "0.45.2", "version": "0.46.0",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "corenode-cli build", "build": "corenode-cli build",

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/marketplace_server", "name": "@comty/marketplace_server",
"version": "0.45.2", "version": "0.46.0",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "corenode-cli build", "build": "corenode-cli build",

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/message_server", "name": "@comty/message_server",
"version": "0.45.2", "version": "0.46.0",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "corenode-cli build", "build": "corenode-cli build",

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/music_spaces_server", "name": "@comty/music_spaces_server",
"version": "0.45.2", "version": "0.46.0",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "corenode-cli build", "build": "corenode-cli build",

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/server", "name": "@comty/server",
"version": "0.45.2", "version": "0.46.0",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "corenode-cli build", "build": "corenode-cli build",

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/web-wrapper", "name": "@comty/web-wrapper",
"version": "0.45.2", "version": "0.46.0",
"main": "./src/index.js", "main": "./src/index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {