cdk-common 2.1.63 → 2.1.64
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 +2 -2
- package/lib/main.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -13116,6 +13116,6 @@
|
|
|
13116
13116
|
"symbolId": "src/main:LambdaArmFunctionProps"
|
|
13117
13117
|
}
|
|
13118
13118
|
},
|
|
13119
|
-
"version": "2.1.
|
|
13120
|
-
"fingerprint": "
|
|
13119
|
+
"version": "2.1.64",
|
|
13120
|
+
"fingerprint": "o4I2uQsO5IcPWZYmZGFeLfifxd+gH+Ck6A358pt8TpM="
|
|
13121
13121
|
}
|
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.
|
|
42
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-common.LambdaArmFunction", version: "2.1.64" };
|
|
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.
|
|
57
|
+
"projen": "0.100.5",
|
|
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.
|
|
92
|
+
"version": "2.1.64",
|
|
93
93
|
"jest": {
|
|
94
94
|
"coverageProvider": "v8",
|
|
95
95
|
"testMatch": [
|