@ubs-platform/nest-microservice-setup-util 1.0.5 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubs-platform/nest-microservice-setup-util",
3
- "version": "1.0.5",
3
+ "version": "1.0.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "author": "Unlimited Bundle Systems",
@@ -9,6 +9,7 @@
9
9
  "type": "git",
10
10
  "url": "https://github.com/ubs-platform/nest-microservice-setup-util"
11
11
  },
12
+ "license": "MIT",
12
13
  "scripts": {
13
14
  "build": "tsc",
14
15
  "build-publish": "npm run build && npm publish"
@@ -17,7 +18,8 @@
17
18
  "@nestjs/microservices": "^10.3.3"
18
19
  },
19
20
  "dependencies": {
20
- "tslib": "^2.3.0"
21
+ "tslib": "^2.3.0",
22
+ "crypto-promise": "^2.1.0"
21
23
  },
22
24
  "devDependencies": {
23
25
  "typescript": "~5.3.2",