Skip to content

Commit be8518e

Browse files
committed
chore(release): publish
- project: nestjs-tools-async-local-storage 0.3.1 - project: typed-event-emitter 0.2.1 - project: nestjs-tools-amqp-transport 0.7.0 - project: nestjs-tools-fastify-upload 0.1.6 - project: eslint-plugin-nestjs-tools 0.1.6 - project: nestjs-tools-file-storage 1.4.2 - project: nestjs-tools-cluster 0.15.7 - project: nestjs-tools-lock 1.1.1
1 parent fd24333 commit be8518e

File tree

16 files changed

+155
-10
lines changed

16 files changed

+155
-10
lines changed

packages/amqp-transport/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.7.0 (2025-01-31)
2+
3+
### 🚀 Features
4+
5+
- enhance AMQP transport with event handling and connection status management ([5145719](https://github.com/getlarge/nestjs-tools/commit/5145719))
6+
7+
### 🩹 Fixes
8+
9+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
10+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
11+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
12+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
13+
- update AmqpClient to use string type for RmqStatus ([46f1528](https://github.com/getlarge/nestjs-tools/commit/46f1528))
14+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
15+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
16+
- **eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([45dc0a0](https://github.com/getlarge/nestjs-tools/commit/45dc0a0))
17+
18+
### 🧱 Updated Dependencies
19+
20+
- Updated typed-event-emitter to 0.2.1
21+
22+
### ❤️ Thank You
23+
24+
- getlarge
25+
126
## 0.6.0 (2024-06-07)
227

328
### 🚀 Features

packages/amqp-transport/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/nestjs-tools-amqp-transport",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Custom Nest Transport classes for AMQP",
55
"keywords": [
66
"amqp",
@@ -18,7 +18,7 @@
1818
"main": "./src/index.js",
1919
"typings": "./src/index.d.ts",
2020
"dependencies": {
21-
"@getlarge/typed-event-emitter": "0.2.0",
21+
"@getlarge/typed-event-emitter": "0.2.1",
2222
"uuid": "^9.0.1",
2323
"tslib": "^2.3.0"
2424
},

packages/async-local-storage/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.3.1 (2025-01-31)
2+
3+
### 🩹 Fixes
4+
5+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
6+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
7+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
8+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
9+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
10+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
11+
- **eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([45dc0a0](https://github.com/getlarge/nestjs-tools/commit/45dc0a0))
12+
- **nestjs-tools-amqp-transport:** evaluate default options correctly ([077a2d2](https://github.com/getlarge/nestjs-tools/commit/077a2d2))
13+
14+
### ❤️ Thank You
15+
16+
- getlarge
17+
118
## 0.3.0 (2024-04-16)
219

320
### 🚀 Features

packages/async-local-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/nestjs-tools-async-local-storage",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Node Async Hooks wrapper to store request context",
55
"keywords": [
66
"node",

packages/cluster/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.15.7 (2025-01-31)
2+
3+
### 🩹 Fixes
4+
5+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
6+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
7+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
8+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
9+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
10+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
11+
- **eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([45dc0a0](https://github.com/getlarge/nestjs-tools/commit/45dc0a0))
12+
- **nestjs-tools-amqp-transport:** evaluate default options correctly ([077a2d2](https://github.com/getlarge/nestjs-tools/commit/077a2d2))
13+
14+
### 🧱 Updated Dependencies
15+
16+
- Updated typed-event-emitter to 0.2.1
17+
18+
### ❤️ Thank You
19+
20+
- getlarge
21+
122
## 0.15.6 (2024-04-16)
223

324
This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.

packages/cluster/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/nestjs-tools-cluster",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "Cluster and workers manager",
55
"keywords": [
66
"cluster",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"tslib": "^2.3.0",
20-
"@getlarge/typed-event-emitter": "0.2.0"
20+
"@getlarge/typed-event-emitter": "0.2.1"
2121
},
2222
"type": "commonjs",
2323
"main": "./src/index.js",

packages/eslint-plugin/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.1.6 (2025-01-31)
2+
3+
### 🩹 Fixes
4+
5+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
6+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
7+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
8+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
9+
- update ESLint rule tester configuration and adjust TypeScript module settings ([5d38ca1](https://github.com/getlarge/nestjs-tools/commit/5d38ca1))
10+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
11+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
12+
13+
### ❤️ Thank You
14+
15+
- getlarge
16+
117
## 0.1.5 (2024-09-19)
218

319

packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/eslint-plugin-nestjs-tools",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "ESLint rules for NestJS applications",
55
"keywords": [
66
"eslint",

packages/fastify-upload/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.1.6 (2025-01-31)
2+
3+
### 🩹 Fixes
4+
5+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
6+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
7+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
8+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
9+
- update file upload tests to reference correct ESLint config file ([c664576](https://github.com/getlarge/nestjs-tools/commit/c664576))
10+
- update file upload tests to reference new ESLint config file ([3f3389c](https://github.com/getlarge/nestjs-tools/commit/3f3389c))
11+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
12+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
13+
14+
### ❤️ Thank You
15+
16+
- getlarge
17+
118
## 0.1.5 (2024-11-06)
219

320

packages/fastify-upload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/nestjs-tools-fastify-upload",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Fastify Upload utilies for NestJS",
55
"keywords": [
66
"fastify",

packages/file-storage/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.4.2 (2025-01-31)
2+
3+
### 🩹 Fixes
4+
5+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
6+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
7+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
8+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
9+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
10+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
11+
- **eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([45dc0a0](https://github.com/getlarge/nestjs-tools/commit/45dc0a0))
12+
13+
### ❤️ Thank You
14+
15+
- getlarge
16+
117
## 1.4.1 (2024-09-13)
218

319

packages/file-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/nestjs-tools-file-storage",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "File Storage Juggler",
55
"keywords": [
66
"file",

packages/lock/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.1.1 (2025-01-31)
2+
3+
### 🩹 Fixes
4+
5+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
6+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
7+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
8+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
9+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
10+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
11+
- **eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([45dc0a0](https://github.com/getlarge/nestjs-tools/commit/45dc0a0))
12+
13+
### ❤️ Thank You
14+
15+
- getlarge
16+
117
## 1.1.0 (2024-08-07)
218

319

packages/lock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/nestjs-tools-lock",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A distributed lock manager for NestJS",
55
"keywords": [
66
"lock",

packages/typed-event-emitter/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.2.1 (2025-01-31)
2+
3+
### 🩹 Fixes
4+
5+
- update SonarCloud scan action to version v4.2.1 ([62fa32b](https://github.com/getlarge/nestjs-tools/commit/62fa32b))
6+
- update SonarCloud GitHub action to use SonarQube scan action version 4 ([69992ae](https://github.com/getlarge/nestjs-tools/commit/69992ae))
7+
- update RabbitMQ Docker image to version 4-management-alpine ([021d6e8](https://github.com/getlarge/nestjs-tools/commit/021d6e8))
8+
- update peer dependencies for NestJS to version 11 and disable legacy cache ([69c5701](https://github.com/getlarge/nestjs-tools/commit/69c5701))
9+
- update NestJS and related package versions to latest ([c041cd5](https://github.com/getlarge/nestjs-tools/commit/c041cd5))
10+
- update peer dependencies for NestJS and TypeScript packages ([3fe6045](https://github.com/getlarge/nestjs-tools/commit/3fe6045))
11+
- **eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([45dc0a0](https://github.com/getlarge/nestjs-tools/commit/45dc0a0))
12+
- **nestjs-tools-amqp-transport:** evaluate default options correctly ([077a2d2](https://github.com/getlarge/nestjs-tools/commit/077a2d2))
13+
14+
### ❤️ Thank You
15+
16+
- getlarge
17+
118
## 0.2.0 (2024-04-16)
219

320
### 🚀 Features

packages/typed-event-emitter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlarge/typed-event-emitter",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Event emitter with generic event types",
55
"keywords": [
66
"eventemitter",

0 commit comments

Comments
 (0)