diff --git a/package-lock.json b/package-lock.json index fe454ad..c55b9d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digicatapult/dtdl-parser", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@digicatapult/dtdl-parser", - "version": "0.0.16", + "version": "0.0.17", "license": "Apache-2.0", "devDependencies": { "@eslint/eslintrc": "^3.1.0", @@ -6060,4 +6060,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index d781e28..cf2fccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/dtdl-parser", - "version": "0.0.16", + "version": "0.0.17", "description": "JS tool to parse DTDL defined Ontologies", "main": "build/index.js", "type": "module", @@ -67,4 +67,4 @@ "engines": { "node": ">= 20" } -} \ No newline at end of file +}