@ubs-platform/nest-microservice-setup-util 1.1.4 → 2.0.0

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 +1 -1
package/package.json CHANGED
@@ -1 +1 @@
1
- { "name": "@ubs-platform/nest-microservice-setup-util", "version": "1.1.4", "private": false, "main": "dist/index.js", "author": "Unlimited Bundle Systems", "homepage": "https://github.com/ubs-platform/nest-microservice-setup-util", "repository": { "type": "git", "url": "https://github.com/ubs-platform/nest-microservice-setup-util" }, "license": "MIT", "scripts": { "build": "tsc", "build-publish": "npm run build && npm publish" }, "peerDependencies": { "@nestjs/microservices": "^10.3.3" }, "dependencies": { "tslib": "^2.3.0", "crypto-promise": "^2.1.0" }, "devDependencies": { "typescript": "~5.3.2", "@types/node": "~18.16.9" }, "publishConfig": { "access": "public" } }
1
+ { "name": "@ubs-platform/nest-microservice-setup-util", "version": "2.0.0", "private": false, "main": "dist/index.js", "author": "Unlimited Bundle Systems", "homepage": "https://github.com/ubs-platform/nest-microservice-setup-util", "repository": { "type": "git", "url": "https://github.com/ubs-platform/nest-microservice-setup-util" }, "license": "MIT", "scripts": { "build": "tsc", "build-publish": "npm run build && npm publish" }, "peerDependencies": { "@nestjs/microservices": "^10.3.3" }, "dependencies": { "tslib": "^2.3.0", "crypto-promise": "^2.1.0" }, "devDependencies": { "typescript": "~5.3.2", "@types/node": "~18.16.9" }, "publishConfig": { "access": "public" } }