ol 10.5.1-dev.1746262133835 → 10.5.1-dev.1746520802180

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "10.5.1-dev.1746262133835",
3
+ "version": "10.5.1-dev.1746520802180",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
@@ -184,7 +184,7 @@ function parseImageOffsetProperties(
184
184
  let offsetExpression = expressionToGlsl(
185
185
  context,
186
186
  style[`${prefix}offset`],
187
- NumberArrayType,
187
+ SizeType,
188
188
  );
189
189
  if (`${prefix}offset-origin` in style) {
190
190
  switch (style[`${prefix}offset-origin`]) {
package/util.js CHANGED
@@ -33,4 +33,4 @@ export function getUid(obj) {
33
33
  * OpenLayers version.
34
34
  * @type {string}
35
35
  */
36
- export const VERSION = '10.5.1-dev.1746262133835';
36
+ export const VERSION = '10.5.1-dev.1746520802180';