@robhan-cdk-lib/aws_grafana 0.1.2 → 0.1.4

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
@@ -12656,6 +12656,6 @@
12656
12656
  "symbolId": "src/workspace:WorkspaceProps"
12657
12657
  }
12658
12658
  },
12659
- "version": "0.1.2",
12660
- "fingerprint": "1wVFUI3ZeXDfcUWBXpcy9TAyo6ah2mZ2lnjukbdEnO8="
12659
+ "version": "0.1.4",
12660
+ "fingerprint": "xoPtp2N1EOPLHZeIbqY8GzU4ZFTC0vg8aOd6saxspsU="
12661
12661
  }
@@ -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.2" };
142
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.WorkspaceBase", version: "0.1.4" };
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.2" };
15
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.Workspace", version: "0.1.4" };
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.3",
62
+ "projen": "^0.103.7",
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.2",
85
+ "version": "0.1.4",
86
86
  "jest": {
87
87
  "coverageProvider": "v8",
88
88
  "testMatch": [