@sellout/service 0.0.299 → 0.0.300

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.
@@ -1,5 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  /// <reference types="node" />
3
+ /// <reference types="node" />
3
4
  import { IConnectionManager, ILogManager, ISubscriptionRoutes } from './interfaces';
4
5
  /**
5
6
  * Exposes connection operations for NATS.
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  /**
3
4
  * Provides a wrapper around Protobuf messages. Incoming buffers are decoded, the
4
5
  * handler method is called using staticly-compiled Protobuf definitions, and returned
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  export interface ISubscriptionRoutes {
3
4
  [routeName: string]: IMessageHandler;
4
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/service",
3
- "version": "0.0.299",
3
+ "version": "0.0.300",
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.299",
19
- "@sellout/utils": "^0.0.299",
18
+ "@sellout/models": "^0.0.300",
19
+ "@sellout/utils": "^0.0.300",
20
20
  "@sentry/node": "^5.30.0",
21
21
  "analytics-node": "^3.5.0",
22
22
  "express": "^4.18.2",
@@ -31,5 +31,5 @@
31
31
  "nodemon": "^2.0.22",
32
32
  "typescript": "^4.4.2"
33
33
  },
34
- "gitHead": "1ea6181e5876e060cfe2d8a275ab5d9fa07e8042"
34
+ "gitHead": "e73972ee50919505b500b14042f936350aa93e2b"
35
35
  }