Skip to content

Commit

Permalink
build for 3.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkafader-esnet committed Aug 19, 2024
1 parent eba143a commit 75d8a69
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/components/MapCanvas.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class MapCanvas extends BindableHTMLElement {
updateMapDimensions(newDimensions: any): void;
recalculateMapZoom(): void;
updateCenter(centerData: any): void;
toggleLayer(layerData: any): void;
toggleLayer(layer: any, visible: any): void;
autodetectTopology(): void;
getCurrentLeafletMap(): L.Map;
destroyMap(): void;
Expand Down
2 changes: 1 addition & 1 deletion dist/components/MapCanvas.component.d.ts.map

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

2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"path": "img/networkmap.png"
}
],
"version": "3.0.0-beta2",
"updated": "2024-08-02"
"version": "3.0.0-beta3",
"updated": "2024-08-19"
},
"dependencies": {
"grafanaDependency": ">=9.0.0",
Expand Down

0 comments on commit 75d8a69

Please sign in to comment.