mars3d-tdt 3.2.3 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mars3d-tdt.js +4 -4
- package/package.json +7 -6
package/dist/mars3d-tdt.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用
|
|
3
|
-
* 版本信息:v3.2.
|
|
4
|
-
* 编译日期:2022-
|
|
3
|
+
* 版本信息:v3.2.4
|
|
4
|
+
* 编译日期:2022-03-03 12:26:40
|
|
5
5
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
6
6
|
*/
|
|
7
7
|
(function webpackUniversalModuleDefinition(window) {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
|
|
21
21
|
/*!
|
|
22
22
|
* Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用
|
|
23
|
-
* 版本信息:v3.2.
|
|
24
|
-
* 编译日期:2022-
|
|
23
|
+
* 版本信息:v3.2.4, hash值: 2e5e87b490504a43b91b
|
|
24
|
+
* 编译日期:2022-03-03 12:26:40
|
|
25
25
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
26
26
|
*
|
|
27
27
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-tdt",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用",
|
|
5
5
|
"main": "dist/mars3d-tdt.js",
|
|
6
6
|
"files": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bytebuffer": "^5.0.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"mars3d": "^3.2.
|
|
13
|
+
"mars3d": "^3.2.4",
|
|
14
14
|
"@babel/core": "^7.14.3",
|
|
15
15
|
"@babel/eslint-parser": "^7.14.3",
|
|
16
16
|
"@babel/plugin-proposal-class-properties": "^7.14.3",
|
|
@@ -29,10 +29,11 @@
|
|
|
29
29
|
"webpack-cli": "^3.3.12"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"build": "webpack --env.prod --env.min --progress --profile --colors --config ./scripts/webpack.config.js && webpack --env.prod --progress --profile --colors --config ./scripts/webpack.config.js --devtool source-map",
|
|
33
|
-
"build-src": "webpack --env.prod --progress --profile --colors --config ./scripts/webpack.config.js --devtool source-map",
|
|
34
|
-
"build-min": "webpack --env.prod --env.min --progress --profile --colors --config ./scripts/webpack.config.js",
|
|
35
|
-
"build-npm": "
|
|
32
|
+
"build": "npm run lint && webpack --env.prod --env.min --progress --profile --colors --config ./scripts/webpack.config.js && webpack --env.prod --progress --profile --colors --config ./scripts/webpack.config.js --devtool source-map",
|
|
33
|
+
"build-src": "npm run lint && webpack --env.prod --progress --profile --colors --config ./scripts/webpack.config.js --devtool source-map",
|
|
34
|
+
"build-min": "npm run lint && webpack --env.prod --env.min --progress --profile --colors --config ./scripts/webpack.config.js",
|
|
35
|
+
"build-npm": "npm run lint && webpack --env.prod --env.min --progress --profile --colors --config ./scripts/webpack.npm.js && node scripts/npm/buildNpm.js",
|
|
36
|
+
"lint": "eslint ./src/**/*.{js,ts} --fix",
|
|
36
37
|
"push": "npm publish --registry=https://registry.npmjs.org"
|
|
37
38
|
},
|
|
38
39
|
"repository": {
|