poe-code 3.0.432 → 3.0.434
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/packages/tiny-http-mcp-server/dist/auth.js +12 -0
- package/packages/tiny-http-mcp-server/dist/express-middleware.js +4 -0
- package/packages/tiny-http-mcp-server/dist/http-server.js +1 -1
- package/packages/tiny-http-mcp-server/dist/http-transport.d.ts +5 -0
- package/packages/tiny-http-mcp-server/dist/http-transport.js +53 -7
package/dist/index.js
CHANGED
|
@@ -145404,7 +145404,7 @@ var init_package2 = __esm({
|
|
|
145404
145404
|
"package.json"() {
|
|
145405
145405
|
package_default2 = {
|
|
145406
145406
|
name: "poe-code",
|
|
145407
|
-
version: "3.0.
|
|
145407
|
+
version: "3.0.434",
|
|
145408
145408
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
145409
145409
|
license: "MIT",
|
|
145410
145410
|
type: "module",
|