@robhan-cdk-lib/aws_grafana 0.0.366 → 0.0.367
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 +3 -3
- package/lib/workspace-base.js +1 -1
- package/lib/workspace.js +1 -1
- package/package.json +2 -2
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.294",
|
|
11
11
|
"aws-cdk-lib": "^2.243.0",
|
|
12
12
|
"constructs": "^10.5.1"
|
|
13
13
|
},
|
|
@@ -11442,6 +11442,6 @@
|
|
|
11442
11442
|
"symbolId": "src/workspace:WorkspaceProps"
|
|
11443
11443
|
}
|
|
11444
11444
|
},
|
|
11445
|
-
"version": "0.0.
|
|
11446
|
-
"fingerprint": "
|
|
11445
|
+
"version": "0.0.367",
|
|
11446
|
+
"fingerprint": "2eeTQjleOGcwW7gNrHpB1qMqyk9UnhgLpSRQgZj0kbI="
|
|
11447
11447
|
}
|
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.367" };
|
|
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.367" };
|
|
17
17
|
static isWorkspace(x) {
|
|
18
18
|
return IS_WORKSPACE in x;
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"constructs": "^10.5.1"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@robhan-cdk-lib/utils": "^0.0.
|
|
70
|
+
"@robhan-cdk-lib/utils": "^0.0.294"
|
|
71
71
|
},
|
|
72
72
|
"keywords": [
|
|
73
73
|
"cdk",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"main": "lib/index.js",
|
|
84
84
|
"license": "MIT",
|
|
85
85
|
"stability": "stable",
|
|
86
|
-
"version": "0.0.
|
|
86
|
+
"version": "0.0.367",
|
|
87
87
|
"jest": {
|
|
88
88
|
"coverageProvider": "v8",
|
|
89
89
|
"testMatch": [
|