@expo/cli 0.24.16 → 0.24.17

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.24.16");
126
+ console.log("0.24.17");
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.24.16"}`,
36
+ 'user-agent': `expo-cli/${"0.24.17"}`,
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.24.16"
86
+ version: "0.24.17"
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.24.16",
3
+ "version": "0.24.17",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -43,20 +43,20 @@
43
43
  "@babel/runtime": "^7.20.0",
44
44
  "@expo/code-signing-certificates": "^0.0.5",
45
45
  "@expo/config": "~11.0.11",
46
- "@expo/config-plugins": "~10.0.3",
46
+ "@expo/config-plugins": "~10.1.0",
47
47
  "@expo/devcert": "^1.1.2",
48
48
  "@expo/env": "~1.0.6",
49
49
  "@expo/image-utils": "^0.7.5",
50
50
  "@expo/json-file": "^9.1.4",
51
- "@expo/metro-config": "~0.20.15",
51
+ "@expo/metro-config": "~0.20.16",
52
52
  "@expo/osascript": "^2.2.4",
53
53
  "@expo/package-manager": "^1.8.5",
54
54
  "@expo/plist": "^0.3.4",
55
- "@expo/prebuild-config": "^9.0.8",
55
+ "@expo/prebuild-config": "^9.0.9",
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.79.4",
59
+ "@react-native/dev-middleware": "0.79.5",
60
60
  "@urql/core": "^5.0.6",
61
61
  "@urql/exchange-retry": "^1.3.0",
62
62
  "accepts": "^1.3.8",
@@ -113,7 +113,7 @@
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",
116
- "@playwright/test": "^1.40.1",
116
+ "@playwright/test": "^1.53.1",
117
117
  "@swc/core": "^1.11.11",
118
118
  "@taskr/clear": "^1.1.0",
119
119
  "@taskr/esnext": "^1.1.0",
@@ -147,10 +147,10 @@
147
147
  "nock": "14.0.0-beta.7",
148
148
  "node-html-parser": "^6.1.5",
149
149
  "nullthrows": "^1.1.1",
150
- "playwright": "^1.40.1",
150
+ "playwright": "^1.53.1",
151
151
  "taskr": "^1.1.0",
152
152
  "tree-kill": "^1.2.2",
153
153
  "tsd": "^0.28.1"
154
154
  },
155
- "gitHead": "9731a6191dcab84e9c3a24492bbe70c56d6f5cc3"
155
+ "gitHead": "d0d8a3fb9633f94037dd6d96e673e0698ab8b6e0"
156
156
  }