@expo/cli 0.17.9 → 0.17.10

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
@@ -137,7 +137,7 @@ const args = (0, _arg).default({
137
137
  });
138
138
  if (args["--version"]) {
139
139
  // Version is added in the build script.
140
- console.log("0.17.9");
140
+ console.log("0.17.10");
141
141
  process.exit(0);
142
142
  }
143
143
  if (args["--non-interactive"]) {
@@ -272,7 +272,7 @@ commands[command]().then((exec)=>{
272
272
  logEventAsync("action", {
273
273
  action: `expo ${command}`,
274
274
  source: "expo/cli",
275
- source_version: "0.17.9"
275
+ source_version: "0.17.10"
276
276
  });
277
277
  }
278
278
  });
@@ -94,7 +94,7 @@ async function logEventAsync(event, properties = {}) {
94
94
  }
95
95
  const { userId , deviceId } = identifyData;
96
96
  const commonEventProperties = {
97
- source_version: "0.17.9",
97
+ source_version: "0.17.10",
98
98
  source: "expo"
99
99
  };
100
100
  const identity = {
@@ -135,7 +135,7 @@ function getContext() {
135
135
  },
136
136
  app: {
137
137
  name: "expo",
138
- version: "0.17.9"
138
+ version: "0.17.10"
139
139
  },
140
140
  ci: ciInfo.isCI ? {
141
141
  name: ciInfo.name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "0.17.9",
3
+ "version": "0.17.10",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -49,7 +49,7 @@
49
49
  "@expo/osascript": "^2.0.31",
50
50
  "@expo/package-manager": "^1.1.1",
51
51
  "@expo/plist": "^0.1.0",
52
- "@expo/prebuild-config": "6.8.0",
52
+ "@expo/prebuild-config": "6.8.1",
53
53
  "@expo/rudder-sdk-node": "1.1.1",
54
54
  "@expo/spawn-async": "1.5.0",
55
55
  "@expo/xcpretty": "^4.3.0",
@@ -168,5 +168,5 @@
168
168
  "tree-kill": "^1.2.2",
169
169
  "tsd": "^0.28.1"
170
170
  },
171
- "gitHead": "f6eea8909aff715da4946ac5f2dfd87df5d1966a"
171
+ "gitHead": "8be4417d2f8566f65b85bc135e145b0234b6a8aa"
172
172
  }