@jacques_gordon/expo-mapbox-navigation 1.0.5 → 1.0.6

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.
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'ExpoMapboxNavigation'
3
- s.version = '1.0.5'
3
+ s.version = '1.0.6'
4
4
  s.summary = 'Expo module for Mapbox turn-by-turn navigation — iOS & Android'
5
5
  s.homepage = 'https://github.com/YOUR_GITHUB/expo-mapbox-navigation'
6
6
  s.license = { :type => 'MIT' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacques_gordon/expo-mapbox-navigation",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Expo module for Mapbox turn-by-turn navigation — iOS & Android, compatible with Expo SDK 53 Dev Client",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/plugin/index.js CHANGED
@@ -157,8 +157,18 @@ ${colorResources}
157
157
  return config;
158
158
  };
159
159
 
160
- module.exports = createRunOncePlugin(
160
+ const plugin = createRunOncePlugin(
161
161
  withExpoMapboxNavigation,
162
162
  "expo-mapbox-navigation",
163
- "1.0.5"
164
- );
163
+ "1.0.4"
164
+ );
165
+
166
+ module.exports = plugin;
167
+ module.exports.default = plugin;const plugin = createRunOncePlugin(
168
+ withExpoMapboxNavigation,
169
+ "expo-mapbox-navigation",
170
+ "1.0.6"
171
+ );
172
+
173
+ module.exports = plugin;
174
+ module.exports.default = plugin;