Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Ant df94c7f30a chore(release): publish
- cooparser-ts@1.0.15
 - coopback@1.7.25
 - coopdoc-generator-ts@1.0.70
 - cooptypes@1.0.15
 - coop-notificator@0.0.19
 - terminal@0.1.26
2024-07-14 10:23:35 +05:00
Alex Ant e2469f8cfb update 2024-07-14 10:19:56 +05:00
15 changed files with 61 additions and 13 deletions
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.15](https://github.com/copenomics/cooparser/compare/cooparser-ts@1.0.15-alpha.0...cooparser-ts@1.0.15) (2024-07-14)
**Note:** Version bump only for package cooparser-ts
## [1.0.14](https://github.com/copenomics/cooparser/compare/cooparser-ts@1.0.14-alpha.0...cooparser-ts@1.0.14) (2024-07-13)
**Note:** Version bump only for package cooparser-ts
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pkg-placeholder",
"version": "1.0.15-alpha.0",
"version": "1.0.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pkg-placeholder",
"version": "1.0.15-alpha.0",
"version": "1.0.15",
"license": "MIT",
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "cooparser-ts",
"type": "module",
"version": "1.0.15-alpha.0",
"version": "1.0.15",
"private": true,
"packageManager": "pnpm@9.0.6",
"description": "",
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.7.25](https://github.com/hagopj13/node-express-boilerplate/compare/coopback@1.7.25-alpha.0...coopback@1.7.25) (2024-07-14)
**Note:** Version bump only for package coopback
## [1.7.24](https://github.com/hagopj13/node-express-boilerplate/compare/coopback@1.7.24-alpha.0...coopback@1.7.24) (2024-07-13)
**Note:** Version bump only for package coopback
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "create-nodejs-express-app",
"version": "1.7.25-alpha.0",
"version": "1.7.25",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-nodejs-express-app",
"version": "1.7.25-alpha.0",
"version": "1.7.25",
"license": "MIT",
"dependencies": {
"@a2seven/yoo-checkout": "^1.1.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "coopback",
"version": "1.7.25-alpha.0",
"version": "1.7.25",
"description": "",
"private": true,
"bin": "bin/createNodejsApp.js",
@@ -69,7 +69,7 @@ export async function buildComplexDocument(
if (decision_action) {
const user = await User.findOne({ username: decision_action?.data?.username });
console.log(user);
if (user) {
const user_data = user.getPrivateData();
@@ -86,7 +86,6 @@ export async function buildComplexDocument(
votes_for: [],
votes_against: [],
};
console.log(decision);
} else {
// throw new ApiError(400, 'Ошибка, один из пользователей не найден. Обратитесь в поддержку.');
}
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.70](https://github.com/copenomics/coopdoc-generator-ts/compare/coopdoc-generator-ts@1.0.70-alpha.0...coopdoc-generator-ts@1.0.70) (2024-07-14)
**Note:** Version bump only for package coopdoc-generator-ts
## [1.0.69](https://github.com/copenomics/coopdoc-generator-ts/compare/coopdoc-generator-ts@1.0.69-alpha.0...coopdoc-generator-ts@1.0.69) (2024-07-13)
**Note:** Version bump only for package coopdoc-generator-ts
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "coopdoc-generator-ts",
"type": "module",
"version": "1.0.70-alpha.0",
"version": "1.0.70",
"private": true,
"packageManager": "pnpm@9.0.6",
"description": "",
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.15](https://github.com/coopenomics/cooptypes/compare/cooptypes@1.0.15-alpha.0...cooptypes@1.0.15) (2024-07-14)
**Note:** Version bump only for package cooptypes
## [1.0.14](https://github.com/coopenomics/cooptypes/compare/cooptypes@1.0.14-alpha.0...cooptypes@1.0.14) (2024-07-13)
**Note:** Version bump only for package cooptypes
+3 -2
View File
@@ -1,7 +1,7 @@
{
"name": "cooptypes",
"type": "module",
"version": "1.0.15-alpha.0",
"version": "1.0.15",
"description": "_description_",
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
"license": "MIT",
@@ -72,5 +72,6 @@
},
"lint-staged": {
"*": "eslint --fix"
}
},
"gitHead": "9f1bb73326ac0ddd16c2956d18ce0bd8ba0c3ad3"
}
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.0.19](https://github.com/copenomics/coop-notificator/compare/coop-notificator@0.0.19-alpha.0...coop-notificator@0.0.19) (2024-07-14)
**Note:** Version bump only for package coop-notificator
## [0.0.18](https://github.com/copenomics/coop-notificator/compare/coop-notificator@0.0.18-alpha.0...coop-notificator@0.0.18) (2024-07-13)
**Note:** Version bump only for package coop-notificator
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "coop-notificator",
"type": "module",
"version": "0.0.19-alpha.0",
"version": "0.0.19",
"private": true,
"packageManager": "pnpm@9.1.1",
"description": "_description_",
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.26](https://github.com/coopenomics/monocoop/compare/terminal@0.1.26-alpha.0...terminal@0.1.26) (2024-07-14)
**Note:** Version bump only for package terminal
## [0.1.25](https://github.com/coopenomics/monocoop/compare/terminal@0.1.25-alpha.0...terminal@0.1.25) (2024-07-13)
**Note:** Version bump only for package terminal
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "terminal",
"version": "0.1.26-alpha.0",
"version": "0.1.26",
"description": "A Terminal Project",
"productName": "Terminal App",
"author": "Alex Ant <dacom.dark.sun@gmail.com>",