issue#98: version 0.8.10

This commit is contained in:
Key Networks 2023-02-25 14:48:05 +08:00
parent e4d004b8de
commit 6dca462eea
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
], ],
"cflags+": ["-Wno-cast-function-type"], "cflags+": ["-Wno-cast-function-type"],
"include_dirs+": ["<!(node -e \"require('nan')\")"], "include_dirs+": ["<!(node -e \"require('nan')\")"],
+ "libraries": ["/usr/lib/gcc/x86_64-redhat-linux/8/libstdc++.a"], + "libraries": ["/usr/lib/gcc/x86_64-redhat-linux/11/libstdc++.a"],
"dependencies": ["libargon2"], "dependencies": ["libargon2"],
"configurations": { "configurations": {
"Debug": { "Debug": {

View file

@ -26,7 +26,7 @@ BINDINGGYP='node_modules/argon2/binding.gyp'
NODE_VER='v16' NODE_VER='v16'
if [ ! -f /usr/lib/gcc/x86_64-redhat-linux/8/libstdc++.a ]; then if [ ! -f /usr/lib/gcc/x86_64-redhat-linux/11/libstdc++.a ]; then
echo "You must install libstdc++-static" echo "You must install libstdc++-static"
exit 1 exit 1
fi fi

View file

@ -1,6 +1,6 @@
{ {
"name": "ztncui", "name": "ztncui",
"version": "0.8.7", "version": "0.8.10",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node ./bin/www", "start": "node ./bin/www",
@ -15,8 +15,8 @@
"dotenv": "^4.0.0", "dotenv": "^4.0.0",
"express": "^4.16.3", "express": "^4.16.3",
"express-session": "^1.15.6", "express-session": "^1.15.6",
"express-validator": "^6.14.2", "express-validator": "^4.3.0",
"got": "^12.5.3", "got": "^7.1.0",
"helmet": "^3.23.0", "helmet": "^3.23.0",
"ip-address": "^5.8.9", "ip-address": "^5.8.9",
"jquery": "^3.6.1", "jquery": "^3.6.1",