@cdk8s/projen-common 0.0.240 → 0.0.241

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
@@ -8,10 +8,10 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "bundled": {
11
- "codemaker": "^1.74.0"
11
+ "codemaker": "^1.75.0"
12
12
  },
13
13
  "dependencies": {
14
- "projen": "^0.67.50"
14
+ "projen": "^0.67.53"
15
15
  },
16
16
  "dependencyClosure": {
17
17
  "projen": {
@@ -59,7 +59,7 @@
59
59
  "stability": "stable"
60
60
  },
61
61
  "homepage": "https://github.com/cdk8s-team/cdk8s-projen-common",
62
- "jsiiVersion": "1.74.0 (build 6d08790)",
62
+ "jsiiVersion": "1.75.0 (build 63bb957)",
63
63
  "license": "Apache-2.0",
64
64
  "metadata": {
65
65
  "jsii": {
@@ -286,6 +286,6 @@
286
286
  "symbolId": "src/projects/typescript:Cdk8sTeamTypescriptProjectOptions"
287
287
  }
288
288
  },
289
- "version": "0.0.240",
290
- "fingerprint": "+2mFxEDgOKnA7xG/DO7afKRfdqdAhtFIKVxm90a7AOY="
289
+ "version": "0.0.241",
290
+ "fingerprint": "aIptGbALq+NZ4jdpa/H08eB2a+vL2hioDBS7o0eJu9o="
291
291
  }
@@ -35,7 +35,7 @@ class Cdk8sTeamJsiiProject extends projen_1.cdk.JsiiProject {
35
35
  }
36
36
  exports.Cdk8sTeamJsiiProject = Cdk8sTeamJsiiProject;
37
37
  _a = JSII_RTTI_SYMBOL_1;
38
- Cdk8sTeamJsiiProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.0.240" };
38
+ Cdk8sTeamJsiiProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamJsiiProject", version: "0.0.241" };
39
39
  function pythonTarget(name) {
40
40
  const distName = name.startsWith(typescript_1.SCOPE) ? name.replace(typescript_1.SCOPE, typescript_1.NAME_PREFIX) : name;
41
41
  return {
@@ -54,7 +54,7 @@ class Cdk8sTeamTypeScriptProject extends projen_1.typescript.TypeScriptProject {
54
54
  }
55
55
  exports.Cdk8sTeamTypeScriptProject = Cdk8sTeamTypeScriptProject;
56
56
  _a = JSII_RTTI_SYMBOL_1;
57
- Cdk8sTeamTypeScriptProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.0.240" };
57
+ Cdk8sTeamTypeScriptProject[_a] = { fqn: "@cdk8s/projen-common.Cdk8sTeamTypeScriptProject", version: "0.0.241" };
58
58
  /**
59
59
  * Validate that the options map does not contain any invalid option.
60
60
  * This would usually be implemented at compile time using Omit/Pick but jsii
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codemaker",
3
- "version": "1.74.0",
3
+ "version": "1.75.0",
4
4
  "description": "A tiny utility for generating source code",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
package/package.json CHANGED
@@ -46,22 +46,22 @@
46
46
  "eslint-plugin-import": "^2.27.5",
47
47
  "jest": "^27",
48
48
  "jest-junit": "^13",
49
- "jsii": "^1.74.0",
50
- "jsii-diff": "^1.74.0",
51
- "jsii-docgen": "^7.0.232",
52
- "jsii-pacmak": "^1.74.0",
49
+ "jsii": "^1.75.0",
50
+ "jsii-diff": "^1.75.0",
51
+ "jsii-docgen": "^7.0.233",
52
+ "jsii-pacmak": "^1.75.0",
53
53
  "npm-check-updates": "^16",
54
- "projen": "^0.67.50",
54
+ "projen": "^0.67.53",
55
55
  "standard-version": "^9",
56
56
  "ts-jest": "^27",
57
57
  "ts-node": "^10.9.1",
58
58
  "typescript": "^4.9.5"
59
59
  },
60
60
  "peerDependencies": {
61
- "projen": "^0.67.50"
61
+ "projen": "^0.67.53"
62
62
  },
63
63
  "dependencies": {
64
- "codemaker": "^1.74.0"
64
+ "codemaker": "^1.75.0"
65
65
  },
66
66
  "bundledDependencies": [
67
67
  "codemaker"
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "main": "lib/index.js",
73
73
  "license": "Apache-2.0",
74
- "version": "0.0.240",
74
+ "version": "0.0.241",
75
75
  "jest": {
76
76
  "testMatch": [
77
77
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",