cdk8s-jenkins 0.0.607 → 0.0.608

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.
Files changed (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/jenkins.js +1 -1
  3. package/package.json +2 -2
package/.jsii CHANGED
@@ -524,6 +524,6 @@
524
524
  "symbolId": "src/jenkins:SeedJob"
525
525
  }
526
526
  },
527
- "version": "0.0.607",
528
- "fingerprint": "Gr24QGAMBN/9Cj3tYWKtLNIKwr78oc6TM4S1X0DAuH8="
527
+ "version": "0.0.608",
528
+ "fingerprint": "eENsJAKUIPefiT/uvUrN8gl4tJULQpOiT8FbGA6fnI4="
529
529
  }
package/lib/jenkins.js CHANGED
@@ -42,7 +42,7 @@ const jenkins = __importStar(require("./imports/jenkins.io"));
42
42
  * A jenkins instance.
43
43
  */
44
44
  class Jenkins extends constructs_1.Construct {
45
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-jenkins.Jenkins", version: "0.0.607" };
45
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-jenkins.Jenkins", version: "0.0.608" };
46
46
  _plugins;
47
47
  _basePlugins;
48
48
  _seedJobs;
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "^0.1.16",
45
+ "@cdk8s/projen-common": "^0.1.17",
46
46
  "@stylistic/eslint-plugin": "^2",
47
47
  "@types/jest": "^27",
48
48
  "@types/node": "^18",
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "0.0.607",
81
+ "version": "0.0.608",
82
82
  "jest": {
83
83
  "coverageProvider": "v8",
84
84
  "coveragePathIgnorePatterns": [