@grafana/plugin-types 0.0.76 → 0.0.77

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.
@@ -4,12 +4,12 @@ import { AnyDataTag, CancelOptions, DataTag, DefaultError, DefaultOptions, Defau
4
4
  import * as CSS$1 from 'csstype';
5
5
  import * as PropTypes from 'prop-types';
6
6
 
7
- declare enum InstallMode {
7
+ export declare enum InstallMode {
8
8
  STATIC = "static",
9
9
  ALLOY = "alloy",
10
10
  CONVERT = "convert"
11
11
  }
12
- declare enum OsBasedOptions {
12
+ export declare enum OsBasedOptions {
13
13
  Debian = "debian",
14
14
  RedHat = "redhat",
15
15
  Windows = "windows",
@@ -18,11 +18,11 @@ declare enum OsBasedOptions {
18
18
  K8s = "k8s",
19
19
  SUSELinux = "suse-linux"
20
20
  }
21
- declare enum ArchBasedOptions {
21
+ export declare enum ArchBasedOptions {
22
22
  Amd64 = "amd64",
23
23
  Arm64 = "arm64"
24
24
  }
25
- declare enum MacOsInstallOptions {
25
+ export declare enum MacOsInstallOptions {
26
26
  Homebrew = "homebrew",
27
27
  Binary = "binary"
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.76",
3
+ "version": "0.0.77",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",