Skip to content

Commit

Permalink
Merge pull request #43 from sacconazzo/develop
Browse files Browse the repository at this point in the history
minor fixes and upgrades
  • Loading branch information
sacconazzo authored Aug 2, 2024
2 parents 6824d9f + b0e6386 commit 3db7c1b
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 394 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: New Release

on:
push:
Expand All @@ -10,10 +10,10 @@ permissions:

jobs:
release:
name: Release pushed tag
runs-on: ubuntu-22.04
name: Release from Tag
runs-on: ubuntu-latest
steps:
- name: Create release
- name: Create new release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"swagger",
"custom endpoints",
"openapi definition",
"openapi"
"openapi",
"validations",
"api-validator"
],
"directus:extension": {
"type": "endpoint",
Expand All @@ -47,7 +49,7 @@
"@directus/shared": "^9.24.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.42",
"@types/node": "^18.19.43",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
Expand All @@ -58,13 +60,13 @@
"jest": "^29.7.0",
"jest-extended": "^3.2.4",
"openapi-schema-validator": "^12.1.3",
"pinia": "^2.1.7",
"pinia": "^2.2.0",
"pino": "^8.21.0",
"prettier": "^2.8.8",
"rollup": "2.63.0",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vue": "^3.4.34"
"vue": "^3.4.35"
}
}
Loading

0 comments on commit 3db7c1b

Please sign in to comment.