cdk-common 2.0.301 → 2.0.303
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 +39 -3
- package/API.md +30 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +6 -0
- package/lib/managed-policies.js +7 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +201 -0
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +4 -4
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +1084 -48
- package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +6 -6
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +4 -4
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/assert",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.49.0",
|
|
4
4
|
"description": "An assertion library for use with CDK Apps",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@aws-cdk/assert-internal": "2.
|
|
38
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
39
|
-
"@aws-cdk/pkglint": "2.
|
|
37
|
+
"@aws-cdk/assert-internal": "2.49.0",
|
|
38
|
+
"@aws-cdk/cdk-build-tools": "2.49.0",
|
|
39
|
+
"@aws-cdk/pkglint": "2.49.0",
|
|
40
40
|
"@types/jest": "^27.5.2",
|
|
41
|
-
"aws-cdk-lib": "2.
|
|
42
|
-
"aws-cdk-migration": "2.
|
|
41
|
+
"aws-cdk-lib": "2.49.0",
|
|
42
|
+
"aws-cdk-migration": "2.49.0",
|
|
43
43
|
"constructs": "^10.0.0",
|
|
44
44
|
"jest": "^27.3.1",
|
|
45
45
|
"ts-jest": "^27.1.5"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-cdk/cloudformation-diff": "2.
|
|
48
|
+
"@aws-cdk/cloudformation-diff": "2.49.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"aws-cdk-lib": "^2.
|
|
51
|
+
"aws-cdk-lib": "^2.49.0",
|
|
52
52
|
"constructs": "^10.0.0",
|
|
53
53
|
"jest": ">=26.6.3"
|
|
54
54
|
},
|
|
@@ -1,3 +1,204 @@
|
|
|
1
|
+
# CloudFormation Resource Specification v94.0.0
|
|
2
|
+
|
|
3
|
+
## New Resource Types
|
|
4
|
+
|
|
5
|
+
* AWS::FSx::DataRepositoryAssociation
|
|
6
|
+
|
|
7
|
+
## Attribute Changes
|
|
8
|
+
|
|
9
|
+
* AWS::ApiGatewayV2::Api ApiId (__added__)
|
|
10
|
+
|
|
11
|
+
## Property Changes
|
|
12
|
+
|
|
13
|
+
* AWS::ACMPCA::CertificateAuthority UsageMode (__added__)
|
|
14
|
+
* AWS::ApiGatewayV2::Api Tags.PrimitiveType (__deleted__)
|
|
15
|
+
* AWS::ApiGatewayV2::Api Tags.PrimitiveItemType (__added__)
|
|
16
|
+
* AWS::ApiGatewayV2::Api Tags.Type (__added__)
|
|
17
|
+
* AWS::Cognito::UserPool DeletionProtection (__added__)
|
|
18
|
+
* AWS::EC2::FlowLog TrafficType.Required (__changed__)
|
|
19
|
+
* Old: true
|
|
20
|
+
* New: false
|
|
21
|
+
|
|
22
|
+
## Property Type Changes
|
|
23
|
+
|
|
24
|
+
* AWS::IoT::TopicRule.LocationAction (__added__)
|
|
25
|
+
* AWS::IoT::TopicRule.Timestamp (__added__)
|
|
26
|
+
* AWS::ApiGatewayV2::Api.Cors AllowHeaders.DuplicatesAllowed (__added__)
|
|
27
|
+
* AWS::ApiGatewayV2::Api.Cors AllowMethods.DuplicatesAllowed (__added__)
|
|
28
|
+
* AWS::ApiGatewayV2::Api.Cors AllowOrigins.DuplicatesAllowed (__added__)
|
|
29
|
+
* AWS::ApiGatewayV2::Api.Cors ExposeHeaders.DuplicatesAllowed (__added__)
|
|
30
|
+
* AWS::ECS::TaskDefinition.ContainerDefinition Image.Required (__changed__)
|
|
31
|
+
* Old: false
|
|
32
|
+
* New: true
|
|
33
|
+
* AWS::ECS::TaskDefinition.ContainerDefinition Name.Required (__changed__)
|
|
34
|
+
* Old: false
|
|
35
|
+
* New: true
|
|
36
|
+
* AWS::IoT::TopicRule.Action Location (__added__)
|
|
37
|
+
* AWS::IoT::TopicRule.TimestreamAction BatchMode (__deleted__)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# CloudFormation Resource Specification v94.0.0
|
|
41
|
+
|
|
42
|
+
## New Resource Types
|
|
43
|
+
|
|
44
|
+
* AWS::IdentityStore::Group
|
|
45
|
+
* AWS::IdentityStore::GroupMembership
|
|
46
|
+
|
|
47
|
+
## Attribute Changes
|
|
48
|
+
|
|
49
|
+
* AWS::DataPipeline::Pipeline PipelineId (__added__)
|
|
50
|
+
|
|
51
|
+
## Property Changes
|
|
52
|
+
|
|
53
|
+
* AWS::CodeStarNotifications::NotificationRule Tags.UpdateType (__changed__)
|
|
54
|
+
* Old: Immutable
|
|
55
|
+
* New: Mutable
|
|
56
|
+
* AWS::DataPipeline::Pipeline ParameterObjects.Required (__changed__)
|
|
57
|
+
* Old: true
|
|
58
|
+
* New: false
|
|
59
|
+
* AWS::MSK::Cluster StorageMode (__added__)
|
|
60
|
+
* AWS::SES::DedicatedIpPool ScalingMode (__added__)
|
|
61
|
+
* AWS::SNS::Topic SignatureVersion (__added__)
|
|
62
|
+
|
|
63
|
+
## Property Type Changes
|
|
64
|
+
|
|
65
|
+
* AWS::DevOpsGuru::NotificationChannel.NotificationFilterConfig (__added__)
|
|
66
|
+
* AWS::Lex::Bot.AllowedInputTypes (__added__)
|
|
67
|
+
* AWS::Lex::Bot.AudioAndDTMFInputSpecification (__added__)
|
|
68
|
+
* AWS::Lex::Bot.AudioSpecification (__added__)
|
|
69
|
+
* AWS::Lex::Bot.DTMFSpecification (__added__)
|
|
70
|
+
* AWS::Lex::Bot.PromptAttemptSpecification (__added__)
|
|
71
|
+
* AWS::Lex::Bot.TextInputSpecification (__added__)
|
|
72
|
+
* AWS::SageMaker::DataQualityJobDefinition.BatchTransformInput (__added__)
|
|
73
|
+
* AWS::SageMaker::DataQualityJobDefinition.Csv (__added__)
|
|
74
|
+
* AWS::SageMaker::DataQualityJobDefinition.DatasetFormat (__added__)
|
|
75
|
+
* AWS::SageMaker::DataQualityJobDefinition.Json (__added__)
|
|
76
|
+
* AWS::SageMaker::ModelBiasJobDefinition.BatchTransformInput (__added__)
|
|
77
|
+
* AWS::SageMaker::ModelBiasJobDefinition.Csv (__added__)
|
|
78
|
+
* AWS::SageMaker::ModelBiasJobDefinition.DatasetFormat (__added__)
|
|
79
|
+
* AWS::SageMaker::ModelBiasJobDefinition.Json (__added__)
|
|
80
|
+
* AWS::SageMaker::ModelExplainabilityJobDefinition.BatchTransformInput (__added__)
|
|
81
|
+
* AWS::SageMaker::ModelExplainabilityJobDefinition.Csv (__added__)
|
|
82
|
+
* AWS::SageMaker::ModelExplainabilityJobDefinition.DatasetFormat (__added__)
|
|
83
|
+
* AWS::SageMaker::ModelExplainabilityJobDefinition.Json (__added__)
|
|
84
|
+
* AWS::SageMaker::ModelQualityJobDefinition.BatchTransformInput (__added__)
|
|
85
|
+
* AWS::SageMaker::ModelQualityJobDefinition.Csv (__added__)
|
|
86
|
+
* AWS::SageMaker::ModelQualityJobDefinition.DatasetFormat (__added__)
|
|
87
|
+
* AWS::SageMaker::ModelQualityJobDefinition.Json (__added__)
|
|
88
|
+
* AWS::SageMaker::MonitoringSchedule.BatchTransformInput (__added__)
|
|
89
|
+
* AWS::SageMaker::MonitoringSchedule.Csv (__added__)
|
|
90
|
+
* AWS::SageMaker::MonitoringSchedule.DatasetFormat (__added__)
|
|
91
|
+
* AWS::SageMaker::MonitoringSchedule.Json (__added__)
|
|
92
|
+
* AWS::AppFlow::Flow.SalesforceDestinationProperties DataTransferApi (__added__)
|
|
93
|
+
* AWS::AppFlow::Flow.SalesforceSourceProperties DataTransferApi (__added__)
|
|
94
|
+
* AWS::Connect::User.UserIdentityInfo Mobile (__added__)
|
|
95
|
+
* AWS::Connect::User.UserIdentityInfo SecondaryEmail (__added__)
|
|
96
|
+
* AWS::DataPipeline::Pipeline.Field Key.Documentation (__changed__)
|
|
97
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-key
|
|
98
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-field.html#cfn-datapipeline-pipeline-field-key
|
|
99
|
+
* AWS::DataPipeline::Pipeline.Field RefValue.Documentation (__changed__)
|
|
100
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-refvalue
|
|
101
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-field.html#cfn-datapipeline-pipeline-field-refvalue
|
|
102
|
+
* AWS::DataPipeline::Pipeline.Field StringValue.Documentation (__changed__)
|
|
103
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects-fields.html#cfn-datapipeline-pipeline-pipelineobjects-fields-stringvalue
|
|
104
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-field.html#cfn-datapipeline-pipeline-field-stringvalue
|
|
105
|
+
* AWS::DataPipeline::Pipeline.ParameterAttribute Key.Documentation (__changed__)
|
|
106
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobjects-attributes.html#cfn-datapipeline-pipeline-parameterobjects-attribtues-key
|
|
107
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterattribute.html#cfn-datapipeline-pipeline-parameterattribute-key
|
|
108
|
+
* AWS::DataPipeline::Pipeline.ParameterAttribute StringValue.Documentation (__changed__)
|
|
109
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobjects-attributes.html#cfn-datapipeline-pipeline-parameterobjects-attribtues-stringvalue
|
|
110
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterattribute.html#cfn-datapipeline-pipeline-parameterattribute-stringvalue
|
|
111
|
+
* AWS::DataPipeline::Pipeline.ParameterObject Attributes.Documentation (__changed__)
|
|
112
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobjects.html#cfn-datapipeline-pipeline-parameterobjects-attributes
|
|
113
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobject.html#cfn-datapipeline-pipeline-parameterobject-attributes
|
|
114
|
+
* AWS::DataPipeline::Pipeline.ParameterObject Id.Documentation (__changed__)
|
|
115
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobjects.html#cfn-datapipeline-pipeline-parameterobjects-id
|
|
116
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parameterobject.html#cfn-datapipeline-pipeline-parameterobject-id
|
|
117
|
+
* AWS::DataPipeline::Pipeline.ParameterValue Id.Documentation (__changed__)
|
|
118
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parametervalues.html#cfn-datapipeline-pipeline-parametervalues-id
|
|
119
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parametervalue.html#cfn-datapipeline-pipeline-parametervalue-id
|
|
120
|
+
* AWS::DataPipeline::Pipeline.ParameterValue StringValue.Documentation (__changed__)
|
|
121
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parametervalues.html#cfn-datapipeline-pipeline-parametervalues-stringvalue
|
|
122
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-parametervalue.html#cfn-datapipeline-pipeline-parametervalue-stringvalue
|
|
123
|
+
* AWS::DataPipeline::Pipeline.PipelineObject Fields.Documentation (__changed__)
|
|
124
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects.html#cfn-datapipeline-pipeline-pipelineobjects-fields
|
|
125
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobject.html#cfn-datapipeline-pipeline-pipelineobject-fields
|
|
126
|
+
* AWS::DataPipeline::Pipeline.PipelineObject Id.Documentation (__changed__)
|
|
127
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects.html#cfn-datapipeline-pipeline-pipelineobjects-id
|
|
128
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobject.html#cfn-datapipeline-pipeline-pipelineobject-id
|
|
129
|
+
* AWS::DataPipeline::Pipeline.PipelineObject Name.Documentation (__changed__)
|
|
130
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobjects.html#cfn-datapipeline-pipeline-pipelineobjects-name
|
|
131
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelineobject.html#cfn-datapipeline-pipeline-pipelineobject-name
|
|
132
|
+
* AWS::DataPipeline::Pipeline.PipelineTag Key.Documentation (__changed__)
|
|
133
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelinetags.html#cfn-datapipeline-pipeline-pipelinetags-key
|
|
134
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelinetag.html#cfn-datapipeline-pipeline-pipelinetag-key
|
|
135
|
+
* AWS::DataPipeline::Pipeline.PipelineTag Value.Documentation (__changed__)
|
|
136
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelinetags.html#cfn-datapipeline-pipeline-pipelinetags-value
|
|
137
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datapipeline-pipeline-pipelinetag.html#cfn-datapipeline-pipeline-pipelinetag-value
|
|
138
|
+
* AWS::DevOpsGuru::NotificationChannel.NotificationChannelConfig Filters (__added__)
|
|
139
|
+
* AWS::Lex::Bot.PromptSpecification PromptAttemptsSpecification (__added__)
|
|
140
|
+
* AWS::SageMaker::DataQualityJobDefinition.DataQualityJobInput BatchTransformInput (__added__)
|
|
141
|
+
* AWS::SageMaker::DataQualityJobDefinition.DataQualityJobInput EndpointInput.Required (__changed__)
|
|
142
|
+
* Old: true
|
|
143
|
+
* New: false
|
|
144
|
+
* AWS::SageMaker::ModelBiasJobDefinition.ModelBiasJobInput BatchTransformInput (__added__)
|
|
145
|
+
* AWS::SageMaker::ModelBiasJobDefinition.ModelBiasJobInput EndpointInput.Required (__changed__)
|
|
146
|
+
* Old: true
|
|
147
|
+
* New: false
|
|
148
|
+
* AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityJobInput BatchTransformInput (__added__)
|
|
149
|
+
* AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityJobInput EndpointInput.Required (__changed__)
|
|
150
|
+
* Old: true
|
|
151
|
+
* New: false
|
|
152
|
+
* AWS::SageMaker::ModelQualityJobDefinition.ModelQualityJobInput BatchTransformInput (__added__)
|
|
153
|
+
* AWS::SageMaker::ModelQualityJobDefinition.ModelQualityJobInput EndpointInput.Required (__changed__)
|
|
154
|
+
* Old: true
|
|
155
|
+
* New: false
|
|
156
|
+
* AWS::SageMaker::MonitoringSchedule.MonitoringInput BatchTransformInput (__added__)
|
|
157
|
+
* AWS::SageMaker::MonitoringSchedule.MonitoringInput EndpointInput.Required (__changed__)
|
|
158
|
+
* Old: true
|
|
159
|
+
* New: false
|
|
160
|
+
* AWS::Transfer::Server.WorkflowDetails OnPartialUpload (__added__)
|
|
161
|
+
* AWS::Transfer::Server.WorkflowDetails OnUpload.Required (__changed__)
|
|
162
|
+
* Old: true
|
|
163
|
+
* New: false
|
|
164
|
+
|
|
165
|
+
## Unapplied changes
|
|
166
|
+
|
|
167
|
+
* AWS::Rekognition is at 92.0.0
|
|
168
|
+
|
|
169
|
+
# CloudFormation Resource Specification v93.0.0
|
|
170
|
+
|
|
171
|
+
## New Resource Types
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## Attribute Changes
|
|
175
|
+
|
|
176
|
+
* AWS::Cognito::UserPoolDomain CloudFrontDistribution (__added__)
|
|
177
|
+
* AWS::EC2::VPCEndpoint Id (__deleted__)
|
|
178
|
+
* AWS::EC2::VPCEndpoint DnsEntries.DuplicatesAllowed (__deleted__)
|
|
179
|
+
* AWS::EC2::VPCEndpoint NetworkInterfaceIds.DuplicatesAllowed (__deleted__)
|
|
180
|
+
* AWS::Redshift::EndpointAccess VpcSecurityGroups (__deleted__)
|
|
181
|
+
|
|
182
|
+
## Property Changes
|
|
183
|
+
|
|
184
|
+
* AWS::RDS::DBCluster Domain (__added__)
|
|
185
|
+
* AWS::RDS::DBCluster DomainIAMRoleName (__added__)
|
|
186
|
+
* AWS::RDS::DBCluster NetworkType (__added__)
|
|
187
|
+
* AWS::RDS::DBInstance NetworkType (__added__)
|
|
188
|
+
* AWS::Redshift::EndpointAccess VpcEndpoint (__added__)
|
|
189
|
+
* AWS::Redshift::EndpointAccess VpcSecurityGroups (__added__)
|
|
190
|
+
|
|
191
|
+
## Property Type Changes
|
|
192
|
+
|
|
193
|
+
* AWS::Budgets::Budget.AutoAdjustData (__added__)
|
|
194
|
+
* AWS::Budgets::Budget.HistoricalOptions (__added__)
|
|
195
|
+
* AWS::Budgets::Budget.BudgetData AutoAdjustData (__added__)
|
|
196
|
+
|
|
197
|
+
## Unapplied changes
|
|
198
|
+
|
|
199
|
+
* AWS::IdentityStore is at 0.0.0
|
|
200
|
+
* AWS::Rekognition is at 92.0.0
|
|
201
|
+
|
|
1
202
|
# CloudFormation Resource Specification v92.0.0
|
|
2
203
|
|
|
3
204
|
## New Resource Types
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
94.0.0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cfnspec",
|
|
3
3
|
"description": "The CloudFormation resource specification used by @aws-cdk packages",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.49.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"update": "cdk-build && /bin/bash build-tools/update.sh && /bin/bash build-tools/update-cfnlint.sh",
|
|
7
7
|
"update-metrics": "/bin/bash build-tools/update-metrics.sh",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"main": "lib/index.js",
|
|
31
31
|
"types": "lib/index.d.ts",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
34
|
-
"@aws-cdk/pkglint": "2.
|
|
33
|
+
"@aws-cdk/cdk-build-tools": "2.49.0",
|
|
34
|
+
"@aws-cdk/pkglint": "2.49.0",
|
|
35
35
|
"@types/fs-extra": "^8.1.2",
|
|
36
36
|
"@types/jest": "^27.5.2",
|
|
37
37
|
"@types/md5": "^2.3.2",
|
|
38
38
|
"fast-json-patch": "^2.2.1",
|
|
39
39
|
"jest": "^27.5.1",
|
|
40
|
-
"json-diff": "^0.9.
|
|
40
|
+
"json-diff": "^0.9.1",
|
|
41
41
|
"sort-json": "^2.0.1"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|