@expo/cli 0.1.2 → 0.1.3

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.2");
98
+ console.log("0.1.3");
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.2",
131
+ serverVersion: "0.1.3",
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.2",
60
+ source_version: "0.1.3",
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.2"
101
+ version: "0.1.3"
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.2",
3
+ "version": "0.1.3",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -78,6 +78,7 @@
78
78
  "node-forge": "^1.3.1",
79
79
  "npm-package-arg": "^7.0.0",
80
80
  "ora": "3.4.0",
81
+ "pretty-bytes": "5.6.0",
81
82
  "progress": "2.0.3",
82
83
  "prompts": "^2.3.2",
83
84
  "qrcode-terminal": "0.11.0",
@@ -87,9 +88,9 @@
87
88
  "slugify": "^1.3.4",
88
89
  "structured-headers": "^0.4.1",
89
90
  "tar": "^6.0.5",
90
- "text-table": "^0.2.0",
91
91
  "tempy": "^0.7.1",
92
92
  "terminal-link": "^2.1.1",
93
+ "text-table": "^0.2.0",
93
94
  "url-join": "4.0.0",
94
95
  "uuid": "^3.4.0",
95
96
  "wrap-ansi": "^7.0.0"
@@ -120,8 +121,8 @@
120
121
  "@types/prompts": "^2.0.6",
121
122
  "@types/tar": "^6.1.1",
122
123
  "@types/text-table": "^0.2.1",
123
- "@types/uuid": "^3.4.7",
124
124
  "@types/url-join": "^4.0.0",
125
+ "@types/uuid": "^3.4.7",
125
126
  "@types/webpack": "~4.41.32",
126
127
  "@types/webpack-dev-server": "3.11.0",
127
128
  "@types/wrap-ansi": "^8.0.1",
@@ -132,5 +133,5 @@
132
133
  "structured-headers": "^0.4.1",
133
134
  "taskr": "1.1.0"
134
135
  },
135
- "gitHead": "4f7771b63a73f5ffd12aaaeca58cd0d540b93885"
136
+ "gitHead": "2c80909eaf5380d9c5f6f7034ca30a6bb8d84098"
136
137
  }