@expo/cli 55.0.1 → 55.0.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
@@ -123,7 +123,7 @@ const args = (0, _arg().default)({
123
123
  });
124
124
  if (args['--version']) {
125
125
  // Version is added in the build script.
126
- console.log("55.0.1");
126
+ console.log("55.0.2");
127
127
  process.exit(0);
128
128
  }
129
129
  if (args['--non-interactive']) {
@@ -33,7 +33,7 @@ class FetchClient {
33
33
  this.headers = {
34
34
  accept: 'application/json',
35
35
  'content-type': 'application/json',
36
- 'user-agent': `expo-cli/${"55.0.1"}`,
36
+ 'user-agent': `expo-cli/${"55.0.2"}`,
37
37
  authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
38
38
  };
39
39
  }
@@ -83,7 +83,7 @@ function createContext() {
83
83
  cpu: summarizeCpuInfo(),
84
84
  app: {
85
85
  name: 'expo/cli',
86
- version: "55.0.1"
86
+ version: "55.0.2"
87
87
  },
88
88
  ci: _ciinfo().isCI ? {
89
89
  name: _ciinfo().name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "55.0.1",
3
+ "version": "55.0.2",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -43,21 +43,21 @@
43
43
  "dependencies": {
44
44
  "@0no-co/graphql.web": "^1.0.8",
45
45
  "@expo/code-signing-certificates": "^0.0.6",
46
- "@expo/config": "~55.0.1",
47
- "@expo/config-plugins": "~55.0.1",
46
+ "@expo/config": "~55.0.2",
47
+ "@expo/config-plugins": "~55.0.2",
48
48
  "@expo/devcert": "^1.2.1",
49
- "@expo/env": "~2.0.9",
50
- "@expo/image-utils": "^0.8.9",
51
- "@expo/json-file": "^10.0.9",
49
+ "@expo/env": "~2.0.10",
50
+ "@expo/image-utils": "^0.8.10",
51
+ "@expo/json-file": "^10.0.10",
52
52
  "@expo/metro": "~54.2.0",
53
- "@expo/metro-config": "~55.0.1",
54
- "@expo/osascript": "^2.4.0",
55
- "@expo/package-manager": "^1.10.0",
56
- "@expo/plist": "^0.5.0",
57
- "@expo/prebuild-config": "^55.0.1",
58
- "@expo/router-server": "^55.0.1",
59
- "@expo/log-box": "55.0.0",
60
- "@expo/schema-utils": "^55.0.0",
53
+ "@expo/metro-config": "~55.0.2",
54
+ "@expo/osascript": "^2.4.1",
55
+ "@expo/package-manager": "^1.10.1",
56
+ "@expo/plist": "^0.5.1",
57
+ "@expo/prebuild-config": "^55.0.2",
58
+ "@expo/router-server": "^55.0.2",
59
+ "@expo/log-box": "55.0.1",
60
+ "@expo/schema-utils": "^55.0.1",
61
61
  "@expo/spawn-async": "^1.7.2",
62
62
  "@expo/ws-tunnel": "^1.0.1",
63
63
  "@expo/xcpretty": "^4.3.0",
@@ -159,7 +159,7 @@
159
159
  "@types/ws": "^8.5.4",
160
160
  "devtools-protocol": "^0.0.1113120",
161
161
  "expo-atlas": "^0.4.1",
162
- "expo-module-scripts": "^55.0.1",
162
+ "expo-module-scripts": "^55.0.2",
163
163
  "find-process": "^1.4.7",
164
164
  "jest-runner-tsd": "^6.0.0",
165
165
  "klaw-sync": "^6.0.0",
@@ -172,5 +172,5 @@
172
172
  "tree-kill": "^1.2.2",
173
173
  "tsd": "^0.28.1"
174
174
  },
175
- "gitHead": "9e6e4e518083f0516edf32a14a39f8afbbd049e4"
175
+ "gitHead": "326a6b473b3d2a90f3f96e9eea8f995bb2677f30"
176
176
  }