@chevre/factory 5.1.0-alpha.6 → 5.1.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.
@@ -25,10 +25,7 @@ interface ISingleEventOffer extends Pick<IOffer, 'typeOf' | 'availabilityEnds' |
25
25
  * いつまで承認可能か
26
26
  */
27
27
  validThrough: Date;
28
- /**
29
- * arrayは廃止済だが、sdkに互換性を維持するためにarray型を残す(2024-11-26~)
30
- */
31
- availableAtOrFrom?: IOfferAvailableAtOrFrom | IOfferAvailableAtOrFrom[];
28
+ availableAtOrFrom: IOfferAvailableAtOrFrom;
32
29
  validForMemberTier?: never;
33
30
  /**
34
31
  * A pointer to the organization or person making the offer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "5.1.0-alpha.6",
3
+ "version": "5.1.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",