react-native-maplibre-gl-js 1.0.2 → 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.
Files changed (65) hide show
  1. package/lib/module/index.js +4 -4
  2. package/lib/module/index.js.map +1 -1
  3. package/lib/module/react-native/components/Map/Map.js +1 -1
  4. package/lib/module/react-native/components/Map/Map.js.map +1 -1
  5. package/lib/module/react-native/components/MapProvider/MapProvider.js +5 -5
  6. package/lib/module/react-native/components/MapProvider/MapProvider.js.map +1 -1
  7. package/lib/module/react-native/components/Marker/Marker.js +1 -1
  8. package/lib/module/react-native/components/Marker/Marker.js.map +1 -1
  9. package/lib/module/react-native/components/Popup/Popup.js +1 -2
  10. package/lib/module/react-native/components/Popup/Popup.js.map +1 -1
  11. package/lib/module/react-native/components-factory/createWebObjectAsComponent.js +2 -2
  12. package/lib/module/react-native/components-factory/createWebObjectAsComponent.js.map +1 -1
  13. package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js +2 -1
  14. package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js.map +1 -1
  15. package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js +2 -1
  16. package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js.map +1 -1
  17. package/lib/module/react-native/hooks/atoms/useMapAtoms.js +2 -1
  18. package/lib/module/react-native/hooks/atoms/useMapAtoms.js.map +1 -1
  19. package/lib/module/web/bridge/ReactNativeBridge.js +1 -2
  20. package/lib/module/web/bridge/ReactNativeBridge.js.map +1 -1
  21. package/lib/module/web/generated/index.js +2 -2
  22. package/lib/module/web/generated/index.js.map +1 -1
  23. package/lib/module/web/generated/webview_static_html.js +32 -32
  24. package/lib/module/web/logger/web-logger.js +1 -0
  25. package/lib/module/web/logger/web-logger.js.map +1 -1
  26. package/lib/module/web/maplibre-gl-js/MapController.js +2 -2
  27. package/lib/module/web/maplibre-gl-js/MapController.js.map +1 -1
  28. package/lib/typescript/src/communication/messages.types.d.ts +1 -1
  29. package/lib/typescript/src/communication/messages.types.d.ts.map +1 -1
  30. package/lib/typescript/src/communication/messages.utils.d.ts +1 -1
  31. package/lib/typescript/src/communication/messages.utils.d.ts.map +1 -1
  32. package/lib/typescript/src/index.d.ts +8 -8
  33. package/lib/typescript/src/index.d.ts.map +1 -1
  34. package/lib/typescript/src/react-native/components/Map/Map.d.ts +1 -1
  35. package/lib/typescript/src/react-native/components/Map/Map.d.ts.map +1 -1
  36. package/lib/typescript/src/react-native/components/Map/Map.types.d.ts +1 -1
  37. package/lib/typescript/src/react-native/components/Map/Map.types.d.ts.map +1 -1
  38. package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts +1 -1
  39. package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts.map +1 -1
  40. package/lib/typescript/src/react-native/components/Marker/Marker.d.ts +1 -1
  41. package/lib/typescript/src/react-native/components/Marker/Marker.d.ts.map +1 -1
  42. package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts +2 -2
  43. package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts.map +1 -1
  44. package/lib/typescript/src/react-native/components/Popup/Popup.d.ts +1 -1
  45. package/lib/typescript/src/react-native/components/Popup/Popup.d.ts.map +1 -1
  46. package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts +1 -1
  47. package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts.map +1 -1
  48. package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts +2 -2
  49. package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts.map +1 -1
  50. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts +1 -1
  51. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts.map +1 -1
  52. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts +2 -2
  53. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts.map +1 -1
  54. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts +2 -2
  55. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts.map +1 -1
  56. package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts +2 -2
  57. package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts.map +1 -1
  58. package/lib/typescript/src/typedoc.d.ts +1 -1
  59. package/lib/typescript/src/typedoc.d.ts.map +1 -1
  60. package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts +2 -2
  61. package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts.map +1 -1
  62. package/lib/typescript/src/web/generated/webview_static_html.d.ts +1 -1
  63. package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts +2 -2
  64. package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts.map +1 -1
  65. package/package.json +1 -33
