@ubs-platform/nest-microservice-setup-util 1.1.0 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -31
package/package.json
CHANGED
@@ -1,31 +1 @@
|
|
1
|
-
{
|
2
|
-
"name": "@ubs-platform/nest-microservice-setup-util",
|
3
|
-
"version": "1.1.0",
|
4
|
-
"private": false,
|
5
|
-
"main": "dist/index.js",
|
6
|
-
"author": "Unlimited Bundle Systems",
|
7
|
-
"homepage": "https://github.com/ubs-platform/nest-microservice-setup-util",
|
8
|
-
"repository": {
|
9
|
-
"type": "git",
|
10
|
-
"url": "https://github.com/ubs-platform/nest-microservice-setup-util"
|
11
|
-
},
|
12
|
-
"license": "MIT",
|
13
|
-
"scripts": {
|
14
|
-
"build": "tsc",
|
15
|
-
"build-publish": "npm run build && npm publish"
|
16
|
-
},
|
17
|
-
"peerDependencies": {
|
18
|
-
"@nestjs/microservices": "^10.3.3"
|
19
|
-
},
|
20
|
-
"dependencies": {
|
21
|
-
"tslib": "^2.3.0",
|
22
|
-
"crypto-promise": "^2.1.0"
|
23
|
-
},
|
24
|
-
"devDependencies": {
|
25
|
-
"typescript": "~5.3.2",
|
26
|
-
"@types/node": "~18.16.9"
|
27
|
-
},
|
28
|
-
"publishConfig": {
|
29
|
-
"access": "public"
|
30
|
-
}
|
31
|
-
}
|
1
|
+
{ "name": "@ubs-platform/nest-microservice-setup-util", "version": "1.1.2", "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" } }
|