@jacques_gordon/expo-mapbox-navigation 1.0.1 → 1.0.3

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/app.plugin.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('./plugin/build/index').default;
1
+ module.exports = require('./plugin/index').default;
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'ExpoMapboxNavigation'
3
- s.version = '1.0.1'
3
+ s.version = '1.0.3'
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.1",
3
+ "version": "1.0.3",
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",
@@ -8,12 +8,12 @@
8
8
  "build",
9
9
  "ios",
10
10
  "android",
11
- "plugin/build",
11
+ "plugin",
12
12
  "app.plugin.js",
13
13
  "expo-module.config.json",
14
14
  "README.md"
15
15
  ],
16
- "scripts": {
16
+ "scripts": {
17
17
  "build": "expo-module build",
18
18
  "clean": "expo-module clean",
19
19
  "lint": "expo-module lint",
@@ -50,6 +50,7 @@
50
50
  "@types/react": "^19.2.17",
51
51
  "expo-module-scripts": "^56.0.3",
52
52
  "expo-modules-core": "^2.0.0",
53
+ "tsup": "^8.5.1",
53
54
  "typescript": "^5.3.0"
54
55
  },
55
56
  "expo": {
@@ -182,5 +182,5 @@ ${colorResources}
182
182
  export default createRunOncePlugin(
183
183
  withExpoMapboxNavigation,
184
184
  'expo-mapbox-navigation',
185
- '1.0.1'
185
+ '1.0.3'
186
186
  );