Skip to content

Commit b9061b7

Browse files
committed
Upgrade to version 1.1.9
1 parent 7fbd141 commit b9061b7

File tree

541 files changed

+1074
-5935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

541 files changed

+1074
-5935
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
=======
8+
## [1.1.9] - 2025-01-14
9+
10+
### Security
11+
12+
- Updated python package versions to patch vulnerabilities
13+
14+
### Changed
15+
16+
- Standardized license headers across source files.
917

1018
## [1.1.8] - 2024-12-17
1119

Diff for: NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jsesc under the MIT license.
280280
@babel/compat-data under the MIT license.
281281
@babel/helper-validator-option under the MIT license.
282282
browserslist under the MIT license.
283-
caniuse-lite under the CC-BY-4.0 license.
283+
caniuse-lite under the CC-BY-4.0 license (source: caniuse.com).
284284
electron-to-chromium under the ISC license.
285285
node-releases under the MIT license.
286286
update-browserslist-db under the MIT license.
@@ -955,7 +955,7 @@ ts-toolbelt under the Apache-2.0 license.
955955
@types/uuid under the MIT license.
956956
@types/whatwg-fetch under the MIT license.
957957
@types/whatwg-streams under the MIT license.
958-
whatwg-streams under the BSD 3-Clause license
958+
whatwg-streams under the BSD 3-Clause license.
959959
bluebird under the MIT license.
960960
tape under the MIT license.
961961
deep-equal under the MIT license.

Diff for: deployment/build-s3-dist.sh

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
#!/bin/bash
2-
######################################################################################################################
3-
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #
4-
# #
5-
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance #
6-
# with the License. A copy of the License is located at #
7-
# #
8-
# http://www.apache.org/licenses/LICENSE-2.0 #
9-
# #
10-
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES #
11-
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions #
12-
# and limitations under the License. #
13-
######################################################################################################################
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
# SPDX-License-Identifier: Apache-2.0
144

155
# This script will perform the following tasks:
166
# 1. Remove any old dist files from previous runs.

Diff for: deployment/cdk-solution-helper/index.js

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance
5-
* with the License. A copy of the License is located at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions
11-
* and limitations under the License.
12-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
// Imports
155
const fs = require("node:fs");

Diff for: deployment/get-cdk-version.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
const pkg = require("../source/infrastructure/node_modules/aws-cdk-lib/package.json");
25
console.log(pkg.version);

Diff for: source/infrastructure/bin/dus.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
#!/usr/bin/env node
2-
/**********************************************************************************************************************
3-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
4-
* *
5-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
6-
* with the License. A copy of the License is located at *
7-
* *
8-
* http://www.apache.org/licenses/LICENSE-2.0 *
9-
* *
10-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
11-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
12-
* and limitations under the License. *
13-
*********************************************************************************************************************/
2+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
// SPDX-License-Identifier: Apache-2.0
144

155
import 'source-map-support/register';
166

Diff for: source/infrastructure/cdk.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
6363
"solution_id": "SO0281",
6464
"solution_name": "enhanced-document-understanding-on-aws",
65-
"solution_version": "v1.1.8",
65+
"solution_version": "v1.1.9",
6666
"app_namespace": "app.idp",
6767
"app_registry_name": "enhanced-document-understanding",
6868
"application_type": "AWS-Solutions",

Diff for: source/infrastructure/jest.config.js

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**********************************************************************************************************************
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
3-
* *
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
5-
* with the License. A copy of the License is located at *
6-
* *
7-
* http://www.apache.org/licenses/LICENSE-2.0 *
8-
* *
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
11-
* and limitations under the License. *
12-
*********************************************************************************************************************/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
module.exports = {
155
testEnvironment: 'node',

Diff for: source/infrastructure/lib/api/case-manager.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
#!/usr/bin/env node
2-
/**********************************************************************************************************************
3-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
4-
* *
5-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
6-
* with the License. A copy of the License is located at *
7-
* *
8-
* http://www.apache.org/licenses/LICENSE-2.0 *
9-
* *
10-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
11-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
12-
* and limitations under the License. *
13-
*********************************************************************************************************************/
2+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
// SPDX-License-Identifier: Apache-2.0
144

155
import * as cdk from 'aws-cdk-lib';
166
import * as dynamodb from 'aws-cdk-lib/aws-dynamodb';

Diff for: source/infrastructure/lib/api/model-schema/case-response.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**********************************************************************************************************************
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
3-
* *
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
5-
* with the License. A copy of the License is located at *
6-
* *
7-
* http://www.apache.org/licenses/LICENSE-2.0 *
8-
* *
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
11-
* and limitations under the License. *
12-
**********************************************************************************************************************/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
import { JsonSchema, JsonSchemaType } from 'aws-cdk-lib/aws-apigateway';
155

Diff for: source/infrastructure/lib/api/model-schema/create-case-body.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**********************************************************************************************************************
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
3-
* *
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
5-
* with the License. A copy of the License is located at *
6-
* *
7-
* http://www.apache.org/licenses/LICENSE-2.0 *
8-
* *
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
11-
* and limitations under the License. *
12-
**********************************************************************************************************************/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
import { JsonSchema, JsonSchemaType } from 'aws-cdk-lib/aws-apigateway';
155

Diff for: source/infrastructure/lib/api/model-schema/document-response.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**********************************************************************************************************************
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
3-
* *
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
5-
* with the License. A copy of the License is located at *
6-
* *
7-
* http://www.apache.org/licenses/LICENSE-2.0 *
8-
* *
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
11-
* and limitations under the License. *
12-
**********************************************************************************************************************/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
import { JsonSchema, JsonSchemaType } from 'aws-cdk-lib/aws-apigateway';
155

Diff for: source/infrastructure/lib/api/model-schema/index.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**********************************************************************************************************************
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
3-
* *
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
5-
* with the License. A copy of the License is located at *
6-
* *
7-
* http://www.apache.org/licenses/LICENSE-2.0 *
8-
* *
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
11-
* and limitations under the License. *
12-
**********************************************************************************************************************/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
export * from './redact-request-body';
155
export * from './upload-document-body';

Diff for: source/infrastructure/lib/api/model-schema/redact-request-body.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**********************************************************************************************************************
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
3-
* *
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
5-
* with the License. A copy of the License is located at *
6-
* *
7-
* http://www.apache.org/licenses/LICENSE-2.0 *
8-
* *
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
11-
* and limitations under the License. *
12-
**********************************************************************************************************************/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
import { JsonSchema, JsonSchemaType } from 'aws-cdk-lib/aws-apigateway';
155

Diff for: source/infrastructure/lib/api/model-schema/upload-document-body.ts

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**********************************************************************************************************************
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. *
3-
* *
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance *
5-
* with the License. A copy of the License is located at *
6-
* *
7-
* http://www.apache.org/licenses/LICENSE-2.0 *
8-
* *
9-
* or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES *
10-
* OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions *
11-
* and limitations under the License. *
12-
**********************************************************************************************************************/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
133

144
import { JsonSchema, JsonSchemaType } from 'aws-cdk-lib/aws-apigateway';
155

0 commit comments

Comments
 (0)