@silkweave/fastify 1.4.0 → 1.4.1

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @silkweave/fastify@1.3.2 build /Users/atomic/projects/ai/silkweave/packages/fastify
3
+ > @silkweave/fastify@1.4.0 build /Users/atomic/projects/ai/silkweave/packages/fastify
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -12,7 +12,7 @@
12
12
  ESM Build start
13
13
  ESM build/index.js 5.35 KB
14
14
  ESM build/index.js.map 10.13 KB
15
- ESM ⚡️ Build success in 7ms
15
+ ESM ⚡️ Build success in 6ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 848ms
17
+ DTS ⚡️ Build success in 813ms
18
18
  DTS build/index.d.ts 455.00 B
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @silkweave/fastify@1.3.2 lint /Users/atomic/projects/ai/silkweave/packages/fastify
3
+ > @silkweave/fastify@1.4.0 lint /Users/atomic/projects/ai/silkweave/packages/fastify
4
4
  > eslint
5
5
 
@@ -20,7 +20,7 @@
20
20
  ESM Build start
21
21
  ESM build/index.js 5.35 KB
22
22
  ESM build/index.js.map 10.13 KB
23
- ESM ⚡️ Build success in 7ms
23
+ ESM ⚡️ Build success in 6ms
24
24
  DTS Build start
25
- DTS ⚡️ Build success in 847ms
25
+ DTS ⚡️ Build success in 846ms
26
26
  DTS build/index.d.ts 455.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/fastify",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Silkweave 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
- "@silkweave/auth": "1.4.0",
19
- "@silkweave/logger": "1.4.0",
20
- "@silkweave/core": "1.4.0"
18
+ "@silkweave/core": "1.4.1",
19
+ "@silkweave/auth": "1.4.1",
20
+ "@silkweave/logger": "1.4.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@eslint/js": "^10.0.1",