File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ol-cesium" ,
3- "version" : " 2.13.0 " ,
3+ "version" : " 2.13.1 " ,
44 "description" : " OpenLayers Cesium integration library" ,
55 "scripts" : {
66 "build-examples" : " cross-env NODE_ENV=production TARGET=examples webpack --progress --bail" ,
2222 "url" : " https://github.com/openlayers/ol-cesium/issues"
2323 },
2424 "peerDependencies" : {
25- "ol " : " >= 6.0.1 " ,
26- "cesium " : " >= 1.62.0 "
25+ "cesium " : " >= 1.62.0 " ,
26+ "ol " : " >= 6.0.1 || 7 "
2727 },
2828 "devDependencies" : {
2929 "@babel/core" : " ^7.14.3" ,
4444 "htmlparser2" : " ^6.1.0" ,
4545 "jsdoc" : " ^3.6.7" ,
4646 "nomnom" : " 1.8.1" ,
47- "ol" : " 6.5 .0" ,
47+ "ol" : " ^7.1 .0" ,
4848 "proj4" : " ^2.7.2" ,
4949 "temp" : " 0.9.4" ,
5050 "typedoc" : " ^0.20.36" ,
Original file line number Diff line number Diff line change 55 // "checkJs": true,
66 "noEmit" : true ,
77 "baseUrl" : " ./" ,
8+ "skipLibCheck" : true ,
89 "moduleResolution" : " node" ,
910 "paths" : {
1011 "ol/*" : [" node_modules/ol/*" ]
You can’t perform that action at this time.
0 commit comments