@cdk8s/projen-common 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 CHANGED
@@ -762,6 +762,6 @@
762
762
  "symbolId": "src/components/triage/triage:TriageProps"
763
763
  }
764
764
  },
765
- "version": "0.1.2",
766
- "fingerprint": "RIPZQMDoXTTmD/BYKJq48hQMvKhi8dFAo9O9UIyWEfw="
765
+ "version": "0.1.3",
766
+ "fingerprint": "sH5hm/8luBBe4Ef0Ns1znSunIMX4W0G9dqZnKGIfmeE="
767
767
  }
@@ -10,7 +10,7 @@ const workflows_model_1 = require("projen/lib/github/workflows-model");
10
10
  * @see https://github.com/marketplace/actions/add-to-github-projects
11
11
  */
12
12
  class Triage extends projen_1.Component {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Triage", version: "0.1.2" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Triage", version: "0.1.3" };
14
14
  constructor(project, props) {
15
15
  super(project);
16
16
  // hmm, we need to remember to update this in 2024
@@ -46,7 +46,7 @@ const code = new maker.CodeMaker();
46
46
  * @pjid cdk8s-team-jsii-project
47
47
  */
48
48
  class Cdk8sTeamJsiiProject extends projen_1.cdk.JsiiProject {
49
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.1.2" };
49
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.1.3" };
50
50
  constructor(options) {
51
51
  node.validateOptions(options);
52
52
  node.validateProjectName(options);
@@ -150,7 +150,7 @@ function buildRepositoryName(projectName) {
150
150
  * @pjid cdk8s-team-node-project
151
151
  */
152
152
  class Cdk8sTeamNodeProject extends projen_1.javascript.NodeProject {
153
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamNodeProject", version: "0.1.2" };
153
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamNodeProject", version: "0.1.3" };
154
154
  constructor(options) {
155
155
  validateOptions(options);
156
156
  validateProjectName(options);
@@ -44,7 +44,7 @@ const backport_1 = require("../components/backport/backport");
44
44
  * @pjid cdk8s-team-typescript-project
45
45
  */
46
46
  class Cdk8sTeamTypeScriptProject extends projen_1.typescript.TypeScriptProject {
47
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.1.2" };
47
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.1.3" };
48
48
  constructor(options) {
49
49
  node.validateOptions(options);
50
50
  node.validateProjectName(options);
package/package.json CHANGED
@@ -51,9 +51,9 @@
51
51
  "jest": "^29",
52
52
  "jest-junit": "^17",
53
53
  "jsii": "5.9.x",
54
- "jsii-diff": "^1.137.0",
54
+ "jsii-diff": "^1.138.0",
55
55
  "jsii-docgen": "^10.5.0",
56
- "jsii-pacmak": "^1.137.0",
56
+ "jsii-pacmak": "^1.138.0",
57
57
  "jsii-rosetta": "5.9.x",
58
58
  "projen": "^0.101.4",
59
59
  "ts-jest": "^29",
@@ -77,7 +77,7 @@
77
77
  "main": "lib/index.js",
78
78
  "license": "Apache-2.0",
79
79
  "stability": "stable",
80
- "version": "0.1.2",
80
+ "version": "0.1.3",
81
81
  "jest": {
82
82
  "coverageProvider": "v8",
83
83
  "testMatch": [