@expo/cli 0.1.4 → 0.1.7

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
@@ -100,7 +100,7 @@ const args = (0, _arg).default({
100
100
  });
101
101
  if (args["--version"]) {
102
102
  // Version is added in the build script.
103
- console.log("0.1.4");
103
+ console.log("0.1.7");
104
104
  process.exit(0);
105
105
  }
106
106
  // Check if we are running `npx expo <subcommand>` or `npx expo`
@@ -128,7 +128,7 @@ async function createHostInfoAsync() {
128
128
  host: await _userSettings.default.getAnonymousIdentifierAsync(),
129
129
  server: "expo",
130
130
  // Defined in the build step
131
- serverVersion: "0.1.4",
131
+ serverVersion: "0.1.7",
132
132
  serverDriver: _manifestMiddleware.DEVELOPER_TOOL,
133
133
  serverOS: _os.default.platform(),
134
134
  serverOSVersion: _os.default.release()
@@ -80,7 +80,7 @@ function logEvent(event, properties = {}) {
80
80
  ensureIdentified();
81
81
  const { userId , deviceId } = identifyData != null ? identifyData : {};
82
82
  const commonEventProperties = {
83
- source_version: "0.1.4",
83
+ source_version: "0.1.7",
84
84
  source: "expo"
85
85
  };
86
86
  const identity = {
@@ -121,7 +121,7 @@ function getContext() {
121
121
  },
122
122
  app: {
123
123
  name: "expo",
124
- version: "0.1.4"
124
+ version: "0.1.7"
125
125
  },
126
126
  ci: ciInfo.isCI ? {
127
127
  name: ciInfo.name,
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.7",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
7
- "expo": "build/bin/cli"
7
+ "expo-internal": "build/bin/cli"
8
8
  },
9
9
  "files": [
10
10
  "static",
@@ -40,10 +40,10 @@
40
40
  "@expo/code-signing-certificates": "^0.0.2",
41
41
  "@expo/config": "~6.0.23",
42
42
  "@expo/config-plugins": "~4.1.4",
43
- "@expo/dev-server": "~0.1.110",
43
+ "@expo/dev-server": "0.1.116",
44
44
  "@expo/devcert": "^1.0.0",
45
45
  "@expo/json-file": "^8.2.35",
46
- "@expo/metro-config": "~0.3.16",
46
+ "@expo/metro-config": "0.3.19",
47
47
  "@expo/osascript": "^2.0.31",
48
48
  "@expo/package-manager": "~0.0.52",
49
49
  "@expo/plist": "^0.0.18",
@@ -133,5 +133,5 @@
133
133
  "structured-headers": "^0.4.1",
134
134
  "taskr": "1.1.0"
135
135
  },
136
- "gitHead": "b9d655c1bed682ad8919e071dd923968773f05b5"
136
+ "gitHead": "c915773d5d344e3e6896d45bd122dbee3a70ae32"
137
137
  }