Compare commits

...

2 Commits

Author SHA1 Message Date
Gitea Actions
4f80baf466 ci: Bump version to 0.14.3 [skip ci] 2026-02-17 10:03:15 +05:00
8450b5e22f Generate TSOA Spec and Routes
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 2m32s
2026-02-16 21:01:30 -08:00
3 changed files with 6 additions and 3 deletions

View File

@@ -75,6 +75,9 @@ jobs:
echo "--- Listing SRC Directory ---"
ls -alF src
- name: Generate TSOA Spec and Routes
run: npm run tsoa:build
- name: TypeScript Type-Check
run: npm run type-check

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "flyer-crawler",
"version": "0.14.2",
"version": "0.14.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flyer-crawler",
"version": "0.14.2",
"version": "0.14.3",
"dependencies": {
"@bull-board/api": "^6.14.2",
"@bull-board/express": "^6.14.2",

View File

@@ -1,7 +1,7 @@
{
"name": "flyer-crawler",
"private": true,
"version": "0.14.2",
"version": "0.14.3",
"type": "module",
"engines": {
"node": ">=18.0.0"