@btc-embedded/cdk-extensions 0.20.11 → 0.21.0

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 (83) hide show
  1. package/.jsii +286 -121
  2. package/API.md +1464 -194
  3. package/CHANGELOG.md +8 -0
  4. package/README.md +45 -0
  5. package/lib/constructs/EventPipe.js +1 -1
  6. package/lib/constructs/ExportedService.js +4 -4
  7. package/lib/constructs/S3Bucket.js +1 -1
  8. package/lib/constructs/SecureRestApi.d.ts +1 -1
  9. package/lib/constructs/SecureRestApi.js +9 -5
  10. package/lib/constructs/SecureRestApiV2.d.ts +1 -1
  11. package/lib/constructs/SecureRestApiV2.js +2 -2
  12. package/lib/constructs/api-keys/ApiKeyClientAuthorization.js +1 -1
  13. package/lib/constructs/api-keys/ApiKeyManagement.js +1 -1
  14. package/lib/constructs/api-keys/ApiKeyPreTokenHandler.js +1 -1
  15. package/lib/constructs/api-keys/ApiKeyStore.js +1 -1
  16. package/lib/extensions/ApiGatewayExtension.d.ts +1 -1
  17. package/lib/extensions/ApiGatewayExtension.js +33 -11
  18. package/lib/extensions/ApplicationLoadBalancerExtension.d.ts +2 -2
  19. package/lib/extensions/ApplicationLoadBalancerExtension.js +28 -9
  20. package/lib/extensions/ApplicationLoadBalancerExtensionV2.d.ts +1 -1
  21. package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +5 -5
  22. package/lib/extensions/CloudMapExtension.d.ts +1 -1
  23. package/lib/extensions/CloudMapExtension.js +3 -3
  24. package/lib/extensions/DeactivatableServiceExtension.js +1 -1
  25. package/lib/extensions/DeploymentConfigExtension.js +1 -1
  26. package/lib/extensions/DocumentDbAccessExtension.d.ts +1 -1
  27. package/lib/extensions/DocumentDbAccessExtension.js +2 -2
  28. package/lib/extensions/DomainEventMessagingExtension.js +1 -1
  29. package/lib/extensions/EfsMountExtension.js +1 -1
  30. package/lib/extensions/ExtraContainerExtension.js +1 -1
  31. package/lib/extensions/HTTPApiExtension.d.ts +1 -1
  32. package/lib/extensions/HTTPApiExtension.js +5 -5
  33. package/lib/extensions/LogExtension.d.ts +1 -1
  34. package/lib/extensions/LogExtension.js +5 -5
  35. package/lib/extensions/ModifyContainerDefinitionExtension.js +1 -1
  36. package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
  37. package/lib/extensions/OpenIdExtension.d.ts +1 -1
  38. package/lib/extensions/OpenIdExtension.js +3 -3
  39. package/lib/extensions/OpenTelemetryExtension.js +1 -1
  40. package/lib/extensions/PostgresDbAccessExtension.d.ts +1 -1
  41. package/lib/extensions/PostgresDbAccessExtension.js +22 -6
  42. package/lib/extensions/SharedVolumeExtension.js +1 -1
  43. package/lib/extensions/TcpKeepAliveExtension.js +1 -1
  44. package/lib/index.d.ts +1 -0
  45. package/lib/index.js +2 -1
  46. package/lib/platform/ApiGateway.js +1 -1
  47. package/lib/platform/ApiGatewayVpcLink.d.ts +1 -1
  48. package/lib/platform/ApiGatewayVpcLink.js +6 -6
  49. package/lib/platform/ApplicationLoadBalancer.js +1 -1
  50. package/lib/platform/ApplicationLoadBalancerV2.d.ts +2 -2
  51. package/lib/platform/ApplicationLoadBalancerV2.js +6 -6
  52. package/lib/platform/BTCLogGroup.d.ts +2 -2
  53. package/lib/platform/BTCLogGroup.js +4 -4
  54. package/lib/platform/CognitoUserPool.d.ts +1 -1
  55. package/lib/platform/CognitoUserPool.js +9 -9
  56. package/lib/platform/DefaultUserPoolClients.js +1 -1
  57. package/lib/platform/DocumentDB.d.ts +1 -1
  58. package/lib/platform/DocumentDB.js +5 -5
  59. package/lib/platform/EcsCluster.d.ts +1 -1
  60. package/lib/platform/EcsCluster.js +3 -3
  61. package/lib/platform/EfsFileSystem.d.ts +2 -2
  62. package/lib/platform/EfsFileSystem.js +4 -4
  63. package/lib/platform/HostedZone.d.ts +1 -1
  64. package/lib/platform/HostedZone.js +4 -4
  65. package/lib/platform/PrivateDnsNamespace.d.ts +1 -1
  66. package/lib/platform/PrivateDnsNamespace.js +5 -5
  67. package/lib/platform/ResourceServer.js +1 -1
  68. package/lib/platform/Vpc.d.ts +1 -1
  69. package/lib/platform/Vpc.js +4 -4
  70. package/lib/platform/VpcV2.js +1 -1
  71. package/lib/stacks/ApplicationStack.d.ts +8 -0
  72. package/lib/stacks/ApplicationStack.js +17 -0
  73. package/lib/stacks/index.d.ts +1 -0
  74. package/lib/stacks/index.js +18 -0
  75. package/lib/utils/BasePlatformStackResolver.d.ts +5 -0
  76. package/lib/utils/BasePlatformStackResolver.js +24 -0
  77. package/lib/utils/StackParameter.d.ts +8 -1
  78. package/lib/utils/StackParameter.js +13 -4
  79. package/lib/utils/configFileParsing.d.ts +26 -0
  80. package/lib/utils/configFileParsing.js +36 -1
  81. package/lib/utils/index.d.ts +1 -0
  82. package/lib/utils/index.js +2 -1
  83. package/package.json +1 -1
package/.jsii CHANGED
@@ -8494,7 +8494,7 @@
8494
8494
  },
