@expo/apple-utils 2.1.18 → 2.1.20

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@expo/apple-utils",
3
- "version": "2.1.18",
3
+ "version": "2.1.20",
4
4
  "main": "build",
5
5
  "license": "MIT",
6
6
  "scripts": {
7
- "prepare": "yarn run clean && yarn workspace @expo/app-store run prepare && yarn run typegen && yarn run build:prod && yarn run append-types",
7
+ "prepare": "bun run clean && bun run --filter '@expo/app-store' prepare && bun run typegen && bun run build:prod && bun run append-types",
8
8
  "lint": "eslint . --ext .ts",
9
- "watch": "yarn run build -w",
9
+ "watch": "bun run build -w",
10
10
  "test": "jest",
11
11
  "build": "ncc build ./src/index.ts -o build/",
12
12
  "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register",