Skip to content

Commit 2deb558

Browse files
committed
Added description
1 parent 441de2e commit 2deb558

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "nestjs-pubsub-lib",
3-
"version": "0.0.1",
3+
"description": "A robust, type-safe, and production-ready Google Pub/Sub module for NestJS.",
4+
"version": "0.0.2",
45
"license": "MIT",
56
"peerDependencies": {
67
"@google-cloud/pubsub": "^4.9.0",

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<p align="center">
1010
<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>
1111
<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/ci.yml"><img src="https://github.com/stubbies/nestjs-pubsub-lib/actions/workflows/ci.yml/badge.svg" alt="Build Status"/></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>
1315
</p>
1416

1517
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)