cdk-common 2.1.61 → 2.1.62
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
|
@@ -13098,6 +13098,6 @@
|
|
|
13098
13098
|
"symbolId": "src/main:LambdaArmFunctionProps"
|
|
13099
13099
|
}
|
|
13100
13100
|
},
|
|
13101
|
-
"version": "2.1.
|
|
13102
|
-
"fingerprint": "
|
|
13101
|
+
"version": "2.1.62",
|
|
13102
|
+
"fingerprint": "tUO5BhzkrXAwPJMC7WE0oKoKuqsiNrjUPJ2vjGO4vPQ="
|
|
13103
13103
|
}
|
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.62" };
|
|
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.136.0",
|
|
56
56
|
"jsii-rosetta": "5.9.x",
|
|
57
|
-
"projen": "0.100.
|
|
57
|
+
"projen": "0.100.2",
|
|
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.62",
|
|
93
93
|
"jest": {
|
|
94
94
|
"coverageProvider": "v8",
|
|
95
95
|
"testMatch": [
|