@ubs-platform/nest-microservice-setup-util 1.0.4 → 1.0.6

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubs-platform/nest-microservice-setup-util",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "author": "Unlimited Bundle Systems",
@@ -10,13 +10,15 @@
10
10
  "url": "https://github.com/ubs-platform/nest-microservice-setup-util"
11
11
  },
12
12
  "scripts": {
13
- "build": "tsc"
13
+ "build": "tsc",
14
+ "build-publish": "npm run build && npm publish"
14
15
  },
15
16
  "peerDependencies": {
16
17
  "@nestjs/microservices": "^10.3.3"
17
18
  },
18
19
  "dependencies": {
19
- "tslib": "^2.3.0"
20
+ "tslib": "^2.3.0",
21
+ "crypto-promise": "^2.1.0"
20
22
  },
21
23
  "devDependencies": {
22
24
  "typescript": "~5.3.2",