File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 126
126
"ol" : " 6.1.1" ,
127
127
"pbf" : " 3.0.2" ,
128
128
"proj4" : " 2.5.0" ,
129
- "promise-polyfill" : " 6.0.2 " ,
129
+ "promise-polyfill" : " 8.1.3 " ,
130
130
"three" : " 0.92.0" ,
131
131
"xlsx" : " 0.15.1" ,
132
132
"xml-js" : " 1.6.11"
Original file line number Diff line number Diff line change 16
16
"elasticsearch" : " 16.5.0" ,
17
17
"fetch-ie8" : " 1.5.0" ,
18
18
"fetch-jsonp" : " 1.1.3" ,
19
- "promise-polyfill" : " 6.0.2 " ,
19
+ "promise-polyfill" : " 8.1.3 " ,
20
20
"lodash.topairs" : " 4.3.0"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
/* Copyright© 2000 - 2019 SuperMap Software Co.Ltd. All rights reserved.
2
2
* This program are made available under the terms of the Apache License, Version 2.0
3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
- import "./PromisePolyfill"
5
- import 'fetch-ie8'
4
+ import 'promise-polyfill/dist/polyfill' ;
5
+ import 'fetch-ie8' ;
6
6
import fetchJsonp from 'fetch-jsonp' ;
7
7
import {
8
8
SuperMap
@@ -427,4 +427,4 @@ SuperMap.Util.RequestJSONPPromise = {
427
427
} ) ;
428
428
return me . issue ( config ) ;
429
429
}
430
- } ;
430
+ } ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments