We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398ed48 commit fa317f9Copy full SHA for fa317f9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "olcs",
3
- "version": "2.20.0",
+ "version": "2.22.0",
4
"description": "OpenLayers Cesium integration and plugin library",
5
"scripts": {
6
"test": "node --enable-source-maps --import @swc-node/register/esm-register --test src/olcs/*.test.ts",
@@ -78,7 +78,7 @@
78
],
79
"peerDependencies": {
80
"cesium": ">= 1.90.0",
81
- "ol": ">= 9.2"
+ "ol": ">= 9.2, >= 10"
82
},
83
"devDependencies": {
84
"@babel/parser": "7.25.6",
0 commit comments