cdk8s-grafana 0.1.795 → 0.1.797
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 +2 -2
- package/lib/dashboard.js +1 -1
- package/lib/datasource.js +1 -1
- package/lib/grafana.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
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.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.Dashboard", version: "0.1.797" };
|
|
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.
|
|
27
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.DataSource", version: "0.1.797" };
|
|
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.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-grafana.Grafana", version: "0.1.797" };
|
|
14
14
|
dataSources;
|
|
15
15
|
dashboards;
|
|
16
16
|
namespace;
|
package/package.json
CHANGED
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"jest": "^27",
|
|
58
58
|
"jest-junit": "^17",
|
|
59
59
|
"jsii": "~5.9.0",
|
|
60
|
-
"jsii-diff": "^1.
|
|
60
|
+
"jsii-diff": "^1.139.0",
|
|
61
61
|
"jsii-docgen": "^10.5.0",
|
|
62
|
-
"jsii-pacmak": "^1.
|
|
62
|
+
"jsii-pacmak": "^1.139.0",
|
|
63
63
|
"jsii-rosetta": "~5.9.0",
|
|
64
64
|
"projen": "^0.100.2",
|
|
65
65
|
"ts-jest": "^27",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
|
-
"version": "0.1.
|
|
91
|
+
"version": "0.1.797",
|
|
92
92
|
"jest": {
|
|
93
93
|
"coverageProvider": "v8",
|
|
94
94
|
"testMatch": [
|