@smartsoft001/trans-shell-nestjs 1.1.53 → 1.1.55

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 +51 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/trans-shell-nestjs",
3
- "version": "1.1.53",
3
+ "version": "1.1.55",
4
4
  "description": "This library was generated with [Nx](https://nx.dev).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,55 +12,64 @@
12
12
  "url": "https://github.com/emiljuchnikowski/smartsoft/issues"
13
13
  },
14
14
  "homepage": "https://github.com/emiljuchnikowski/smartsoft#readme",
15
- "main": "./src/index.js",
16
- "types": "./src/index.d.ts",
17
- "dependencies": {},
18
- "peerDependencies": {
15
+ "dependencies": {
16
+ "@angular/animations": "15.1.1",
17
+ "@angular/common": "15.1.1",
18
+ "@angular/compiler": "15.1.1",
19
+ "@angular/core": "15.1.1",
20
+ "@angular/platform-browser": "15.1.1",
21
+ "@angular/platform-browser-dynamic": "15.1.1",
22
+ "@nestjs/axios": "0.1.0",
19
23
  "@nestjs/common": "9.0.9",
20
- "@smartsoft001/trans-shell-app-services": "1.1.53",
21
24
  "@nestjs/core": "9.0.9",
22
- "@nestjs/axios": "0.1.0",
23
- "@smartsoft001/trans-domain": "1.1.53",
24
- "typeorm": "0.2.29",
25
- "@smartsoft001/domain-core": "1.1.53",
26
- "@smartsoft001/models": "1.1.53",
27
- "reflect-metadata": "0.1.13",
28
- "@smartsoft001/utils": "1.1.53",
29
- "@angular/common": "15.1.0",
30
- "@angular/core": "15.1.0",
31
- "lodash": "4.17.21",
32
- "guid-typescript": "1.0.9",
33
- "util": "0.11.1",
34
- "flatted": "3.2.7",
35
- "md5": "2.3.0",
36
- "rxjs": "7.5.6",
37
- "@smartsoft001/users": "1.1.53",
38
- "@angular/platform-browser-dynamic": "15.1.0",
39
- "@smartsoft001/payu": "1.1.53",
40
- "@smartsoft001/paypal": "1.1.53",
41
- "paypal-rest-sdk": "1.8.1",
42
- "@smartsoft001/revolut": "1.1.53",
43
- "@smartsoft001/paynow": "1.1.53",
44
- "crypto-js": "4.1.1",
45
- "@nestjs/passport": "7.1.6",
46
25
  "@nestjs/jwt": "7.2.0",
47
- "@smartsoft001/crud-shell-nestjs": "1.1.53",
26
+ "@nestjs/passport": "7.1.6",
27
+ "@nestjs/platform-express": "9.0.9",
28
+ "@nestjs/websockets": "7.6.18",
29
+ "busboy": "0.3.1",
30
+ "class-transformer": "0.3.1",
31
+ "class-validator": "0.13.0",
32
+ "combined-stream": "1.0.8",
33
+ "crypto-js": "4.1.1",
48
34
  "express": "4.18.1",
35
+ "flatted": "3.2.7",
36
+ "guid-typescript": "1.0.9",
49
37
  "json2csv": "5.0.7",
50
- "xlsx": "0.17.5",
51
- "busboy": "0.3.1",
52
- "@smartsoft001/crud-shell-app-services": "1.1.53",
38
+ "lodash": "4.17.21",
53
39
  "lodash-decorators": "6.0.1",
54
- "combined-stream": "1.0.8",
55
- "@smartsoft001/crud-domain": "1.1.53",
56
- "@smartsoft001/crud-shell-dtos": "1.1.53",
57
- "@smartsoft001/nestjs": "1.1.53",
40
+ "md5": "2.3.0",
41
+ "mongodb": "3.7.3",
42
+ "passport": "0.4.1",
58
43
  "passport-jwt": "4.0.0",
44
+ "paypal-rest-sdk": "1.8.1",
59
45
  "querystring": "0.2.0",
60
- "@nestjs/websockets": "7.6.18",
46
+ "reflect-metadata": "0.1.13",
47
+ "rxjs": "7.5.6",
61
48
  "socket.io": "2.4.1",
62
- "@smartsoft001/mongo": "1.1.53",
63
- "mongodb": "3.7.3",
49
+ "typeorm": "0.2.29",
50
+ "util": "0.11.1",
51
+ "xlsx": "0.17.5",
52
+ "zone.js": "0.11.5"
53
+ },
54
+ "peerDependencies": {
55
+ "@smartsoft001/trans-shell-app-services": "1.1.55",
56
+ "@smartsoft001/trans-domain": "1.1.55",
57
+ "@smartsoft001/domain-core": "1.1.55",
58
+ "@smartsoft001/models": "1.1.55",
59
+ "@smartsoft001/utils": "1.1.55",
60
+ "@smartsoft001/users": "1.1.55",
61
+ "@smartsoft001/payu": "1.1.55",
62
+ "@smartsoft001/paypal": "1.1.55",
63
+ "@smartsoft001/revolut": "1.1.55",
64
+ "@smartsoft001/paynow": "1.1.55",
65
+ "@smartsoft001/crud-shell-nestjs": "1.1.55",
66
+ "@smartsoft001/crud-shell-app-services": "1.1.55",
67
+ "@smartsoft001/crud-domain": "1.1.55",
68
+ "@smartsoft001/crud-shell-dtos": "1.1.55",
69
+ "@smartsoft001/nestjs": "1.1.55",
70
+ "@smartsoft001/mongo": "1.1.55",
64
71
  "tslib": "2.4.1"
65
- }
72
+ },
73
+ "main": "./src/index.js",
74
+ "types": "./src/index.d.ts"
66
75
  }