Skip to content

Commit efe6686

Browse files
committed
Bump
1 parent 2deb558 commit efe6686

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nestjs-pubsub-lib",
33
"description": "A robust, type-safe, and production-ready Google Pub/Sub module for NestJS.",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"license": "MIT",
66
"peerDependencies": {
77
"@google-cloud/pubsub": "^4.9.0",
@@ -33,5 +33,22 @@
3333
"rimraf": "^6.0.1",
3434
"ts-jest": "^29.4.5",
3535
"typescript": "^5.6.0"
36-
}
36+
},
37+
"keywords": [
38+
"nestjs",
39+
"nest",
40+
"gcp",
41+
"google-cloud",
42+
"pubsub",
43+
"messaging",
44+
"message-queue",
45+
"publish-subscribe",
46+
"event-driven",
47+
"events",
48+
"module",
49+
"publisher",
50+
"subscriber",
51+
"listener",
52+
"emulator"
53+
]
3754
}

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
</div>
88

99
<p align="center">
10-
<a href="https://www.npmjs.com/package/nestjs-pubsub-lib"><img src="https://img.shields.io/npm/v/nestjs-pubsub-lib.svg" alt="NPM Version"/></a>
11-
<a href="https://www.npmjs.com/package/nestjs-pubsub-lib"><img src="https://img.shields.io/npm/l/nestjs-pubsub-lib.svg" alt="Package License"/></a>
12-
<a href="https://github.com/stubbies/nestjs-pubsub-lib/actions/workflows/publish.yml">
13-
<img src="https://github.com/stubbies/nestjs-pubsub-lib/actions/workflows/publish.yml/badge.svg?branch=main" alt="Build Status"/>
14-
</a>
10+
<a href="https://www.npmjs.com/package/nestjs-pubsub-lib"><img src="https://img.shields.io/npm/v/nestjs-pubsub-lib" alt="NPM Version"/></a>
11+
<a href="https://www.npmjs.com/package/nestjs-pubsub-lib"><img src="https://img.shields.io/npm/l/nestjs-pubsub-lib
12+
" alt="Package License"/></a>
1513
</p>
1614

1715
A fully-featured NestJS module for Google Cloud Pub/Sub that provides a simple, declarative, and type-safe way to publish and subscribe to events. Designed with best practices in mind, it handles boilerplate, configuration, and error handling so you can focus on your business logic.

0 commit comments

Comments
 (0)