cdk8s-grafana 0.1.795 → 0.1.796

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.
package/.jsii CHANGED
@@ -971,6 +971,6 @@
971
971
  "symbolId": "src/grafana:GrafanaProps"
972
972
  }
973
973
  },
974
- "version": "0.1.795",
975
- "fingerprint": "lhQNUdvCMQryNjcbQOujg8g0VeIde/DGhqYhJx5LTkY="
974
+ "version": "0.1.796",
975
+ "fingerprint": "4ZGKOE+0CKsYk2EtBF/a8YctI2uZ3RivO87WKls9GXc="
976
976
  }
package/lib/dashboard.js CHANGED
@@ -10,7 +10,7 @@ const grafana_dashboard_1 = require("./imports/grafana-dashboard");
10
10
  * @see https://grafana.com/docs/grafana/latest/http_api/dashboard/
11
11
  */
12
12
  class Dashboard extends constructs_1.Construct {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.Dashboard", version: "0.1.795" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.Dashboard", version: "0.1.796" };
14
14
  plugins;
15
15
  constructor(scope, id, props) {
16
16
  super(scope, id);
package/lib/datasource.js CHANGED
@@ -24,7 +24,7 @@ var AccessType;
24
24
  * @see https://grafana.com/docs/grafana/latest/administration/provisioning/#example-data-source-config-file
25
25
  */
26
26
  class DataSource extends constructs_1.Construct {
27
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.DataSource", version: "0.1.795" };
27
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.DataSource", version: "0.1.796" };
28
28
  /**
29
29
  * Name of the data source.
30
30
  */
package/lib/grafana.js CHANGED
@@ -10,7 +10,7 @@ const grafana_1 = require("./imports/grafana");
10
10
  * A Grafana instance.
11
11
  */
12
12
  class Grafana extends constructs_1.Construct {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.Grafana", version: "0.1.795" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.Grafana", version: "0.1.796" };
14
14
  dataSources;
15
15
  dashboards;
16
16
  namespace;
package/package.json CHANGED
@@ -88,7 +88,7 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "version": "0.1.795",
91
+ "version": "0.1.796",
92
92
  "jest": {
93
93
  "coverageProvider": "v8",
94
94
  "testMatch": [