@baseplate-dev/fastify-generators 0.6.6 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @baseplate-dev/fastify-generators
2
2
 
3
+ ## 0.6.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#872](https://github.com/halfdomelabs/baseplate/pull/872) [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd) Thanks [@kingston](https://github.com/kingston)! - Upgrade fastify to 5.8.4
8
+ - fastify: 5.8.1 → 5.8.4
9
+
10
+ - [#872](https://github.com/halfdomelabs/baseplate/pull/872) [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd) Thanks [@kingston](https://github.com/kingston)! - Upgrade Prisma packages to 7.6.0
11
+ - prisma: 7.5.0 → 7.6.0
12
+ - @prisma/client: 7.5.0 → 7.6.0
13
+ - @prisma/adapter-pg: 7.5.0 → 7.6.0
14
+ - @prisma/internals: 7.5.0 → 7.6.0
15
+ - @pothos/plugin-prisma: 4.14.1 → 4.14.2
16
+
17
+ - Updated dependencies [[`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd), [`c3a6719`](https://github.com/halfdomelabs/baseplate/commit/c3a67191d9a456d7440728f43f34cd02d28ffd12), [`7031c74`](https://github.com/halfdomelabs/baseplate/commit/7031c74af6a0ee74007a2b3cce30c738cff36e6a)]:
18
+ - @baseplate-dev/core-generators@0.6.7
19
+ - @baseplate-dev/sync@0.6.7
20
+ - @baseplate-dev/utils@0.6.7
21
+
3
22
  ## 0.6.6
4
23
 
5
24
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  export declare const FASTIFY_PACKAGES: {
2
- readonly fastify: "5.8.1";
2
+ readonly fastify: "5.8.4";
3
3
  readonly '@fastify/helmet': "13.0.2";
4
4
  readonly 'fastify-plugin': "5.1.0";
5
5
  readonly nanoid: "5.1.6";
@@ -19,14 +19,14 @@ export declare const FASTIFY_PACKAGES: {
19
19
  readonly '@pothos/core': "4.10.0";
20
20
  readonly '@pothos/plugin-simple-objects': "4.1.3";
21
21
  readonly '@pothos/plugin-relay': "4.6.2";
22
- readonly '@pothos/plugin-prisma': "4.14.1";
22
+ readonly '@pothos/plugin-prisma': "4.14.2";
23
23
  readonly '@pothos/plugin-validation': "4.2.0";
24
24
  readonly 'graphql-scalars': "1.23.0";
25
25
  readonly '@graphql-yoga/redis-event-target': "2.0.0";
26
26
  readonly 'graphql-ws': "5.16.0";
27
- readonly '@prisma/client': "7.5.0";
28
- readonly prisma: "7.5.0";
29
- readonly '@prisma/adapter-pg': "7.5.0";
27
+ readonly '@prisma/client': "7.6.0";
28
+ readonly prisma: "7.6.0";
29
+ readonly '@prisma/adapter-pg': "7.6.0";
30
30
  readonly ms: "2.1.3";
31
31
  readonly '@types/redis-info': "3.0.3";
32
32
  readonly '@types/ms': "0.7.34";
@@ -1,6 +1,6 @@
1
1
  export const FASTIFY_PACKAGES = {
2
2
  // Fastify
3
- fastify: '5.8.1',
3
+ fastify: '5.8.4',
4
4
  '@fastify/helmet': '13.0.2',
5
5
  'fastify-plugin': '5.1.0',
6
6
  nanoid: '5.1.6',
@@ -21,15 +21,15 @@ export const FASTIFY_PACKAGES = {
21
21
  '@pothos/core': '4.10.0',
22
22
  '@pothos/plugin-simple-objects': '4.1.3',
23
23
  '@pothos/plugin-relay': '4.6.2',
24
- '@pothos/plugin-prisma': '4.14.1',
24
+ '@pothos/plugin-prisma': '4.14.2',
25
25
  '@pothos/plugin-validation': '4.2.0',
26
26
  'graphql-scalars': '1.23.0',
27
27
  '@graphql-yoga/redis-event-target': '2.0.0',
28
28
  'graphql-ws': '5.16.0',
29
29
  // Prisma
30
- '@prisma/client': '7.5.0',
31
- prisma: '7.5.0',
32
- '@prisma/adapter-pg': '7.5.0',
30
+ '@prisma/client': '7.6.0',
31
+ prisma: '7.6.0',
32
+ '@prisma/adapter-pg': '7.6.0',
33
33
  // Utils
34
34
  ms: '2.1.3',
35
35
  '@types/redis-info': '3.0.3',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseplate-dev/fastify-generators",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Fastify generators for Baseplate",
5
5
  "keywords": [
6
6
  "backend",
@@ -33,15 +33,15 @@
33
33
  "!dist/**/*.tsbuildinfo"
34
34
  ],
35
35
  "dependencies": {
36
- "@prisma/internals": "7.5.0",
36
+ "@prisma/internals": "7.6.0",
37
37
  "change-case": "5.4.4",
38
38
  "es-toolkit": "1.44.0",
39
39
  "indent-string": "5.0.0",
40
40
  "inflection": "3.0.0",
41
41
  "zod": "^4.3.6",
42
- "@baseplate-dev/core-generators": "0.6.6",
43
- "@baseplate-dev/sync": "0.6.6",
44
- "@baseplate-dev/utils": "0.6.6"
42
+ "@baseplate-dev/core-generators": "0.6.7",
43
+ "@baseplate-dev/sync": "0.6.7",
44
+ "@baseplate-dev/utils": "0.6.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "concurrently": "9.2.1",
@@ -51,7 +51,7 @@
51
51
  "prettier": "3.8.1",
52
52
  "typescript": "5.9.3",
53
53
  "vitest": "4.0.16",
54
- "@baseplate-dev/tools": "0.6.6"
54
+ "@baseplate-dev/tools": "0.6.7"
55
55
  },
56
56
  "engines": {
57
57
  "node": "^24.0.0"