Skip to content

Commit

Permalink
Bump engine to. v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Sep 11, 2024
1 parent 950eb6a commit 9675f43
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
29 changes: 21 additions & 8 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
Expand Up @@ -8,13 +8,13 @@
"test:schema": "ota validate --schema-only",
"test:modified": "ota validate --modified",
"start": "ota track",
"start:api": "ota serve",
"start:collection-api": "ota serve",
"start:schedule": "npm run start -- --schedule",
"start:modified": "git diff -z --name-only HEAD $(git merge-base HEAD origin/main) -- ./declarations/ | tr '\\0' '\\n' | grep -v .history | grep -v .filters | sed 's/declarations\\///g' | sed 's/.json//g' | sed 's/.*/\"&\"/' | xargs -r npm run start -- --services",
"dataset": "ota dataset",
"dataset:schedule": "npm run dataset -- --publish --remove-local-copy --schedule"
},
"dependencies": {
"@opentermsarchive/engine": "~2.0.1"
"@opentermsarchive/engine": "~2.2.1"
}
}

0 comments on commit 9675f43

Please sign in to comment.