@mcphero/fastify 1.2.0 → 1.3.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @mcphero/fastify@1.1.7 build /Users/atomic/projects/ai/mcphero/packages/fastify
2
+ > @mcphero/fastify@1.2.0 build /Users/atomic/projects/ai/mcphero/packages/fastify
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -13,5 +13,5 @@ ESM build/index.js 4.95 KB
13
13
  ESM build/index.js.map 8.97 KB
14
14
  ESM ⚡️ Build success in 8ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 975ms
16
+ DTS ⚡️ Build success in 979ms
17
17
  DTS build/index.d.ts 451.00 B
@@ -1,12 +1,12 @@
1
1
 
2
- > @mcphero/fastify@1.1.7 check /Users/atomic/projects/ai/mcphero/packages/fastify
2
+ > @mcphero/fastify@1.2.0 check /Users/atomic/projects/ai/mcphero/packages/fastify
3
3
  > pnpm lint && pnpm typecheck
4
4
 
5
5
 
6
- > @mcphero/fastify@1.1.7 lint /Users/atomic/projects/ai/mcphero/packages/fastify
6
+ > @mcphero/fastify@1.2.0 lint /Users/atomic/projects/ai/mcphero/packages/fastify
7
7
  > eslint
8
8
 
9
9
 
10
- > @mcphero/fastify@1.1.7 typecheck /Users/atomic/projects/ai/mcphero/packages/fastify
10
+ > @mcphero/fastify@1.2.0 typecheck /Users/atomic/projects/ai/mcphero/packages/fastify
11
11
  > tsc --noEmit
12
12
 
@@ -0,0 +1,5 @@
1
+
2
+ 
3
+ > @mcphero/fastify@1.2.0 lint /Users/atomic/projects/ai/mcphero/packages/fastify
4
+ > eslint
5
+
@@ -1,14 +1,14 @@
1
1
 
2
2
  
3
- > @mcphero/fastify@1.1.7 prepack /Users/atomic/projects/ai/mcphero/packages/fastify
3
+ > @mcphero/fastify@1.2.0 prepack /Users/atomic/projects/ai/mcphero/packages/fastify
4
4
  > pnpm clean && pnpm build
5
5
 
6
6
 
7
- > @mcphero/fastify@1.1.7 clean /Users/atomic/projects/ai/mcphero/packages/fastify
7
+ > @mcphero/fastify@1.2.0 clean /Users/atomic/projects/ai/mcphero/packages/fastify
8
8
  > rimraf build
9
9
 
10
10
 
11
- > @mcphero/fastify@1.1.7 build /Users/atomic/projects/ai/mcphero/packages/fastify
11
+ > @mcphero/fastify@1.2.0 build /Users/atomic/projects/ai/mcphero/packages/fastify
12
12
  > tsup
13
13
 
14
14
  CLI Building entry: src/index.ts
@@ -20,7 +20,7 @@
20
20
  ESM Build start
21
21
  ESM build/index.js 4.95 KB
22
22
  ESM build/index.js.map 8.97 KB
23
- ESM ⚡️ Build success in 9ms
23
+ ESM ⚡️ Build success in 14ms
24
24
  DTS Build start
25
- DTS ⚡️ Build success in 1002ms
25
+ DTS ⚡️ Build success in 1148ms
26
26
  DTS build/index.d.ts 451.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcphero/fastify",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "MCP Hero Fastify REST Adapter",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,9 +15,9 @@
15
15
  "@scalar/fastify-api-reference": "^1.49.0",
16
16
  "fastify": "^5.8.2",
17
17
  "zod": "^4.3.6",
18
- "@mcphero/core": "1.2.0",
19
- "@mcphero/auth": "1.2.0",
20
- "@mcphero/logger": "1.2.0"
18
+ "@mcphero/auth": "1.3.0",
19
+ "@mcphero/logger": "1.3.0",
20
+ "@mcphero/core": "1.3.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@eslint/js": "^10.0.1",