8495
8495
  "name": "@btc-embedded/cdk-extensions",
8496
8496
  "readme": {
8497
- "markdown": "# @btc-embedded/cdk-extensions\n\nA collection of reusable AWS CDK (Cloud Development Kit) extensions and constructs for building cloud infrastructure with TypeScript.\n\n## Features\n\n- **CDK Constructs**: Includes ready-to-use constructs for API Gateway, Application Load Balancer, Cognito, VPC, DocumentDB, and more.\n- **ECS Service Extensions**: Provides ECS service extensions for advanced container orchestration.\n- **Utilities**: Common utilities and helpers for stack parameters, value imports, and configuration parsing.\n- **Modular Extensions**: Easily extend AWS resources with features like logging, OpenTelemetry, EFS, Cloud Map, and custom containers.\n\n## Installation\n\n```sh\nyarn install @btc-embedded/cdk-extensions\n```\n\n## Usage Example\n\n```typescript\nimport { ApiGateway } from \"@btc-embedded/cdk-extensions\";\n\n// Use constructs and extensions in your CDK app\n```\n\n## Documentation\n\n- [API Reference](./API.md)\n\n## License\n\nApache-2.0 © BTC Embedded Systems AG\n"
8497
+ "markdown": "# @btc-embedded/cdk-extensions\n\nA collection of reusable AWS CDK (Cloud Development Kit) extensions and constructs for building cloud infrastructure with TypeScript.\n\n## Features\n\n- **CDK Constructs**: Includes ready-to-use constructs for API Gateway, Application Load Balancer, Cognito, VPC, DocumentDB, and more.\n- **ECS Service Extensions**: Provides ECS service extensions for advanced container orchestration.\n- **Utilities**: Common utilities and helpers for stack parameters, value imports, and configuration parsing.\n- **Modular Extensions**: Easily extend AWS resources with features like logging, OpenTelemetry, EFS, Cloud Map, and custom containers.\n\n## Installation\n\n```sh\nyarn install @btc-embedded/cdk-extensions\n```\n\n## Usage Example\n\n### Basic Usage\n\n```typescript\nimport { ApiGateway } from \"@btc-embedded/cdk-extensions\";\n\n// Use constructs and extensions in your CDK app\n```\n\n### Using ApplicationStack for Simplified Configuration\n\nFor application-level stacks that reference a base platform stack, use `ApplicationStack` to ensure consistent use of the base platform stack name:\n\n```typescript\nimport { ApplicationStack } from \"@btc-embedded/cdk-extensions\";\n\nexport class MyAppStack extends ApplicationStack {\n constructor(scope: Construct, id: string) {\n super(scope, id, {\n basePlatformStackName: 'my-platform-stack',\n env: {\n account: '123456789012',\n region: 'eu-central-1',\n },\n });\n\n // Constructs and extensions automatically resolve the platform stack name\n // No need to pass basePlatformStackName repeatedly\n }\n}\n```\n\n### Config-Driven Deployments\n\nUse `createApplicationApp` for configuration-driven deployments:\n\n```typescript\nimport { createApplicationApp, ApplicationStack } from '@btc-embedded/cdk-extensions';\nimport { z } from 'zod';\n\nconst configSchema = z.object({\n env: z.object({ account: z.string(), region: z.string() }),\n basePlatformStackName: z.string(),\n});\n\ncreateApplicationApp({\n directory: './config',\n schema: configSchema,\n createStack: (scope, config) => new MyAppStack(scope, 'MyApp', config),\n});\n```\n\n## Documentation\n\n- [API Reference](./API.md)\n\n## License\n\nApache-2.0 © BTC Embedded Systems AG\n"
8498
8498
  },
8499
8499
  "repository": {
8500
8500
  "type": "git",
@@ -8670,14 +8670,14 @@
8670
8670
  "abstract": true,
8671
8671
  "docs": {
8672
8672
  "stability": "experimental",
8673
- "summary": "The name of the base platform stack."
8673
+ "summary": "The prefix for the API Gateway endpoint."
8674
8674
  },
8675
8675
  "immutable": true,
8676
8676
  "locationInModule": {
8677
8677
  "filename": "src/extensions/ApiGatewayExtension.ts",
8678
- "line": 30
8678
+ "line": 25
8679
8679
  },
8680
- "name": "platformStackName",
8680
+ "name": "prefix",
8681
8681
  "type": {
8682
8682
  "primitive": "string"
8683
8683
  }
@@ -8686,14 +8686,14 @@
8686
8686
  "abstract": true,
8687
8687
  "docs": {
8688
8688
  "stability": "experimental",
8689
- "summary": "The prefix for the API Gateway endpoint."
8689
+ "summary": "The security group ID of the API Gateway which should be allowed to connect to the service."
8690
8690
  },
8691
8691
  "immutable": true,
8692
8692
  "locationInModule": {
8693
8693
  "filename": "src/extensions/ApiGatewayExtension.ts",
8694
- "line": 25
8694
+ "line": 35
8695
8695
  },
8696
- "name": "prefix",
8696
+ "name": "securityGroupId",
8697
8697
  "type": {
8698
8698
  "primitive": "string"
8699
8699
  }
@@ -8702,14 +8702,15 @@
8702
8702
  "abstract": true,
8703
8703
  "docs": {
8704
8704
  "stability": "experimental",
8705
- "summary": "The security group ID of the API Gateway which should be allowed to connect to the service."
8705
+ "summary": "The name of the base platform stack."
8706
8706
  },
8707
8707
  "immutable": true,
8708
8708
  "locationInModule": {
8709
8709
  "filename": "src/extensions/ApiGatewayExtension.ts",
8710
- "line": 35
8710
+ "line": 30
8711
8711
  },
8712
- "name": "securityGroupId",
8712
+ "name": "basePlatformStackName",
8713
+ "optional": true,
8713
8714
  "type": {
8714
8715
  "primitive": "string"
8715
8716
  }
@@ -8867,7 +8868,7 @@
8867
8868
  },
