| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-sdk", | |||
| "version": "1.5.2", | |||
| "version": "1.5.3", | |||
| "description": " The SDK is a secondary development based on the open source project Cesium, which optimizes some operations of Cesium and enables developers to quickly develop 3D applications through the framework.", | |||
| "main": "index.js", | |||
| "repository": "https://github.com/Digital-Visual/dc-sdk.git", | |||
| @@ -2,7 +2,7 @@ | |||
| * @Author: Caven | |||
| * @Date: 2020-04-22 09:44:30 | |||
| * @Last Modified by: Caven | |||
| * @Last Modified time: 2020-05-15 09:00:52 | |||
| * @Last Modified time: 2020-05-18 13:16:24 | |||
| */ | |||
| import { initMixin, initUse } from './global-api' | |||
| @@ -11,7 +11,7 @@ let DC = { | |||
| Author: 'Caven Chen', | |||
| GitHub: 'https://github.com/Digital-Visual', | |||
| Home: 'https://www.dvgis.cn', | |||
| Version: '1.5.1', | |||
| Version: '1.5.3', | |||
| Namespace: {}, | |||
| Initialized: false | |||
| } | |||