Skip to content

Commit

Permalink
[develop] Release/1.3.13 (#90)
Browse files Browse the repository at this point in the history
* Cutting new release branch with 3983 fixes

* Updating package version and release notes

* Updating package lock

* Update Version and change commet to force build (#83)

Co-authored-by: Jonathan Larson <jon.larson@semanticbits.com>

* Update publish.yml

* Update publish.yml

* Update README.md

* [master] Release/1.3.12 (#87)

* Update Version and change commet to force build (#81)

* [develop] Release/1.3.11 (#82)

* Cutting new release branch with 3983 fixes

* Updating package version and release notes

* Updating package lock

* Update Version and change comment to force build

Co-authored-by: KyleApfel <kyleapfel@gmail.com>
Co-authored-by: Drew Jackson <drew.jackson@semanticbits.com>
Co-authored-by: Josh <joshboley@gmail.com>
Co-authored-by: Jon Larson <35933422+jonalarson@users.noreply.github.com>
Co-authored-by: Jonathan Larson <jon.larson@semanticbits.com>

* Update publish.yml

* Update publish.yml

* Update README.md

* Update Version (#85)

* To Force a build

Co-authored-by: Jonathan Larson <jon.larson@semanticbits.com>
Co-authored-by: KyleApfel <kyleapfel@gmail.com>
Co-authored-by: Drew Jackson <drew.jackson@semanticbits.com>
Co-authored-by: Josh <joshboley@gmail.com>
Co-authored-by: Jon Larson <35933422+jonalarson@users.noreply.github.com>

* adjust version number

Co-authored-by: KyleApfel <kyleapfel@gmail.com>
Co-authored-by: Drew Jackson <drew.jackson@semanticbits.com>
Co-authored-by: Josh <joshboley@gmail.com>
Co-authored-by: Jon Larson <35933422+jonalarson@users.noreply.github.com>
Co-authored-by: Jonathan Larson <jon.larson@semanticbits.com>
  • Loading branch information
6 people committed Jul 6, 2020
1 parent 27209bf commit aa0cd5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion file-uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export function fileUploader(submissionBody, submissionFormat, requestHeaders, b
.then((_validSubmission) => {
// QPPSF-5596, part of the validation logic for NonProportion measures for PY 2019, is to add a new field during validation,
// to prevent additional fields being added, we are going to send the original submission object
// to the api since the validation adds some validation properties
// to the api since the validation adds some validation properties, should be handled

validatedSubmission = JSON.parse(submissionBody);
return fileUploaderUtil.getExistingSubmission(validatedSubmission, baseOptions);
}).then((existingSubmissionReturned) => {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"name": "qpp-file-upload-api-client",

"version": "1.3.13-beta",

"version": "1.3.13",
"description": "An npm package to send the necessary requests to the Submissions API to execute the functionality required by a file upload client",
"main": "./dist/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit aa0cd5f

Please sign in to comment.