Skip to content

Commit

Permalink
Update version to 1.0.5 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
somaromero committed Aug 30, 2024
1 parent cf9e4b5 commit 3df9b3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "directus-extension-pdf-builder",
"description": "This package is a node for Directus flows, utilizing the PDFMake library for generating PDF documents.",
"icon": "extension",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [
"directus",
"directus-extension",
Expand All @@ -24,7 +24,7 @@
"app": "src/app.js",
"api": "src/api.js"
},
"host": "^10.10.0"
"host": "^10.13.2"
},
"scripts": {
"build": "directus-extension build",
Expand All @@ -40,7 +40,6 @@
"vue": "^3.4.34"
},
"dependencies": {
"axios": "^1.7.4",
"pdfmake": "^0.2.10",
"uuid": "^10.0.0"
}
Expand Down

0 comments on commit 3df9b3a

Please sign in to comment.