Skip to content

Commit

Permalink
【version】11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Nov 5, 2024
1 parent e2dab19 commit 2581cd9
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.3.0-dev",
"version": "11.3.0",
"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": "@supermapgis/iclient-classic",
"description": "",
"version": "11.3.0-dev",
"version": "11.3.0",
"keywords": [
"SuperMap"
],
Expand All @@ -15,6 +15,6 @@
"license": "Apache-2.0",
"dependencies": {
"mapv": "2.0.62",
"@supermapgis/iclient-common": "11.3.0-dev"
"@supermapgis/iclient-common": "11.3.0"
}
}
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": "@supermapgis/iclient-common",
"description": "",
"version": "11.3.0-dev",
"version": "11.3.0",
"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": "@supermapgis/iclient-leaflet",
"description": "",
"version": "11.3.0-dev",
"version": "11.3.0",
"keywords": [
"SuperMap",
"Leaflet"
Expand All @@ -19,7 +19,7 @@
"echarts":"5.5.0",
"mapv":"2.0.62",
"leaflet": "1.9.4",
"@supermapgis/iclient-common": "11.3.0-dev",
"@supermapgis/iclient-common": "11.3.0",
"@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": "@supermapgis/iclient-mapboxgl",
"description": "",
"version": "11.3.0-dev",
"version": "11.3.0",
"keywords": [
"SuperMap",
"MapboxGL v1"
Expand All @@ -22,7 +22,7 @@
"mapv": "2.0.62",
"mapbox-gl": "1.13.2",
"three": "0.150.1",
"@supermapgis/iclient-common": "11.3.0-dev",
"@supermapgis/iclient-common": "11.3.0",
"canvg": "3.0.10",
"flatgeobuf": "3.31.1",
"lodash.debounce": "^4.0.8",
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": "@supermapgis/iclient-maplibregl",
"description": "",
"version": "11.3.0-dev",
"version": "11.3.0",
"keywords": [
"SuperMap",
"maplibregl"
Expand All @@ -20,7 +20,7 @@
"mapv": "2.0.62",
"three": "0.150.1",
"canvg": "3.0.10",
"@supermapgis/iclient-common": "11.3.0-dev",
"@supermapgis/iclient-common": "11.3.0",
"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": "@supermapgis/iclient-ol",
"description": "",
"version": "11.3.0-dev",
"version": "11.3.0",
"keywords": [
"SuperMap",
"OpenLayers"
Expand All @@ -15,7 +15,7 @@
"author": "SuperMap",
"license": "Apache-2.0",
"dependencies": {
"@supermapgis/iclient-common": "11.3.0-dev",
"@supermapgis/iclient-common": "11.3.0",
"@supermapgis/tile-decryptor": "^1.0.0",
"@turf/turf": "6.5.0",
"mapv": "2.0.62",
Expand Down

0 comments on commit 2581cd9

Please sign in to comment.