8868
8869
  "locationInModule": {
8869
8870
  "filename": "src/platform/ApiGatewayVpcLink.ts",
8870
- "line": 108
8871
+ "line": 114
8871
8872
  },
8872
8873
  "parameters": [
8873
8874
  {
@@ -8942,7 +8943,7 @@
8942
8943
  "immutable": true,
8943
8944
  "locationInModule": {
8944
8945
  "filename": "src/platform/ApiGatewayVpcLink.ts",
8945
- "line": 105
8946
+ "line": 111
8946
8947
  },
8947
8948
  "name": "securityGroup",
8948
8949
  "overrides": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkBase",
@@ -8957,7 +8958,7 @@
8957
8958
  "immutable": true,
8958
8959
  "locationInModule": {
8959
8960
  "filename": "src/platform/ApiGatewayVpcLink.ts",
8960
- "line": 106
8961
+ "line": 112
8961
8962
  },
8962
8963
  "name": "vpcLink",
8963
8964
  "overrides": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkBase",
@@ -9108,11 +9109,11 @@
9108
9109
  "immutable": true,
9109
9110
  "locationInModule": {
9110
9111
  "filename": "src/platform/ApiGatewayVpcLink.ts",
9111
- "line": 31
9112
+ "line": 32
9112
9113
  },
9113
- "name": "basePlatform",
9114
+ "name": "vpc",
9114
9115
  "type": {
9115
- "primitive": "string"
9116
+ "fqn": "aws-cdk-lib.aws_ec2.IVpc"
9116
9117
  }
9117
9118
  },
9118
9119
  {
@@ -9123,11 +9124,12 @@
9123
9124
  "immutable": true,
9124
9125
  "locationInModule": {
9125
9126
  "filename": "src/platform/ApiGatewayVpcLink.ts",
9126
- "line": 32
9127
+ "line": 31
9127
9128
  },
9128
- "name": "vpc",
9129
+ "name": "basePlatformStackName",
9130
+ "optional": true,
9129
9131
  "type": {
9130
- "fqn": "aws-cdk-lib.aws_ec2.IVpc"
9132
+ "primitive": "string"
9131
9133
  }
9132
9134
  }
9133
9135
  ],
@@ -10086,7 +10088,7 @@
10086
10088
  },
10087
10089
  "locationInModule": {
10088
10090
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10089
- "line": 90
10091
+ "line": 89
10090
10092
  },
10091
10093
  "parameters": [
10092
10094
  {
@@ -10110,7 +10112,7 @@
10110
10112
  },
10111
10113
  "locationInModule": {
10112
10114
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10113
- "line": 96
10115
+ "line": 94
10114
10116
  },
10115
10117
  "name": "addHooks",
10116
10118
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
@@ -10122,7 +10124,7 @@
10122
10124
  },
10123
10125
  "locationInModule": {
10124
10126
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10125
- "line": 168
10127
+ "line": 192
10126
10128
  },
10127
10129
  "name": "modifyServiceProps",
10128
10130
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -10147,7 +10149,7 @@
10147
10149
  },
10148
10150
  "locationInModule": {
10149
10151
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10150
- "line": 118
10152
+ "line": 116
10151
10153
  },
10152
10154
  "name": "prehook",
10153
10155
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -10174,7 +10176,7 @@
10174
10176
  },
10175
10177
  "locationInModule": {
10176
10178
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10177
- "line": 175
10179
+ "line": 199
10178
10180
  },
10179
10181
  "name": "useService",
10180
10182
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -10203,10 +10205,9 @@
10203
10205
  "docs": {
10204
10206
  "stability": "deprecated"
10205
10207
  },
10206
- "immutable": true,
10207
10208
  "locationInModule": {
10208
10209
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10209
- "line": 88
10210
+ "line": 87
10210
10211
  },
10211
10212
  "name": "fqdn",
10212
10213
  "type": {
@@ -10292,9 +10293,9 @@
10292
10293
  "immutable": true,
10293
10294
  "locationInModule": {
10294
10295
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10295
- "line": 37
10296
+ "line": 39
10296
10297
  },
10297
- "name": "platformStackName",
10298
+ "name": "securityGroupId",
10298
10299
  "type": {
10299
10300
  "primitive": "string"
10300
10301
  }
@@ -10307,9 +10308,9 @@
10307
10308
  "immutable": true,
10308
10309
  "locationInModule": {
10309
10310
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10310
- "line": 39
10311
+ "line": 38
10311
10312
  },
10312
- "name": "securityGroupId",
10313
+ "name": "userPoolClientSecret",
10313
10314
  "type": {
10314
10315
  "primitive": "string"
10315
10316
  }
@@ -10322,9 +10323,10 @@
10322
10323
  "immutable": true,
10323
10324
  "locationInModule": {
10324
10325
  "filename": "src/extensions/ApplicationLoadBalancerExtension.ts",
10325
- "line": 38
10326
+ "line": 37
10326
10327
  },
10327
- "name": "userPoolClientSecret",
10328
+ "name": "basePlatformStackName",
10329
+ "optional": true,
10328
10330
  "type": {
10329
10331
  "primitive": "string"
10330
10332
  }
@@ -10402,12 +10404,12 @@
10402
10404
  "immutable": true,
10403
10405
  "locationInModule": {
10404
10406
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
10405
- "line": 14
10407
+ "line": 13
10406
10408
  },
10407
- "name": "loadBalancer",
10409
+ "name": "basePlatformStackName",
10408
10410
  "optional": true,
10409
10411
  "type": {
10410
- "fqn": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2"
10412
+ "primitive": "string"
10411
10413
  }
10412
10414
  },
10413
10415
  {
@@ -10418,12 +10420,12 @@
10418
10420
  "immutable": true,
10419
10421
  "locationInModule": {
10420
10422
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
10421
- "line": 13
10423
+ "line": 14
10422
10424
  },
10423
- "name": "platformStackName",
10425
+ "name": "loadBalancer",
10424
10426
  "optional": true,
10425
10427
  "type": {
10426
- "primitive": "string"
10428
+ "fqn": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2"
10427
10429
  }
10428
10430
  }
