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 126126 "ol" : " 6.1.1" ,
127127 "pbf" : " 3.0.2" ,
128128 "proj4" : " 2.5.0" ,
129- "promise-polyfill" : " 6.0.2 " ,
129+ "promise-polyfill" : " 8.1.3 " ,
130130 "three" : " 0.92.0" ,
131131 "xlsx" : " 0.15.1" ,
132132 "xml-js" : " 1.6.11"
Original file line number Diff line number Diff line change 1616 "elasticsearch" : " 16.5.0" ,
1717 "fetch-ie8" : " 1.5.0" ,
1818 "fetch-jsonp" : " 1.1.3" ,
19- "promise-polyfill" : " 6.0.2 " ,
19+ "promise-polyfill" : " 8.1.3 " ,
2020 "lodash.topairs" : " 4.3.0"
2121 }
2222}
Original file line number Diff line number Diff line change 11/* Copyright© 2000 - 2019 SuperMap Software Co.Ltd. All rights reserved.
22 * This program are made available under the terms of the Apache License, Version 2.0
33 * 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' ;
66import fetchJsonp from 'fetch-jsonp' ;
77import {
88 SuperMap
@@ -427,4 +427,4 @@ SuperMap.Util.RequestJSONPPromise = {
427427 } ) ;
428428 return me . issue ( config ) ;
429429 }
430- } ;
430+ } ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments