@mint-ui/map 0.7.5-beta → 0.8.0-beta

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.
@@ -23,7 +23,7 @@ function (_super) {
23
23
 
24
24
  _this.type = 'naver';
25
25
  _this.map = null;
26
- _this.scriptUrl = 'https://openapi.map.naver.com/openapi/v3/maps.js';
26
+ _this.scriptUrl = 'https://oapi.map.naver.com/openapi/v3/maps.js';
27
27
  _this.scriptModules = ['drawing']; // , 'geocoder' , 'panorama' , 'visualization']
28
28
 
29
29
  _this.mapEvent = new MapEventTypes.MapEvent();
package/dist/index.es.js CHANGED
@@ -1515,7 +1515,7 @@ function (_super) {
1515
1515
 
1516
1516
  _this.type = 'naver';
1517
1517
  _this.map = null;
1518
- _this.scriptUrl = 'https://openapi.map.naver.com/openapi/v3/maps.js';
1518
+ _this.scriptUrl = 'https://oapi.map.naver.com/openapi/v3/maps.js';
1519
1519
  _this.scriptModules = ['drawing']; // , 'geocoder' , 'panorama' , 'visualization']
1520
1520
 
1521
1521
  _this.mapEvent = new MapEvent();
package/dist/index.umd.js CHANGED
@@ -1519,7 +1519,7 @@
1519
1519
 
1520
1520
  _this.type = 'naver';
1521
1521
  _this.map = null;
1522
- _this.scriptUrl = 'https://openapi.map.naver.com/openapi/v3/maps.js';
1522
+ _this.scriptUrl = 'https://oapi.map.naver.com/openapi/v3/maps.js';
1523
1523
  _this.scriptModules = ['drawing']; // , 'geocoder' , 'panorama' , 'visualization']
1524
1524
 
1525
1525
  _this.mapEvent = new MapEvent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mint-ui/map",
3
- "version": "0.7.5-beta",
3
+ "version": "0.8.0-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "browser": "./dist/index.umd.js",