Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Oct 20, 2022
1 parent 7705a2a commit 8f22e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/interaction/map.interaction.transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import Feature from 'ol/Feature';
import { Style, RegularShape, Fill, Stroke, Text } from 'ol/style';
import VectorLayer from 'ol/layer/Vector';
import VectorSource from 'ol/source/Vector';
import { Circle, LineString, Point, Polygon, Geometry } from 'ol/geom';
import { Circle, LineString, Point, Polygon } from 'ol/geom';
import { FeatureLike } from 'ol/Feature';
import { always, Condition, shiftKeyOnly } from 'ol/events/condition';
import { always, shiftKeyOnly } from 'ol/events/condition';
import { SelectEvent } from 'ol-ext/interaction/Transform';
import { Type } from 'ol/geom/Geometry';
import { KeyEvent } from 'ol-ext/interaction/CurrentMap';

declare global {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@siedlerchr/types-ol-ext",
"version": "3.0.4",
"version": "3.0.5",
"description": "Type definitions for ol-ext",
"main": "",
"types": "index.d.ts",
Expand Down

0 comments on commit 8f22e53

Please sign in to comment.