@expo/apple-utils 2.1.17 → 2.1.18

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@expo/apple-utils",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "main": "build",
5
5
  "license": "MIT",
6
6
  "scripts": {
7
- "prepare": "yarn run clean && yarn run typegen && yarn run build:prod && yarn run append-types",
7
+ "prepare": "yarn run clean && yarn workspace @expo/app-store run prepare && yarn run typegen && yarn run build:prod && yarn run append-types",
8
8
  "lint": "eslint . --ext .ts",
9
9
  "watch": "yarn run build -w",
10
10
  "test": "jest",