Skip to content

Commit 00f722f

Browse files
committed
【version】12.0.1-dev
1 parent c4f5f32 commit 00f722f

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

examples/js/include-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@
236236
});
237237
window.isLocal = false;
238238
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
239-
window.version = "12.0.0-r";
239+
window.version = "12.0.1";
240240
window.preRelease = "";
241241
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SuperMapiClient",
33
"description": "SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
4-
"version": "12.0.0-r",
4+
"version": "12.0.1-dev",
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": "@supermapgis/iclient-classic",
33
"description": "",
4-
"version": "12.0.0-r",
4+
"version": "12.0.1-dev",
55
"keywords": [
66
"SuperMap"
77
],
@@ -15,6 +15,6 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"mapv": "2.0.62",
18-
"@supermapgis/iclient-common": "12.0.0-r"
18+
"@supermapgis/iclient-common": "12.0.1-dev"
1919
}
2020
}

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": "@supermapgis/iclient-common",
33
"description": "",
4-
"version": "12.0.0-r",
4+
"version": "12.0.1-dev",
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": "@supermapgis/iclient-leaflet",
33
"description": "",
4-
"version": "12.0.0-r",
4+
"version": "12.0.1-dev",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -19,7 +19,7 @@
1919
"echarts":"5.5.0",
2020
"mapv":"2.0.62",
2121
"leaflet": "1.9.4",
22-
"@supermapgis/iclient-common": "12.0.0-r",
22+
"@supermapgis/iclient-common": "12.0.1-dev",
2323
"@mapbox/vector-tile": "1.3.1",
2424
"jsonsql": "0.2.5",
2525
"pbf": "3.2.1",

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": "@supermapgis/iclient-mapboxgl",
33
"description": "",
4-
"version": "12.0.0-r",
4+
"version": "12.0.1-dev",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL v1"
@@ -20,7 +20,7 @@
2020
"@turf/meta": "^7.2.0",
2121
"mapv": "2.0.62",
2222
"mapbox-gl": "1.13.2",
23-
"@supermapgis/iclient-common": "12.0.0-r",
23+
"@supermapgis/iclient-common": "12.0.1-dev",
2424
"lodash.clonedeep": "^4.5.0",
2525
"proj4": "2.17.0"
2626
}

src/maplibregl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermapgis/iclient-maplibregl",
33
"description": "",
4-
"version": "12.0.0-r",
4+
"version": "12.0.1-dev",
55
"keywords": [
66
"SuperMap",
77
"maplibregl"
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@maplibre/maplibre-gl-style-spec": "^23.3.0",
1919
"maplibre-gl": "5.6.0",
20-
"@supermapgis/iclient-common": "12.0.0-r",
20+
"@supermapgis/iclient-common": "12.0.1-dev",
2121
"lodash.clonedeep": "^4.5.0",
2222
"proj4": "2.17.0"
2323
}

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": "@supermapgis/iclient-ol",
33
"description": "",
4-
"version": "12.0.0-r",
4+
"version": "12.0.1-dev",
55
"keywords": [
66
"SuperMap",
77
"OpenLayers"
@@ -15,7 +15,7 @@
1515
"author": "SuperMap",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@supermapgis/iclient-common": "12.0.0-r",
18+
"@supermapgis/iclient-common": "12.0.1-dev",
1919
"@supermapgis/tile-decryptor": "^1.0.0",
2020
"@turf/turf": "7.2.0",
2121
"mapv": "2.0.62",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy