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.
- package/lib/module/index.js +4 -4
- package/lib/module/index.js.map +1 -1
- package/lib/module/react-native/components/Map/Map.js +1 -1
- package/lib/module/react-native/components/Map/Map.js.map +1 -1
- package/lib/module/react-native/components/MapProvider/MapProvider.js +5 -5
- package/lib/module/react-native/components/MapProvider/MapProvider.js.map +1 -1
- package/lib/module/react-native/components/Marker/Marker.js +1 -1
- package/lib/module/react-native/components/Marker/Marker.js.map +1 -1
- package/lib/module/react-native/components/Popup/Popup.js +1 -2
- package/lib/module/react-native/components/Popup/Popup.js.map +1 -1
- package/lib/module/react-native/components-factory/createWebObjectAsComponent.js +2 -2
- package/lib/module/react-native/components-factory/createWebObjectAsComponent.js.map +1 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js +2 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js.map +1 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js +2 -1
- package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js.map +1 -1
- package/lib/module/react-native/hooks/atoms/useMapAtoms.js +2 -1
- package/lib/module/react-native/hooks/atoms/useMapAtoms.js.map +1 -1
- package/lib/module/web/bridge/ReactNativeBridge.js +1 -2
- package/lib/module/web/bridge/ReactNativeBridge.js.map +1 -1
- package/lib/module/web/generated/index.js +2 -2
- package/lib/module/web/generated/index.js.map +1 -1
- package/lib/module/web/generated/webview_static_html.js +32 -32
- package/lib/module/web/logger/web-logger.js +1 -0
- package/lib/module/web/logger/web-logger.js.map +1 -1
- package/lib/module/web/maplibre-gl-js/MapController.js +2 -2
- package/lib/module/web/maplibre-gl-js/MapController.js.map +1 -1
- package/lib/typescript/src/communication/messages.types.d.ts +1 -1
- package/lib/typescript/src/communication/messages.types.d.ts.map +1 -1
- package/lib/typescript/src/communication/messages.utils.d.ts +1 -1
- package/lib/typescript/src/communication/messages.utils.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +8 -8
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.types.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Map/Map.types.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts +1 -1
- package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Marker/Marker.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Marker/Marker.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts +2 -2
- package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts +1 -1
- package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts +2 -2
- package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts +2 -2
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts.map +1 -1
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts +2 -2
- package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts.map +1 -1
- package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts +2 -2
- package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts.map +1 -1
- package/lib/typescript/src/typedoc.d.ts +1 -1
- package/lib/typescript/src/typedoc.d.ts.map +1 -1
- package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts +2 -2
- package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts.map +1 -1
- package/lib/typescript/src/web/generated/webview_static_html.d.ts +1 -1
- package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts +2 -2
- package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts.map +1 -1
- package/package.json +1 -33
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import maplibregl from 'maplibre-gl';
|
|
2
|
-
import type ReactNativeBridge from '
|
|
3
|
-
import {
|
|
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,
|
|
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.
|
|
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"
|