@bts-soft/core 2.9.0 → 2.9.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bts-soft/core",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.3",
|
|
4
4
|
"author": "Omar Sabry",
|
|
5
5
|
"description": "All bts-soft packages - meta-package bundling common, cache, validation, upload, and notifications for NestJS.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"prepublishOnly": "npm run build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@bts-soft/notifications": "1.6.
|
|
18
|
-
"@bts-soft/
|
|
19
|
-
"@bts-soft/cache": "1.1.2",
|
|
17
|
+
"@bts-soft/notifications": "1.6.9",
|
|
18
|
+
"@bts-soft/cache": "1.1.4",
|
|
20
19
|
"@bts-soft/validation": "1.1.6",
|
|
21
|
-
"@bts-soft/upload": "1.6.4"
|
|
20
|
+
"@bts-soft/upload": "1.6.4",
|
|
21
|
+
"@bts-soft/common": "1.4.4"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@nestjs/common": ">=11.0.0",
|