@robhan-cdk-lib/aws_grafana 0.0.389 → 0.0.391
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 +5 -4
- package/lib/workspace-base.js +1 -1
- package/lib/workspace.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@robhan-cdk-lib/utils": "^0.0.
|
|
10
|
+
"@robhan-cdk-lib/utils": "^0.0.312",
|
|
11
11
|
"aws-cdk-lib": "^2.243.0",
|
|
12
12
|
"constructs": "^10.5.1"
|
|
13
13
|
},
|
|
@@ -8672,7 +8672,7 @@
|
|
|
8672
8672
|
"stability": "stable"
|
|
8673
8673
|
},
|
|
8674
8674
|
"homepage": "https://github.com/robert-hanuschke/cdk-aws_grafana",
|
|
8675
|
-
"jsiiVersion": "5.9.
|
|
8675
|
+
"jsiiVersion": "5.9.51 (build 95a1df0)",
|
|
8676
8676
|
"keywords": [
|
|
8677
8677
|
"cdk",
|
|
8678
8678
|
"grafana"
|
|
@@ -8684,6 +8684,7 @@
|
|
|
8684
8684
|
"hasDefaultInterfaces": true
|
|
8685
8685
|
}
|
|
8686
8686
|
},
|
|
8687
|
+
"tscOutDir": "lib",
|
|
8687
8688
|
"tscRootDir": "src"
|
|
8688
8689
|
},
|
|
8689
8690
|
"name": "@robhan-cdk-lib/aws_grafana",
|
|
@@ -11442,6 +11443,6 @@
|
|
|
11442
11443
|
"symbolId": "src/workspace:WorkspaceProps"
|
|
11443
11444
|
}
|
|
11444
11445
|
},
|
|
11445
|
-
"version": "0.0.
|
|
11446
|
-
"fingerprint": "
|
|
11446
|
+
"version": "0.0.391",
|
|
11447
|
+
"fingerprint": "zVNhGFeJLFTmLHmgahtmmNrOEcgbBh1Y0gHSMaxjFwE="
|
|
11447
11448
|
}
|
package/lib/workspace-base.js
CHANGED
|
@@ -135,7 +135,7 @@ var Status;
|
|
|
135
135
|
Status["LICENSE_REMOVAL_FAILED"] = "LICENSE_REMOVAL_FAILED";
|
|
136
136
|
})(Status || (exports.Status = Status = {}));
|
|
137
137
|
class WorkspaceBase extends aws_cdk_lib_1.Resource {
|
|
138
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.WorkspaceBase", version: "0.0.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.WorkspaceBase", version: "0.0.391" };
|
|
139
139
|
getWorkspaceArn(workspaceId) {
|
|
140
140
|
const stack = this.stack;
|
|
141
141
|
return `arn:${stack.partition}:grafana:${stack.region}:${stack.account}:workspaces/${workspaceId}`;
|
package/lib/workspace.js
CHANGED
|
@@ -13,7 +13,7 @@ const IS_WORKSPACE = Symbol.for('@robhan-cdk-lib/aws_grafana.Workspace');
|
|
|
13
13
|
* to run the Grafana server.
|
|
14
14
|
*/
|
|
15
15
|
class Workspace extends workspace_base_2.WorkspaceBase {
|
|
16
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.Workspace", version: "0.0.
|
|
16
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.Workspace", version: "0.0.391" };
|
|
17
17
|
static isWorkspace(x) {
|
|
18
18
|
return IS_WORKSPACE in x;
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"jsii-docgen": "^10.5.0",
|
|
59
59
|
"jsii-pacmak": "^1.139.0",
|
|
60
60
|
"jsii-rosetta": "~5.9.0",
|
|
61
|
-
"projen": "^0.101.
|
|
61
|
+
"projen": "^0.101.25",
|
|
62
62
|
"ts-jest": "^29.4.12",
|
|
63
63
|
"ts-node": "^10.9.2",
|
|
64
64
|
"typescript": "^5.9.3"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"constructs": "^10.5.1"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@robhan-cdk-lib/utils": "^0.0.
|
|
71
|
+
"@robhan-cdk-lib/utils": "^0.0.312"
|
|
72
72
|
},
|
|
73
73
|
"keywords": [
|
|
74
74
|
"cdk",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"main": "lib/index.js",
|
|
85
85
|
"license": "MIT",
|
|
86
86
|
"stability": "stable",
|
|
87
|
-
"version": "0.0.
|
|
87
|
+
"version": "0.0.391",
|
|
88
88
|
"jest": {
|
|
89
89
|
"coverageProvider": "v8",
|
|
90
90
|
"testMatch": [
|