@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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @mcphero/fastify@1.
|
|
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
|
|
16
|
+
DTS ⚡️ Build success in 979ms
|
|
17
17
|
DTS build/index.d.ts 451.00 B
|
package/.turbo/turbo-check.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @mcphero/fastify@1.
|
|
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.
|
|
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.
|
|
10
|
+
> @mcphero/fastify@1.2.0 typecheck /Users/atomic/projects/ai/mcphero/packages/fastify
|
|
11
11
|
> tsc --noEmit
|
|
12
12
|
|
package/.turbo/turbo-prepack.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @mcphero/fastify@1.
|
|
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.
|
|
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.
|
|
11
|
+
> @mcphero/fastify@1.2.0 build /Users/atomic/projects/ai/mcphero/packages/fastify
|
|
12
12
|
> tsup
|
|
13
13
|
|
|
14
14
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
[34mESM[39m Build start
|
|
21
21
|
[32mESM[39m [1mbuild/index.js [22m[32m4.95 KB[39m
|
|
22
22
|
[32mESM[39m [1mbuild/index.js.map [22m[32m8.97 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 14ms
|
|
24
24
|
DTS Build start
|
|
25
|
-
DTS ⚡️ Build success in
|
|
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.
|
|
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/
|
|
19
|
-
"@mcphero/
|
|
20
|
-
"@mcphero/
|
|
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",
|