@deck.gl-community/bing-maps 9.2.5 → 9.3.1-alpha.0
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/README.md +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @deck.gl-community/bing-maps
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@deck.gl-community/bing-maps)
|
|
4
|
+
[](https://www.npmjs.com/package/@deck.gl-community/bing-maps)
|
|
5
|
+
|
|
3
6
|
This module allows [deck.gl](https://deck.gl) to be used as a Bing Maps custom layer.
|
|
4
7
|
|
|
5
8
|
## Installation
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@deck.gl-community/bing-maps",
|
|
3
3
|
"description": "deck.gl integration with Bing Maps",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "9.
|
|
5
|
+
"version": "9.3.1-alpha.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test-watch": "vitest"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@deck.gl/core": "~9.
|
|
39
|
+
"@deck.gl/core": "~9.3.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "dd572a3491cb15a6ff2f0008e93ae1dc38962b06"
|
|
42
42
|
}
|