Skip to content

Commit 78bd08f

Browse files
chore(release): webhook-v1.0.0 [skip ci]
# 1.0.0 (2025-06-03) ### Bug Fixes * add binaryTargets to prisma configuration ([0c8cac8](0c8cac8)) * add binaryTargets to prisma configuration ([9656b37](9656b37)) * add check prisma schema name in commands before add new command ([218b0f3](218b0f3)) * add comment to env file about shadowDatabaseName ([de5b69a](de5b69a)) * add create directory when we try create or update some files from infrastructure logic ([90e3ea8](90e3ea8)) * add description of prisma mopdule to report and update sample with application, for correct generate report ([46100d7](46100d7)) * add ext methods to FakePrismaClient ([c39adbf](c39adbf)) * add new feature module validation ([0087ec0](0087ec0)) * add options for change engineType ([f849783](f849783)) * add options for change main provider ([73eddbf](73eddbf)) * add pingDatabaseIntervalMs to prisma config for disable setInterval ([641b272](641b272)) * add previewFeatures to PrismaConfiguration ([9264be6](9264be6)) * add suport use empty featureName in prisma anf flyway modules ([4f39089](4f39089)) * add support correct order on write env key values ([41f1e4b](41f1e4b)) * add support use promise based function for prismaClientFactory ([5c89a63](5c89a63)) * add transform: new NumberTransformer() for all number options in settings ([71fc6d8](71fc6d8)) * add translates to npm lib ([ee6bca1](ee6bca1)) * add type TransactionPrismaClient ([05b308c](05b308c)) * added merging of the original application options with new options ([4d126b8](4d126b8)) * append global env prefix "keyv" ([b1f5e02](b1f5e02)) * expose getServiceToken from docker modules, cache-modules, prisma and terminus ([108dc60](108dc60)) * lock some dependencies ([b01694e](b01694e)) * lock version of case-anything ([511d86b](511d86b)) * move dependencies from code to dependenciesInfo and readme, update generator for ecosystem.config.json ([7aa6ce1](7aa6ce1)) * move pipeOptions to staticConfiguration ([3538a3f](3538a3f)) * rebuild with new docs ([867f907](867f907)) * rebuild with public to npm ([dacbe93](dacbe93)) * reexprt FakePrismaClient as PrismaClient, for use as mock import prisma client in applications ([84ce917](84ce917)) * remove not need focs ([c144dff](c144dff)) * remove usage IsNumberString decorator in FindManyArgs ([8151b7e](8151b7e)) * removed all "--" as it caused a side effect and prevented the command from completing correctly ([d5e3d36](d5e3d36)) * rename all featureName options in modules ([6d46c47](6d46c47)) * update [@nestjs-mod](https://github.com/nestjs-mod) deps ([6a4c714](6a4c714)) * update [@nestjs-mod](https://github.com/nestjs-mod) deps ([4c28452](4c28452)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.1 ([611bd6c](611bd6c)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.2 ([e4aec57](e4aec57)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.2 to 2.5.3 ([ba4d80c](ba4d80c)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.6.1 to 2.6.3 ([e8b7f80](e8b7f80)) * update default serialize and deserialize, add support return array of args from storeFactoryByEnvironmentUrl ([8f3e912](8f3e912)) * update deps ([67d7179](67d7179)) * update FakePrismaClient for correct work in isInfrastructureMode ([a1e3686](a1e3686)) * update for small pach names ([99055c9](99055c9)) * update getPrismaClientToken function for correct work ([0292ea2](0292ea2)) * update logic for convert prisma errors to string ([136ca8f](136ca8f)) * update logic for create path to output ([e3920d2](e3920d2)) * update logic for generate package json scripts, add order for categories ([66e0753](66e0753)) * update logic for isErrorOfUniqueField method ([7e0355f](7e0355f)) * update nestjs-mod libs ([db15c5b](db15c5b)) * update nestjs-mod libs ([bcda74e](bcda74e)) * update nestjs-mod libs ([3481d3a](3481d3a)) * update nestjs-mod libs ([aee56d5](aee56d5)) * update package json file generator, remove add migrations script for prisma, when we disable addMigrationScripts options ([8fea330](8fea330)) * update pg-flyway version ([91f058d](91f058d)) * update release script ([8b2772d](8b2772d)) * update types ([22336c4](22336c4)) ### Features * add "output" optios for change directory where Prisma Client is generated ([89e6528](89e6528)) * add @nestjs-mod/authorizer for work with https://authorizer.dev/, add DockerComposeAuthorizer for deploy authorizer server, add option notStaticKeysOfEnvironments in docker services for exclude some keys from generated dot env file ([12380a4](12380a4)) * add @nestjs-mod/docker-compose ([b5ddd56](b5ddd56)) * add @nestjs-mod/flyway ([ab20eef](ab20eef)) * add @nestjs-mod/pm2 ([a0b3f39](a0b3f39)) * add @nestjs-mod/prisma, update docker-compose for correct work with envs ([750f302](750f302)) * add DockerComposeMinio in @nestjs-mod/docker-compose, add @nestjs-mod/minio ([0d3f9b7](0d3f9b7)) * add DockerComposeNginx to @nestjs-mod/docker-compose, add use nginx in docker-compose for minio and disable cors validations, update readme in all modules ([87cb34a](87cb34a)) * add DockerComposeRedis in @nestjs-mod/docker-compose, add @nestjs-mod/cache-manager, rename FlywayModule to Flyway, rename NestjsPinoLogger to NestjsPinoLoggerModule, rename TerminusHealthCheck to TerminusHealthCheckModule, remove all async work with fs ([1c5474a](1c5474a)) * add feature modules from https://github.com/nestjs-mod/nestjs-mod-sso ([31a870f](31a870f)) * add GraphqlModule in @nestjs-mod/graphql, add @nestjs-mod/cache-manager, update code in @nestjs-mod/pino, update readme in all modules, update @nestjs-mod/common version ([c36b138](c36b138)) * add new feature module prisma-tools ([1470204](1470204)) * add new feature module validation ([2720733](2720733)) * add prismaClientFactory for can use custom driver as https://www.prisma.io/docs/orm/overview/databases/postgresql#using-the-node-postgres-driver, example project https://github.com/nestjs-mod/nestjs-mod-contrib/tree/master/apps/example-pg-prisma-pg-flyway ([26d915a](26d915a)) * add support in prisma work with context mode ([b3a1f55](b3a1f55)) * add support use custom nxProjectJsonFile in prisma, docker-compose-postgresql, flyway ([d8530d9](d8530d9)) * add swagger module ([74265ad](74265ad)) * append module for work with keyv ([2b33a61](2b33a61)) * append new infrastructure module for work with pf-flyway ([9a6ba03](9a6ba03)) * npm run nx -- migrate latest && npm run npx nx migrate --run-migrations ([e16fb8a](e16fb8a)) * npm run update:lib-versions && npm run manual:prepare ([4c27038](4c27038)) * npm run update:nestjs-mod-versions ([f9ebf6b](f9ebf6b)) * **pin:** add Pino logger for NestJS-mod (Wrapper for https://www.npmjs.com/package/nestjs-pino) ([55466f5](55466f5)) * the files and commands added to the infrastructure have been expanded, and examples of working with libraries have been added ([7f6c852](7f6c852)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.7.2 to 1.9.0 ([182faa0](182faa0)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.9.0 to 2.1.0 ([4b58355](4b58355)) * update deps and add TerminusHealthCheck module ([2d1a334](2d1a334)) * update link to repo in package json ([4df15bc](4df15bc)) * update logic for search env keys in docker compose services, use service name as prefix for env key name ([e544c7b](e544c7b))
1 parent dacbe93 commit 78bd08f

