- npm updates

This commit is contained in:
Arno Kaimbacher 2023-05-12 08:36:03 +02:00
parent 466fdfbd14
commit 6a00a8fd39
3 changed files with 13 additions and 3 deletions

View File

@ -32,6 +32,16 @@
<xsl:otherwise>http://datacite.org/schema/kernel-4</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<xsl:variable name="datacentre">
<xsl:choose>
<xsl:when test="string-length(normalize-space(@CreatingCorporation)) > 0">
<xsl:value-of select="normalize-space(@CreatingCorporation)"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="string('Tethys RDR')"/>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>

View File

@ -54,7 +54,7 @@
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/express": "^4.17.14",
"@types/node": "^18.7.23",
"@types/node": "^20.1.2",
"@types/sprintf-js": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",

File diff suppressed because one or more lines are too long