Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 1def09d

Browse files
changes for release/v1.0.1
1 parent b375268 commit 1def09d

17 files changed

+3512
-4433
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [1.0.1] - 2021-01-04
9+
10+
### Changed
11+
12+
- Updated the command to install the package moto in README and deployment scripts
13+
- Updated the version of the package ini from 1.3.5 to 1.3.8
14+
- Modified package.json to install version 0.21.1 for axios which is a dependency of amplify
15+
816
## [1.0.0] - 2020-10-30
917

1018
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Please ensure you install all requirements before beginning the deployment
113113
`sudo yum -y install jq`
114114

115115
- moto (Required for running the tests)
116-
`pip install moto`
116+
`pip install moto==1.3.14`
117117

118118
- pip3 (Required to install packages)
119119
`curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py`

deployment/.DS_Store

-6 KB
Binary file not shown.

deployment/document-understanding-solution.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Resources:
191191
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
192192
- python get-pip.py
193193
- echo "Installing moto for running tests"
194-
- pip install moto
194+
- pip install moto==1.3.14
195195
- npm install -g cdk@1.42.0
196196
- cdk --version
197197
- npm install -g typescript
Binary file not shown.
Binary file not shown.

source/package-lock.json

+3,122-2,957
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"build": "STACKNAME=$npm_package_stack_stackname AWS_REGION=$npm_package_stack_region yarn pre-build && NEXT_PUBLIC_ENABLE_KENDRA=$npm_package_enableKendra next build app",
4141
"export": "yarn build && next export app",
4242
"pre-build": "STACKNAME=$npm_package_stack_stackname AWS_REGION=$npm_package_stack_region isROMode=$npm_package_isROMode ENABLE_KENDRA=$npm_package_enableKendra node ./bin/pre-build.js",
43+
"preinstall": "npx npm-force-resolutions",
4344
"license-report": "legally --plain > license-report.txt && echo \"$(tail -n +4 license-report.txt)\" > license-report.txt",
4445
"prettier": "prettier --write '**/*.{js,md,yaml}'",
4546
"lint": "yarn lint:js && yarn lint:css",
@@ -71,14 +72,15 @@
7172
"@zeit/next-sass": "^1.0.1",
7273
"aws-amplify": "^2.1.0",
7374
"aws-cdk": "^1.70.0",
75+
"aws-sdk": "^2.823.0",
7476
"classnames": "^2.2.6",
7577
"date-fns": "^1.30.1",
7678
"dotenv": "^8.0.0",
7779
"express": "^4.17.1",
7880
"inquirer": "^6.4.1",
7981
"lodash": "^4.17.19",
8082
"minimist": "^1.2.3",
81-
"next": "^10.0.0",
83+
"next": "^10.0.3",
8284
"next-redux-wrapper": "^3.0.0-alpha.3",
8385
"node-fetch": "^2.6.1",
8486
"node-sass": "^4.14.1",
@@ -119,8 +121,6 @@
119121
"sass-lint": "^1.13.1"
120122
},
121123
"resolutions": {
122-
"@aws-amplify/analytics": "1.2.16",
123-
"@aws-amplify/ui": "1.0.19",
124-
"node-fetch": "2.6.1"
124+
"axios": "0.21.1"
125125
}
126126
}

source/samples/KendraPdfs/documents/GeneralPublic/policy/Creatine_Kinase_-_MedlinePlus_Medical_Test.pdf.metadata.json

-1
This file was deleted.

source/samples/KendraPdfs/documents/HealthcareProvider/policy/Muscular_Dystrophy_NIH.pdf.metadata.json

-1
This file was deleted.

source/samples/KendraPdfs/documents/HealthcareProvider/policy/What_is_Muscular_Dystrophy_-_CDC.pdf.metadata.json

-1
This file was deleted.

source/samples/KendraPdfs/documents/Scientist/policy/Muscular_Dystrophy_Hope_Through_Research_National_Institute_of_Neurological_Disorders_and_Stroke.pdf.metadata.json

-1
This file was deleted.

source/yarn.lock

+376-1,466
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)