6 Commits

Author SHA1 Message Date
Alex Ant f872f9a54a update 2024-07-10 09:21:15 +05:00
Alex Ant 9270e4ce41 Автоматическое обновление - 2024-07-09 19:51:42 2024-07-09 19:51:45 +05:00
Alex Ant c7cc699881 Автоматическое обновление - 2024-07-09 19:35:05 2024-07-09 19:35:08 +05:00
Alex Ant b19aab4c39 Автоматическое обновление 2024-07-09 19:23:53 +05:00
Alex Ant b34809ff16 update 2024-07-09 18:58:11 +05:00
Alex Ant 9ebb7c5179 fix order of deploy 2024-07-09 18:36:47 +05:00
3 changed files with 21 additions and 17 deletions
+5 -2
View File
@@ -5,5 +5,8 @@ MONGO_EXPLORER_URI=mongodb://127.0.0.1:27017/cooperative
START_BLOCK=1
FINISH_BLOCK=0xFFFFFFFF
PORT=4000
ACTIVATE_PARSER=0
ACTIVATE_PARSER=1
REDIS_PORT=6379
REDIS_HOST=localhost
REDIS_PASSWORD==
REDIS_STREAM_LIMIT=1000
+13 -13
View File
@@ -1,29 +1,29 @@
{
"name": "pkg-placeholder",
"version": "1.0.1",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pkg-placeholder",
"version": "1.0.1",
"version": "1.0.4",
"license": "MIT",
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@antfu/eslint-config": "^2.16.0",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@types/node": "^20.11.19",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.3",
"pnpm": "^8.15.7",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.1.4",
"vitest": "^1.3.1"
"vite": "^5.2.10",
"vitest": "^1.5.2"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
@@ -8902,4 +8902,4 @@
}
}
}
}
}
+3 -2
View File
@@ -1,7 +1,8 @@
{
"name": "cooparser-ts",
"type": "module",
"version": "1.0.1",
"version": "1.0.4",
"private": true,
"packageManager": "pnpm@9.0.6",
"description": "",
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
@@ -37,7 +38,7 @@
],
"scripts": {
"deploy-testnet": "git checkout testnet && git merge main && git push origin testnet && git checkout main",
"deploy-production": "git checkout production && git merge main && git push origin production && git checkout main",
"deploy-production": "git checkout production && git merge testnet && git push origin production && git checkout main",
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",