Skip to content

Commit

Permalink
Switch to our fork of tsimp temporarily (#170)
Browse files Browse the repository at this point in the history
* Switch to our fork of tsimp temporarily

* Updating version to 0.8.69

---------

Co-authored-by: dc-autobot[bot] <181364585+dc-autobot[bot]@users.noreply.github.com>
  • Loading branch information
mattdean-digicatapult and dc-autobot[bot] authored Sep 16, 2024
1 parent 0e7eb51 commit 3994a6d
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ignores: [
'@kitajs/html',
'@kitajs/ts-html-plugin',
'tsimp',
'@digicatapult/tsimp',
'htmx.org',
'htmx-ext-json-enc',
'prettier-plugin-organize-imports',
Expand Down
90 changes: 46 additions & 44 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritable-ui",
"version": "0.8.68",
"version": "0.8.69",
"description": "UI for Veritable",
"main": "src/index.ts",
"type": "module",
Expand All @@ -20,11 +20,11 @@
"build": "npm run tsoa:build && tsc",
"tsoa:build": "tsoa spec-and-routes",
"tsoa:watch": "node --watch-path=./src ./node_modules/.bin/tsoa -- spec-and-routes",
"dev": "npm run tsoa:watch & NODE_ENV=dev node --import=tsimp/import --watch src/index.ts | pino-colada",
"dev:init": "NODE_ENV=dev node --import=tsimp/import src/init.ts | pino-colada",
"dev": "npm run tsoa:watch & NODE_ENV=dev node --import=@digicatapult/tsimp/import --watch src/index.ts | pino-colada",
"dev:init": "NODE_ENV=dev node --import=@digicatapult/tsimp/import src/init.ts | pino-colada",
"init": "node build/init.js",
"start": "node build/index.js",
"db:cmd": "node --import=tsimp/import ./node_modules/.bin/knex",
"db:cmd": "node --import=@digicatapult/tsimp/import ./node_modules/.bin/knex",
"db:migrate": "npm run db:cmd -- migrate:latest",
"db:rollback": "npm run db:cmd -- migrate:rollback",
"db:seed": "npm run db:cmd -- seed:run",
Expand Down Expand Up @@ -91,7 +91,7 @@
"prettier-plugin-organize-imports": "^4.0.0",
"sinon": "^19.0.0",
"supertest": "^7.0.0",
"tsimp": "^2.0.11",
"@digicatapult/tsimp": "^2.0.12",
"typescript": "^5.6.2",
"undici": "^6.19.8"
}
Expand Down
2 changes: 1 addition & 1 deletion test/mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"exit": true,
"extension": "ts",
"file": ["test/init.ts"],
"node-option": ["import=tsimp/import"]
"node-option": ["import=@digicatapult/tsimp/import"]
}

0 comments on commit 3994a6d

Please sign in to comment.