@nestjstools/messaging-google-pubsub-extension 1.5.0 → 2.0.0
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjstools/messaging-google-pubsub-extension",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Extension to handle messages and dispatch them over Google PubSub",
|
|
5
5
|
"author": "Sebastian Iwanczyszyn",
|
|
6
6
|
"private": false,
|
|
@@ -17,21 +17,22 @@
|
|
|
17
17
|
"url": "git+https://github.com/nestjstools/messaging-google-pubsub-extension"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
|
-
"nestjs-tools",
|
|
21
20
|
"nestjs",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"nestjs
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
21
|
+
"nestjstools",
|
|
22
|
+
"nestjs google pubsub",
|
|
23
|
+
"google pubsub nestjs",
|
|
24
|
+
"nestjs pubsub",
|
|
25
|
+
"google cloud pubsub",
|
|
26
|
+
"nestjs messaging",
|
|
27
|
+
"nestjs microservices",
|
|
28
|
+
"nestjs message bus",
|
|
29
|
+
"event driven architecture",
|
|
30
|
+
"distributed messaging"
|
|
31
31
|
],
|
|
32
32
|
"files": [
|
|
33
33
|
"lib",
|
|
34
34
|
"LICENSE",
|
|
35
|
+
"README.md",
|
|
35
36
|
"package.json"
|
|
36
37
|
],
|
|
37
38
|
"scripts": {
|
|
@@ -51,12 +52,12 @@
|
|
|
51
52
|
"test:e2e": "jest --config ./test/jest-e2e.json"
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|
|
54
|
-
"@google-cloud/pubsub": "^5.
|
|
55
|
+
"@google-cloud/pubsub": "^5.3.0"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"@nestjs/common": "^10.x||^11.x",
|
|
58
59
|
"@nestjs/core": "^10.x||^11.x",
|
|
59
|
-
"@nestjstools/messaging": "^
|
|
60
|
+
"@nestjstools/messaging": "^4.x",
|
|
60
61
|
"reflect-metadata": "^0.2.0",
|
|
61
62
|
"rxjs": "^7.x"
|
|
62
63
|
},
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
"@nestjs/core": "^11.x",
|
|
69
70
|
"@nestjs/schematics": "^11.0.0",
|
|
70
71
|
"@nestjs/testing": "^11.0.1",
|
|
71
|
-
"@nestjstools/messaging": "
|
|
72
|
+
"@nestjstools/messaging": "4.0.0",
|
|
72
73
|
"@semantic-release/github": "^11.0.2",
|
|
73
74
|
"@swc/cli": "^0.6.0",
|
|
74
75
|
"@swc/core": "^1.10.7",
|