@robhan-cdk-lib/aws_grafana 0.1.2 → 0.1.3
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/workspace-base.js +1 -1
- package/lib/workspace.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -12656,6 +12656,6 @@
|
|
|
12656
12656
|
"symbolId": "src/workspace:WorkspaceProps"
|
|
12657
12657
|
}
|
|
12658
12658
|
},
|
|
12659
|
-
"version": "0.1.
|
|
12660
|
-
"fingerprint": "
|
|
12659
|
+
"version": "0.1.3",
|
|
12660
|
+
"fingerprint": "KkaON5mG71utJrvWyuSh/hxK1Gh/jNa4DnyQ6o0CZ2I="
|
|
12661
12661
|
}
|
package/lib/workspace-base.js
CHANGED
|
@@ -139,7 +139,7 @@ var Status;
|
|
|
139
139
|
Status["LICENSE_REMOVAL_FAILED"] = "LICENSE_REMOVAL_FAILED";
|
|
140
140
|
})(Status || (exports.Status = Status = {}));
|
|
141
141
|
class WorkspaceBase extends aws_cdk_lib_1.Resource {
|
|
142
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.WorkspaceBase", version: "0.1.
|
|
142
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.WorkspaceBase", version: "0.1.3" };
|
|
143
143
|
getWorkspaceArn(workspaceId) {
|
|
144
144
|
return this.stack.formatArn({
|
|
145
145
|
service: 'grafana',
|
package/lib/workspace.js
CHANGED
|
@@ -12,7 +12,7 @@ const IS_WORKSPACE = Symbol.for('@robhan-cdk-lib/aws_grafana.Workspace');
|
|
|
12
12
|
* to run the Grafana server.
|
|
13
13
|
*/
|
|
14
14
|
class Workspace extends workspace_base_1.WorkspaceBase {
|
|
15
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.Workspace", version: "0.1.
|
|
15
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.Workspace", version: "0.1.3" };
|
|
16
16
|
static isWorkspace(x) {
|
|
17
17
|
return IS_WORKSPACE in x;
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
60
|
"jsii-pacmak": "^1.140.0",
|
|
61
61
|
"jsii-rosetta": "~5.9.0",
|
|
62
|
-
"projen": "^0.103.
|
|
62
|
+
"projen": "^0.103.5",
|
|
63
63
|
"ts-jest": "^29.4.12",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "^5.9.3"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"main": "lib/index.js",
|
|
83
83
|
"license": "MIT",
|
|
84
84
|
"stability": "stable",
|
|
85
|
-
"version": "0.1.
|
|
85
|
+
"version": "0.1.3",
|
|
86
86
|
"jest": {
|
|
87
87
|
"coverageProvider": "v8",
|
|
88
88
|
"testMatch": [
|