@expo/cli 0.9.0 → 0.9.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.
package/build/bin/cli CHANGED
@@ -132,7 +132,7 @@ const args = (0, _arg).default({
132
132
  });
133
133
  if (args["--version"]) {
134
134
  // Version is added in the build script.
135
- console.log("0.9.0");
135
+ console.log("0.9.1");
136
136
  process.exit(0);
137
137
  }
138
138
  if (args["--non-interactive"]) {
@@ -262,7 +262,7 @@ commands[command]().then((exec)=>{
262
262
  logEventAsync("action", {
263
263
  action: `expo ${command}`,
264
264
  source: "expo/cli",
265
- source_version: "0.9.0"
265
+ source_version: "0.9.1"
266
266
  });
267
267
  });
268
268
 
@@ -137,7 +137,7 @@ async function createHostInfoAsync() {
137
137
  host: await _userSettings.default.getAnonymousIdentifierAsync(),
138
138
  server: "expo",
139
139
  // Defined in the build step
140
- serverVersion: "0.9.0",
140
+ serverVersion: "0.9.1",
141
141
  serverDriver: _manifestMiddleware.DEVELOPER_TOOL,
142
142
  serverOS: _os.default.platform(),
143
143
  serverOSVersion: _os.default.release()
@@ -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.9.0",
97
+ source_version: "0.9.1",
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.9.0"
138
+ version: "0.9.1"
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.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -148,5 +148,5 @@
148
148
  "taskr": "1.1.0",
149
149
  "tree-kill": "^1.2.2"
150
150
  },
151
- "gitHead": "66d0501185956602c144a03a891bdb34d3c03910"
151
+ "gitHead": "3ccd2edee9cbfed217557675cb50f0ba5e55a9e4"
152
152
  }