@@ -1,6 +1,6 @@
1
1
  import maplibregl from 'maplibre-gl';
2
- import type ReactNativeBridge from '@ml/web/bridge/ReactNativeBridge';
3
- import { type MessageFromRNToWeb } from '@ml/communication/messages.types';
2
+ import type ReactNativeBridge from '../bridge/ReactNativeBridge';
3
+ import type { MessageFromRNToWeb } from '../../communication/messages.types';
4
4
  /**
5
5
  * Manage the MapLibre GL JS map and its objects. Receive messages from the
6
6
  * React Native world and act accordingly.
@@ -1 +1 @@
1
- {"version":3,"file":"MapController.d.ts","sourceRoot":"","sources":["../../../../../src/web/maplibre-gl-js/MapController.ts"],"names":[],"mappings":"AAAA,OAAO,UAAsC,MAAM,aAAa,CAAA;AAChE,OAAO,KAAK,iBAAiB,MAAM,kCAAkC,CAAA;AACrE,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,kCAAkC,CAAA;AAYzC;;;GAGG;AACH,MAAM,CAAC,OAAO,OAAO,aAAa;;IAKhC,IAAI,iBAAiB,IAAI,iBAAiB,CAKzC;IAED,IAAI,iBAAiB,CAAC,MAAM,EAAE,iBAAiB,EAE9C;IAED,IAAI,GAAG,IAAI,UAAU,CAAC,GAAG,CAMxB;IAED,aAAa,GAAI,SAAS,kBAAkB,UAiB3C;CAkQF"}
1
+ {"version":3,"file":"MapController.d.ts","sourceRoot":"","sources":["../../../../../src/web/maplibre-gl-js/MapController.ts"],"names":[],"mappings":"AAAA,OAAO,UAAsC,MAAM,aAAa,CAAA;AAChE,OAAO,KAAK,iBAAiB,MAAM,6BAA6B,CAAA;AAChE,OAAO,KAAK,EAEV,kBAAkB,EAEnB,MAAM,oCAAoC,CAAA;AAY3C;;;GAGG;AACH,MAAM,CAAC,OAAO,OAAO,aAAa;;IAKhC,IAAI,iBAAiB,IAAI,iBAAiB,CAKzC;IAED,IAAI,iBAAiB,CAAC,MAAM,EAAE,iBAAiB,EAE9C;IAED,IAAI,GAAG,IAAI,UAAU,CAAC,GAAG,CAMxB;IAED,aAAa,GAAI,SAAS,kBAAkB,UAiB3C;CAkQF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-maplibre-gl-js",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "MapLibre GL JS for React Native",
5
5
  "files": [
6
6
  "lib",
@@ -15,18 +15,6 @@
15
15
  "types": "./lib/typescript/src/index.d.ts",
16
16
  "default": "./lib/module/index.js"
17
17
  },
18
- "./react-native/*": {
19
- "types": "./lib/typescript/src/react-native/*",
20
- "default": "./lib/module/react-native/*"
21
- },
22
- "./web/*": {
23
- "types": "./lib/typescript/src/web/*",
24
- "default": "./lib/module/web/*"
25
- },
26
- "./communication/*": {
27
- "types": "./lib/typescript/src/communication/*",
28
- "default": "./lib/module/communication/*"
29
- },
30
18
  "./package.json": "./package.json"
31
19
  },
32
20
  "scripts": {
@@ -117,25 +105,6 @@
117
105
  ]
118
106
  ]
119
107
  },
120
- "release-it": {
121
- "git": {
122
- "commitMessage": "chore: release ${version}",
123
- "tagName": "v${version}"
124
- },
125
- "npm": {
126
- "publish": true
127
- },
128
- "github": {
129
- "release": true
130
- },
131
- "plugins": {
132
- "@release-it/conventional-changelog": {
133
- "preset": {
134
- "name": "angular"
135
- }
136
- }
137
- }
138
- },
139
108
  "jest": {
140
109
  "preset": "react-native",
141
110
  "modulePathIgnorePatterns": [
@@ -149,7 +118,6 @@
149
118
  "tools": [
150
119
  "eslint",
151
120
  "lefthook",
152
- "release-it",
153
121
  "jest"
154
122
  ],
155
123
  "version": "0.55.1"