cdk-common 2.1.65 → 2.1.66

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/main.js +1 -1
  3. package/package.json +2 -2
package/.jsii CHANGED
@@ -13122,6 +13122,6 @@
13122
13122
  "symbolId": "src/main:LambdaArmFunctionProps"
13123
13123
  }
13124
13124
  },
13125
- "version": "2.1.65",
13126
- "fingerprint": "GHYDvJWE/a/In8cKmgE00qBwohzx+ZjwiWWbuqZuaZw="
13125
+ "version": "2.1.66",
13126
+ "fingerprint": "Wrwl4yq3D1fEWWjyS0LTlYHaBeXHAxOtkL1heC282dM="
13127
13127
  }
package/lib/main.js CHANGED
@@ -39,7 +39,7 @@ const cdk = __importStar(require("aws-cdk-lib"));
39
39
  const lambda = __importStar(require("aws-cdk-lib/aws-lambda"));
40
40
  const constructs_1 = require("constructs");
41
41
  class LambdaArmFunction extends constructs_1.Construct {
42
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-common.LambdaArmFunction", version: "2.1.65" };
42
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-common.LambdaArmFunction", version: "2.1.66" };
43
43
  lambdaFunction;
44
44
  constructor(scope, id, props) {
45
45
  super(scope, id);
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "jsii-docgen": "^10.5.0",
55
55
  "jsii-pacmak": "^1.137.0",
56
56
  "jsii-rosetta": "5.9.x",
57
- "projen": "0.100.6",
57
+ "projen": "0.100.7",
58
58
  "ts-jest": "^27",
59
59
  "typescript": "^5"
60
60
  },
@@ -89,7 +89,7 @@
89
89
  "access": "public",
90
90
  "provenance": true
91
91
  },
92
- "version": "2.1.65",
92
+ "version": "2.1.66",
93
93
  "jest": {
94
94
  "coverageProvider": "v8",
95
95
  "testMatch": [