@expo/cli 54.0.12 → 54.0.13

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/build/bin/cli CHANGED
@@ -123,7 +123,7 @@ const args = (0, _arg().default)({
123
123
  });
124
124
  if (args['--version']) {
125
125
  // Version is added in the build script.
126
- console.log("54.0.12");
126
+ console.log("54.0.13");
127
127
  process.exit(0);
128
128
  }
129
129
  if (args['--non-interactive']) {
@@ -33,7 +33,7 @@ class FetchClient {
33
33
  this.headers = {
34
34
  accept: 'application/json',
35
35
  'content-type': 'application/json',
36
- 'user-agent': `expo-cli/${"54.0.12"}`,
36
+ 'user-agent': `expo-cli/${"54.0.13"}`,
37
37
  authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
38
38
  };
39
39
  }
@@ -83,7 +83,7 @@ function createContext() {
83
83
  cpu: summarizeCpuInfo(),
84
84
  app: {
85
85
  name: 'expo/cli',
86
- version: "54.0.12"
86
+ version: "54.0.13"
87
87
  },
88
88
  ci: _ciinfo().isCI ? {
89
89
  name: _ciinfo().name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "54.0.12",
3
+ "version": "54.0.13",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -55,12 +55,12 @@
55
55
  "@expo/osascript": "^2.3.7",
56
56
  "@expo/package-manager": "^1.9.8",
57
57
  "@expo/plist": "^0.4.7",
58
- "@expo/prebuild-config": "^54.0.5",
58
+ "@expo/prebuild-config": "^54.0.6",
59
59
  "@expo/schema-utils": "^0.1.7",
60
60
  "@expo/spawn-async": "^1.7.2",
61
61
  "@expo/ws-tunnel": "^1.0.1",
62
62
  "@expo/xcpretty": "^4.3.0",
63
- "@react-native/dev-middleware": "0.81.4",
63
+ "@react-native/dev-middleware": "0.81.5",
64
64
  "@urql/core": "^5.0.6",
65
65
  "@urql/exchange-retry": "^1.3.0",
66
66
  "accepts": "^1.3.8",
@@ -169,5 +169,5 @@
169
169
  "tree-kill": "^1.2.2",
170
170
  "tsd": "^0.28.1"
171
171
  },
172
- "gitHead": "ea56136a4420322f46d00e4b1549595d8f85150e"
172
+ "gitHead": "282a1aa24f576ebbcb4bdc417a27c278156e69e0"
173
173
  }