@smartsoft001/core 2.142.0 → 2.144.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.
Files changed (1) hide show
  1. package/package.json +14 -11
package/package.json CHANGED
@@ -1,18 +1,21 @@
1
1
  {
2
2
  "name": "@smartsoft001/core",
3
- "version": "2.142.0",
3
+ "version": "2.144.0",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
4
7
  "description": "Every framework-agnostic @smartsoft001 package in one install: the model decorators, the domain contracts, the helpers and the shared DTOs.",
5
8
  "license": "MIT",
6
9
  "dependencies": {
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"
10
+ "@smartsoft001/models": "2.144.0",
11
+ "@smartsoft001/domain-core": "2.144.0",
12
+ "@smartsoft001/utils": "2.144.0",
13
+ "@smartsoft001/users": "2.144.0",
14
+ "@smartsoft001/auth-domain": "2.144.0",
15
+ "@smartsoft001/crud-domain": "2.144.0",
16
+ "@smartsoft001/crud-shell-dtos": "2.144.0",
17
+ "@smartsoft001/auth-shell-dtos": "2.144.0",
18
+ "@smartsoft001/crud-shell-app-services": "2.144.0",
19
+ "@smartsoft001/auth-shell-app-services": "2.144.0"
17
20
  }
18
21
  }