10429
10431
  ],
@@ -10782,7 +10784,7 @@
10782
10784
  },
10783
10785
  "locationInModule": {
10784
10786
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
10785
- "line": 143
10787
+ "line": 147
10786
10788
  },
10787
10789
  "parameters": [
10788
10790
  {
@@ -10857,7 +10859,7 @@
10857
10859
  "immutable": true,
10858
10860
  "locationInModule": {
10859
10861
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
10860
- "line": 141
10862
+ "line": 145
10861
10863
  },
10862
10864
  "name": "domainName",
10863
10865
  "overrides": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2Base",
@@ -10872,7 +10874,7 @@
10872
10874
  "immutable": true,
10873
10875
  "locationInModule": {
10874
10876
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
10875
- "line": 140
10877
+ "line": 144
10876
10878
  },
10877
10879
  "name": "targetGroup",
10878
10880
  "overrides": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2Base",
@@ -11012,7 +11014,8 @@
11012
11014
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
11013
11015
  "line": 62
11014
11016
  },
11015
- "name": "basePlatform",
11017
+ "name": "basePlatformStackName",
11018
+ "optional": true,
11016
11019
  "type": {
11017
11020
  "primitive": "string"
11018
11021
  }
@@ -11020,6 +11023,85 @@
11020
11023
  ],
11021
11024
  "symbolId": "src/platform/ApplicationLoadBalancerV2:ApplicationLoadBalancerV2LookupOptions"
11022
11025
  },
11026
+ "@btc-embedded/cdk-extensions.ApplicationStack": {
11027
+ "assembly": "@btc-embedded/cdk-extensions",
11028
+ "base": "aws-cdk-lib.Stack",
11029
+ "docs": {
11030
+ "stability": "experimental"
11031
+ },
11032
+ "fqn": "@btc-embedded/cdk-extensions.ApplicationStack",
11033
+ "initializer": {
11034
+ "docs": {
11035
+ "stability": "experimental"
11036
+ },
11037
+ "locationInModule": {
11038
+ "filename": "src/stacks/ApplicationStack.ts",
11039
+ "line": 10
11040
+ },
11041
+ "parameters": [
11042
+ {
11043
+ "name": "scope",
11044
+ "type": {
11045
+ "fqn": "constructs.Construct"
11046
+ }
11047
+ },
11048
+ {
11049
+ "name": "id",
11050
+ "type": {
11051
+ "primitive": "string"
11052
+ }
11053
+ },
11054
+ {
11055
+ "name": "props",
11056
+ "type": {
11057
+ "fqn": "@btc-embedded/cdk-extensions.ApplicationStackProps"
11058
+ }
11059
+ }
11060
+ ]
11061
+ },
11062
+ "kind": "class",
11063
+ "locationInModule": {
11064
+ "filename": "src/stacks/ApplicationStack.ts",
11065
+ "line": 9
11066
+ },
11067
+ "name": "ApplicationStack",
11068
+ "symbolId": "src/stacks/ApplicationStack:ApplicationStack"
11069
+ },
11070
+ "@btc-embedded/cdk-extensions.ApplicationStackProps": {
11071
+ "assembly": "@btc-embedded/cdk-extensions",
11072
+ "datatype": true,
11073
+ "docs": {
11074
+ "stability": "experimental"
11075
+ },
11076
+ "fqn": "@btc-embedded/cdk-extensions.ApplicationStackProps",
11077
+ "interfaces": [
11078
+ "aws-cdk-lib.StackProps"
11079
+ ],
11080
+ "kind": "interface",
11081
+ "locationInModule": {
11082
+ "filename": "src/stacks/ApplicationStack.ts",
11083
+ "line": 5
11084
+ },
11085
+ "name": "ApplicationStackProps",
11086
+ "properties": [
11087
+ {
11088
+ "abstract": true,
11089
+ "docs": {
11090
+ "stability": "experimental"
11091
+ },
11092
+ "immutable": true,
11093
+ "locationInModule": {
11094
+ "filename": "src/stacks/ApplicationStack.ts",
11095
+ "line": 6
11096
+ },
11097
+ "name": "basePlatformStackName",
11098
+ "type": {
11099
+ "primitive": "string"
11100
+ }
11101
+ }
11102
+ ],
11103
+ "symbolId": "src/stacks/ApplicationStack:ApplicationStackProps"
11104
+ },
11023
11105
  "@btc-embedded/cdk-extensions.BTCLogGroup": {
11024
11106
  "assembly": "@btc-embedded/cdk-extensions",
11025
11107
  "base": "aws-cdk-lib.aws_logs.LogGroup",
@@ -11136,7 +11218,8 @@
11136
11218
  "filename": "src/platform/BTCLogGroup.ts",
11137
11219
  "line": 52
11138
11220
  },
11139
- "name": "basePlatform",
11221
+ "name": "basePlatformStackName",
11222
+ "optional": true,
11140
11223
  "type": {
11141
11224
  "primitive": "string"
11142
11225
  }
@@ -11303,6 +11386,58 @@
11303
11386
  ],
11304
11387
  "symbolId": "src/platform/BTCLogGroup:BTCUniqueLogGroupOptions"
11305
11388
  },
