@cinerino/sdk 3.33.0-alpha.2 → 3.34.0-alpha.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.
- package/CHANGELOG.md +18 -5
- package/example/playground/public/lib/bundle.js +390 -391
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCard.ts +0 -47
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMembership.ts +0 -11
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMyMembership.ts +0 -11
- package/lib/bundle.js +328 -366
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,22 +8,35 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- Chevreにトークン発行サービスを追加
|
|
12
12
|
|
|
13
13
|
### Changed
|
|
14
14
|
|
|
15
|
-
- update @chevre/factory
|
|
16
|
-
|
|
17
15
|
### Deprecated
|
|
18
16
|
|
|
19
17
|
### Removed
|
|
20
18
|
|
|
21
|
-
- 非推奨口座開設サービスを廃止
|
|
22
|
-
|
|
23
19
|
### Fixed
|
|
24
20
|
|
|
25
21
|
### Security
|
|
26
22
|
|
|
23
|
+
## v3.33.0 - 2022-01-28
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
|
|
27
|
+
- Cinerinoにオファー検索を追加
|
|
28
|
+
- Chevreに会員所有権削除を追加
|
|
29
|
+
|
|
30
|
+
### Changed
|
|
31
|
+
|
|
32
|
+
- update @chevre/factory
|
|
33
|
+
|
|
34
|
+
### Removed
|
|
35
|
+
|
|
36
|
+
- 非推奨口座開設サービスを廃止
|
|
37
|
+
- Chevre所有権作成を廃止
|
|
38
|
+
- Chevre所有権変更を廃止
|
|
39
|
+
|
|
27
40
|
## v3.32.0 - 2022-01-13
|
|
28
41
|
|
|
29
42
|
### Changed
|