Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Bump version and fix flows script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult committed Nov 24, 2023
1 parent b113196 commit 16cafa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/dscp-hyproof-api",
"version": "0.0.1",
"version": "0.0.2",
"description": "An OpenAPI API service for DSCP",
"main": "src/index.ts",
"scripts": {
Expand All @@ -15,15 +15,15 @@
"test:unit": "NODE_ENV=test ./node_modules/.bin/mocha --config ./test/mocharc.json -r ts-node/register ./src/**/*.test.ts",
"db:migrate": "npx knex migrate:latest --knexfile src/lib/db/knexfile.ts",
"db:rollback": "npx knex migrate:rollback --knexfile src/lib/db/knexfile.ts",
"flows": "npx @digicatapult/dscp-process-management@latest create -h localhost -p 9944 -u //Alice \"$(cat processFlows.json)\""
"flows": "npx @digicatapult/dscp-process-management@latest create -h localhost -p 9944 -u //Alice -f ./processFlows.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digicatapult/dscp-hyproof-api.git"
},
"engines": {
"node": "18.x.x",
"npm": "9.x.x"
"npm": "10.x.x"
},
"keywords": [
"OpenAPI"
Expand Down

0 comments on commit 16cafa0

Please sign in to comment.