Skip to content

Commit

Permalink
TILES-4804 Added RulerData type test. Bumped verison (v2.0.6) (#25)
Browse files Browse the repository at this point in the history
* TILES-4804 Added RulerData type test

* Reverted building changes, types in tests

* Bumped verison (v2.0.6)

* Updated package-lock
  • Loading branch information
Farfurix authored Dec 1, 2022
1 parent 577baa7 commit e0d95f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@2gis/mapgl-ruler",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"license": "BSD-2-Clause",
"main": "dist/ruler.js",
Expand Down
4 changes: 0 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ export interface RulerEvent {
data: RulerData;
}

/**
* @hidden
* @internal
*/
export interface BaseData {
type: RulerMode;
}
Expand Down

0 comments on commit e0d95f1

Please sign in to comment.