11389
+ "@btc-embedded/cdk-extensions.BasePlatformStackResolver": {
11390
+ "assembly": "@btc-embedded/cdk-extensions",
11391
+ "docs": {
11392
+ "stability": "experimental"
11393
+ },
11394
+ "fqn": "@btc-embedded/cdk-extensions.BasePlatformStackResolver",
11395
+ "initializer": {
11396
+ "docs": {
11397
+ "stability": "experimental"
11398
+ }
11399
+ },
11400
+ "kind": "class",
11401
+ "locationInModule": {
11402
+ "filename": "src/utils/BasePlatformStackResolver.ts",
11403
+ "line": 6
11404
+ },
11405
+ "methods": [
11406
+ {
11407
+ "docs": {
11408
+ "stability": "experimental"
11409
+ },
11410
+ "locationInModule": {
11411
+ "filename": "src/utils/BasePlatformStackResolver.ts",
11412
+ "line": 7
11413
+ },
11414
+ "name": "resolve",
11415
+ "parameters": [
11416
+ {
11417
+ "name": "scope",
11418
+ "type": {
11419
+ "fqn": "constructs.Construct"
11420
+ }
11421
+ },
11422
+ {
11423
+ "name": "propsValue",
11424
+ "optional": true,
11425
+ "type": {
11426
+ "primitive": "string"
11427
+ }
11428
+ }
11429
+ ],
11430
+ "returns": {
11431
+ "type": {
11432
+ "primitive": "string"
11433
+ }
11434
+ },
11435
+ "static": true
11436
+ }
11437
+ ],
11438
+ "name": "BasePlatformStackResolver",
11439
+ "symbolId": "src/utils/BasePlatformStackResolver:BasePlatformStackResolver"
11440
+ },
11306
11441
  "@btc-embedded/cdk-extensions.CloudMapExtension": {
11307
11442
  "assembly": "@btc-embedded/cdk-extensions",
11308
11443
  "base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -11488,7 +11623,8 @@
11488
11623
  "filename": "src/extensions/CloudMapExtension.ts",
11489
11624
  "line": 20
11490
11625
  },
11491
- "name": "platformStackName",
11626
+ "name": "basePlatformStackName",
11627
+ "optional": true,
11492
11628
  "type": {
11493
11629
  "primitive": "string"
11494
11630
  }
@@ -11528,7 +11664,7 @@
11528
11664
  },
11529
11665
  "locationInModule": {
11530
11666
  "filename": "src/platform/CognitoUserPool.ts",
11531
- "line": 218
11667
+ "line": 233
11532
11668
  },
11533
11669
  "parameters": [
11534
11670
  {
@@ -11580,7 +11716,8 @@
11580
11716
  }
11581
11717
  },
11582
11718
  {
11583
- "name": "basePlatform",
11719
+ "name": "basePlatformStackName",
11720
+ "optional": true,
11584
11721
  "type": {
11585
11722
  "primitive": "string"
11586
11723
  }
@@ -11603,7 +11740,7 @@
11603
11740
  "immutable": true,
11604
11741
  "locationInModule": {
11605
11742
  "filename": "src/platform/CognitoUserPool.ts",
11606
- "line": 213
11743
+ "line": 228
11607
11744
  },
11608
11745
  "name": "apiUserPoolClient",
11609
11746
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -11618,7 +11755,7 @@
11618
11755
  "immutable": true,
11619
11756
  "locationInModule": {
11620
11757
  "filename": "src/platform/CognitoUserPool.ts",
11621
- "line": 214
11758
+ "line": 229
11622
11759
  },
11623
11760
  "name": "appClientSecret",
11624
11761
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -11634,7 +11771,7 @@
11634
11771
  "immutable": true,
11635
11772
  "locationInModule": {
11636
11773
  "filename": "src/platform/CognitoUserPool.ts",
11637
- "line": 216
11774
+ "line": 231
11638
11775
  },
11639
11776
  "name": "appOpenIdParameters",
11640
11777
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -11649,7 +11786,7 @@
11649
11786
  "immutable": true,
11650
11787
  "locationInModule": {
11651
11788
  "filename": "src/platform/CognitoUserPool.ts",
11652
- "line": 212
11789
+ "line": 227
11653
11790
  },
11654
11791
  "name": "appUserPoolClient",
11655
11792
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -11664,7 +11801,7 @@
11664
11801
  "immutable": true,
11665
11802
  "locationInModule": {
11666
11803
  "filename": "src/platform/CognitoUserPool.ts",
11667
- "line": 215
11804
+ "line": 230
11668
11805
  },
11669
11806
  "name": "cognitoUserPoolDomain",
11670
11807
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -11679,7 +11816,7 @@
11679
11816
  "immutable": true,
11680
11817
  "locationInModule": {
11681
11818
  "filename": "src/platform/CognitoUserPool.ts",
11682
- "line": 211
11819
+ "line": 226
11683
11820
  },
11684
11821
  "name": "userPool",
11685
11822
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -12794,6 +12931,7 @@
12794
12931
  },
12795
12932
  {
12796
12933
  "name": "name",
12934
+ "optional": true,
12797
12935
  "type": {
12798
12936
  "primitive": "string"
12799
12937
  }
@@ -13145,9 +13283,9 @@
13145
13283
  "immutable": true,
13146
13284
  "locationInModule": {
13147
13285
  "filename": "src/extensions/DocumentDbAccessExtension.ts",
13148
- "line": 13
13286
+ "line": 14
13149
13287
  },
13150
- "name": "basePlatformStackName",
13288
+ "name": "securityGroupId",
13151
13289
  "type": {
13152
13290
  "primitive": "string"
13153
13291
  }
@@ -13160,9 +13298,10 @@
13160
13298
  "immutable": true,
13161
13299
  "locationInModule": {
13162
13300
  "filename": "src/extensions/DocumentDbAccessExtension.ts",
13163
- "line": 14
13301
+ "line": 13
13164
13302
  },
13165
- "name": "securityGroupId",
13303
+ "name": "basePlatformStackName",
13304
+ "optional": true,
13166
13305
  "type": {
13167
13306
  "primitive": "string"
13168
13307
  }
@@ -13437,7 +13576,7 @@
13437
13576
  },
13438
13577
  "locationInModule": {
13439
13578
  "filename": "src/platform/EcsCluster.ts",
13440
- "line": 79
13579
+ "line": 82
13441
13580
  },
