@smartsoft001/core 1.1.21 → 2.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -3
- package/package.json +13 -83
- package/src/index.d.ts +0 -1
- package/src/index.js +0 -3
- package/src/index.js.map +0 -1
- package/test-setup.d.ts +0 -0
- package/test-setup.js +0 -1
- package/test-setup.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
# @smartsoft001/core
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The packages every project uses, whatever framework it is written in: no Angular, no NestJS, no database driver.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
```bash
|
|
6
|
+
npm install @smartsoft001/core
|
|
7
|
+
```
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
This package ships no code of its own. It pins one version of each package below, so a project
|
|
10
|
+
installs the whole set at a single version instead of resolving them one by one:
|
|
11
|
+
|
|
12
|
+
- [`@smartsoft001/models`](https://www.npmjs.com/package/@smartsoft001/models)
|
|
13
|
+
- [`@smartsoft001/domain-core`](https://www.npmjs.com/package/@smartsoft001/domain-core)
|
|
14
|
+
- [`@smartsoft001/utils`](https://www.npmjs.com/package/@smartsoft001/utils)
|
|
15
|
+
- [`@smartsoft001/users`](https://www.npmjs.com/package/@smartsoft001/users)
|
|
16
|
+
- [`@smartsoft001/auth-domain`](https://www.npmjs.com/package/@smartsoft001/auth-domain)
|
|
17
|
+
- [`@smartsoft001/crud-domain`](https://www.npmjs.com/package/@smartsoft001/crud-domain)
|
|
18
|
+
- [`@smartsoft001/crud-shell-dtos`](https://www.npmjs.com/package/@smartsoft001/crud-shell-dtos)
|
|
19
|
+
- [`@smartsoft001/auth-shell-dtos`](https://www.npmjs.com/package/@smartsoft001/auth-shell-dtos)
|
|
20
|
+
- [`@smartsoft001/crud-shell-app-services`](https://www.npmjs.com/package/@smartsoft001/crud-shell-app-services)
|
|
21
|
+
- [`@smartsoft001/auth-shell-app-services`](https://www.npmjs.com/package/@smartsoft001/auth-shell-app-services)
|
|
22
|
+
|
|
23
|
+
The full documentation is at https://emiljuchnikowski.github.io/smartsoft001/docs/installation/.
|
package/package.json
CHANGED
|
@@ -1,88 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartsoft001/core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.142.0",
|
|
4
|
+
"description": "Every framework-agnostic @smartsoft001 package in one install: the model decorators, the domain contracts, the helpers and the shared DTOs.",
|
|
5
|
+
"license": "MIT",
|
|
4
6
|
"dependencies": {
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"@smartsoft001/
|
|
11
|
-
"@
|
|
12
|
-
"@
|
|
13
|
-
"
|
|
14
|
-
"@
|
|
15
|
-
"@angular/common": "14.2.2",
|
|
16
|
-
"@angular/router": "14.2.2",
|
|
17
|
-
"chart.js": "2.9.4",
|
|
18
|
-
"ng2-charts": "2.4.2",
|
|
19
|
-
"@ionic/angular": "^6.1.9",
|
|
20
|
-
"@angular/forms": "14.2.2",
|
|
21
|
-
"@ngx-translate/core": "^13.0.0",
|
|
22
|
-
"@angular/material": "14.2.2",
|
|
23
|
-
"ngx-color-picker": "^10.1.0",
|
|
24
|
-
"@angular/cdk": "14.2.2",
|
|
25
|
-
"ngx-editor": "9.0.2",
|
|
26
|
-
"ng-lazyload-image": "^9.1.0",
|
|
27
|
-
"@angular/material-moment-adapter": "14.2.2",
|
|
28
|
-
"ng-dynamic-component": "^10.1.0",
|
|
29
|
-
"moment": "^2.27.0",
|
|
30
|
-
"@smartsoft001/domain-core": "1.1.21",
|
|
31
|
-
"@smartsoft001/models": "1.1.21",
|
|
32
|
-
"reflect-metadata": "0.1.13",
|
|
33
|
-
"@smartsoft001/utils": "1.1.21",
|
|
34
|
-
"lodash": "^4.17.20",
|
|
35
|
-
"guid-typescript": "1.0.9",
|
|
36
|
-
"flatted": "^3.2.4",
|
|
37
|
-
"md5": "2.3.0",
|
|
38
|
-
"@smartsoft001/users": "1.1.21",
|
|
39
|
-
"@angular/platform-browser-dynamic": "14.2.2",
|
|
40
|
-
"@ngrx/router-store": "14.0.2",
|
|
41
|
-
"lodash-decorators": "^6.0.1",
|
|
42
|
-
"@angular/platform-browser": "14.2.2",
|
|
43
|
-
"ng-table-virtual-scroll": "^1.3.8",
|
|
44
|
-
"jwt-decode": "3.1.1",
|
|
45
|
-
"@capacitor/core": "^2.4.2",
|
|
46
|
-
"@ionic-native/fingerprint-aio": "^5.30.0",
|
|
47
|
-
"ngx-cookie": "^5.0.2",
|
|
48
|
-
"@ionic/storage": "^2.3.1",
|
|
49
|
-
"@smartsoft001/mongo": "1.1.21",
|
|
50
|
-
"@nestjs/common": "9.0.9",
|
|
51
|
-
"mongodb": "^3.7.3",
|
|
52
|
-
"@smartsoft001/crud-shell-dtos": "1.1.21",
|
|
53
|
-
"@smartsoft001/nestjs": "1.1.21",
|
|
54
|
-
"passport-jwt": "4.0.0",
|
|
55
|
-
"@nestjs/passport": "^7.1.5",
|
|
56
|
-
"@smartsoft001/paypal": "1.1.21",
|
|
57
|
-
"paypal-rest-sdk": "^1.8.1",
|
|
58
|
-
"@nestjs/core": "9.0.9",
|
|
59
|
-
"@nestjs/axios": "^0.1.0",
|
|
60
|
-
"@smartsoft001/trans-domain": "1.1.21",
|
|
61
|
-
"typeorm": "0.2.29",
|
|
62
|
-
"@smartsoft001/payu": "1.1.21",
|
|
63
|
-
"@smartsoft001/revolut": "1.1.21",
|
|
64
|
-
"@smartsoft001/google": "1.1.21",
|
|
65
|
-
"@smartsoft001/fb": "1.1.21",
|
|
66
|
-
"@smartsoft001/auth-domain": "1.1.21",
|
|
67
|
-
"@nestjs/jwt": "^7.1.0",
|
|
68
|
-
"@nestjs/typeorm": "^7.1.5",
|
|
69
|
-
"@smartsoft001/auth-shell-angular": "1.1.21",
|
|
70
|
-
"@smartsoft001/auth-shell-dtos": "1.1.21",
|
|
71
|
-
"@smartsoft001/auth-shell-app-services": "1.1.21",
|
|
72
|
-
"@smartsoft001/auth-shell-nestjs": "1.1.21",
|
|
73
|
-
"@smartsoft001/crud-domain": "1.1.21",
|
|
74
|
-
"@smartsoft001/crud-shell-angular": "1.2.21",
|
|
75
|
-
"@smartsoft001/crud-shell-app-services": "1.1.21",
|
|
76
|
-
"combined-stream": "^1.0.8",
|
|
77
|
-
"@smartsoft001/crud-shell-nestjs": "1.1.21",
|
|
78
|
-
"json2csv": "^5.0.5",
|
|
79
|
-
"xlsx": "^0.17.0",
|
|
80
|
-
"busboy": "^0.3.1",
|
|
81
|
-
"@nestjs/websockets": "^7.6.3",
|
|
82
|
-
"@smartsoft001/trans-shell-app-services": "1.1.21",
|
|
83
|
-
"@smartsoft001/paynow": "1.1.21",
|
|
84
|
-
"crypto-js": "^4.1.1",
|
|
85
|
-
"@smartsoft001/trans-shell-nestjs": "1.1.21",
|
|
86
|
-
"tslib": "^2.2.0"
|
|
7
|
+
"@smartsoft001/models": "2.142.0",
|
|
8
|
+
"@smartsoft001/domain-core": "2.142.0",
|
|
9
|
+
"@smartsoft001/utils": "2.142.0",
|
|
10
|
+
"@smartsoft001/users": "2.142.0",
|
|
11
|
+
"@smartsoft001/auth-domain": "2.142.0",
|
|
12
|
+
"@smartsoft001/crud-domain": "2.142.0",
|
|
13
|
+
"@smartsoft001/crud-shell-dtos": "2.142.0",
|
|
14
|
+
"@smartsoft001/auth-shell-dtos": "2.142.0",
|
|
15
|
+
"@smartsoft001/crud-shell-app-services": "2.142.0",
|
|
16
|
+
"@smartsoft001/auth-shell-app-services": "2.142.0"
|
|
87
17
|
}
|
|
88
18
|
}
|
package/src/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/src/index.js
DELETED
package/src/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/shared/core/src/index.ts"],"names":[],"mappings":""}
|
package/test-setup.d.ts
DELETED
|
File without changes
|
package/test-setup.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=test-setup.js.map
|
package/test-setup.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test-setup.js","sourceRoot":"","sources":["../../../../libs/shared/core/test-setup.ts"],"names":[],"mappings":""}
|