@expo/config-types 56.0.0 → 56.0.1

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 (1) hide show
  1. package/package.json +14 -15
package/package.json CHANGED
@@ -1,19 +1,9 @@
1
1
  {
2
2
  "name": "@expo/config-types",
3
- "version": "56.0.0",
3
+ "version": "56.0.1",
4
4
  "description": "Types for the Expo config object app.config.ts",
5
5
  "types": "build/ExpoConfig.d.ts",
6
6
  "main": "build/ExpoConfig.js",
7
- "scripts": {
8
- "build": "expo-module tsc",
9
- "clean": "expo-module clean",
10
- "generate": "node ./scripts/generate.js",
11
- "lint": "expo-module lint",
12
- "prepublishOnly": "pnpm run clean && pnpm run build",
13
- "test": "expo-module test",
14
- "typecheck": "expo-module typecheck",
15
- "watch": "expo-module tsc --watch --preserveWatchOutput"
16
- },
17
7
  "repository": {
18
8
  "type": "git",
19
9
  "url": "https://github.com/expo/expo.git",
@@ -38,12 +28,21 @@
38
28
  "devDependencies": {
39
29
  "chalk": "^4.1.2",
40
30
  "commander": "^12.1.0",
41
- "expo-module-scripts": "56.0.0",
42
31
  "json-schema-to-typescript": "^15.0.0",
43
- "semver": "^7.7.4"
32
+ "semver": "^7.7.4",
33
+ "expo-module-scripts": "56.0.1"
44
34
  },
45
35
  "publishConfig": {
46
36
  "access": "public"
47
37
  },
48
- "gitHead": "6dcd9ce9d615d25df78597f60520492e35e02efb"
49
- }
38
+ "gitHead": "71ec800b2fa6133d22d69b70945132e22f1b7ae8",
39
+ "scripts": {
40
+ "build": "expo-module tsc",
41
+ "clean": "expo-module clean",
42
+ "generate": "node ./scripts/generate.js",
43
+ "lint": "expo-module lint",
44
+ "test": "expo-module test",
45
+ "typecheck": "expo-module typecheck",
46
+ "watch": "expo-module tsc --watch --preserveWatchOutput"
47
+ }
48
+ }