updated to version 1.1.0

This commit is contained in:
Sascha Kühl 2025-06-01 17:14:47 +02:00
parent 217dffad8d
commit 1fb9f52504
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "bullpen-backend", "name": "bullpen-backend",
"version": "1.0.0", "version": "1.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "bullpen-backend", "name": "bullpen-backend",
"version": "1.0.0", "version": "1.1.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"bcryptjs": "^3.0.2", "bcryptjs": "^3.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "bullpen-backend", "name": "bullpen-backend",
"version": "1.0.0", "version": "1.1.0",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"prebuild": "node -p \"'export const BULLPEN_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > config/version.js", "prebuild": "node -p \"'export const BULLPEN_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > config/version.js",