Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.94.2](https://github.com/prefabs-tech/fastify/compare/v0.94.1...v0.94.2) (2026-07-30)


### Features

* implement user profile fields in user package ([#1125](https://github.com/prefabs-tech/fastify/issues/1125)) ([ebf8638](https://github.com/prefabs-tech/fastify/commit/ebf8638ad8b33e8fe277de346914b50f21381c7e))
* **s3:** accept plugin options directly, deprecate fastify.config fa… ([#1127](https://github.com/prefabs-tech/fastify/issues/1127)) ([81251d3](https://github.com/prefabs-tech/fastify/commit/81251d3ff8d93eb01f7519c0bdf4c76d36f4054c))



## [0.94.1](https://github.com/prefabs-tech/fastify/compare/v0.94.0...v0.94.1) (2026-05-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify",
"version": "0.94.1",
"version": "0.94.2",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-config",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify config plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/config#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/error-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-error-handler",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify error-handler plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/error-handler#readme",
"repository": {
Expand Down
22 changes: 10 additions & 12 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-firebase",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify firebase plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/firebase#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"main": "./dist/prefabs-tech-fastify-firebase.cjs",
"module": "./dist/prefabs-tech-fastify-firebase.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -36,10 +34,10 @@
},
"devDependencies": {
"@prefabs.tech/eslint-config": "0.8.7",
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-error-handler": "0.94.1",
"@prefabs.tech/fastify-graphql": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-error-handler": "0.94.2",
"@prefabs.tech/fastify-graphql": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"@prefabs.tech/tsconfig": "0.8.7",
"@types/node": "24.13.3",
"@vitest/coverage-istanbul": "4.1.10",
Expand All @@ -57,10 +55,10 @@
"vitest": "4.1.10"
},
"peerDependencies": {
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-error-handler": "0.94.1",
"@prefabs.tech/fastify-graphql": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-error-handler": "0.94.2",
"@prefabs.tech/fastify-graphql": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"fastify": ">=5.10.0",
"fastify-plugin": ">=5.1.0",
"mercurius": ">=16.10.0",
Expand Down
14 changes: 6 additions & 8 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-graphql",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify graphql plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/graphql#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"main": "./dist/prefabs-tech-fastify-graphql.cjs",
"module": "./dist/prefabs-tech-fastify-graphql.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -39,8 +37,8 @@
},
"devDependencies": {
"@prefabs.tech/eslint-config": "0.8.7",
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"@prefabs.tech/tsconfig": "0.8.7",
"@types/node": "24.13.3",
"@vitest/coverage-istanbul": "4.1.10",
Expand All @@ -57,8 +55,8 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"fastify": ">=5.10.0",
"fastify-plugin": ">=5.1.0",
"graphql": ">=16.14.2",
Expand Down
10 changes: 4 additions & 6 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-mailer",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify mailer plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/mailer#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"main": "./dist/prefabs-tech-fastify-mailer.cjs",
"module": "./dist/prefabs-tech-fastify-mailer.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -39,7 +37,7 @@
},
"devDependencies": {
"@prefabs.tech/eslint-config": "0.8.7",
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/tsconfig": "0.8.7",
"@types/mjml": "5.0.0",
"@types/node": "24.13.3",
Expand All @@ -56,7 +54,7 @@
"vitest": "4.1.10"
},
"peerDependencies": {
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"fastify": ">=5.10.0",
"fastify-plugin": ">=5.1.0",
"mjml": ">=4.18.0"
Expand Down
22 changes: 10 additions & 12 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-s3",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify S3 plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/s3#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"main": "./dist/prefabs-tech-fastify-s3.cjs",
"module": "./dist/prefabs-tech-fastify-s3.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -40,10 +38,10 @@
},
"devDependencies": {
"@prefabs.tech/eslint-config": "0.8.7",
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-error-handler": "0.94.1",
"@prefabs.tech/fastify-graphql": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-error-handler": "0.94.2",
"@prefabs.tech/fastify-graphql": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"@prefabs.tech/tsconfig": "0.8.7",
"@types/node": "24.13.3",
"@vitest/coverage-istanbul": "4.1.10",
Expand All @@ -59,10 +57,10 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-error-handler": "0.94.1",
"@prefabs.tech/fastify-graphql": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-error-handler": "0.94.2",
"@prefabs.tech/fastify-graphql": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"fastify": ">=5.10.0",
"fastify-plugin": ">=5.1.0",
"slonik": ">=46.8.0",
Expand Down
10 changes: 4 additions & 6 deletions packages/slonik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-slonik",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify slonik plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/slonik#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"main": "./dist/prefabs-tech-fastify-slonik.cjs",
"module": "./dist/prefabs-tech-fastify-slonik.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -38,7 +36,7 @@
},
"devDependencies": {
"@prefabs.tech/eslint-config": "0.8.7",
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/tsconfig": "0.8.7",
"@slonik/driver": "46.8.0",
"@types/humps": "2.0.6",
Expand All @@ -57,7 +55,7 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"fastify": ">=5.10.0",
"fastify-plugin": ">=5.1.0",
"pg-mem": ">=3.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-swagger",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify swagger plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/swagger#readme",
"repository": {
Expand Down
30 changes: 14 additions & 16 deletions packages/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify-user",
"version": "0.94.1",
"version": "0.94.2",
"description": "Fastify user plugin",
"homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/user#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"main": "./dist/prefabs-tech-fastify-user.cjs",
"module": "./dist/prefabs-tech-fastify-user.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -36,12 +34,12 @@
},
"devDependencies": {
"@prefabs.tech/eslint-config": "0.8.7",
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-error-handler": "0.94.1",
"@prefabs.tech/fastify-graphql": "0.94.1",
"@prefabs.tech/fastify-mailer": "0.94.1",
"@prefabs.tech/fastify-s3": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-error-handler": "0.94.2",
"@prefabs.tech/fastify-graphql": "0.94.2",
"@prefabs.tech/fastify-mailer": "0.94.2",
"@prefabs.tech/fastify-s3": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"@prefabs.tech/tsconfig": "0.8.7",
"@types/humps": "2.0.6",
"@types/node": "24.13.3",
Expand All @@ -64,12 +62,12 @@
"peerDependencies": {
"@fastify/cors": ">=11.3.0",
"@fastify/formbody": ">=8.0.2",
"@prefabs.tech/fastify-config": "0.94.1",
"@prefabs.tech/fastify-error-handler": "0.94.1",
"@prefabs.tech/fastify-graphql": "0.94.1",
"@prefabs.tech/fastify-mailer": "0.94.1",
"@prefabs.tech/fastify-s3": "0.94.1",
"@prefabs.tech/fastify-slonik": "0.94.1",
"@prefabs.tech/fastify-config": "0.94.2",
"@prefabs.tech/fastify-error-handler": "0.94.2",
"@prefabs.tech/fastify-graphql": "0.94.2",
"@prefabs.tech/fastify-mailer": "0.94.2",
"@prefabs.tech/fastify-s3": "0.94.2",
"@prefabs.tech/fastify-slonik": "0.94.2",
"fastify": ">=5.10.0",
"fastify-plugin": ">=5.1.0",
"mercurius": ">=16.10.0",
Expand Down
Loading