Skip to content

Commit fddd4af

Browse files
committed
【version】package.json包版本升级到9.1.1 review by songym
1 parent b58387c commit fddd4af

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SuperMapiClient9",
33
"description": "SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
4-
"version": "9.1.0",
4+
"version": "9.1.1",
55
"directories": {
66
"doc": "doc",
77
"example": "examples",

src/classic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-classic",
33
"description": "",
4-
"version": "9.1.0",
4+
"version": "9.1.1",
55
"keywords": [
66
"SuperMap"
77
],
@@ -14,6 +14,6 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"mapv": "2.0.20",
17-
"@supermap/iclient-common": "9.1.0"
17+
"@supermap/iclient-common": "9.1.1"
1818
}
1919
}

src/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-common",
33
"description": "",
4-
"version": "9.1.0",
4+
"version": "9.1.1",
55
"keywords": [
66
"SuperMap"
77
],

src/leaflet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-leaflet",
33
"description": "",
4-
"version": "9.1.0",
4+
"version": "9.1.1",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -18,7 +18,7 @@
1818
"echarts":"4.1.0",
1919
"mapv":"2.0.20",
2020
"leaflet": "1.3.1",
21-
"@supermap/iclient-common": "9.1.0",
21+
"@supermap/iclient-common": "9.1.1",
2222
"@mapbox/vector-tile": "1.3.0",
2323
"jsonsql": "0.2.5",
2424
"pbf": "3.0.2",

src/mapboxgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-mapboxgl",
33
"description": "",
4-
"version": "9.1.0",
4+
"version": "9.1.1",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL"
@@ -19,6 +19,6 @@
1919
"mapbox-gl": "0.45.0",
2020
"three": "0.92.0",
2121
"xlsx": "0.12.13",
22-
"@supermap/iclient-common": "9.1.0"
22+
"@supermap/iclient-common": "9.1.1"
2323
}
2424
}

src/openlayers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-openlayers",
33
"description": "",
4-
"version": "9.1.0",
4+
"version": "9.1.1",
55
"keywords": [
66
"SuperMap",
77
"OpenLayers"
@@ -18,7 +18,7 @@
1818
"echarts": "4.1.0",
1919
"mapv": "2.0.20",
2020
"openlayers": "4.6.5",
21-
"@supermap/iclient-common": "9.1.0",
21+
"@supermap/iclient-common": "9.1.1",
2222
"proj4": "2.3.15",
2323
"jsonsql": "0.2.5",
2424
"xlsx": "0.12.13"

0 commit comments

Comments
 (0)