@expo/apple-utils 1.4.0 → 1.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/apple-utils",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "main": "build",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -109,7 +109,7 @@ declare module "connect/Token" {
109
109
  /**
110
110
  * Used to Sign the .p8 private key that can only be downloaded once from Apple.
111
111
  *
112
- * [Learn more](https://developer-mdn.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests).
112
+ * [Learn more](https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests).
113
113
  */
114
114
  export interface TokenProps {
115
115
  /**
@@ -874,7 +874,7 @@ declare module "itunes/Agreements" {
874
874
  */
875
875
  subject: string;
876
876
  /**
877
- * @example `<b>Review the updated Paid Applications Schedule.</b><br />In order to update your existing apps, create new in-app purchases, and submit new apps to the App Store, the user with the Legal role (Account Holder) must review and accept the Paid Applications Schedule (Schedule 2 to the Apple Developer Program License Agreement) in the <a href="/agreements/#" target="_self">Agreements, Tax, and Banking</a> module.<br /><br /> To accept this agreement, they must have already accepted the latest version of the Apple Developer Program License Agreement in their <a href="http://developer-mdn.apple.com/membercenter/index.action">account on the developer website<a/>.<br />`
877
+ * @example `<b>Review the updated Paid Applications Schedule.</b><br />In order to update your existing apps, create new in-app purchases, and submit new apps to the App Store, the user with the Legal role (Account Holder) must review and accept the Paid Applications Schedule (Schedule 2 to the Apple Developer Program License Agreement) in the <a href="/agreements/#" target="_self">Agreements, Tax, and Banking</a> module.<br /><br /> To accept this agreement, they must have already accepted the latest version of the Apple Developer Program License Agreement in their <a href="http://developer.apple.com/membercenter/index.action">account on the developer website<a/>.<br />`
878
878
  */
879
879
  message: string;
880
880
  priority: unknown | null;