@mj-biz-apps/orders-server 5.2.0 → 5.2.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mj-biz-apps/orders-server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.2.
|
|
4
|
+
"version": "5.2.1",
|
|
5
5
|
"description": "BizApps Orders server bootstrap - GraphQL resolvers and class registrations for the unified order-management Open App",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"typescript": "^5.9.3"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@mj-biz-apps/orders-actions": "5.2.
|
|
41
|
-
"@mj-biz-apps/orders-core-entities-server": "5.2.
|
|
42
|
-
"@mj-biz-apps/orders-entities": "5.2.
|
|
40
|
+
"@mj-biz-apps/orders-actions": "5.2.1",
|
|
41
|
+
"@mj-biz-apps/orders-core-entities-server": "5.2.1",
|
|
42
|
+
"@mj-biz-apps/orders-entities": "5.2.1",
|
|
43
43
|
"body-parser": "^2.2.0",
|
|
44
44
|
"class-validator": "^0.14.3"
|
|
45
45
|
},
|