egovamap 0.35.19 → 0.35.21
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/egovamap/egovaBI.js +1612 -1612
- package/egovamap/egovagis.js +2535 -2535
- package/egovamap/egovagisviewer.js +9 -1
- package/egovamap/egovaglobe.js +3787 -3787
- package/egovamap/egovamap.js +5745 -5731
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "egovamap",
|
|
3
|
-
"version": "0.35.
|
|
4
|
-
"description": "eUrbanGIS SDK",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"version:minor": "npm version minor -m \"[A]发布 v%s\"",
|
|
8
|
-
"version:patch": "npm version patch -m \"[A]发布修复版本 v%s\"",
|
|
9
|
-
"pub": "npm publish --registry https://registry.npmjs.org/",
|
|
10
|
-
"postpublish": "git push && git push --tags",
|
|
11
|
-
"start": "parcel test/test.html"
|
|
12
|
-
},
|
|
13
|
-
"author": "egova",
|
|
14
|
-
"license": "MIT",
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"egovacoordconvert": "1.0.0"
|
|
17
|
-
},
|
|
18
|
-
"engines": {
|
|
19
|
-
"node": ">=12.13"
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"parcel": "^2.3.1"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "egovamap",
|
|
3
|
+
"version": "0.35.21",
|
|
4
|
+
"description": "eUrbanGIS SDK",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"version:minor": "npm version minor -m \"[A]发布 v%s\"",
|
|
8
|
+
"version:patch": "npm version patch -m \"[A]发布修复版本 v%s\"",
|
|
9
|
+
"pub": "npm publish --registry https://registry.npmjs.org/",
|
|
10
|
+
"postpublish": "git push && git push --tags",
|
|
11
|
+
"start": "parcel test/test.html"
|
|
12
|
+
},
|
|
13
|
+
"author": "egova",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"egovacoordconvert": "1.0.0"
|
|
17
|
+
},
|
|
18
|
+
"engines": {
|
|
19
|
+
"node": ">=12.13"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"parcel": "^2.3.1"
|
|
23
|
+
}
|
|
24
|
+
}
|