@sellout/service 0.0.145 → 0.0.146

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.
@@ -87,7 +87,7 @@ declare class NatsConnectionManager implements IConnectionManager {
87
87
  * @callback cb - Reply callback
88
88
  * @param { number} [timeout] - Register a default timeout for requests
89
89
  */
90
- send: (serviceId: string, method: string, req: Buffer, cb: (error: any, reply: any) => void, timeout?: number | undefined) => void;
90
+ send: (serviceId: string, method: string, req: Buffer, cb: (error: any, reply: any) => void, timeout?: number) => void;
91
91
  /**
92
92
  * Publish a broadcast message
93
93
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/service",
3
- "version": "0.0.145",
3
+ "version": "0.0.146",
4
4
  "description": "Sellout.io base service",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,8 +15,8 @@
15
15
  "author": "samheutmaker@gmail.com",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@sellout/models": "^0.0.145",
19
- "@sellout/utils": "^0.0.145",
18
+ "@sellout/models": "^0.0.146",
19
+ "@sellout/utils": "^0.0.146",
20
20
  "@sentry/node": "^5.30.0",
21
21
  "analytics-node": "^3.5.0",
22
22
  "express": "^4.17.1",
@@ -31,5 +31,5 @@
31
31
  "nodemon": "^2.0.13",
32
32
  "typescript": "^4.4.2"
33
33
  },
34
- "gitHead": "0eff62c37ade1699d216171d6c251e9a24ecc750"
34
+ "gitHead": "a6d5facb53f1ce3327713623c96c702921b083e7"
35
35
  }