@dmptool/utils 1.0.9 → 1.0.10

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 (2) hide show
  1. package/dist/maDMP.js +1 -1
  2. package/package.json +1 -1
package/dist/maDMP.js CHANGED
@@ -317,7 +317,7 @@ const loadDatasetInfo = async (rdsConnectionParams, applicationName, projectId,
317
317
  */
318
318
  const loadRelatedWorksInfo = async (rdsConnectionParams, projectId) => {
319
319
  const sql = `
320
- SELECT w.doi AS identifier, LOWER(wv.workType) AS workType,
320
+ SELECT w.doi AS identifier, LOWER(wv.workType) AS workType
321
321
  FROM relatedWorks rw
322
322
  JOIN workVersions wv ON rw.workVersionId = wv.id
323
323
  JOIN works w ON wv.workId = w.id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dmptool/utils",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Helper/Utility functions for use in the DMP Tool services. Particularly AWS tooling and maDMP serialization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",