File tree

2 files changed

+96
-2
lines changed

2 files changed

+96
-2
lines changed

libs/feature/webhook/CHANGELOG.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,97 @@
1+
# 1.0.0 (2025-06-03)
2+
3+
4+
### Bug Fixes
5+
6+
* add binaryTargets to prisma configuration ([0c8cac8](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/0c8cac846eda9f03e5b06b18253d9eaf0935170d))
7+
* add binaryTargets to prisma configuration ([9656b37](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/9656b3783dbd1d4a36eb763d26abf075b0bc9453))
8+
* add check prisma schema name in commands before add new command ([218b0f3](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/218b0f360643909783dea7472c7e49b5f0769938))
9+
* add comment to env file about shadowDatabaseName ([de5b69a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/de5b69a4f04e0bbb47b86f59bcf9c8811c8a7dfb))
10+
* add create directory when we try create or update some files from infrastructure logic ([90e3ea8](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/90e3ea87a136002966e3b973a69caab1421f9423))
11+
* add description of prisma mopdule to report and update sample with application, for correct generate report ([46100d7](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/46100d7ce06d3481e4cef79b47de3dd73af83961))
12+
* add ext methods to FakePrismaClient ([c39adbf](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/c39adbf05b2571a6f35990027f8428553e8f45c6))
13+
* add new feature module validation ([0087ec0](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/0087ec0dba577c52f60dba437bc2ced042f5b0bd))
14+
* add options for change engineType ([f849783](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/f849783e05cb703f36687aea1407ba1f7212d264))
15+
* add options for change main provider ([73eddbf](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/73eddbf387de804e985b79a8b3aa85824759a97a))
16+
* add pingDatabaseIntervalMs to prisma config for disable setInterval ([641b272](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/641b272e030e175d85f3098d454c74e5dce6bfa0))
17+
* add previewFeatures to PrismaConfiguration ([9264be6](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/9264be682010f091c0b0dd8ef3e92fb170d7d2f1))
18+
* add suport use empty featureName in prisma anf flyway modules ([4f39089](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4f3908968f703d7607d2c4de85fc39792c5cc628))
19+
* add support correct order on write env key values ([41f1e4b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/41f1e4b0a922327855461e4a2917e79aeba165d9))
20+
* add support use promise based function for prismaClientFactory ([5c89a63](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/5c89a63be2823e3d5f355c9d075cf22fbb9baeab))
21+
* add transform: new NumberTransformer() for all number options in settings ([71fc6d8](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/71fc6d84936e4ba0dfa0881a2e1ff57b5b03914f))
22+
* add translates to npm lib ([ee6bca1](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/ee6bca107318416da3aedb02f4cccb3ae8bbd936))
23+
* add type TransactionPrismaClient ([05b308c](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/05b308c6bbd4aab8595d51b50e8aef93751dc0c2))
24+
* added merging of the original application options with new options ([4d126b8](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4d126b8b42fdc50b2f4222202e6151ba49568baa))
25+
* append global env prefix "keyv" ([b1f5e02](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/b1f5e02e601df2a127948ff22f02da35b478b442))
26+
* expose getServiceToken from docker modules, cache-modules, prisma and terminus ([108dc60](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/108dc606fe4a8bb0f91375b244814ac32dbc7525))
27+
* lock some dependencies ([b01694e](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/b01694e6366a135b7dec051b31ac6d7b608c0bb1))
28+
* lock version of case-anything ([511d86b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/511d86bec4dad6bf0a4f6985c5dbe197fbdb7983))
29+
* move dependencies from code to dependenciesInfo and readme, update generator for ecosystem.config.json ([7aa6ce1](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/7aa6ce1bac8c0f5938d939f3d463c490882dc47c))
30+
* move pipeOptions to staticConfiguration ([3538a3f](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/3538a3f294ea567e39f2d326eaac5bfb292348fa))
31+
* rebuild with new docs ([867f907](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/867f907561b86a3ea61367ddbd2ac183609f3815))
32+
* rebuild with public to npm ([dacbe93](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/dacbe93e6a3eb2e3ab225091745956ff28fe2dd4))
33+
* reexprt FakePrismaClient as PrismaClient, for use as mock import prisma client in applications ([84ce917](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/84ce9176c317976ee9ff4de9745038c09c443302))
34+
* remove not need focs ([c144dff](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/c144dff9db468994c5956e7d3f4a65e6abbc2a8c))
35+
* remove usage IsNumberString decorator in FindManyArgs ([8151b7e](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/8151b7e032bd79f41720f6cda6b681e9c2ecc2af))
36+
* removed all "--" as it caused a side effect and prevented the command from completing correctly ([d5e3d36](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/d5e3d36417120bdd576a03b82837cd9d7c3bbcf8))
37+
* rename all featureName options in modules ([6d46c47](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/6d46c475c75023b4eaf53cb8d6ba7640bfad3ad6))
38+
* update [@nestjs-mod](https://github.com/nestjs-mod) deps ([6a4c714](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/6a4c714ca98be0b871e2f5ab5dabf3339337fee5))
39+
* update [@nestjs-mod](https://github.com/nestjs-mod) deps ([4c28452](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4c28452792a17d311ae825f5d100be537f682e07))
40+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.1 ([611bd6c](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/611bd6ccf9fc78c63b7666625874e68420f5a357))
41+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.2 ([e4aec57](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e4aec57531c6fbb456fb1e4d19c3984e9533dd9b))
42+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.2 to 2.5.3 ([ba4d80c](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/ba4d80c6fb0c0fcd2dc608efa5abf581bb01bc43))
43+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.6.1 to 2.6.3 ([e8b7f80](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e8b7f8084cdb5ac15bf8ea127139adc1735214a1))
44+
* update default serialize and deserialize, add support return array of args from storeFactoryByEnvironmentUrl ([8f3e912](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/8f3e912e0a450c5ca3889cfdb39109f4f4386e10))
45+
* update deps ([67d7179](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/67d7179e8078b8cb0bd7fdc3874563bc91c4e031))
46+
* update FakePrismaClient for correct work in isInfrastructureMode ([a1e3686](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/a1e3686a0f2e554174f14eb15ae4dd72f7d4752b))
47+
* update for small pach names ([99055c9](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/99055c97d0d4a2a90d6174e93b6d28e1e4e37949))
48+
* update getPrismaClientToken function for correct work ([0292ea2](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/0292ea2a6963c624d0e5eaca4b11846cae52120c))
49+
* update logic for convert prisma errors to string ([136ca8f](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/136ca8f3e0cffd02f538219676dc08b9e5c7faa3))
50+
* update logic for create path to output ([e3920d2](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e3920d25b206a2c5394a1fc4a8f1c4c62665a4fa))
51+
* update logic for generate package json scripts, add order for categories ([66e0753](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/66e07536875d5574fefb6e307e6dfd17c1596ca8))
52+
* update logic for isErrorOfUniqueField method ([7e0355f](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/7e0355f45e257fd3f6b3cbfe729ff343e39cb616))
53+
* update nestjs-mod libs ([db15c5b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/db15c5b3d48b0844c66d437e00a15a690610da1a))
54+
* update nestjs-mod libs ([bcda74e](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/bcda74e33d42f9e79b48ef33dd0e5ec1c578eb5c))
55+
* update nestjs-mod libs ([3481d3a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/3481d3aac9e53003aa9109ee070c11f9d85853aa))
56+
* update nestjs-mod libs ([aee56d5](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/aee56d58a3d60cb3d1969cea12cf1f8c27cbdf57))
57+
* update package json file generator, remove add migrations script for prisma, when we disable addMigrationScripts options ([8fea330](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/8fea33032be53cdb3f048bd4f1b4a0152719d34f))
58+
* update pg-flyway version ([91f058d](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/91f058d7325f604825f310041bc120a647a6d24a))
59+
* update release script ([8b2772d](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/8b2772db82e890bcb9350be25ae93d95c552587a))
60+
* update types ([22336c4](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/22336c435e1947fcc00b317e0b0160071c304bca))
61+
62+
63+
### Features
64+
65+
* add "output" optios for change directory where Prisma Client is generated ([89e6528](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/89e65282dd1abd799795983c88da8658e6a203f5))
66+
* add @nestjs-mod/authorizer for work with https://authorizer.dev/, add DockerComposeAuthorizer for deploy authorizer server, add option notStaticKeysOfEnvironments in docker services for exclude some keys from generated dot env file ([12380a4](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/12380a4c690345265b4df02de51250c96f21e417))
67+
* add @nestjs-mod/docker-compose ([b5ddd56](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/b5ddd569e4374939e5760b13bbd1246dd59673d3))
68+
* add @nestjs-mod/flyway ([ab20eef](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/ab20eef94166f6be10b39d2ef72ac8873ddb691c))
69+
* add @nestjs-mod/pm2 ([a0b3f39](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/a0b3f392976d9380f2f7efb3c1ed5825e741e87e))
70+
* add @nestjs-mod/prisma, update docker-compose for correct work with envs ([750f302](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/750f3022e42dd7af3aca2344d92bb1406b9009cc))
71+
* add DockerComposeMinio in @nestjs-mod/docker-compose, add @nestjs-mod/minio ([0d3f9b7](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/0d3f9b74ad4eb79476eda1be6266bac636d3d4a5))
72+
* add DockerComposeNginx to @nestjs-mod/docker-compose, add use nginx in docker-compose for minio and disable cors validations, update readme in all modules ([87cb34a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/87cb34ad31aab7e8d5fbc9510d43b501529ac9d0))
73+
* add DockerComposeRedis in @nestjs-mod/docker-compose, add @nestjs-mod/cache-manager, rename FlywayModule to Flyway, rename NestjsPinoLogger to NestjsPinoLoggerModule, rename TerminusHealthCheck to TerminusHealthCheckModule, remove all async work with fs ([1c5474a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/1c5474afc696d3e23f38fdf3e0865ab75bc71446))
74+
* add feature modules from https://github.com/nestjs-mod/nestjs-mod-sso ([31a870f](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/31a870fb40f20e9a8f03ecb14dd1a341c60551a5))
75+
* add GraphqlModule in @nestjs-mod/graphql, add @nestjs-mod/cache-manager, update code in @nestjs-mod/pino, update readme in all modules, update @nestjs-mod/common version ([c36b138](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/c36b13870b6754a80c38a482aa0cb34bddafa2ed))
76+
* add new feature module prisma-tools ([1470204](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/14702041c2ad290234260a57652cd03c6314dcc5))
77+
* add new feature module validation ([2720733](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/27207339ea061c88401ce5233d187c239c76d1a1))
78+
* add prismaClientFactory for can use custom driver as https://www.prisma.io/docs/orm/overview/databases/postgresql#using-the-node-postgres-driver, example project https://github.com/nestjs-mod/nestjs-mod-contrib/tree/master/apps/example-pg-prisma-pg-flyway ([26d915a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/26d915aa1644648c09f1cbcad5b83a91a21a62b6))
79+
* add support in prisma work with context mode ([b3a1f55](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/b3a1f55cfb6ef7f1708298fbfd69752735a0d160))
80+
* add support use custom nxProjectJsonFile in prisma, docker-compose-postgresql, flyway ([d8530d9](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/d8530d9ed591af51e86f645a4320def58ecff227))
81+
* add swagger module ([74265ad](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/74265ad64bd0f3c68174e76bbcb7bf9184122699))
82+
* append module for work with keyv ([2b33a61](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/2b33a614ed2f11e5a2acb4548dc6b7e322afaa3f))
83+
* append new infrastructure module for work with pf-flyway ([9a6ba03](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/9a6ba03c3c9267da0c436abfaa42d0efd89facbe))
84+
* npm run nx -- migrate latest && npm run npx nx migrate --run-migrations ([e16fb8a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e16fb8a6648061448de7de441e0d26a4c72324f4))
85+
* npm run update:lib-versions && npm run manual:prepare ([4c27038](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4c270386e5cff279438ccce4905ddc352220c0e1))
86+
* npm run update:nestjs-mod-versions ([f9ebf6b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/f9ebf6b0791ad9661f7fde0f637c65738c498c9c))
87+
* **pin:** add Pino logger for NestJS-mod (Wrapper for https://www.npmjs.com/package/nestjs-pino) ([55466f5](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/55466f52ccf1792a5a4f32df80e574be4da71952))
88+
* the files and commands added to the infrastructure have been expanded, and examples of working with libraries have been added ([7f6c852](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/7f6c8522f51397ef78a36d6bae09a62f19418518))
89+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.7.2 to 1.9.0 ([182faa0](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/182faa05ab60dd8e2f13f3fb04b472a7a05f6a75))
90+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.9.0 to 2.1.0 ([4b58355](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4b58355f755d25ac94fe9267efb9439e23c73a21))
91+
* update deps and add TerminusHealthCheck module ([2d1a334](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/2d1a334291246adf3e7e3ccd83346eda113ad31a))
92+
* update link to repo in package json ([4df15bc](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4df15bc71890fffe124389c790d2c02443719116))
93+
* update logic for search env keys in docker compose services, use service name as prefix for env key name ([e544c7b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e544c7b093094d5ccb1b9766430ac1e5e434a475))
94+
195
## [1.3.2](https://github.com/nestjs-mod/nestjs-mod-sso/compare/webhook-v1.3.1...webhook-v1.3.2) (2024-11-15)
296

397
### Bug Fixes

libs/feature/webhook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-mod/webhook",
33
"description": "Webhook module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction",
4-
"version": "1.1.1",
4+
"version": "1.0.0",
55
"keywords": [
66
"feature",
77
"nestjs",
@@ -54,4 +54,4 @@
5454
"strategy": "join"
5555
}
5656
]
57-
}
57+
}

0 commit comments

Comments
 (0)