@expo/cli 1.0.0-canary-20250630-547cd82 → 1.0.0-canary-20250701-6a945c5

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("1.0.0-canary-20250630-547cd82");
126
+ console.log("1.0.0-canary-20250701-6a945c5");
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/${"1.0.0-canary-20250630-547cd82"}`,
36
+ 'user-agent': `expo-cli/${"1.0.0-canary-20250701-6a945c5"}`,
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: "1.0.0-canary-20250630-547cd82"
86
+ version: "1.0.0-canary-20250701-6a945c5"
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": "1.0.0-canary-20250630-547cd82",
3
+ "version": "1.0.0-canary-20250701-6a945c5",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -42,21 +42,21 @@
42
42
  "@0no-co/graphql.web": "^1.0.8",
43
43
  "@babel/runtime": "^7.20.0",
44
44
  "@expo/code-signing-certificates": "^0.0.5",
45
- "@expo/config": "11.0.11-canary-20250630-547cd82",
46
- "@expo/config-plugins": "10.1.0-canary-20250630-547cd82",
45
+ "@expo/config": "11.0.12-canary-20250701-6a945c5",
46
+ "@expo/config-plugins": "10.2.0-canary-20250701-6a945c5",
47
47
  "@expo/devcert": "^1.1.2",
48
- "@expo/env": "1.0.6-canary-20250630-547cd82",
49
- "@expo/image-utils": "0.7.5-canary-20250630-547cd82",
50
- "@expo/json-file": "9.1.5-canary-20250630-547cd82",
51
- "@expo/metro-config": "0.21.0-canary-20250630-547cd82",
52
- "@expo/osascript": "2.2.5-canary-20250630-547cd82",
53
- "@expo/package-manager": "1.8.5-canary-20250630-547cd82",
54
- "@expo/plist": "0.3.5-canary-20250630-547cd82",
55
- "@expo/prebuild-config": "9.1.0-canary-20250630-547cd82",
48
+ "@expo/env": "1.0.7-canary-20250701-6a945c5",
49
+ "@expo/image-utils": "0.7.6-canary-20250701-6a945c5",
50
+ "@expo/json-file": "9.1.5-canary-20250701-6a945c5",
51
+ "@expo/metro-config": "0.21.0-canary-20250701-6a945c5",
52
+ "@expo/osascript": "2.2.5-canary-20250701-6a945c5",
53
+ "@expo/package-manager": "1.8.6-canary-20250701-6a945c5",
54
+ "@expo/plist": "0.3.5-canary-20250701-6a945c5",
55
+ "@expo/prebuild-config": "9.1.0-canary-20250701-6a945c5",
56
56
  "@expo/spawn-async": "^1.7.2",
57
57
  "@expo/ws-tunnel": "^1.0.1",
58
58
  "@expo/xcpretty": "^4.3.0",
59
- "@react-native/dev-middleware": "0.80.0",
59
+ "@react-native/dev-middleware": "0.80.1",
60
60
  "@urql/core": "^5.0.6",
61
61
  "@urql/exchange-retry": "^1.3.0",
62
62
  "accepts": "^1.3.8",
@@ -109,7 +109,7 @@
109
109
  "devDependencies": {
110
110
  "@expo/multipart-body-parser": "^1.0.0",
111
111
  "@expo/ngrok": "4.1.3",
112
- "@expo/server": "0.6.4-canary-20250630-547cd82",
112
+ "@expo/server": "0.6.4-canary-20250701-6a945c5",
113
113
  "@graphql-codegen/cli": "^2.16.3",
114
114
  "@graphql-codegen/typescript": "^2.8.7",
115
115
  "@graphql-codegen/typescript-operations": "^2.5.12",
@@ -139,7 +139,7 @@
139
139
  "@types/ws": "^8.5.4",
140
140
  "devtools-protocol": "^0.0.1113120",
141
141
  "expo-atlas": "^0.4.1",
142
- "expo-module-scripts": "4.1.9-canary-20250630-547cd82",
142
+ "expo-module-scripts": "4.1.9-canary-20250701-6a945c5",
143
143
  "find-process": "^1.4.7",
144
144
  "jest-runner-tsd": "^6.0.0",
145
145
  "klaw-sync": "^6.0.0",