@expo/cli 0.1.1 → 0.1.2

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
@@ -95,7 +95,7 @@ const args = (0, _arg).default({
95
95
  });
96
96
  if (args["--version"]) {
97
97
  // Version is added in the build script.
98
- console.log("0.1.1");
98
+ console.log("0.1.2");
99
99
  process.exit(0);
100
100
  }
101
101
  // 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.1",
131
+ serverVersion: "0.1.2",
132
132
  serverDriver: _manifestMiddleware.DEVELOPER_TOOL,
133
133
  serverOS: _os.default.platform(),
134
134
  serverOSVersion: _os.default.release()
@@ -57,7 +57,7 @@ function logEvent(event, properties = {}) {
57
57
  ensureIdentified();
58
58
  const { userId , deviceId } = identifyData != null ? identifyData : {};
59
59
  const commonEventProperties = {
60
- source_version: "0.1.1",
60
+ source_version: "0.1.2",
61
61
  source: "expo"
62
62
  };
63
63
  const identity = {
@@ -98,7 +98,7 @@ function getContext() {
98
98
  },
99
99
  app: {
100
100
  name: "expo",
101
- version: "0.1.1"
101
+ version: "0.1.2"
102
102
  }
103
103
  };
104
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -50,7 +50,7 @@
50
50
  "@expo/osascript": "^2.0.31",
51
51
  "@expo/package-manager": "~0.0.52",
52
52
  "@expo/plist": "^0.0.18",
53
- "@expo/prebuild-config": "~3.1.4",
53
+ "@expo/prebuild-config": "~4.0.0",
54
54
  "@expo/rudder-sdk-node": "1.1.1",
55
55
  "@expo/spawn-async": "1.5.0",
56
56
  "@urql/core": "2.3.6",
@@ -132,5 +132,5 @@
132
132
  "structured-headers": "^0.4.1",
133
133
  "taskr": "1.1.0"
134
134
  },
135
- "gitHead": "c383471ee29d51821499e77979e0d35f92b46cf6"
135
+ "gitHead": "4f7771b63a73f5ffd12aaaeca58cd0d540b93885"
136
136
  }