13442
13581
  "parameters": [
13443
13582
  {
@@ -13515,7 +13654,7 @@
13515
13654
  "immutable": true,
13516
13655
  "locationInModule": {
13517
13656
  "filename": "src/platform/EcsCluster.ts",
13518
- "line": 77
13657
+ "line": 80
13519
13658
  },
13520
13659
  "name": "cluster",
13521
13660
  "overrides": "@btc-embedded/cdk-extensions.IEcsCluster",
@@ -13544,16 +13683,16 @@
13544
13683
  {
13545
13684
  "abstract": true,
13546
13685
  "docs": {
13547
- "remarks": "This is usually the\nbase platform stack.",
13686
+ "remarks": "This id used to look\nup the VPC when importing the cluster.",
13548
13687
  "stability": "experimental",
13549
- "summary": "The name of the stack where the ECS cluster is defined."
13688
+ "summary": "The ID of the VPC where the ECS cluster is located."
13550
13689
  },
13551
13690
  "immutable": true,
13552
13691
  "locationInModule": {
13553
13692
  "filename": "src/platform/EcsCluster.ts",
13554
- "line": 32
13693
+ "line": 38
13555
13694
  },
13556
- "name": "stackName",
13695
+ "name": "vpcId",
13557
13696
  "type": {
13558
13697
  "primitive": "string"
13559
13698
  }
@@ -13561,16 +13700,17 @@
13561
13700
  {
13562
13701
  "abstract": true,
13563
13702
  "docs": {
13564
- "remarks": "This id used to look\nup the VPC when importing the cluster.",
13703
+ "remarks": "This is usually the\nbase platform stack.",
13565
13704
  "stability": "experimental",
13566
- "summary": "The ID of the VPC where the ECS cluster is located."
13705
+ "summary": "The name of the stack where the ECS cluster is defined."
13567
13706
  },
13568
13707
  "immutable": true,
13569
13708
  "locationInModule": {
13570
13709
  "filename": "src/platform/EcsCluster.ts",
13571
- "line": 38
13710
+ "line": 32
13572
13711
  },
13573
- "name": "vpcId",
13712
+ "name": "basePlatformStackName",
13713
+ "optional": true,
13574
13714
  "type": {
13575
13715
  "primitive": "string"
13576
13716
  }
@@ -13939,14 +14079,14 @@
13939
14079
  "abstract": true,
13940
14080
  "docs": {
13941
14081
  "stability": "experimental",
13942
- "summary": "The name of the base platform."
14082
+ "summary": "The name of the filesystem to be imported."
13943
14083
  },
13944
14084
  "immutable": true,
13945
14085
  "locationInModule": {
13946
14086
  "filename": "src/platform/EfsFileSystem.ts",
13947
- "line": 117
14087
+ "line": 122
13948
14088
  },
13949
- "name": "basePlatformName",
14089
+ "name": "filesystemName",
13950
14090
  "type": {
13951
14091
  "primitive": "string"
13952
14092
  }
@@ -13955,14 +14095,15 @@
13955
14095
  "abstract": true,
13956
14096
  "docs": {
13957
14097
  "stability": "experimental",
13958
- "summary": "The name of the filesystem to be imported."
14098
+ "summary": "The name of the base platform stack."
13959
14099
  },
13960
14100
  "immutable": true,
13961
14101
  "locationInModule": {
13962
14102
  "filename": "src/platform/EfsFileSystem.ts",
13963
- "line": 122
14103
+ "line": 117
13964
14104
  },
13965
- "name": "filesystemName",
14105
+ "name": "basePlatformStackName",
14106
+ "optional": true,
13966
14107
  "type": {
13967
14108
  "primitive": "string"
13968
14109
  }
@@ -14646,7 +14787,7 @@
14646
14787
  },
14647
14788
  "locationInModule": {
14648
14789
  "filename": "src/constructs/ExportedService.ts",
14649
- "line": 245
14790
+ "line": 247
14650
14791
  },
14651
14792
  "parameters": [
14652
14793
  {
@@ -15334,7 +15475,8 @@
15334
15475
  "filename": "src/extensions/HTTPApiExtension.ts",
15335
15476
  "line": 36
15336
15477
  },
15337
- "name": "platformStackName",
15478
+ "name": "basePlatformStackName",
15479
+ "optional": true,
15338
15480
  "type": {
15339
15481
  "primitive": "string"
15340
15482
  }
@@ -15445,7 +15587,7 @@
15445
15587
  },
15446
15588
  "locationInModule": {
15447
15589
  "filename": "src/platform/HostedZone.ts",
15448
- "line": 148
15590
+ "line": 152
15449
15591
  },
15450
15592
  "parameters": [
15451
15593
  {
@@ -15525,7 +15667,7 @@
15525
15667
  "immutable": true,
15526
15668
  "locationInModule": {
15527
15669
  "filename": "src/platform/HostedZone.ts",
15528
- "line": 146
15670
+ "line": 150
15529
15671
  },
15530
15672
  "name": "zone",
15531
15673
  "overrides": "@btc-embedded/cdk-extensions.IHostedZone",
@@ -15563,7 +15705,8 @@
15563
15705
  "filename": "src/platform/HostedZone.ts",
15564
15706
  "line": 73
15565
15707
  },
15566
- "name": "stackName",
15708
+ "name": "basePlatformStackName",
15709
+ "optional": true,
15567
15710
  "type": {
15568
15711
  "primitive": "string"
15569
15712
  }
@@ -16455,7 +16598,8 @@
16455
16598
  "filename": "src/extensions/LogExtension.ts",
16456
16599
  "line": 16
16457
16600
  },
16458
- "name": "basePlatformName",
16601
+ "name": "basePlatformStackName",
16602
+ "optional": true,
16459
16603
  "type": {
16460
16604
  "primitive": "string"
16461
16605
  }
@@ -16893,7 +17037,8 @@
16893
17037
  "filename": "src/extensions/OpenIdExtension.ts",
16894
17038
  "line": 53
16895
17039
  },
16896
- "name": "platformStackName",
17040
+ "name": "basePlatformStackName",
17041
+ "optional": true,
16897
17042
  "type": {
16898
17043
  "primitive": "string"
16899
17044
  }
@@ -17129,7 +17274,7 @@
17129
17274
  },
17130
17275
  "locationInModule": {
17131
17276
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
17132
- "line": 224
17277
+ "line": 234
17133
17278
  },
17134
17279
  "name": "addHooks",
17135
17280
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
@@ -17141,7 +17286,7 @@
17141
17286
  },
