expo-dev-launcher 0.10.1 → 0.10.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/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 0.10.2 — 2022-01-18
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 0.10.1 — 2022-01-17
14
18
 
15
19
  ### 🐛 Bug fixes
@@ -15,7 +15,7 @@ buildscript {
15
15
  }
16
16
 
17
17
  dependencies {
18
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${safeExtGet('kotlinVersion', '1.6.10')}")
18
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${safeExtGet('kotlinVersion', '1.4.21')}")
19
19
  }
20
20
  }
21
21
 
@@ -25,7 +25,7 @@ android {
25
25
  minSdkVersion safeExtGet('minSdkVersion', 21)
26
26
  targetSdkVersion safeExtGet('targetSdkVersion', 30)
27
27
  versionCode 9
28
- versionName "0.10.1"
28
+ versionName "0.10.2"
29
29
  }
30
30
 
31
31
  lintOptions {
@@ -112,10 +112,10 @@ dependencies {
112
112
  api "androidx.appcompat:appcompat:1.1.0"
113
113
  api "androidx.lifecycle:lifecycle-extensions:2.2.0"
114
114
 
115
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${safeExtGet('kotlinVersion', '1.6.10')}"
115
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${safeExtGet('kotlinVersion', '1.4.21')}"
116
116
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
117
117
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1")
118
- implementation "org.jetbrains.kotlin:kotlin-reflect:${safeExtGet('kotlinVersion', '1.6.10')}"
118
+ implementation "org.jetbrains.kotlin:kotlin-reflect:${safeExtGet('kotlinVersion', '1.4.21')}"
119
119
 
120
120
  api "io.insert-koin:koin-core:3.1.2"
121
121
 
@@ -134,7 +134,7 @@ configurations.all {
134
134
  resolutionStrategy.eachDependency { DependencyResolveDetails details ->
135
135
  def requested = details.requested
136
136
  if (requested.group == 'org.jetbrains.kotlin') {
137
- details.useVersion safeExtGet('kotlinVersion', '1.6.10')
137
+ details.useVersion safeExtGet('kotlinVersion', '1.4.21')
138
138
  }
139
139
  }
140
140
  }
@@ -1,4 +1,3 @@
1
1
  import './setUpErrorHandler.fx';
2
2
  export { disableErrorHandling } from './DevLauncherErrorManager';
3
3
  export declare function registerErrorHandlers(): void;
4
- //# sourceMappingURL=DevLauncher.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export declare function createErrorHandler(originalHandler: any): (error: any, isFatal: any) => void;
2
2
  export declare function disableErrorHandling(): void;
3
- //# sourceMappingURL=DevLauncherErrorManager.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function disableErrorHandling(): void;
2
- //# sourceMappingURL=DevLauncherErrorManager.web.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export default class WebUnsupportedError extends Error {
2
2
  constructor();
3
3
  }
4
- //# sourceMappingURL=WebUnsupportedError.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=setUpErrorHandler.fx.d.ts.map
@@ -1 +0,0 @@
1
- //# sourceMappingURL=setUpErrorHandler.fx.web.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-dev-launcher",
3
3
  "title": "Expo Development Launcher",
4
- "version": "0.10.1",
4
+ "version": "0.10.2",
5
5
  "description": "Pre-release version of the Expo development launcher package for testing.",
6
6
  "main": "build/DevLauncher.js",
7
7
  "types": "build/DevLauncher.d.ts",
@@ -32,7 +32,7 @@
32
32
  "@expo/config-plugins": "^4.0.14",
33
33
  "resolve-from": "^5.0.0",
34
34
  "semver": "^7.3.5",
35
- "expo-dev-menu": "0.9.1"
35
+ "expo-dev-menu": "0.9.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@react-navigation/bottom-tabs": "^6.0.9",
@@ -62,5 +62,5 @@
62
62
  "./setupTests.ts"
63
63
  ]
64
64
  },
65
- "gitHead": "89187292ca30183c7f936fc890ba9ee9e221a128"
65
+ "gitHead": "7add72f8da01964733755ebc94a1963827e428a0"
66
66
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"DevLauncher.d.ts","sourceRoot":"","sources":["../src/DevLauncher.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,CAAC;AAChC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,wBAAgB,qBAAqB,SAIpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DevLauncherErrorManager.d.ts","sourceRoot":"","sources":["../src/DevLauncherErrorManager.ts"],"names":[],"mappings":"AAuDA,wBAAgB,kBAAkB,CAAC,eAAe,KAAA,sCASjD;AAED,wBAAgB,oBAAoB,SAEnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DevLauncherErrorManager.web.d.ts","sourceRoot":"","sources":["../src/DevLauncherErrorManager.web.ts"],"names":[],"mappings":"AAEA,wBAAgB,oBAAoB,SAEnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"WebUnsupportedError.d.ts","sourceRoot":"","sources":["../src/WebUnsupportedError.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,KAAK;;CAIrD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"setUpErrorHandler.fx.d.ts","sourceRoot":"","sources":["../src/setUpErrorHandler.fx.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"setUpErrorHandler.fx.web.d.ts","sourceRoot":"","sources":["../src/setUpErrorHandler.fx.web.ts"],"names":[],"mappings":""}