@expo/cli 0.26.3 → 0.26.4

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("0.26.3");
126
+ console.log("0.26.4");
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/${"0.26.3"}`,
36
+ 'user-agent': `expo-cli/${"0.26.4"}`,
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: "0.26.3"
86
+ version: "0.26.4"
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": "0.26.3",
3
+ "version": "0.26.4",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -41,21 +41,20 @@
41
41
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
42
42
  "dependencies": {
43
43
  "@0no-co/graphql.web": "^1.0.8",
44
- "@babel/runtime": "^7.20.0",
45
44
  "@expo/code-signing-certificates": "^0.0.5",
46
- "@expo/config": "~12.0.4",
47
- "@expo/config-plugins": "~11.0.4",
45
+ "@expo/config": "~12.0.5",
46
+ "@expo/config-plugins": "~11.0.5",
48
47
  "@expo/devcert": "^1.1.2",
49
- "@expo/env": "~2.0.3",
50
- "@expo/image-utils": "^0.8.3",
51
- "@expo/json-file": "^10.0.3",
48
+ "@expo/env": "~2.0.4",
49
+ "@expo/image-utils": "^0.8.4",
50
+ "@expo/json-file": "^10.0.4",
52
51
  "@expo/metro": "~0.1.1",
53
- "@expo/metro-config": "~0.21.5",
54
- "@expo/osascript": "^2.3.3",
55
- "@expo/package-manager": "^1.9.3",
56
- "@expo/plist": "^0.4.3",
57
- "@expo/prebuild-config": "^10.0.5",
58
- "@expo/schema-utils": "^0.1.3",
52
+ "@expo/metro-config": "~0.21.6",
53
+ "@expo/osascript": "^2.3.4",
54
+ "@expo/package-manager": "^1.9.4",
55
+ "@expo/plist": "^0.4.4",
56
+ "@expo/prebuild-config": "^10.0.6",
57
+ "@expo/schema-utils": "^0.1.4",
59
58
  "@expo/server": "^0.7.2",
60
59
  "@expo/spawn-async": "^1.7.2",
61
60
  "@expo/ws-tunnel": "^1.0.1",
@@ -77,8 +76,8 @@
77
76
  "freeport-async": "^2.0.0",
78
77
  "getenv": "^2.0.0",
79
78
  "glob": "^10.4.2",
80
- "minimatch": "^9.0.0",
81
79
  "lan-network": "^0.1.6",
80
+ "minimatch": "^9.0.0",
82
81
  "node-forge": "^1.3.1",
83
82
  "npm-package-arg": "^11.0.0",
84
83
  "ora": "^3.4.0",
@@ -155,7 +154,7 @@
155
154
  "@types/ws": "^8.5.4",
156
155
  "devtools-protocol": "^0.0.1113120",
157
156
  "expo-atlas": "^0.4.1",
158
- "expo-module-scripts": "^5.0.3",
157
+ "expo-module-scripts": "^5.0.4",
159
158
  "find-process": "^1.4.7",
160
159
  "jest-runner-tsd": "^6.0.0",
161
160
  "klaw-sync": "^6.0.0",
@@ -168,5 +167,5 @@
168
167
  "tree-kill": "^1.2.2",
169
168
  "tsd": "^0.28.1"
170
169
  },
171
- "gitHead": "bbd466e1bdb1ba2aa6ba64192f58e900ea7478bc"
170
+ "gitHead": "48faa7b9a9f93a7660cb80aa118c7f6bf0aeff38"
172
171
  }