remove old version bump

This commit is contained in:
2024-09-23 09:35:36 +08:00
parent 63df5ba800
commit e828a4c084
4 changed files with 66 additions and 102 deletions

View File

@@ -10,7 +10,7 @@
"dev": "cross-env NODE_ENV=development nodemon --delay 2.5 -e js,cjs,mjs --exec node dist/app.cjs",
"dev:watch": "concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
"test": "NODE_ENV=development node --experimental-vm-modules node_modules/jest/bin/jest.js --detectOpenHandles ",
"build": "cross-env ENV=production webpack --mode=production",
"build": "cross-env ENV=production webpack --mode=production ",
"build:sh": "cross-env webpack --mode=production -c ./webpack.shell.config.cjs",
"deploy": "scp ./dist/app.cjs light:~/apps/codeflow/backend",
"deploy:sh": "",
@@ -22,7 +22,7 @@
"docker:build:gitea": "docker build -t git.xiongxiao.me/abearxiong/code-flow:v0.0.2 .",
"docker:push:gitea": "docker push git.xiongxiao.me/abearxiong/code-flow:v0.0.2",
"dts": "./node_modules/.bin/dts-bundle-generator -o types/index.d.ts src/type.ts",
"postinstall": "patch-package"
"postinstall2": "patch-package"
},
"keywords": [],
"types": "types/index.d.ts",
@@ -31,7 +31,7 @@
],
"license": "ISC",
"dependencies": {
"@abearxiong/router": "0.0.1-alpha.28",
"@abearxiong/router": "0.0.1-alpha.32",
"@abearxiong/use-config": "^0.0.2",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
@@ -48,7 +48,7 @@
"pg": "^8.13.0",
"semver": "^7.6.3",
"sequelize": "^6.37.3",
"socket.io": "^4.7.5",
"socket.io": "^4.8.0",
"strip-ansi": "^7.1.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
@@ -67,7 +67,7 @@
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"jest": "^29.7.0",
"nodemon": "^3.1.6",
"nodemon": "^3.1.7",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"supertest": "^7.0.0",
@@ -79,9 +79,5 @@
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"pnpm": {
"patchedDependencies": {
"@abearxiong/router@0.0.1-alpha.28": "patches/@abearxiong__router@0.0.1-alpha.28.patch"
}
}
"pnpm": {}
}