- npm updates
This commit is contained in:
parent
466fdfbd14
commit
6a00a8fd39
|
@ -31,7 +31,17 @@
|
|||
<xsl:when test="$resourcetype = 'Dataset' or $resourcetype = 'Software' or $resourcetype = 'Service' or $resourcetype = 'Model'">http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode</xsl:when>
|
||||
<xsl:otherwise>http://datacite.org/schema/kernel-4</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user