Skip to content

Commit

Permalink
【release】11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Sep 1, 2023
1 parent e8c97c5 commit 09acbc6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SuperMapiClient",
"description": "SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
"version": "11.1.1-dev",
"version": "11.1.1",
"directories": {
"doc": "doc",
"example": "examples",
Expand Down
4 changes: 2 additions & 2 deletions src/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-classic",
"description": "",
"version": "11.1.1-dev",
"version": "11.1.1",
"keywords": [
"SuperMap"
],
Expand All @@ -15,6 +15,6 @@
"license": "Apache-2.0",
"dependencies": {
"mapv": "2.0.62",
"@supermap/iclient-common": "11.1.1-dev"
"@supermap/iclient-common": "11.1.1"
}
}
2 changes: 1 addition & 1 deletion src/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-common",
"description": "",
"version": "11.1.1-dev",
"version": "11.1.1",
"keywords": [
"SuperMap"
],
Expand Down
4 changes: 2 additions & 2 deletions src/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-leaflet",
"description": "",
"version": "11.1.1-dev",
"version": "11.1.1",
"keywords": [
"SuperMap",
"Leaflet"
Expand All @@ -19,7 +19,7 @@
"echarts":"5.4.3",
"mapv":"2.0.62",
"leaflet": "1.9.4",
"@supermap/iclient-common": "11.1.1-dev",
"@supermap/iclient-common": "11.1.1",
"@mapbox/vector-tile": "1.3.1",
"jsonsql": "0.2.5",
"pbf": "3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions src/mapboxgl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-mapboxgl",
"description": "",
"version": "11.1.1-dev",
"version": "11.1.1",
"keywords": [
"SuperMap",
"MapboxGL v1"
Expand All @@ -18,7 +18,7 @@
"mapv": "2.0.62",
"mapbox-gl": "1.13.2",
"three": "0.150.1",
"@supermap/iclient-common": "11.1.1-dev",
"@supermap/iclient-common": "11.1.1",
"canvg": "3.0.10",
"fast-xml-parser": "^4.2.7",
"flatgeobuf": "3.23.1",
Expand Down
4 changes: 2 additions & 2 deletions src/maplibregl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-maplibregl",
"description": "",
"version": "11.1.1-dev",
"version": "11.1.1",
"keywords": [
"SuperMap",
"maplibregl"
Expand All @@ -20,7 +20,7 @@
"three": "0.150.1",
"canvg": "3.0.10",
"proj4": "2.9.0",
"@supermap/iclient-common": "11.1.1-dev",
"@supermap/iclient-common": "11.1.1",
"rbush": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions src/openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-ol",
"description": "",
"version": "11.1.1-dev",
"version": "11.1.1",
"keywords": [
"SuperMap",
"OpenLayers"
Expand All @@ -18,7 +18,7 @@
"@turf/turf": "6.5.0",
"mapv": "2.0.62",
"ol": "6.14.1",
"@supermap/iclient-common": "11.1.1-dev",
"@supermap/iclient-common": "11.1.1",
"proj4": "2.9.0",
"canvg": "3.0.10",
"lodash.remove": "^4.7.0",
Expand Down

0 comments on commit 09acbc6

Please sign in to comment.