@expo/cli 0.26.4 → 0.26.5

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("0.26.4");
126
+ console.log("0.26.5");
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/${"0.26.4"}`,
36
+ 'user-agent': `expo-cli/${"0.26.5"}`,
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: "0.26.4"
86
+ version: "0.26.5"
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": "0.26.4",
3
+ "version": "0.26.5",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -59,7 +59,7 @@
59
59
  "@expo/spawn-async": "^1.7.2",
60
60
  "@expo/ws-tunnel": "^1.0.1",
61
61
  "@expo/xcpretty": "^4.3.0",
62
- "@react-native/dev-middleware": "0.80.1",
62
+ "@react-native/dev-middleware": "0.81.1",
63
63
  "@urql/core": "^5.0.6",
64
64
  "@urql/exchange-retry": "^1.3.0",
65
65
  "accepts": "^1.3.8",
@@ -154,7 +154,7 @@
154
154
  "@types/ws": "^8.5.4",
155
155
  "devtools-protocol": "^0.0.1113120",
156
156
  "expo-atlas": "^0.4.1",
157
- "expo-module-scripts": "^5.0.4",
157
+ "expo-module-scripts": "^5.0.5",
158
158
  "find-process": "^1.4.7",
159
159
  "jest-runner-tsd": "^6.0.0",
160
160
  "klaw-sync": "^6.0.0",
@@ -167,5 +167,5 @@
167
167
  "tree-kill": "^1.2.2",
168
168
  "tsd": "^0.28.1"
169
169
  },
170
- "gitHead": "48faa7b9a9f93a7660cb80aa118c7f6bf0aeff38"
170
+ "gitHead": "5e15f3a5d68bc213ad36d59113d725fdea4f3411"
171
171
  }