@funduck/connectrpc-fastify-nestjs 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # Connectrpc Fastify Wrapper For Nestjs
2
2
  <img src="./coverage/badge.svg" alt="Coverage Badge" />
3
3
 
4
- [github](https://github.com/funduck/connectrpc-fastify-nestjs)
5
-
6
- !BETA
7
-
8
- Code is not production ready.
4
+ Repo on [github](https://github.com/funduck/connectrpc-fastify-nestjs)
5
+ Package on [npm](https://www.npmjs.com/package/@funduck/connectrpc-fastify-nestjs)
6
+ Related [base repo without Nestjs](https://github.com/funduck/connectrpc-fastify)
9
7
 
10
8
  ## Description
11
9
 
@@ -165,5 +163,8 @@ export async function bootstrap() {
165
163
  }
166
164
  ```
167
165
 
166
+ ### More examples
167
+ See `test/demo` and `examples` directories for more examples.
168
+
168
169
  ## Feedback
169
170
  Please use [Discussions](https://github.com/funduck/connectrpc-fastify-nestjs/discussions) or email me.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funduck/connectrpc-fastify-nestjs",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "author": "Oleg Milekhin <qlfunduck@gmail.com>",
5
5
  "description": "Wrapper for official @connectrpc/connect and fastify integrated into Nestjs. Simplifies configuration, type safe binding to controller, simplifies use of middlewares.",
6
6
  "main": "dist/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "license": "MIT",
18
18
  "peerDependencies": {
19
- "@funduck/connectrpc-fastify": "^1.0.20",
19
+ "@funduck/connectrpc-fastify": "^1.0.21",
20
20
  "@nestjs/common": "^11.1.12",
21
21
  "@nestjs/core": "^11.1.12",
22
22
  "@nestjs/platform-fastify": "^11.1.12",
@@ -28,7 +28,7 @@
28
28
  "@bufbuild/protoc-gen-es": "^2.10.2",
29
29
  "@connectrpc/connect": "^2.1.1",
30
30
  "@connectrpc/connect-node": "^2.1.1",
31
- "@funduck/connectrpc-fastify": "^1.0.20",
31
+ "@funduck/connectrpc-fastify": "^1.0.21",
32
32
  "@nestjs/common": "^11.1.12",
33
33
  "@nestjs/core": "^11.1.12",
34
34
  "@nestjs/platform-fastify": "^11.1.12",