Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult committed Oct 21, 2024
1 parent 3545870 commit aca7aa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/dtdl-parser",
"version": "0.0.22",
"version": "0.0.23",
"description": "JS tool to parse DTDL defined Ontologies",
"main": "build/index.js",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"build:declarations": "tsc --emitDeclarationOnly",
"interop:debug": "dotnet build interop",
"interop:build": "dotnet build src/interop --configuration Release",
"build:ts": "swc ./src ./types -d ./build --strip-leading-paths",
"build:ts": "swc ./src -d ./build --strip-leading-paths",
"check": "tsc --noEmit",
"clean": "rimraf -rf ./build",
"lint": "eslint .",
Expand Down

0 comments on commit aca7aa3

Please sign in to comment.