@zuplo/cli 6.70.66 → 6.70.67

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 (26) hide show
  1. package/node_modules/@fastify/reply-from/node_modules/undici/lib/global.js +1 -1
  2. package/node_modules/@fastify/reply-from/node_modules/undici/package.json +1 -1
  3. package/node_modules/@zuplo/core/package.json +1 -1
  4. package/node_modules/@zuplo/graphql/package.json +1 -1
  5. package/node_modules/@zuplo/openapi-tools/package.json +1 -1
  6. package/node_modules/@zuplo/otel/package.json +1 -1
  7. package/node_modules/@zuplo/runtime/out/esm/chunk-O5I2ETU3.js +356 -0
  8. package/node_modules/@zuplo/runtime/out/esm/chunk-O5I2ETU3.js.map +1 -0
  9. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  10. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +9 -9
  11. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
  12. package/node_modules/@zuplo/runtime/package.json +1 -1
  13. package/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +1 -1
  14. package/node_modules/hono/dist/cjs/middleware/language/language.js +10 -32
  15. package/node_modules/hono/dist/cjs/middleware/timing/timing.js +3 -1
  16. package/node_modules/hono/dist/cjs/utils/ipaddr.js +6 -1
  17. package/node_modules/hono/dist/middleware/bearer-auth/index.js +1 -1
  18. package/node_modules/hono/dist/middleware/language/language.js +10 -32
  19. package/node_modules/hono/dist/middleware/timing/timing.js +3 -1
  20. package/node_modules/hono/dist/tsconfig.build.tsbuildinfo +1 -1
  21. package/node_modules/hono/dist/utils/ipaddr.js +6 -1
  22. package/node_modules/hono/package.json +18 -10
  23. package/package.json +6 -6
  24. package/node_modules/@zuplo/runtime/out/esm/chunk-WDGKR433.js +0 -370
  25. package/node_modules/@zuplo/runtime/out/esm/chunk-WDGKR433.js.map +0 -1
  26. /package/node_modules/@zuplo/runtime/out/esm/{chunk-WDGKR433.js.LEGAL.txt → chunk-O5I2ETU3.js.LEGAL.txt} +0 -0
@@ -32,7 +32,7 @@ function setGlobalDispatcher (agent) {
32
32
  }
33
33
 
34
34
  function getGlobalDispatcher () {
35
- return globalThis[globalDispatcher]
35
+ return globalThis[legacyGlobalDispatcher]
36
36
  }
37
37
 
38
38
  // These are the globals that can be installed by undici.install().
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "undici",
3
- "version": "7.27.1",
3
+ "version": "7.27.2",
4
4
  "description": "An HTTP/1.1 client, written from scratch for Node.js",
5
5
  "homepage": "https://undici.nodejs.org",
6
6
  "bugs": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/core",
3
- "version": "6.70.66",
3
+ "version": "6.70.67",
4
4
  "repository": "https://github.com/zuplo/zuplo",
5
5
  "author": "Zuplo, Inc.",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/graphql",
3
3
  "type": "module",
4
- "version": "6.70.66",
4
+ "version": "6.70.67",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {
@@ -2,7 +2,7 @@
2
2
  "name": "@zuplo/openapi-tools",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "6.70.66",
5
+ "version": "6.70.67",
6
6
  "description": "Tooling for OpenAPI files",
7
7
  "repository": {
8
8
  "type": "git",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/otel",
3
3
  "type": "module",
4
- "version": "6.70.66",
4
+ "version": "6.70.67",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {