@chevre/domain 25.2.0-alpha.34 → 25.2.0-alpha.36
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/lib/chevre/repo/aggregateOffer.d.ts +2 -3
- package/lib/chevre/repo/creativeWork.d.ts +2 -3
- package/lib/chevre/repo/customerType.d.ts +2 -3
- package/lib/chevre/repo/event.d.ts +10 -11
- package/lib/chevre/repo/eventOffer.d.ts +4 -5
- package/lib/chevre/repo/eventSellerMakesOffer.d.ts +2 -3
- package/lib/chevre/repo/eventSeries.d.ts +4 -5
- package/lib/chevre/repo/note.d.ts +3 -4
- package/lib/chevre/repo/noteAboutOrder.d.ts +2 -3
- package/lib/chevre/repo/offerCatalog.d.ts +2 -3
- package/lib/chevre/repo/offerCatalogItem.d.ts +2 -3
- package/lib/chevre/repo/orderInTransaction.d.ts +16 -1
- package/lib/chevre/repo/orderInTransaction.js +6 -3
- package/lib/chevre/repo/place/entranceGate.d.ts +4 -5
- package/lib/chevre/repo/place/movieTheater.d.ts +3 -4
- package/lib/chevre/repo/place/screeningRoom.d.ts +4 -5
- package/lib/chevre/repo/place/seat.d.ts +4 -5
- package/lib/chevre/repo/place/section.d.ts +3 -4
- package/lib/chevre/repo/product.d.ts +3 -4
- package/lib/chevre/repo/rateLimit/offer.js +0 -12
- package/lib/chevre/repo/reservation.d.ts +2 -3
- package/lib/chevre/repo/sellerMakesOffer.d.ts +3 -4
- package/lib/chevre/repo/stockHolder.d.ts +1 -1
- package/lib/chevre/repo/stockHolder.js +0 -146
- package/lib/chevre/repo/transactionNumberCounter.js +0 -34
- package/lib/chevre/repo/transactionProcess.js +0 -13
- package/lib/chevre/service/order/placeOrder/createPlacingOrderFromExistingTransaction.d.ts +2 -1
- package/lib/chevre/service/order/placeOrder/createPlacingOrderFromExistingTransaction.js +13 -58
- package/lib/chevre/service/order/placeOrder/factory.js +3 -21
- package/lib/chevre/service/order/placeOrder.d.ts +2 -5
- package/lib/chevre/service/order/placeOrder.js +20 -31
- package/lib/chevre/service/task/placeOrder.js +2 -0
- package/lib/chevre/service/transaction/placeOrder/confirm.js +1 -2
- package/lib/chevre/service/transaction/placeOrder/start.d.ts +1 -1
- package/package.json +6 -8
package/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-cognito-identity-provider": "3.
|
|
13
|
-
"@aws-sdk/credential-providers": "3.
|
|
12
|
+
"@aws-sdk/client-cognito-identity-provider": "3.1090.0",
|
|
13
|
+
"@aws-sdk/credential-providers": "3.1090.0",
|
|
14
14
|
"@chevre/factory": "10.0.0-alpha.0",
|
|
15
15
|
"@motionpicture/coa-service": "10.0.0",
|
|
16
16
|
"@motionpicture/gmo-service": "6.1.0-alpha.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"node-fpe": "2.0.4",
|
|
27
27
|
"pug": "3.0.3",
|
|
28
28
|
"uniqid": "5.4.0",
|
|
29
|
-
"uuid": "
|
|
29
|
+
"uuid": "11.1.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@eslint/js": "9.39.4",
|
|
@@ -39,15 +39,13 @@
|
|
|
39
39
|
"@types/node": "22.19.7",
|
|
40
40
|
"@types/pug": "2.0.10",
|
|
41
41
|
"@types/uniqid": "^4.1.3",
|
|
42
|
-
"@types/uuid": "^3.4.10",
|
|
43
42
|
"@vitest/coverage-v8": "4.0.18",
|
|
44
43
|
"@vitest/ui": "4.0.18",
|
|
45
44
|
"csvtojson": "^2.0.10",
|
|
46
45
|
"dependency-cruiser": "17.3.8",
|
|
47
46
|
"eslint": "9.39.2",
|
|
48
|
-
"mongodb": "6.20.0",
|
|
49
47
|
"mongoose": "8.23.0",
|
|
50
|
-
"redis": "4.
|
|
48
|
+
"redis": "4.7.1",
|
|
51
49
|
"rimraf": "6.1.3",
|
|
52
50
|
"size-limit": "12.0.0",
|
|
53
51
|
"typescript": "5.9.3",
|
|
@@ -56,7 +54,7 @@
|
|
|
56
54
|
},
|
|
57
55
|
"peerDependencies": {
|
|
58
56
|
"mongoose": "^8.23.0",
|
|
59
|
-
"redis": "^4.
|
|
57
|
+
"redis": "^4.7.1"
|
|
60
58
|
},
|
|
61
59
|
"engines": {
|
|
62
60
|
"node": ">=22.0.0",
|
|
@@ -90,5 +88,5 @@
|
|
|
90
88
|
"postversion": "git push origin --tags",
|
|
91
89
|
"prepublishOnly": "npm run clean && npm run build"
|
|
92
90
|
},
|
|
93
|
-
"version": "25.2.0-alpha.
|
|
91
|
+
"version": "25.2.0-alpha.36"
|
|
94
92
|
}
|