@cinerino/sdk 3.27.0-alpha.4 → 3.28.0-alpha.2
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/CHANGELOG.md +10 -1
- package/example/playground/public/lib/bundle.js +20902 -19564
- package/example/src/chevre/searchCreditCards.ts +33 -0
- package/example/src/chevre/transaction/processPayCreditCard.ts +1 -0
- package/example/src/chevre/transaction/processPayMGTicket.ts +1 -0
- package/example/src/chevre/transaction/processPayMovieTicket.ts +1 -0
- package/example/src/chevre/transaction/processPublishPaymentUrl.ts +1 -0
- package/example/src/searchEventOffers.ts +1 -2
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCard.ts +1 -2
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMembership.ts +1 -2
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMyMembership.ts +1 -2
- package/example/src/transaction/processPlaceOrderByCash.ts +1 -2
- package/example/src/transaction/processPlaceOrderByMovieTicket.ts +1 -2
- package/example/src/transaction/processPlaceOrderByPaymentCard.ts +1 -2
- package/lib/bundle.js +324 -146
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,10 +8,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
11
|
-
- Chevre
|
|
11
|
+
- Chevreに会員所有権サービスを追加
|
|
12
12
|
|
|
13
13
|
### Changed
|
|
14
14
|
|
|
15
|
+
- プロジェクトのcustomerUserPool設定使用サービスに対して明示的なiss指定を追加
|
|
16
|
+
|
|
15
17
|
### Deprecated
|
|
16
18
|
|
|
17
19
|
### Removed
|
|
@@ -20,6 +22,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
20
22
|
|
|
21
23
|
### Security
|
|
22
24
|
|
|
25
|
+
## v3.27.0 - 2021-11-17
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
|
|
29
|
+
- ChevreにPersonサービスを追加
|
|
30
|
+
- update @chevre/factory
|
|
31
|
+
|
|
23
32
|
## v3.26.0 - 2021-11-02
|
|
24
33
|
|
|
25
34
|
### Changed
|