Skip to content

Commit

Permalink
artefacts for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkafader-esnet committed Sep 5, 2024
1 parent 563b0fb commit 29e185f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions dist/components/MapCanvas.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class MapCanvas extends BindableHTMLElement {
showViewControls: string;
thresholds: string;
multiLayerNodeSnap: string;
configurationUrl: string;
};
_urlMaskedLayerOptions: {
nodeThresholds: string;
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-beta7",
"updated": "2024-08-22"
"version": "3.0.0",
"updated": "2024-09-05"
},
"dependencies": {
"grafanaDependency": ">=9.0.0",
Expand Down
2 changes: 2 additions & 0 deletions dist/signals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export namespace signals {
export const TOPOLOGY_UPDATED: string;
export const OPTIONS_UPDATED: string;
export const TRAFFIC_UPDATED: string;
export const TOPOLOGY_LOAD_SUCCESS: string;
export const TOPOLOGY_LOAD_FAILURE: string;
export const NODE_CREATED: string;
export const NODE_UPDATED: string;
export const NODE_DELETED: string;
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": "esnet-networkmap-panel",
"version": "3.0.0-beta7",
"version": "3.0.0",
"description": "Network Map Panel",
"repository": "https://github.com/esnet/grafana-esnet-networkmap-panel",
"scripts": {
Expand Down

0 comments on commit 29e185f

Please sign in to comment.