Browse Source

change the version

tags/2.16.2
Caven Chen 3 years ago
parent
commit
c4a3c3a2f6

+ 1
- 0
.gitignore View File

@@ -2,6 +2,7 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
web/
pack/
dist/

+ 1
- 1
modules/copy-right/index.js View File

@@ -10,7 +10,7 @@ console.clear()
console.log(
`%c \n DC-SDK \n %c \n 用数字描绘世界之美 %c \n
版本:${__VERSION__} - ${__TIME__}
Cesium版本:1.97.0
Cesium版本:1.96.0
开发作者:${__AUTHOR__}
网站主页: ${__HOME_PAGE__}
github:${__REPOSITORY__}

+ 2
- 2
package.json View File

@@ -1,6 +1,6 @@
{
"name": "dc-sdk",
"version": "2.16.1",
"version": "2.16.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -54,7 +54,7 @@
"@turf/turf": "^6.3.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"cesium": "^1.97.0",
"cesium": "1.96.0",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",

+ 1
- 1
packages/base/package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-base",
"version": "2.16.1",
"version": "2.16.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",

+ 2
- 2
packages/chart/package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-chart",
"version": "2.16.1",
"version": "2.16.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -19,7 +19,7 @@
"license": "Apache 2.0",
"main": "dist/dc.chart.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.16.1"
"@dvgis/dc-base": "^2.16.2"
},
"files": [
"dist"

+ 2
- 2
packages/core/package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-core",
"version": "2.16.1",
"version": "2.16.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -19,7 +19,7 @@
"license": "Apache 2.0",
"main": "dist/dc.core.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.16.1"
"@dvgis/dc-base": "^2.16.2"
},
"files": [
"dist"

+ 2
- 2
packages/mapv/package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-mapv",
"version": "2.16.1",
"version": "2.16.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -19,7 +19,7 @@
"license": "Apache 2.0",
"main": "dist/dc.mapv.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.16.1"
"@dvgis/dc-base": "^2.16.2"
},
"files": [
"dist"

+ 2
- 2
packages/s3m/package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-s3m",
"version": "2.16.1",
"version": "2.16.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -19,7 +19,7 @@
"license": "Apache 2.0",
"main": "dist/dc.s3m.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.16.1"
"@dvgis/dc-base": "^2.16.2"
},
"files": [
"dist"

+ 1
- 1
packages/sdk/package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "2.16.1",
"version": "2.16.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",

+ 0
- 7838
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save