@chevre/factory 5.2.0-alpha.13 → 5.2.0-alpha.14

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.
@@ -98,10 +98,10 @@ export interface IOfferAsObject {
98
98
  };
99
99
  };
100
100
  /**
101
- * 拡張イベントオファーコード
102
- * 拡張イベントオファー試用の場合、必須
101
+ * 拡張イベントオファーID
102
+ * 拡張イベントオファー使用の場合、必須
103
103
  */
104
- identifier?: string;
104
+ id?: string;
105
105
  /**
106
106
  * support オファートークン
107
107
  * 2025-10-21~
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "5.2.0-alpha.13",
3
+ "version": "5.2.0-alpha.14",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",