@pikku/bun-server 0.12.1 → 0.12.2

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,16 @@
1
1
  # @pikku/bun-server
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 41ce2cb: Upgrade to TypeScript 6 and raise the minimum Node.js version to 22.
8
+
9
+ All packages now build against `typescript@^6.0.3` and declare `engines.node >= 22`. Internal tooling (`ts-json-schema-generator`, `zod-to-ts`) was bumped to TypeScript 6-compatible releases.
10
+
11
+ - Updated dependencies [41ce2cb]
12
+ - @pikku/core@0.12.44
13
+
3
14
  ## 0.12.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikku/bun-server",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "Pikku server adapter for Bun (Bun.serve)",
5
5
  "license": "MIT",
6
6
  "author": "yasser.fadl@gmail.com",
@@ -16,11 +16,11 @@
16
16
  "prepublishOnly": "bun run build"
17
17
  },
18
18
  "peerDependencies": {
19
- "@pikku/core": "^0.12.38"
19
+ "@pikku/core": "^0.12.44"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/bun": "latest",
23
- "typescript": "^5.9.3"
23
+ "typescript": "^6.0.3"
24
24
  },
25
25
  "engines": {
26
26
  "bun": ">=1.0.0"
@@ -1 +1 @@
1
- {"root":["./src/bun-event-hub-service.ts","./src/index.ts","./src/pikku-bun-server.ts"],"version":"5.9.3"}
1
+ {"root":["./src/bun-event-hub-service.ts","./src/index.ts","./src/pikku-bun-server.ts"],"version":"6.0.3"}