@module-federation/treeshake-server 2.0.1 → 2.1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/treeshake-server",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "description": "Build service powered by Hono that installs dependencies, builds with Rspack, and uploads artifacts.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -27,7 +27,7 @@
27
27
  "@hono/node-server": "1.19.5",
28
28
  "@hono/zod-validator": "0.7.4",
29
29
  "dotenv": "16.4.5",
30
- "hono": "4.11.7",
30
+ "hono": "4.11.10",
31
31
  "json-stable-stringify": "1.3.0",
32
32
  "nanoid": "5.1.6",
33
33
  "p-limit": "^7.2.0",