@expo/cli 0.18.13 → 0.18.14

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
@@ -120,7 +120,7 @@ const args = (0, _arg().default)({
120
120
  });
121
121
  if (args["--version"]) {
122
122
  // Version is added in the build script.
123
- console.log("0.18.13");
123
+ console.log("0.18.14");
124
124
  process.exit(0);
125
125
  }
126
126
  if (args["--non-interactive"]) {
@@ -79,7 +79,7 @@ function getContext() {
79
79
  cpu: summarizeCpuInfo(),
80
80
  app: {
81
81
  name: "expo/cli",
82
- version: "0.18.13"
82
+ version: "0.18.14"
83
83
  },
84
84
  ci: _ciInfo().isCI ? {
85
85
  name: _ciInfo().name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "0.18.13",
3
+ "version": "0.18.14",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -40,9 +40,9 @@
40
40
  "dependencies": {
41
41
  "@babel/runtime": "^7.20.0",
42
42
  "@expo/code-signing-certificates": "0.0.5",
43
- "@expo/config": "~9.0.0",
44
- "@expo/config-plugins": "~8.0.0",
45
- "@expo/devcert": "^1.1.2",
43
+ "@expo/config": "~9.0.0-beta.0",
44
+ "@expo/config-plugins": "~8.0.0-beta.0",
45
+ "@expo/devcert": "^1.0.0",
46
46
  "@expo/env": "~0.3.0",
47
47
  "@expo/image-utils": "^0.5.0",
48
48
  "@expo/json-file": "^8.3.0",
@@ -50,7 +50,7 @@
50
50
  "@expo/osascript": "^2.0.31",
51
51
  "@expo/package-manager": "^1.5.0",
52
52
  "@expo/plist": "^0.1.0",
53
- "@expo/prebuild-config": "7.0.4",
53
+ "@expo/prebuild-config": "7.0.3",
54
54
  "@expo/rudder-sdk-node": "1.1.1",
55
55
  "@expo/spawn-async": "^1.7.2",
56
56
  "@expo/xcpretty": "^4.3.0",
@@ -171,5 +171,5 @@
171
171
  "tree-kill": "^1.2.2",
172
172
  "tsd": "^0.28.1"
173
173
  },
174
- "gitHead": "d6515f12fc9eee6d563cc4de32f9aee5c856158f"
174
+ "gitHead": "979e9f1fc3cfa9c827700dcf99992e671cfdf63e"
175
175
  }