17142
17287
  "locationInModule": {
17143
17288
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
17144
- "line": 301
17289
+ "line": 315
17145
17290
  },
17146
17291
  "name": "modifyServiceProps",
17147
17292
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -17193,7 +17338,7 @@
17193
17338
  },
17194
17339
  "locationInModule": {
17195
17340
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
17196
- "line": 240
17341
+ "line": 250
17197
17342
  },
17198
17343
  "name": "useService",
17199
17344
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -17222,7 +17367,7 @@
17222
17367
  },
17223
17368
  "locationInModule": {
17224
17369
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
17225
- "line": 254
17370
+ "line": 268
17226
17371
  },
17227
17372
  "name": "useTaskDefinition",
17228
17373
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -17311,16 +17456,15 @@
17311
17456
  {
17312
17457
  "abstract": true,
17313
17458
  "docs": {
17314
- "remarks": "This name is used to look up output\nparameters.",
17315
17459
  "stability": "experimental",
17316
- "summary": "The name of the base platform stack."
17460
+ "summary": "The name of the database."
17317
17461
  },
17318
17462
  "immutable": true,
17319
17463
  "locationInModule": {
17320
17464
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
17321
- "line": 58
17465
+ "line": 63
17322
17466
  },
17323
- "name": "basePlatformStackName",
17467
+ "name": "dbName",
17324
17468
  "type": {
17325
17469
  "primitive": "string"
17326
17470
  }
@@ -17328,15 +17472,17 @@
17328
17472
  {
17329
17473
  "abstract": true,
17330
17474
  "docs": {
17475
+ "remarks": "This name is used to look up output\nparameters.",
17331
17476
  "stability": "experimental",
17332
- "summary": "The name of the database."
17477
+ "summary": "The name of the base platform stack."
17333
17478
  },
17334
17479
  "immutable": true,
17335
17480
  "locationInModule": {
17336
17481
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
17337
- "line": 63
17482
+ "line": 58
17338
17483
  },
17339
- "name": "dbName",
17484
+ "name": "basePlatformStackName",
17485
+ "optional": true,
17340
17486
  "type": {
17341
17487
  "primitive": "string"
17342
17488
  }
@@ -17558,7 +17704,7 @@
17558
17704
  },
17559
17705
  "locationInModule": {
17560
17706
  "filename": "src/platform/PrivateDnsNamespace.ts",
17561
- "line": 70
17707
+ "line": 78
17562
17708
  },
17563
17709
  "parameters": [
17564
17710
  {
@@ -17614,6 +17760,7 @@
17614
17760
  },
17615
17761
  {
17616
17762
  "name": "stackName",
17763
+ "optional": true,
17617
17764
  "type": {
17618
17765
  "primitive": "string"
17619
17766
  }
@@ -17636,7 +17783,7 @@
17636
17783
  "immutable": true,
17637
17784
  "locationInModule": {
17638
17785
  "filename": "src/platform/PrivateDnsNamespace.ts",
17639
- "line": 68
17786
+ "line": 76
17640
17787
  },
17641
17788
  "name": "namespace",
17642
17789
  "overrides": "@btc-embedded/cdk-extensions.IPrivateDnsNamespace",
@@ -18018,32 +18165,33 @@
18018
18165
  "abstract": true,
18019
18166
  "docs": {
18020
18167
  "stability": "experimental",
18021
- "summary": "The name of the Base platform Stack."
18168
+ "summary": "Props forwarded to the RestApi construct."
18022
18169
  },
18023
18170
  "immutable": true,
18024
18171
  "locationInModule": {
18025
18172
  "filename": "src/constructs/SecureRestApi.ts",
18026
- "line": 20
18173
+ "line": 35
18027
18174
  },
18028
- "name": "basePlatformStackName",
18175
+ "name": "restApiProps",
18029
18176
  "type": {
18030
- "primitive": "string"
18177
+ "fqn": "aws-cdk-lib.aws_apigateway.RestApiProps"
18031
18178
  }
18032
18179
  },
18033
18180
  {
18034
18181
  "abstract": true,
18035
18182
  "docs": {
18036
18183
  "stability": "experimental",
18037
- "summary": "Props forwarded to the RestApi construct."
18184
+ "summary": "The name of the Base platform Stack."
18038
18185
  },
18039
18186
  "immutable": true,
18040
18187
  "locationInModule": {
18041
18188
  "filename": "src/constructs/SecureRestApi.ts",
18042
- "line": 35
18189
+ "line": 20
18043
18190
  },
18044
- "name": "restApiProps",
18191
+ "name": "basePlatformStackName",
18192
+ "optional": true,
18045
18193
  "type": {
18046
- "fqn": "aws-cdk-lib.aws_apigateway.RestApiProps"
18194
+ "primitive": "string"
18047
18195
  }
18048
18196
  },
18049
18197
  {
@@ -18101,32 +18249,33 @@
18101
18249
  "abstract": true,
18102
18250
  "docs": {
18103
18251
  "stability": "experimental",
18104
- "summary": "The name of the Base platform Stack."
18252
+ "summary": "Props forwarded to the RestApi construct."
18105
18253
  },
18106
18254
  "immutable": true,
18107
18255
  "locationInModule": {
18108
18256
  "filename": "src/constructs/SecureRestApiV2.ts",
18109
- "line": 20
18257
+ "line": 38
18110
18258
  },
18111
- "name": "basePlatformStackName",
18259
+ "name": "restApiProps",
18112
18260
  "type": {
18113
- "primitive": "string"
18261
+ "fqn": "aws-cdk-lib.aws_apigateway.RestApiProps"
18114
18262
  }
18115
18263
  },
18116
18264
  {
18117
18265
  "abstract": true,
18118
18266
  "docs": {
18119
18267
  "stability": "experimental",
18120
- "summary": "Props forwarded to the RestApi construct."
18268
+ "summary": "The name of the Base platform Stack."
18121
18269
  },
18122
18270
  "immutable": true,
18123
18271
  "locationInModule": {
18124
18272
  "filename": "src/constructs/SecureRestApiV2.ts",
18125
- "line": 38
18273
+ "line": 20
18126
18274
  },
18127
- "name": "restApiProps",
18275
+ "name": "basePlatformStackName",
18276
+ "optional": true,
18128
18277
  "type": {
18129
- "fqn": "aws-cdk-lib.aws_apigateway.RestApiProps"
18278
+ "primitive": "string"
18130
18279
  }
18131
18280
  },
18132
18281
  {
@@ -18440,7 +18589,7 @@
18440
18589
  },
18441
18590
  "locationInModule": {
18442
18591
  "filename": "src/utils/StackParameter.ts",
18443
- "line": 82
18592
+ "line": 83
18444
18593
  },
18445
18594
  "parameters": [
18446
18595
  {
@@ -18454,7 +18603,7 @@
18454
18603
  "kind": "class",
18455
18604
  "locationInModule": {
18456
18605
  "filename": "src/utils/StackParameter.ts",
18457
- "line": 73
18606
+ "line": 74
18458
18607
  },
18459
18608
  "methods": [
18460
18609
  {
@@ -18465,7 +18614,7 @@
18465
18614
  },
18466
18615
  "locationInModule": {
18467
18616
  "filename": "src/utils/StackParameter.ts",
18468
- "line": 106
18617
+ "line": 122
18469
18618
  },
18470
18619
  "name": "export",
18471
18620
  "parameters": [
@@ -18490,18 +18639,33 @@
18490
18639
  },
18491
18640
  {
18492
18641
  "docs": {
18493
- "remarks": "-v{version} is only emitted when the version is greater than 1.",
18642
+ "remarks": "The stack name can be provided explicitly, or resolved from the construct tree\ncontext (set by ApplicationStack).",
18643
+ "returns": "The imported CloudFormation value\n\n-v{version} is only emitted when the version is greater than 1.",
18494
18644
  "stability": "experimental",
18495
18645
  "summary": "Import the parameter as {stackName}:{prefix}-v{version}:{key}."
18496
18646
  },
18497
18647
  "locationInModule": {
18498
18648
  "filename": "src/utils/StackParameter.ts",
18499
- "line": 95
18649
+ "line": 103
18500
18650
  },
18501
18651
  "name": "import",
18502
18652
  "parameters": [
18503
18653
  {
18654
+ "docs": {
18655
+ "summary": "- The construct scope for context resolution."
18656
+ },
18657
+ "name": "scope",
18658
+ "type": {
18659
+ "fqn": "constructs.Construct"
18660
+ }
18661
+ },
18662
+ {
18663
+ "docs": {
18664
+ "remarks": "If not provided, will resolve from context.",
18665
+ "summary": "- Optional explicit stack name."
18666
+ },
18504
18667
  "name": "stackName",
18668
+ "optional": true,
18505
18669
  "type": {
18506
18670
  "primitive": "string"
18507
18671
  }
@@ -18528,7 +18692,7 @@
18528
18692
  "kind": "interface",
18529
18693
  "locationInModule": {
18530
18694
  "filename": "src/utils/StackParameter.ts",
18531
- "line": 36
18695
+ "line": 37
18532
18696
  },
18533
18697
  "name": "StackParameterOptions",
18534
18698
  "properties": [
@@ -18541,7 +18705,7 @@
18541
18705
  "immutable": true,
18542
18706
  "locationInModule": {
18543
18707
  "filename": "src/utils/StackParameter.ts",
18544
- "line": 48
18708
+ "line": 49
18545
18709
  },
18546
18710
  "name": "key",
18547
18711
  "type": {
@@ -18558,7 +18722,7 @@
18558
18722
  "immutable": true,
18559
18723
  "locationInModule": {
18560
18724
  "filename": "src/utils/StackParameter.ts",
18561
- "line": 43
18725
+ "line": 44
18562
18726
  },
18563
18727
  "name": "prefix",
18564
18728
  "type": {
@@ -18588,7 +18752,7 @@
18588
18752
  "immutable": true,
18589
18753
  "locationInModule": {
18590
18754
  "filename": "src/utils/StackParameter.ts",
18591
- "line": 66
18755
+ "line": 67
18592
18756
  },
18593
18757
  "name": "description",
18594
18758
  "optional": true,
@@ -18605,7 +18769,7 @@
18605
18769
  "immutable": true,
18606
18770
  "locationInModule": {
18607
18771
  "filename": "src/utils/StackParameter.ts",
18608
- "line": 53
18772
+ "line": 54
18609
18773
  },
18610
18774
  "name": "name",
18611
18775
  "optional": true,
@@ -18623,7 +18787,7 @@
18623
18787
  "immutable": true,
18624
18788
  "locationInModule": {
18625
18789
  "filename": "src/utils/StackParameter.ts",
18626
- "line": 61
18790
+ "line": 62
18627
18791
  },
18628
18792
  "name": "version",
18629
18793
  "optional": true,
@@ -19013,6 +19177,7 @@
19013
19177
  },
19014
19178
  {
19015
19179
  "name": "stackName",
19180
+ "optional": true,
19016
19181
  "type": {
19017
19182
  "primitive": "string"
19018
19183
  }
@@ -19412,6 +19577,6 @@
19412
19577
  "symbolId": "src/platform/VpcV2:VpcV2Props"
19413
19578
  }
19414
19579
  },
19415
- "version": "0.20.11",
19416
- "fingerprint": "lpOtSJQP4hbM6gbY3LzqBYZYREjCnODreS3lq1JBCR4="
19580
+ "version": "0.21.0",
19581
+ "fingerprint": "poJ4+VZ2TQmGYDO71nP/bAfsWBV9PxtmK/mYpwu7Bwc="
19417
19582
  }