@robhan-cdk-lib/aws_grafana 0.0.384 → 0.0.386

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
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "dependencies": {
10
- "@robhan-cdk-lib/utils": "^0.0.307",
10
+ "@robhan-cdk-lib/utils": "^0.0.309",
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.48 (build 82cdda0)",
8675
+ "jsiiVersion": "5.9.49 (build 09a22a8)",
8676
8676
  "keywords": [
8677
8677
  "cdk",
8678
8678
  "grafana"
@@ -8684,7 +8684,7 @@
8684
8684
  "hasDefaultInterfaces": true
8685
8685
  }
8686
8686
  },
8687
- "tscRootDir": "/home/runner/work/cdk-aws_grafana/cdk-aws_grafana/src"
8687
+ "tscRootDir": "src"
8688
8688
  },
8689
8689
  "name": "@robhan-cdk-lib/aws_grafana",
8690
8690
  "readme": {
@@ -11442,6 +11442,6 @@
11442
11442
  "symbolId": "src/workspace:WorkspaceProps"
11443
11443
  }
11444
11444
  },
11445
- "version": "0.0.384",
11446
- "fingerprint": "DDVugpEJ7GQW0w192eRhFn+tcKubf27dCEBfLyi4eUw="
11445
+ "version": "0.0.386",
11446
+ "fingerprint": "RcNYl4lmxlp0t0dStqYpLCWdJe4m/bfiK9tz3jaZstU="
11447
11447
  }
@@ -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.384" };
138
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.WorkspaceBase", version: "0.0.386" };
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.384" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@robhan-cdk-lib/aws_grafana.Workspace", version: "0.0.386" };
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.20",
61
+ "projen": "^0.101.21",
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.307"
71
+ "@robhan-cdk-lib/utils": "^0.0.309"
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.384",
87
+ "version": "0.0.386",
88
88
  "jest": {
89
89
  "coverageProvider": "v8",
90
90
  "testMatch": [