Skip to content

Commit 0d29fc4

Browse files
committed
fix: include .jsii in files in node modules for constructhub visibillity
chore: update dependencies and package versions Signed-off-by: Jehannes <Jehannes.ZUidema@alliander.com>
1 parent 70abfff commit 0d29fc4

File tree

3 files changed

+44
-79
lines changed

3 files changed

+44
-79
lines changed

.jsii

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
]
77
},
88
"bundled": {
9-
"@aws-lambda-powertools/logger": "^2.21.0",
10-
"@aws-sdk/client-kms": "^3.823.0",
11-
"@aws-sdk/client-s3": "^3.823.0",
12-
"@types/aws-lambda": "^8.10.149",
9+
"@aws-lambda-powertools/logger": "^2.22.0",
10+
"@aws-sdk/client-kms": "^3.838.0",
11+
"@aws-sdk/client-s3": "^3.837.0",
12+
"@types/aws-lambda": "^8.10.150",
1313
"@types/jsrsasign": "^10.5.15",
1414
"base64url": "^3.0.1",
15-
"jsrsasign": "^11.1.0",
16-
"source-map-support": "^0.5.21"
15+
"jsrsasign": "^11.1.0"
1716
},
1817
"dependencies": {
19-
"aws-cdk-lib": "^2.200.1",
18+
"aws-cdk-lib": "^2.202.0",
2019
"constructs": "^10.4.2"
2120
},
2221
"dependencyClosure": {
@@ -1561,6 +1560,19 @@
15611560
}
15621561
}
15631562
},
1563+
"aws-cdk-lib.aws_evs": {
1564+
"targets": {
1565+
"dotnet": {
1566+
"package": "Amazon.CDK.AWS.EVS"
1567+
},
1568+
"java": {
1569+
"package": "software.amazon.awscdk.services.evs"
1570+
},
1571+
"python": {
1572+
"module": "aws_cdk.aws_evs"
1573+
}
1574+
}
1575+
},
15641576
"aws-cdk-lib.aws_finspace": {
15651577
"targets": {
15661578
"dotnet": {
@@ -3981,7 +3993,7 @@
39813993
"hasDefaultInterfaces": true
39823994
}
39833995
},
3984-
"tscRootDir": "C:/GHrepos/Work/aws-jwt-sts/src"
3996+
"tscRootDir": "C:/GHrepos/aws-jwt-sts/src"
39853997
},
39863998
"name": "@alliander-opensource/aws-jwt-sts",
39873999
"readme": {
@@ -4009,7 +4021,7 @@
40094021
"initializer": {
40104022
"locationInModule": {
40114023
"filename": "src/index.ts",
4012-
"line": 153
4024+
"line": 152
40134025
},
40144026
"parameters": [
40154027
{
@@ -4035,7 +4047,7 @@
40354047
"kind": "class",
40364048
"locationInModule": {
40374049
"filename": "src/index.ts",
4038-
"line": 147
4050+
"line": 146
40394051
},
40404052
"name": "AwsJwtSts",
40414053
"properties": [
@@ -4046,7 +4058,7 @@
40464058
"immutable": true,
40474059
"locationInModule": {
40484060
"filename": "src/index.ts",
4049-
"line": 151
4061+
"line": 150
40504062
},
40514063
"name": "failedRotationTopic",
40524064
"type": {
@@ -4149,7 +4161,7 @@
41494161
{
41504162
"abstract": true,
41514163
"docs": {
4152-
"remarks": "None: no waf is used\nConstructProvided: the construct will deploy a wafAcl with opinionated rules\nProvideWebAclArn: provide your own arn",
4164+
"remarks": "None: no waf is used\r\nConstructProvided: the construct will deploy a wafAcl with opinionated rules\r\nProvideWebAclArn: provide your own arn",
41534165
"summary": "If waf needs to be added to the API GW."
41544166
},
41554167
"immutable": true,
@@ -4396,6 +4408,6 @@
43964408
"symbolId": "src/index:WafUsage"
43974409
}
43984410
},
4399-
"version": "0.3.3",
4400-
"fingerprint": "lPC9nhcbPpECzLXCAl9J3usbrMJIiT/G+Aav2zwnh70="
4411+
"version": "0.3.5",
4412+
"fingerprint": "Q9FrMWKGT/DndF3CoXcCZ5aNrCzvMe/imYhhypssxwA="
44014413
}

package-lock.json

Lines changed: 12 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alliander-opensource/aws-jwt-sts",
33
"license": "MIT",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"author": {
66
"name": "Alliander NV"
77
},
@@ -11,7 +11,8 @@
1111
},
1212
"main": "dist/index.js",
1313
"files": [
14-
"dist/*"
14+
"dist/*",
15+
".jsii"
1516
],
1617
"types": "dist/index.d.ts",
1718
"keywords": ["awscdk"],
@@ -90,6 +91,7 @@
9091
"glob": "$glob",
9192
"jest": "$jest",
9293
"brace-expansion@1.1.11": "1.1.12",
93-
"brace-expansion@2.0.1": "2.0.2"
94+
"brace-expansion@2.0.1": "2.0.2",
95+
"sinon": "21.0.0"
9496
}
95-
}
97+
}

0 commit comments

Comments
 (0)