@pikku/cli 0.11.3 → 0.12.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.
- package/cli.schema.json +1 -1
- package/console-app/android-chrome-192x192.png +0 -0
- package/console-app/android-chrome-512x512.png +0 -0
- package/console-app/apple-touch-icon.png +0 -0
- package/console-app/assets/index-0Ui5UudO.css +1 -0
- package/console-app/assets/index-DiYPTQU_.js +676 -0
- package/console-app/favicon-16x16.png +0 -0
- package/console-app/favicon-32x32.png +0 -0
- package/console-app/favicon.ico +0 -0
- package/console-app/index.html +34 -0
- package/console-app/pikku-console-logo.png +0 -0
- package/console-app/site.webmanifest +19 -0
- package/console-app/wiring-icons/cron.svg +6 -0
- package/console-app/wiring-icons/function.png +0 -0
- package/console-app/wiring-icons/http.svg +2 -0
- package/console-app/wiring-icons/mcp.svg +1 -0
- package/console-app/wiring-icons/queue.svg +18 -0
- package/console-app/wiring-icons/sse.svg +5 -0
- package/console-app/wiring-icons/websocket.svg +8 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +46 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +17 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.d.ts +1 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js +6 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.json +3 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.js +4 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +27 -14
- package/dist/.pikku/channel/pikku-channel-types.gen.js +21 -4
- package/dist/.pikku/channel/pikku-channels-meta.gen.js +2 -2
- package/dist/.pikku/channel/pikku-channels.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channels.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +72 -3
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +9 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +12 -2
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +2 -2
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +261 -11
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -5
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -5
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +6 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +83 -29
- package/dist/.pikku/function/pikku-function-types.gen.js +51 -15
- package/dist/.pikku/function/pikku-functions-meta.gen.js +2 -2
- package/dist/.pikku/function/pikku-functions-meta.gen.json +896 -192
- package/dist/.pikku/function/pikku-functions.gen.d.ts +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +119 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +55 -19
- package/dist/.pikku/http/pikku-http-types.gen.js +11 -2
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +2 -2
- package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +26 -27
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +2 -12
- package/dist/.pikku/mcp/pikku-mcp-wirings-meta.gen.js +2 -2
- package/dist/.pikku/mcp/pikku-mcp-wirings.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-wirings.gen.js +2 -2
- package/dist/.pikku/node/pikku-node-types.gen.d.ts +1 -0
- package/dist/.pikku/node/pikku-node-types.gen.js +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +5 -4
- package/dist/.pikku/pikku-bootstrap.gen.js +13 -2
- package/dist/.pikku/pikku-services.gen.d.ts +6 -1
- package/dist/.pikku/pikku-services.gen.js +5 -0
- package/dist/.pikku/pikku-types.gen.d.ts +4 -2
- package/dist/.pikku/pikku-types.gen.js +7 -3
- package/dist/.pikku/pikku-websocket.gen.d.ts +1 -1
- package/dist/.pikku/pikku-websocket.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +2 -2
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +2 -2
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-remote-rpc-workers.gen.d.ts +3 -3
- package/dist/.pikku/rpc/pikku-remote-rpc-workers.gen.js +3 -3
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +6 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +70 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +2 -2
- package/dist/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.js +2 -2
- package/dist/.pikku/scheduler/pikku-schedulers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-schedulers-wirings.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +43 -19
- package/dist/.pikku/schemas/schemas/BootstrapInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ConsoleCommandInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuAIAgentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCLIOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuChannelsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuConsoleFunctionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuFunctionsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuHTTPOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuMCPOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuMiddlewareOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuNewAddonInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuNewFunctionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuNewMiddlewareInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuNewPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuNewWiringInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuNodesMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuPublicAgentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuPublicRPCOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuQueueOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuRPCOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuRemoteRPCOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuSchedulerOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuSchemasOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuTriggerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuVersionsInitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +4 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +10 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +113 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +33 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +4 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +11 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +10 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +28 -180
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -106
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +2 -2
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/bin/pikku.js +20 -47
- package/dist/src/cli.wiring.js +210 -2
- package/dist/src/functions/commands/all.d.ts +1 -1
- package/dist/src/functions/commands/all.js +83 -180
- package/dist/src/functions/commands/bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/bootstrap.js +13 -22
- package/dist/src/functions/commands/console.d.ts +7 -0
- package/dist/src/functions/commands/console.js +106 -0
- package/dist/src/functions/commands/info.d.ts +9 -0
- package/dist/src/functions/commands/info.js +283 -0
- package/dist/src/functions/commands/new-addon.d.ts +34 -0
- package/dist/src/functions/commands/new-addon.js +636 -0
- package/dist/src/functions/commands/new-function.d.ts +10 -0
- package/dist/src/functions/commands/new-function.js +79 -0
- package/dist/src/functions/commands/new-middleware.d.ts +10 -0
- package/dist/src/functions/commands/new-middleware.js +48 -0
- package/dist/src/functions/commands/new-permission.d.ts +10 -0
- package/dist/src/functions/commands/new-permission.js +45 -0
- package/dist/src/functions/commands/new-wiring.d.ts +10 -0
- package/dist/src/functions/commands/new-wiring.js +102 -0
- package/dist/src/functions/commands/pikku-command-bootstrap.d.ts +4 -0
- package/dist/src/functions/commands/pikku-command-bootstrap.js +38 -0
- package/dist/src/functions/commands/pikku-command-summary.d.ts +1 -0
- package/dist/src/functions/commands/pikku-command-summary.js +55 -0
- package/dist/src/functions/commands/versions-check.d.ts +1 -0
- package/dist/src/functions/commands/versions-check.js +99 -0
- package/dist/src/functions/commands/versions-init.d.ts +7 -0
- package/dist/src/functions/commands/versions-init.js +15 -0
- package/dist/src/functions/commands/versions-update.d.ts +1 -0
- package/dist/src/functions/commands/versions-update.js +20 -0
- package/dist/src/functions/commands/watch.d.ts +1 -1
- package/dist/src/functions/commands/watch.js +4 -5
- package/dist/src/functions/runtimes/fetch/index.d.ts +1 -0
- package/dist/src/functions/{wirings → runtimes}/fetch/index.js +3 -3
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.js +6 -7
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.js +4 -16
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.js +4 -8
- package/dist/src/functions/runtimes/websocket/pikku-command-websocket-typed.d.ts +1 -0
- package/dist/src/functions/{wirings/channels → runtimes/websocket}/pikku-command-websocket-typed.js +2 -2
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.js +20 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.js +68 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.js +23 -0
- package/dist/src/functions/wirings/ai-agent/serialize-agent-map.d.ts +4 -0
- package/dist/src/functions/wirings/ai-agent/serialize-agent-map.js +48 -0
- package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.js +76 -0
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +68 -0
- package/dist/src/functions/wirings/channels/pikku-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-channels.js +2 -2
- package/dist/src/functions/wirings/channels/pikku-command-channel-types.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channel-types.js +3 -3
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.js +2 -2
- package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels.js +2 -2
- package/dist/src/functions/wirings/channels/serialize-channel-types.d.ts +1 -1
- package/dist/src/functions/wirings/channels/serialize-channel-types.js +47 -17
- package/dist/src/functions/wirings/channels/serialize-typed-channel-map.d.ts +5 -4
- package/dist/src/functions/wirings/channels/serialize-typed-channel-map.js +8 -8
- package/dist/src/functions/wirings/cli/pikku-command-cli-entry.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-entry.js +3 -7
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli.js +2 -2
- package/dist/src/functions/wirings/cli/serialize-channel-cli-client.d.ts +2 -2
- package/dist/src/functions/wirings/cli/serialize-channel-cli.d.ts +1 -1
- package/dist/src/functions/wirings/cli/serialize-channel-cli.js +8 -8
- package/dist/src/functions/wirings/cli/serialize-cli-types.js +14 -1
- package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.d.ts +3 -3
- package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.js +10 -11
- package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -0
- package/dist/src/functions/wirings/console/pikku-command-console-functions.js +24 -0
- package/dist/src/functions/wirings/console/pikku-command-node-types.d.ts +1 -0
- package/dist/src/functions/wirings/console/pikku-command-node-types.js +21 -0
- package/dist/src/functions/wirings/console/pikku-command-nodes-meta.d.ts +1 -0
- package/dist/src/functions/wirings/console/pikku-command-nodes-meta.js +79 -0
- package/dist/src/functions/wirings/console/serialize-console-functions.d.ts +1 -0
- package/dist/src/functions/wirings/console/serialize-console-functions.js +90 -0
- package/dist/src/functions/wirings/console/serialize-node-types.d.ts +1 -0
- package/dist/src/functions/wirings/console/serialize-node-types.js +11 -0
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.d.ts +1 -0
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.js +33 -0
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +2 -2
- package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types.js +6 -6
- package/dist/src/functions/wirings/functions/pikku-command-functions.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-functions.js +9 -15
- package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-services.js +1 -1
- package/dist/src/functions/wirings/functions/schemas.d.ts +1 -4
- package/dist/src/functions/wirings/functions/schemas.js +8 -10
- package/dist/src/functions/wirings/functions/serialize-addon-types.d.ts +1 -0
- package/dist/src/functions/wirings/functions/serialize-addon-types.js +78 -0
- package/dist/src/functions/wirings/functions/serialize-function-imports.d.ts +3 -4
- package/dist/src/functions/wirings/functions/serialize-function-imports.js +13 -20
- package/dist/src/functions/wirings/functions/serialize-function-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/serialize-function-types.js +126 -45
- package/dist/src/functions/wirings/functions/serialize-pikku-types-hub.d.ts +1 -1
- package/dist/src/functions/wirings/functions/serialize-pikku-types-hub.js +5 -2
- package/dist/src/functions/wirings/http/pikku-command-http-map.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-map.js +4 -4
- package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-routes.js +2 -2
- package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-types.js +1 -1
- package/dist/src/functions/wirings/http/pikku-command-openapi.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-openapi.js +11 -9
- package/dist/src/functions/wirings/http/pikku-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-http-routes.js +2 -2
- package/dist/src/functions/wirings/http/serialize-http-types.js +65 -20
- package/dist/src/functions/wirings/http/serialize-typed-http-map.d.ts +7 -4
- package/dist/src/functions/wirings/http/serialize-typed-http-map.js +33 -46
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.js +5 -6
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.js +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.js +14 -5
- package/dist/src/functions/wirings/mcp/serialize-mcp-types.js +27 -36
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.d.ts +1 -1
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.js +11 -34
- package/dist/src/functions/wirings/middleware/serialize-middleware-imports.js +19 -24
- package/dist/src/functions/wirings/package/pikku-command-package-types.d.ts +2 -0
- package/dist/src/functions/wirings/package/pikku-command-package-types.js +30 -0
- package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -1
- package/dist/src/functions/wirings/package/pikku-command-package.js +8 -8
- package/dist/src/functions/wirings/package/serialize-package-types.d.ts +2 -0
- package/dist/src/functions/wirings/package/serialize-package-types.js +10 -0
- package/dist/src/functions/wirings/package/serialize-package.js +2 -2
- package/dist/src/functions/wirings/permissions/pikku-command-permissions.d.ts +1 -1
- package/dist/src/functions/wirings/permissions/pikku-command-permissions.js +7 -7
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.js +3 -3
- package/dist/src/functions/wirings/queue/pikku-command-queue-service.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-service.js +2 -2
- package/dist/src/functions/wirings/queue/pikku-command-queue-types.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-types.js +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.js +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.js +3 -3
- package/dist/src/functions/wirings/queue/pikku-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue.js +1 -1
- package/dist/src/functions/wirings/queue/serialize-queue-map.d.ts +6 -3
- package/dist/src/functions/wirings/queue/serialize-queue-map.js +12 -40
- package/dist/src/functions/wirings/queue/serialize-queue-meta.d.ts +1 -1
- package/dist/src/functions/wirings/queue/serialize-queue-meta.js +9 -10
- package/dist/src/functions/wirings/queue/serialize-queue-types.js +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.js +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.js +14 -9
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.js +3 -2
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +34 -20
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +2 -2
- package/dist/src/functions/wirings/rpc/serialize-rpc-wrapper.js +55 -8
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.d.ts +11 -3
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +106 -71
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.js +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.js +1 -1
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.d.ts +2 -2
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.js +13 -12
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-types.js +1 -1
- package/dist/src/functions/wirings/secrets/pikku-command-secrets.d.ts +1 -0
- package/dist/src/functions/wirings/secrets/pikku-command-secrets.js +31 -0
- package/dist/src/functions/wirings/secrets/serialize-secrets-types.d.ts +9 -0
- package/dist/src/functions/wirings/secrets/serialize-secrets-types.js +64 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +1 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.js +24 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger.d.ts +1 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger.js +40 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-meta.d.ts +5 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-meta.js +35 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-types.d.ts +4 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-types.js +163 -0
- package/dist/src/functions/wirings/variables/pikku-command-variables.d.ts +1 -0
- package/dist/src/functions/wirings/variables/pikku-command-variables.js +31 -0
- package/dist/src/functions/wirings/variables/serialize-variables-types.d.ts +9 -0
- package/dist/src/functions/wirings/variables/serialize-variables-types.js +53 -0
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +8 -37
- package/dist/src/functions/wirings/workflow/serialize-workflow-map.d.ts +5 -3
- package/dist/src/functions/wirings/workflow/serialize-workflow-map.js +63 -12
- package/dist/src/functions/wirings/workflow/serialize-workflow-meta.js +32 -33
- package/dist/src/functions/wirings/workflow/serialize-workflow-registration.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/serialize-workflow-registration.js +4 -31
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.d.ts +1 -6
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.js +60 -256
- package/dist/src/functions/wirings/workflow/serialize-workflow-workers.js +5 -5
- package/dist/src/services/cli-logger-forwarder.service.d.ts +4 -3
- package/dist/src/services/cli-logger-forwarder.service.js +1 -1
- package/dist/src/services/cli-logger.service.d.ts +3 -2
- package/dist/src/services/cli-logger.service.js +1 -1
- package/dist/src/services.d.ts +5 -4
- package/dist/src/services.js +53 -7
- package/dist/src/utils/check-required-types.d.ts +1 -1
- package/dist/src/utils/command-summary.d.ts +2 -1
- package/dist/src/utils/command-summary.js +2 -1
- package/dist/src/utils/contract-versions.d.ts +6 -0
- package/dist/src/utils/contract-versions.js +25 -0
- package/dist/src/utils/file-import-path.js +20 -6
- package/dist/src/utils/file-writer.d.ts +6 -1
- package/dist/src/utils/file-writer.js +14 -1
- package/dist/src/utils/generate-bootstrap-file.d.ts +2 -2
- package/dist/src/utils/openapi/codegen.d.ts +19 -0
- package/dist/src/utils/openapi/codegen.js +288 -0
- package/dist/src/utils/openapi/naming.d.ts +30 -0
- package/dist/src/utils/openapi/naming.js +167 -0
- package/dist/src/utils/openapi/parse-openapi.d.ts +36 -0
- package/dist/src/utils/openapi/parse-openapi.js +196 -0
- package/dist/src/utils/openapi/zod-codegen.d.ts +53 -0
- package/dist/src/utils/openapi/zod-codegen.js +251 -0
- package/dist/src/utils/pikku-cli-config.d.ts +2 -2
- package/dist/src/utils/pikku-cli-config.js +80 -23
- package/dist/src/utils/pikku-files-and-methods.d.ts +1 -2
- package/dist/src/utils/pikku-files-and-methods.js +15 -60
- package/dist/src/utils/serialize-import-map.d.ts +3 -2
- package/dist/src/utils/serialize-import-map.js +4 -55
- package/dist/src/utils/serialize-meta-ts.d.ts +8 -0
- package/dist/src/utils/serialize-meta-ts.js +12 -0
- package/dist/src/utils/serialize-schemas.d.ts +3 -0
- package/dist/src/utils/serialize-schemas.js +38 -0
- package/dist/src/utils/strip-verbose-meta.d.ts +5 -5
- package/dist/src/utils/strip-verbose-meta.js +15 -15
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +19 -10
- package/.pikku/channel/pikku-channel-types.gen.ts +0 -148
- package/.pikku/channel/pikku-channels-map.gen.d.ts +0 -47
- package/.pikku/channel/pikku-channels-meta.gen.json +0 -1
- package/.pikku/channel/pikku-channels-meta.gen.ts +0 -7
- package/.pikku/channel/pikku-channels.gen.ts +0 -4
- package/.pikku/cli/pikku-cli-channel.ts +0 -92
- package/.pikku/cli/pikku-cli-client.gen.ts +0 -54
- package/.pikku/cli/pikku-cli-types.gen.ts +0 -92
- package/.pikku/cli/pikku-cli-wirings-meta.gen.json +0 -147
- package/.pikku/cli/pikku-cli-wirings-meta.gen.ts +0 -7
- package/.pikku/cli/pikku-cli-wirings.gen.ts +0 -6
- package/.pikku/cli/pikku-cli.gen.ts +0 -41
- package/.pikku/forge/pikku-forge-types.gen.ts +0 -83
- package/.pikku/function/pikku-function-types.gen.ts +0 -572
- package/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -1030
- package/.pikku/function/pikku-functions-meta.gen.json +0 -656
- package/.pikku/function/pikku-functions-meta.gen.ts +0 -6
- package/.pikku/http/pikku-http-types.gen.ts +0 -102
- package/.pikku/http/pikku-http-wirings-map.gen.d.ts +0 -46
- package/.pikku/http/pikku-http-wirings-meta.gen.json +0 -9
- package/.pikku/http/pikku-http-wirings-meta.gen.ts +0 -7
- package/.pikku/http/pikku-http-wirings.gen.ts +0 -4
- package/.pikku/mcp/pikku-mcp-types.gen.ts +0 -192
- package/.pikku/mcp/pikku-mcp-wirings-meta.gen.json +0 -5
- package/.pikku/mcp/pikku-mcp-wirings-meta.gen.ts +0 -9
- package/.pikku/mcp/pikku-mcp-wirings.gen.ts +0 -4
- package/.pikku/mcp/pikku-mcp.gen.json +0 -5
- package/.pikku/pikku-bootstrap.gen.ts +0 -17
- package/.pikku/pikku-services.gen.ts +0 -28
- package/.pikku/pikku-types.gen.ts +0 -30
- package/.pikku/pikku-websocket.gen.ts +0 -90
- package/.pikku/queue/pikku-queue-types.gen.ts +0 -27
- package/.pikku/queue/pikku-queue-workers-wirings-map.gen.d.ts +0 -60
- package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +0 -1
- package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.ts +0 -8
- package/.pikku/queue/pikku-queue-workers-wirings.gen.ts +0 -4
- package/.pikku/rpc/pikku-remote-rpc-workers.gen.ts +0 -30
- package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +0 -62
- package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +0 -105
- package/.pikku/scheduler/pikku-scheduler-types.gen.ts +0 -25
- package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.json +0 -1
- package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.ts +0 -8
- package/.pikku/scheduler/pikku-schedulers-wirings.gen.ts +0 -4
- package/.pikku/schemas/register.gen.ts +0 -71
- package/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuCLIOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuChannelsOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuFunctionsOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuHTTPOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuMCPOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuMiddlewareOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuPublicRPCOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuQueueOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuRPCOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuRemoteRPCOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuSchedulerOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuSchemasOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +0 -1
- package/.pikku/services/config.gen.json +0 -104
- package/.pikku/services/getInspectorState.gen.json +0 -10
- package/.pikku/services/jwt.gen.json +0 -13
- package/.pikku/services/logger.gen.json +0 -25
- package/.pikku/services/queueService.gen.json +0 -14
- package/.pikku/services/schedulerService.gen.json +0 -17
- package/.pikku/services/schema.gen.json +0 -14
- package/.pikku/services/secrets.gen.json +0 -13
- package/.pikku/services/variables.gen.json +0 -13
- package/.pikku/services/workflowService.gen.json +0 -31
- package/.pikku/workflow/pikku-workflow-map.gen.d.ts +0 -28
- package/.pikku/workflow/pikku-workflow-types.gen.ts +0 -349
- package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
- package/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
- package/CHANGELOG.md +0 -957
- package/bin/pikku.ts +0 -88
- package/build.sh +0 -75
- package/dist/.pikku/forge/pikku-forge-types.gen.d.ts +0 -72
- package/dist/.pikku/forge/pikku-forge-types.gen.js +0 -55
- package/dist/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +0 -1
- package/dist/src/functions/wirings/channels/pikku-command-websocket-typed.d.ts +0 -1
- package/dist/src/functions/wirings/fetch/index.d.ts +0 -1
- package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.d.ts +0 -1
- package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.js +0 -90
- package/dist/src/functions/wirings/forge/pikku-command-forge-types.d.ts +0 -1
- package/dist/src/functions/wirings/forge/pikku-command-forge-types.js +0 -26
- package/dist/src/functions/wirings/forge/serialize-forge-types.d.ts +0 -4
- package/dist/src/functions/wirings/forge/serialize-forge-types.js +0 -90
- package/dist/src/functions/wirings/functions/pikku-function-types.d.ts +0 -1
- package/dist/src/functions/wirings/functions/pikku-function-types.js +0 -18
- package/dist/src/functions/wirings/http/openapi-spec-generator.d.ts +0 -81
- package/dist/src/functions/wirings/http/openapi-spec-generator.js +0 -152
- package/dist/src/functions/wirings/mcp/serialize-mcp-json.d.ts +0 -5
- package/dist/src/functions/wirings/mcp/serialize-mcp-json.js +0 -102
- package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.d.ts +0 -11
- package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.js +0 -36
- package/dist/src/functions/wirings/services/pikku-command-service-metadata.d.ts +0 -1
- package/dist/src/functions/wirings/services/pikku-command-service-metadata.js +0 -22
- package/dist/src/utils/custom-types-generator.d.ts +0 -2
- package/dist/src/utils/custom-types-generator.js +0 -41
- package/dist/src/utils/schema-generator.d.ts +0 -7
- package/dist/src/utils/schema-generator.js +0 -238
- package/pikku.config.json +0 -29
- package/run-tests.sh +0 -53
- package/src/cli.wiring.ts +0 -112
- package/src/functions/commands/all.ts +0 -313
- package/src/functions/commands/bootstrap.ts +0 -35
- package/src/functions/commands/watch.ts +0 -61
- package/src/functions/runtimes/nextjs/pikku-command-nextjs.ts +0 -131
- package/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.ts +0 -282
- package/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.ts +0 -215
- package/src/functions/wirings/channels/pikku-channels.ts +0 -59
- package/src/functions/wirings/channels/pikku-command-channel-types.ts +0 -25
- package/src/functions/wirings/channels/pikku-command-channels-map.ts +0 -26
- package/src/functions/wirings/channels/pikku-command-channels.ts +0 -83
- package/src/functions/wirings/channels/pikku-command-websocket-typed.ts +0 -37
- package/src/functions/wirings/channels/serialize-channel-types.ts +0 -151
- package/src/functions/wirings/channels/serialize-typed-channel-map.ts +0 -173
- package/src/functions/wirings/channels/serialize-websocket-wrapper.ts +0 -89
- package/src/functions/wirings/cli/pikku-command-cli-entry.ts +0 -216
- package/src/functions/wirings/cli/pikku-command-cli-types.ts +0 -48
- package/src/functions/wirings/cli/pikku-command-cli.ts +0 -81
- package/src/functions/wirings/cli/serialize-channel-cli-client.ts +0 -184
- package/src/functions/wirings/cli/serialize-channel-cli.ts +0 -134
- package/src/functions/wirings/cli/serialize-cli-types.ts +0 -101
- package/src/functions/wirings/cli/serialize-local-cli-bootstrap.ts +0 -80
- package/src/functions/wirings/fetch/index.ts +0 -36
- package/src/functions/wirings/forge/pikku-command-forge-nodes.ts +0 -135
- package/src/functions/wirings/forge/pikku-command-forge-types.ts +0 -38
- package/src/functions/wirings/forge/serialize-forge-types.ts +0 -94
- package/src/functions/wirings/functions/pikku-command-function-types-split.ts +0 -61
- package/src/functions/wirings/functions/pikku-command-function-types.ts +0 -50
- package/src/functions/wirings/functions/pikku-command-functions.ts +0 -104
- package/src/functions/wirings/functions/pikku-command-services.ts +0 -140
- package/src/functions/wirings/functions/pikku-function-types.ts +0 -45
- package/src/functions/wirings/functions/schemas.ts +0 -56
- package/src/functions/wirings/functions/serialize-function-imports.ts +0 -80
- package/src/functions/wirings/functions/serialize-function-types.ts +0 -587
- package/src/functions/wirings/functions/serialize-pikku-types-hub.ts +0 -39
- package/src/functions/wirings/http/openapi-spec-generator.ts +0 -265
- package/src/functions/wirings/http/pikku-command-http-map.ts +0 -27
- package/src/functions/wirings/http/pikku-command-http-routes.ts +0 -80
- package/src/functions/wirings/http/pikku-command-http-types.ts +0 -25
- package/src/functions/wirings/http/pikku-command-openapi.ts +0 -64
- package/src/functions/wirings/http/pikku-http-routes.ts +0 -61
- package/src/functions/wirings/http/serialize-fetch-wrapper.ts +0 -67
- package/src/functions/wirings/http/serialize-http-types.ts +0 -105
- package/src/functions/wirings/http/serialize-typed-http-map.ts +0 -178
- package/src/functions/wirings/mcp/pikku-command-mcp-json.ts +0 -33
- package/src/functions/wirings/mcp/pikku-command-mcp-types.ts +0 -25
- package/src/functions/wirings/mcp/pikku-command-mcp.ts +0 -162
- package/src/functions/wirings/mcp/serialize-mcp-json.ts +0 -161
- package/src/functions/wirings/mcp/serialize-mcp-types.ts +0 -195
- package/src/functions/wirings/middleware/pikku-command-middleware.ts +0 -89
- package/src/functions/wirings/middleware/serialize-middleware-groups-meta.ts +0 -40
- package/src/functions/wirings/middleware/serialize-middleware-imports.ts +0 -78
- package/src/functions/wirings/package/pikku-command-package.ts +0 -81
- package/src/functions/wirings/package/serialize-package.ts +0 -69
- package/src/functions/wirings/permissions/pikku-command-permissions.ts +0 -49
- package/src/functions/wirings/permissions/serialize-permissions-imports.test.ts +0 -274
- package/src/functions/wirings/permissions/serialize-permissions-imports.ts +0 -78
- package/src/functions/wirings/queue/pikku-command-queue-map.ts +0 -26
- package/src/functions/wirings/queue/pikku-command-queue-service.ts +0 -37
- package/src/functions/wirings/queue/pikku-command-queue-types.ts +0 -25
- package/src/functions/wirings/queue/pikku-command-queue.ts +0 -86
- package/src/functions/wirings/queue/pikku-queue-map.ts +0 -26
- package/src/functions/wirings/queue/pikku-queue.ts +0 -66
- package/src/functions/wirings/queue/serialize-queue-map.ts +0 -134
- package/src/functions/wirings/queue/serialize-queue-meta.ts +0 -24
- package/src/functions/wirings/queue/serialize-queue-types.ts +0 -30
- package/src/functions/wirings/queue/serialize-queue-wrapper.ts +0 -35
- package/src/functions/wirings/rpc/pikku-command-public-rpc.ts +0 -32
- package/src/functions/wirings/rpc/pikku-command-remote-rpc.ts +0 -35
- package/src/functions/wirings/rpc/pikku-command-rpc-client.ts +0 -35
- package/src/functions/wirings/rpc/pikku-command-rpc-map.ts +0 -51
- package/src/functions/wirings/rpc/pikku-command-rpc.ts +0 -49
- package/src/functions/wirings/rpc/serialize-public-rpc.ts +0 -37
- package/src/functions/wirings/rpc/serialize-remote-rpc.ts +0 -33
- package/src/functions/wirings/rpc/serialize-rpc-wrapper.ts +0 -68
- package/src/functions/wirings/rpc/serialize-typed-rpc-map.ts +0 -194
- package/src/functions/wirings/scheduler/pikku-command-scheduler-types.ts +0 -25
- package/src/functions/wirings/scheduler/pikku-command-scheduler.ts +0 -88
- package/src/functions/wirings/scheduler/serialize-scheduler-meta.ts +0 -37
- package/src/functions/wirings/scheduler/serialize-scheduler-types.ts +0 -28
- package/src/functions/wirings/services/pikku-command-service-metadata.ts +0 -25
- package/src/functions/wirings/workflow/pikku-command-workflow.ts +0 -218
- package/src/functions/wirings/workflow/serialize-workflow-map.ts +0 -121
- package/src/functions/wirings/workflow/serialize-workflow-meta.ts +0 -73
- package/src/functions/wirings/workflow/serialize-workflow-registration.ts +0 -83
- package/src/functions/wirings/workflow/serialize-workflow-types.ts +0 -357
- package/src/functions/wirings/workflow/serialize-workflow-workers.ts +0 -47
- package/src/middleware/log-command-info-and-time.ts +0 -35
- package/src/services/cli-logger-forwarder.service.ts +0 -99
- package/src/services/cli-logger.service.ts +0 -108
- package/src/services.ts +0 -322
- package/src/utils/check-required-types.ts +0 -65
- package/src/utils/command-summary.ts +0 -107
- package/src/utils/custom-types-generator.ts +0 -55
- package/src/utils/file-import-path.test.ts +0 -175
- package/src/utils/file-import-path.ts +0 -53
- package/src/utils/file-imports-serializer.ts +0 -25
- package/src/utils/file-writer.ts +0 -72
- package/src/utils/generate-bootstrap-file.ts +0 -43
- package/src/utils/get-cli-version.ts +0 -28
- package/src/utils/pikku-cli-config.ts +0 -495
- package/src/utils/pikku-files-and-methods.ts +0 -145
- package/src/utils/schema-generator.ts +0 -335
- package/src/utils/serialize-import-map.ts +0 -102
- package/src/utils/strip-verbose-meta.ts +0 -254
- package/tsconfig.json +0 -21
- package/types/application-types.d.ts +0 -27
- package/types/config.d.ts +0 -304
- /package/dist/src/functions/{wirings/channels → runtimes/websocket}/serialize-websocket-wrapper.d.ts +0 -0
- /package/dist/src/functions/{wirings/channels → runtimes/websocket}/serialize-websocket-wrapper.js +0 -0
package/CHANGELOG.md
DELETED
|
@@ -1,957 +0,0 @@
|
|
|
1
|
-
## 0.11.3
|
|
2
|
-
|
|
3
|
-
## 0.11.3
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 14a3dcd: fix: nextjs rpc route wasn't working
|
|
8
|
-
- db9c7bf: Add workflow graph code generation and fix HTTP routes count
|
|
9
|
-
- Updated dependencies [db9c7bf]
|
|
10
|
-
- Updated dependencies [db9c7bf]
|
|
11
|
-
- @pikku/core@0.11.2
|
|
12
|
-
- @pikku/inspector@0.11.2
|
|
13
|
-
|
|
14
|
-
### Features
|
|
15
|
-
|
|
16
|
-
- f35e89da: Add workflow graph code generation
|
|
17
|
-
- Workflow graph serialization and type generation
|
|
18
|
-
- DSL to graph conversion for workflow metadata
|
|
19
|
-
|
|
20
|
-
### Fixes
|
|
21
|
-
|
|
22
|
-
- ddd87eaf: Make CreateWireServices type compatible with custom Config types
|
|
23
|
-
- c42aad80: Correct HTTP routes count in CLI summary (was showing method count instead of route count)
|
|
24
|
-
|
|
25
|
-
## 0.11.2
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- 4b811db: chore: updating all dependencies
|
|
30
|
-
- ce902b1: feat: serialize json files seperate to pikku meta state calls
|
|
31
|
-
- e12a00c: feat: adding initialSession to PikkuWire which is correctly typed (undefined / not depending on function type)
|
|
32
|
-
- ce902b1: feat: adding rpcName to rpc url so its nicer in network tabs
|
|
33
|
-
- 4579434: breaking: changing the signature of functions
|
|
34
|
-
- 28aeb7f: breaking: extract docs in the wiring meta
|
|
35
|
-
- ce902b1: feat: adding in pikkuSimpleWorkflowFunc
|
|
36
|
-
- 06e1a31: breaking: change session services to wire services
|
|
37
|
-
- Updated dependencies [4b811db]
|
|
38
|
-
- Updated dependencies [e12a00c]
|
|
39
|
-
- Updated dependencies [4579434]
|
|
40
|
-
- Updated dependencies [28aeb7f]
|
|
41
|
-
- Updated dependencies [ce902b1]
|
|
42
|
-
- Updated dependencies [06e1a31]
|
|
43
|
-
- @pikku/inspector@0.11.1
|
|
44
|
-
- @pikku/core@0.11.1
|
|
45
|
-
|
|
46
|
-
## 0.11.1
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- 1d064c5: feat: using pikku cli to drive the pikku cli
|
|
51
|
-
|
|
52
|
-
### Minor Changes
|
|
53
|
-
|
|
54
|
-
- Add workflow code generation (types, maps, workers, metadata)
|
|
55
|
-
- Add public RPC and remote RPC code generation
|
|
56
|
-
|
|
57
|
-
# @pikku/cli
|
|
58
|
-
|
|
59
|
-
## 0.10.2
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- 1967172: Update code generation to support channel middleware enhancements
|
|
64
|
-
|
|
65
|
-
**Code Generation Updates:**
|
|
66
|
-
|
|
67
|
-
- Update channel type serialization to include middleware support
|
|
68
|
-
- Improve WebSocket wrapper generation for middleware handling
|
|
69
|
-
- Update CLI channel client generation with better type support
|
|
70
|
-
- Enhance services and schema generation for channel configurations
|
|
71
|
-
|
|
72
|
-
**Inspector Updates:**
|
|
73
|
-
|
|
74
|
-
- Improve channel metadata extraction for middleware
|
|
75
|
-
- Better type analysis for channel lifecycle functions
|
|
76
|
-
- Enhanced post-processing for channel configurations
|
|
77
|
-
|
|
78
|
-
- 753481a: Add bootstrap command, performance optimizations, and CLI improvements
|
|
79
|
-
|
|
80
|
-
**New Features:**
|
|
81
|
-
|
|
82
|
-
- Add `pikku bootstrap` command for type-only generation (~13.5% faster than `pikku all`)
|
|
83
|
-
- Add configurable `ignoreFiles` option to pikku.config.json with sensible defaults (_.gen.ts, _.test.ts, \*.spec.ts)
|
|
84
|
-
- Export pikkuCLIRender helper from serialize-cli-types.ts with JSDoc documentation
|
|
85
|
-
|
|
86
|
-
**Performance Improvements:**
|
|
87
|
-
|
|
88
|
-
- Add aggressive TypeScript compiler options (skipDefaultLibCheck, types: []) - ~37% faster TypeScript setup
|
|
89
|
-
- Add detailed performance timing to inspector phases (--logLevel=debug)
|
|
90
|
-
- Optimize file inspection with ignore patterns - ~10-20% faster overall
|
|
91
|
-
|
|
92
|
-
**Enhancements:**
|
|
93
|
-
|
|
94
|
-
- Fix --logLevel flag to properly apply log level to logger
|
|
95
|
-
- Update middleware logging to use structured log format
|
|
96
|
-
- Improve CLI renderers to consistently use destructured logger service
|
|
97
|
-
- Fix middleware file generation when middleware groups exist
|
|
98
|
-
|
|
99
|
-
- 44d71a8: fix: fixing inspector ensuring pikkuConfig is set
|
|
100
|
-
- Updated dependencies [1967172]
|
|
101
|
-
- Updated dependencies [753481a]
|
|
102
|
-
- Updated dependencies [ea652dc]
|
|
103
|
-
- Updated dependencies [4349ec5]
|
|
104
|
-
- Updated dependencies [44d71a8]
|
|
105
|
-
- @pikku/inspector@0.10.2
|
|
106
|
-
- @pikku/core@0.10.2
|
|
107
|
-
|
|
108
|
-
## 0.10.1
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- 778267e: fix: fixing inspector ensuring pikkuConfig is set
|
|
113
|
-
- Updated dependencies [778267e]
|
|
114
|
-
- @pikku/inspector@0.10.1
|
|
115
|
-
- @pikku/core@0.10.1
|
|
116
|
-
|
|
117
|
-
## 0.10.0
|
|
118
|
-
|
|
119
|
-
This release includes significant improvements across the framework including tree-shaking support, middleware/permission factories, enhanced CLI functionality, improved TypeScript type safety, and comprehensive test strategies.
|
|
120
|
-
|
|
121
|
-
For complete details, see https://pikku.dev/changelogs/0_10_0.md
|
|
122
|
-
|
|
123
|
-
## 0.9.16-next.0
|
|
124
|
-
|
|
125
|
-
### Patch Changes
|
|
126
|
-
|
|
127
|
-
- feat: running @pikku/cli using pikku
|
|
128
|
-
- Updated dependencies
|
|
129
|
-
- @pikku/core@0.9.12-next.0
|
|
130
|
-
- @pikku/inspector@0.9.6-next.0
|
|
131
|
-
|
|
132
|
-
## 0.9.15
|
|
133
|
-
|
|
134
|
-
### Patch Changes
|
|
135
|
-
|
|
136
|
-
- 749d921: chore: intermin combat with new cli changes
|
|
137
|
-
|
|
138
|
-
## 0.9.14
|
|
139
|
-
|
|
140
|
-
### Patch Changes
|
|
141
|
-
|
|
142
|
-
- 798d52c: refactor: move all rpc generated info into rpc and removing rpc-internal
|
|
143
|
-
|
|
144
|
-
## 0.9.13
|
|
145
|
-
|
|
146
|
-
### Patch Changes
|
|
147
|
-
|
|
148
|
-
- ccd2a45: fix: adding functions should always be using func config and not pure functions
|
|
149
|
-
|
|
150
|
-
## 0.9.12
|
|
151
|
-
|
|
152
|
-
### Patch Changes
|
|
153
|
-
|
|
154
|
-
- eb8ed09: feat: only write files if the content changed / file doesn't exist, this stops triggering restarts for development
|
|
155
|
-
|
|
156
|
-
## 0.9.11
|
|
157
|
-
|
|
158
|
-
### Patch Changes
|
|
159
|
-
|
|
160
|
-
- 0181433: fix: fixing cli pikku-types for channels (allowing sessionless as well)
|
|
161
|
-
|
|
162
|
-
## 0.9.10
|
|
163
|
-
|
|
164
|
-
### Patch Changes
|
|
165
|
-
|
|
166
|
-
- 501c120: fix: rpc internal meta file wasn't being imported
|
|
167
|
-
- Updated dependencies [501c120]
|
|
168
|
-
- @pikku/inspector@0.9.5
|
|
169
|
-
|
|
170
|
-
## 0.9.9
|
|
171
|
-
|
|
172
|
-
### Patch Changes
|
|
173
|
-
|
|
174
|
-
- 99c2b3a: fix: removing duplicated interaction values from pikku functions
|
|
175
|
-
- Updated dependencies [99c2b3a]
|
|
176
|
-
- @pikku/core@0.9.9
|
|
177
|
-
|
|
178
|
-
## 0.9.8
|
|
179
|
-
|
|
180
|
-
### Patch Changes
|
|
181
|
-
|
|
182
|
-
- ea89575: feat: adding the ability for custom schema validation / retrieving schemas to use (for example with openapi json_response)
|
|
183
|
-
- Updated dependencies [ea89575]
|
|
184
|
-
- @pikku/core@0.9.8
|
|
185
|
-
|
|
186
|
-
## 0.9.7
|
|
187
|
-
|
|
188
|
-
### Patch Changes
|
|
189
|
-
|
|
190
|
-
- 4fd5e19: fix: removing rpcMeta and duplicate imports
|
|
191
|
-
- d1babed: fix: pikkuVoidFunc should use a sessionless function -- Since its used mostly by scheduled tasks
|
|
192
|
-
|
|
193
|
-
## 0.9.6
|
|
194
|
-
|
|
195
|
-
### Patch Changes
|
|
196
|
-
|
|
197
|
-
- 6059c87: refactor: move PikkuPermission to pikkuPermission and same for middleware for api consistency to to improve future features
|
|
198
|
-
- 6db63bb: perf: changing http meta to a lookup map to reduce loops
|
|
199
|
-
- Updated dependencies [6059c87]
|
|
200
|
-
- Updated dependencies [6db63bb]
|
|
201
|
-
- Updated dependencies [74f8634]
|
|
202
|
-
- Updated dependencies [766fef1]
|
|
203
|
-
- @pikku/inspector@0.9.4
|
|
204
|
-
- @pikku/core@0.9.6
|
|
205
|
-
|
|
206
|
-
## 0.9.5
|
|
207
|
-
|
|
208
|
-
### Patch Changes
|
|
209
|
-
|
|
210
|
-
- b443405: feat: adding middleware and functions by tags
|
|
211
|
-
- Updated dependencies [7e1f5b3]
|
|
212
|
-
- Updated dependencies [b443405]
|
|
213
|
-
- @pikku/core@0.9.5
|
|
214
|
-
|
|
215
|
-
## 0.9.4
|
|
216
|
-
|
|
217
|
-
### Patch Changes
|
|
218
|
-
|
|
219
|
-
- 92c1926: feat: adding rpc and websocket client cli commands
|
|
220
|
-
- c18800d: feat: adding queue and scheduledTask to interactions
|
|
221
|
-
- Updated dependencies [c18800d]
|
|
222
|
-
- @pikku/core@0.9.4
|
|
223
|
-
|
|
224
|
-
## 0.9.3
|
|
225
|
-
|
|
226
|
-
### Patch Changes
|
|
227
|
-
|
|
228
|
-
- 9691aba: fix: add-functions should support both functions only and objects
|
|
229
|
-
- 2ab0278: refactor: no longer import ALL functions, only the ones used by rpcs
|
|
230
|
-
- 81005ba: feat: creating a smaller meta file for functions to reduce size
|
|
231
|
-
- b3c2829: fix (using ai): generating custom types broke imports.. this fixes it, but needs more robust training
|
|
232
|
-
- Updated dependencies [9691aba]
|
|
233
|
-
- Updated dependencies [2ab0278]
|
|
234
|
-
- Updated dependencies [81005ba]
|
|
235
|
-
- Updated dependencies [b3c2829]
|
|
236
|
-
- @pikku/inspector@0.9.3
|
|
237
|
-
- @pikku/core@0.9.3
|
|
238
|
-
|
|
239
|
-
## 0.9.2
|
|
240
|
-
|
|
241
|
-
### Patch Changes
|
|
242
|
-
|
|
243
|
-
- 1256238: feat: pikkufunc in types extends function config to include all the different params
|
|
244
|
-
- d3a9a09: refactor: change addMiddleware to addHTTPMiddleware due to route support'
|
|
245
|
-
|
|
246
|
-
chore: export addHTTPMiddleware from pikku-types for consistency
|
|
247
|
-
|
|
248
|
-
- 840e078: refactor: change APIMiddleware type to PikkuMiddleware
|
|
249
|
-
- a5905a9: chore: updating all dependencies
|
|
250
|
-
- Updated dependencies [1256238]
|
|
251
|
-
- Updated dependencies [6cf8efd]
|
|
252
|
-
- Updated dependencies [d3a9a09]
|
|
253
|
-
- Updated dependencies [840e078]
|
|
254
|
-
- Updated dependencies [667d23c]
|
|
255
|
-
- Updated dependencies [a5905a9]
|
|
256
|
-
- @pikku/core@0.9.2
|
|
257
|
-
- @pikku/inspector@0.9.2
|
|
258
|
-
|
|
259
|
-
## 0.9.1
|
|
260
|
-
|
|
261
|
-
### Patch Changes
|
|
262
|
-
|
|
263
|
-
- fdb1593: feat: adding silent option to cli
|
|
264
|
-
- fdb1593: core: bumping everything with a patch to sync up the major release inconsistencies in dependencies
|
|
265
|
-
- Updated dependencies [fdb1593]
|
|
266
|
-
- @pikku/core@0.9.1
|
|
267
|
-
- @pikku/inspector@0.9.1
|
|
268
|
-
|
|
269
|
-
## 0.9.0
|
|
270
|
-
|
|
271
|
-
### Breaking Changes
|
|
272
|
-
|
|
273
|
-
- Normalized all transports to use "wirings" instead of events/routes/transports for consistency across the framework
|
|
274
|
-
|
|
275
|
-
## 0.8.3
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- 9156577: Fix import path generation to handle same-package files and node_modules paths
|
|
280
|
-
|
|
281
|
-
- When files are in the same package directory, skip packageMappings and use relative paths
|
|
282
|
-
- When import paths include node_modules, strip everything before and including node_modules/ for cleaner imports
|
|
283
|
-
- This prevents issues where files within the same package would incorrectly reference themselves via package names
|
|
284
|
-
- Transforms ugly paths like `../../../../node_modules/@pikku/core/dist/types/core.types.d.js` into clean paths like `@pikku/core/dist/types/core.types.d.js`
|
|
285
|
-
|
|
286
|
-
## 0.8.2
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- a02347b: fix: only insert package mapping if it's not the same package
|
|
291
|
-
- Updated dependencies [0fb4b3d]
|
|
292
|
-
- @pikku/core@0.8.2
|
|
293
|
-
|
|
294
|
-
## 0.8.1
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- 44e3ff4: feat: enhance CLI filtering with type and directory filters
|
|
299
|
-
|
|
300
|
-
- Add --types filter to filter by PikkuEventTypes (http, channel, queue, scheduler, rpc, mcp)
|
|
301
|
-
- Add --directories filter to filter by file paths/directories
|
|
302
|
-
- All filters (tags, types, directories) now work together with AND logic
|
|
303
|
-
- Add comprehensive logging interface to inspector package
|
|
304
|
-
- Add comprehensive test suite for matchesFilters function
|
|
305
|
-
- Support cross-platform path handling
|
|
306
|
-
|
|
307
|
-
- 7c592b8: feat: support for required services and improved service configuration
|
|
308
|
-
|
|
309
|
-
This release includes several enhancements to service management and configuration:
|
|
310
|
-
|
|
311
|
-
- Added support for required services configuration
|
|
312
|
-
- Improved service discovery and registration
|
|
313
|
-
- Added typed RPC clients for service communication
|
|
314
|
-
- Updated middleware to run per function
|
|
315
|
-
|
|
316
|
-
- Updated dependencies [3261090]
|
|
317
|
-
- Updated dependencies [44e3ff4]
|
|
318
|
-
- Updated dependencies [7c592b8]
|
|
319
|
-
- Updated dependencies [30a082f]
|
|
320
|
-
- @pikku/core@0.8.1
|
|
321
|
-
- @pikku/inspector@0.8.1
|
|
322
|
-
|
|
323
|
-
## 0.8.0
|
|
324
|
-
|
|
325
|
-
### Major Features
|
|
326
|
-
|
|
327
|
-
- **Model Context Protocol (MCP) Support**: Complete MCP implementation with automatic generation of MCP JSON specifications, resources, tools, and prompts
|
|
328
|
-
- **Queue System**: Added queue support
|
|
329
|
-
- **RPC (Remote Procedure Calls)**: Added typed RPC call generation with local and remote procedure support
|
|
330
|
-
- **Multiple Bootstrap Files**: Added support for generating different transport-specific bootstrap files
|
|
331
|
-
- **Service Destructuring Analysis**: Added service destructuring analysis for better code generation
|
|
332
|
-
- **Bootstrap Files**: Added support for generating transport-specific bootstrap files
|
|
333
|
-
- **Service Destructuring**: Added service destructuring analysis for better code organization
|
|
334
|
-
- **Error Handling**: Improved error handling for complex type generation
|
|
335
|
-
- **Performance**: Optimized code generation for large projects with multiple event types
|
|
336
|
-
|
|
337
|
-
## 0.7.7
|
|
338
|
-
|
|
339
|
-
### Patch Changes
|
|
340
|
-
|
|
341
|
-
- a5e3903: fix: PikkuFetch import fix
|
|
342
|
-
|
|
343
|
-
## 0.7.6
|
|
344
|
-
|
|
345
|
-
### Patch Changes
|
|
346
|
-
|
|
347
|
-
- 8b4f52e: refactor: moving schemas in channels to functions
|
|
348
|
-
- 1d70184: feat: adding multiple bootstrap files for different transports
|
|
349
|
-
- 5c4f56f: fix: adding more options to schema generator to support complex types
|
|
350
|
-
- a9427b8: fix: import bootstrap file to include all rpc/function code in nextjs wrapper
|
|
351
|
-
- Updated dependencies [8b4f52e]
|
|
352
|
-
- Updated dependencies [8b4f52e]
|
|
353
|
-
- Updated dependencies [1d70184]
|
|
354
|
-
- @pikku/core@0.7.8
|
|
355
|
-
- @pikku/inspector@0.7.7
|
|
356
|
-
|
|
357
|
-
## 0.7.5
|
|
358
|
-
|
|
359
|
-
### Patch Changes
|
|
360
|
-
|
|
361
|
-
- faa1369: refactor: moving function imports into pikku-fun.gen file
|
|
362
|
-
- Updated dependencies [faa1369]
|
|
363
|
-
- @pikku/inspector@0.7.6
|
|
364
|
-
|
|
365
|
-
## 0.7.4
|
|
366
|
-
|
|
367
|
-
### Patch Changes
|
|
368
|
-
|
|
369
|
-
- 6af8a19: fix: always write functions meta data
|
|
370
|
-
- Updated dependencies [6af8a19]
|
|
371
|
-
- @pikku/core@0.7.7
|
|
372
|
-
|
|
373
|
-
## 0.7.3
|
|
374
|
-
|
|
375
|
-
### Patch Changes
|
|
376
|
-
|
|
377
|
-
- 46d4458: feat: we now have typed rpc calls inside of functions!
|
|
378
|
-
- Updated dependencies [46d4458]
|
|
379
|
-
- @pikku/core@0.7.5
|
|
380
|
-
|
|
381
|
-
## 0.7.2
|
|
382
|
-
|
|
383
|
-
### Patch Changes
|
|
384
|
-
|
|
385
|
-
- 598588f: fix: generating output schemas from function meta
|
|
386
|
-
- Updated dependencies [598588f]
|
|
387
|
-
- @pikku/inspector@0.7.4
|
|
388
|
-
- @pikku/core@0.7.4
|
|
389
|
-
|
|
390
|
-
## 0.7.1
|
|
391
|
-
|
|
392
|
-
### Patch Changes
|
|
393
|
-
|
|
394
|
-
- 534fdef: feat: adding rpc (locally for now)
|
|
395
|
-
- Updated dependencies [534fdef]
|
|
396
|
-
- @pikku/inspector@0.7.3
|
|
397
|
-
- @pikku/core@0.7.3
|
|
398
|
-
|
|
399
|
-
## 0.7.0
|
|
400
|
-
|
|
401
|
-
- Now function first. No breaking changes for end user here, just internals
|
|
402
|
-
|
|
403
|
-
## 0.6.20
|
|
404
|
-
|
|
405
|
-
### Patch Changes
|
|
406
|
-
|
|
407
|
-
- 531f4b5: refactor: using userSession.set to set cookies with middleware
|
|
408
|
-
- Updated dependencies [531f4b5]
|
|
409
|
-
- @pikku/core@0.6.24
|
|
410
|
-
|
|
411
|
-
## 0.6.19
|
|
412
|
-
|
|
413
|
-
### Patch Changes
|
|
414
|
-
|
|
415
|
-
- 1c8c470: removing a console
|
|
416
|
-
- Updated dependencies [1c8c470]
|
|
417
|
-
- @pikku/core@0.6.23
|
|
418
|
-
|
|
419
|
-
## 0.6.18
|
|
420
|
-
|
|
421
|
-
### Patch Changes
|
|
422
|
-
|
|
423
|
-
- 60b2265: refactor: supporting request and response objects
|
|
424
|
-
- Updated dependencies [60b2265]
|
|
425
|
-
- @pikku/inspector@0.6.4
|
|
426
|
-
- @pikku/core@0.6.22
|
|
427
|
-
|
|
428
|
-
## 0.6.17
|
|
429
|
-
|
|
430
|
-
### Patch Changes
|
|
431
|
-
|
|
432
|
-
- 57f5d8c: refactor: moving getSession out of nextjs wrapper since it bundles all routes and only needs middleware
|
|
433
|
-
- 141d690: feat: creating a nextJS http wrapper for proxying
|
|
434
|
-
- e5a5a12: feat: adding watch command (pikki all --watch)
|
|
435
|
-
- 0ad27a2: chore: switching from glon to tinyblobby
|
|
436
|
-
|
|
437
|
-
## 0.6.16
|
|
438
|
-
|
|
439
|
-
### Patch Changes
|
|
440
|
-
|
|
441
|
-
- 9fb2b99: refactor: moving schemas to pikku state
|
|
442
|
-
- Updated dependencies [9fb2b99]
|
|
443
|
-
- @pikku/core@0.6.19
|
|
444
|
-
|
|
445
|
-
## 0.6.15
|
|
446
|
-
|
|
447
|
-
### Patch Changes
|
|
448
|
-
|
|
449
|
-
- 93c70b5: feat: make user session service a required service for channels
|
|
450
|
-
|
|
451
|
-
## 0.6.14
|
|
452
|
-
|
|
453
|
-
### Patch Changes
|
|
454
|
-
|
|
455
|
-
- ebc04eb: refactor: move all global state into pikku state
|
|
456
|
-
- Updated dependencies [ebc04eb]
|
|
457
|
-
- Updated dependencies [8a14f3a]
|
|
458
|
-
- Updated dependencies [2c47386]
|
|
459
|
-
- @pikku/core@0.6.17
|
|
460
|
-
|
|
461
|
-
## 0.6.13
|
|
462
|
-
|
|
463
|
-
### Patch Changes
|
|
464
|
-
|
|
465
|
-
- c1d8381: feat: adding filtering by tags to minimize produced payload
|
|
466
|
-
- ee5c874: feat: moving towards using middleware for http and channels
|
|
467
|
-
- Updated dependencies [c1d8381]
|
|
468
|
-
- Updated dependencies [ee5c874]
|
|
469
|
-
- @pikku/inspector@0.6.3
|
|
470
|
-
- @pikku/core@0.6.14
|
|
471
|
-
|
|
472
|
-
## 0.6.12
|
|
473
|
-
|
|
474
|
-
### Patch Changes
|
|
475
|
-
|
|
476
|
-
- f0a905d: fix: fixing optional data if no arguments present
|
|
477
|
-
|
|
478
|
-
## 0.6.11
|
|
479
|
-
|
|
480
|
-
### Patch Changes
|
|
481
|
-
|
|
482
|
-
- 3062086: fix: renaming AbstractFetch/Websocket to core
|
|
483
|
-
- eb8a8b4: fix: updating schema and cli build issue due to tsconfig settings
|
|
484
|
-
- Updated dependencies [eb8a8b4]
|
|
485
|
-
- @pikku/core@0.6.13
|
|
486
|
-
|
|
487
|
-
## 0.6.10
|
|
488
|
-
|
|
489
|
-
### Patch Changes
|
|
490
|
-
|
|
491
|
-
- 06e71be: fix: use readFile instead of import for json file
|
|
492
|
-
|
|
493
|
-
## 0.6.9
|
|
494
|
-
|
|
495
|
-
### Patch Changes
|
|
496
|
-
|
|
497
|
-
- 7e7ec0c: chore: show packageVersion in cli header
|
|
498
|
-
|
|
499
|
-
## 0.6.8
|
|
500
|
-
|
|
501
|
-
### Patch Changes
|
|
502
|
-
|
|
503
|
-
- bdcc89a: feat: adding intro logo to cli based commands
|
|
504
|
-
|
|
505
|
-
## 0.6.7
|
|
506
|
-
|
|
507
|
-
### Patch Changes
|
|
508
|
-
|
|
509
|
-
- 7859b28: breaking: changing overrides for addRoute to wrap instead due to random conflict override errors
|
|
510
|
-
- 269a532: fix: fixing some typing issues
|
|
511
|
-
- Updated dependencies [7859b28]
|
|
512
|
-
- Updated dependencies [269a532]
|
|
513
|
-
- @pikku/core@0.6.11
|
|
514
|
-
|
|
515
|
-
## 0.6.6
|
|
516
|
-
|
|
517
|
-
### Patch Changes
|
|
518
|
-
|
|
519
|
-
- 780d7c2: revert: using import for json
|
|
520
|
-
- Updated dependencies [0a92fa7]
|
|
521
|
-
- @pikku/core@0.6.7
|
|
522
|
-
|
|
523
|
-
## 0.6.5
|
|
524
|
-
|
|
525
|
-
### Patch Changes
|
|
526
|
-
|
|
527
|
-
- 4357bca: feat: fixing up nextjs apis
|
|
528
|
-
- Updated dependencies [4357bca]
|
|
529
|
-
- @pikku/core@0.6.6
|
|
530
|
-
|
|
531
|
-
## 0.6.4
|
|
532
|
-
|
|
533
|
-
### Patch Changes
|
|
534
|
-
|
|
535
|
-
- 2bc64fd: feat: adding methods to fetch wrapper (and small fixes)
|
|
536
|
-
- a40a508: fix: Fixing some generation bugs and other minors
|
|
537
|
-
- 4855e68: refactor: changing all generated files to have a .gen in the default name suffix
|
|
538
|
-
- Updated dependencies [a40a508]
|
|
539
|
-
- @pikku/inspector@0.6.2
|
|
540
|
-
- @pikku/core@0.6.5
|
|
541
|
-
|
|
542
|
-
## 0.6.3
|
|
543
|
-
|
|
544
|
-
### Patch Changes
|
|
545
|
-
|
|
546
|
-
- f26880f: feat: extracting inspector and adding unique type references
|
|
547
|
-
- Updated dependencies [f26880f]
|
|
548
|
-
- @pikku/inspector@0.6.1
|
|
549
|
-
- @pikku/core@0.6.4
|
|
550
|
-
|
|
551
|
-
## 0.6.2
|
|
552
|
-
|
|
553
|
-
### Patch Changes
|
|
554
|
-
|
|
555
|
-
- 09fc52c: feat: adding cloudflare and lambda websockets
|
|
556
|
-
breaking change: moved subscription from channel to services and renamed to event hub
|
|
557
|
-
- Updated dependencies [09fc52c]
|
|
558
|
-
- Updated dependencies [adecb52]
|
|
559
|
-
- @pikku/core@0.6.3
|
|
560
|
-
|
|
561
|
-
## 0.6.1
|
|
562
|
-
|
|
563
|
-
### Patch Changes
|
|
564
|
-
|
|
565
|
-
- adeb392: feat: more channel improvements, and adding bubble option to runners to avoid all the empty try catches
|
|
566
|
-
- Updated dependencies [ed45ca9]
|
|
567
|
-
- Updated dependencies [adeb392]
|
|
568
|
-
- @pikku/core@0.6.2
|
|
569
|
-
|
|
570
|
-
## 0.6
|
|
571
|
-
|
|
572
|
-
Marking a major release to include channels and scheduled tasks
|
|
573
|
-
|
|
574
|
-
## 0.5.43
|
|
575
|
-
|
|
576
|
-
### Patch Changes
|
|
577
|
-
|
|
578
|
-
- 662a6cf: feat: adding scheduled tasks names
|
|
579
|
-
- c8578ea: fix: getting websocket auth to work on individual messages
|
|
580
|
-
- d2f8edf: feat: adding channelId to channels for serverless compatability
|
|
581
|
-
- Updated dependencies [662a6cf]
|
|
582
|
-
- Updated dependencies [c8578ea]
|
|
583
|
-
- Updated dependencies [d2f8edf]
|
|
584
|
-
- @pikku/core@0.5.29
|
|
585
|
-
|
|
586
|
-
## 0.5.42
|
|
587
|
-
|
|
588
|
-
### Patch Changes
|
|
589
|
-
|
|
590
|
-
- 886a2fb: refactor: moving singletons (like routes and channels) to global to avoid nodemodule overrides
|
|
591
|
-
- 886a2fb: fix: making core routes global to avoid state overrides
|
|
592
|
-
- Updated dependencies [a768bad]
|
|
593
|
-
- Updated dependencies [886a2fb]
|
|
594
|
-
- Updated dependencies [886a2fb]
|
|
595
|
-
- @pikku/core@0.5.28
|
|
596
|
-
|
|
597
|
-
## 0.5.41
|
|
598
|
-
|
|
599
|
-
### Patch Changes
|
|
600
|
-
|
|
601
|
-
- 3f2e365: fix: create custom types if one object thats not a valid alias
|
|
602
|
-
|
|
603
|
-
## 0.5.40
|
|
604
|
-
|
|
605
|
-
### Patch Changes
|
|
606
|
-
|
|
607
|
-
- 57731ed: fix: deleting a deadline in serializer
|
|
608
|
-
|
|
609
|
-
## 0.5.39
|
|
610
|
-
|
|
611
|
-
### Patch Changes
|
|
612
|
-
|
|
613
|
-
- 75a828d: feat: create schemas for custom types extracted from apis
|
|
614
|
-
|
|
615
|
-
## 0.5.38
|
|
616
|
-
|
|
617
|
-
### Patch Changes
|
|
618
|
-
|
|
619
|
-
- 6dc72d5: feat: add support for import attributes to cli options
|
|
620
|
-
|
|
621
|
-
## 0.5.37
|
|
622
|
-
|
|
623
|
-
### Patch Changes
|
|
624
|
-
|
|
625
|
-
- 5d03fac: refactor: removing some dead code
|
|
626
|
-
|
|
627
|
-
## 0.5.36
|
|
628
|
-
|
|
629
|
-
### Patch Changes
|
|
630
|
-
|
|
631
|
-
- aa8435c: fix: fixing up channel apis and implementations
|
|
632
|
-
- Updated dependencies [aa8435c]
|
|
633
|
-
- @pikku/core@0.5.27
|
|
634
|
-
|
|
635
|
-
## 0.5.35
|
|
636
|
-
|
|
637
|
-
### Patch Changes
|
|
638
|
-
|
|
639
|
-
- 2160039: fix: fixing alias issue with generated types
|
|
640
|
-
- ab42f18: chore: upgrading to next15 and dropping pages support
|
|
641
|
-
- Updated dependencies [ab42f18]
|
|
642
|
-
- @pikku/core@0.5.26
|
|
643
|
-
|
|
644
|
-
## 0.5.34
|
|
645
|
-
|
|
646
|
-
### Patch Changes
|
|
647
|
-
|
|
648
|
-
- 0f96787: refactor: dropping cjs support
|
|
649
|
-
- 64e4a1e: refactor: seperating core into cleaner sub-packages
|
|
650
|
-
- c23524a: refactor: bump to versions to ensure correct package usage
|
|
651
|
-
- Updated dependencies [0f96787]
|
|
652
|
-
- Updated dependencies [64e4a1e]
|
|
653
|
-
- Updated dependencies [c23524a]
|
|
654
|
-
- @pikku/core@0.5.25
|
|
655
|
-
|
|
656
|
-
## 0.5.33
|
|
657
|
-
|
|
658
|
-
### Patch Changes
|
|
659
|
-
|
|
660
|
-
- bba25cc: chore: updating all packages to reflect major changes
|
|
661
|
-
- 9deb482: refactor: finalizing stream api
|
|
662
|
-
- f37042d: fix: always print out core schema register file
|
|
663
|
-
- ee0c6ea: feat: adding ws server
|
|
664
|
-
- d97e952: refactor: removing requirement of config method outside of nextjs
|
|
665
|
-
- Updated dependencies [bba25cc]
|
|
666
|
-
- Updated dependencies [9deb482]
|
|
667
|
-
- Updated dependencies [ee0c6ea]
|
|
668
|
-
- @pikku/core@0.5.24
|
|
669
|
-
|
|
670
|
-
## 0.5.32
|
|
671
|
-
|
|
672
|
-
### Patch Changes
|
|
673
|
-
|
|
674
|
-
- e9a9968: refactor: completing rename of stream to channel
|
|
675
|
-
- Updated dependencies [7fa64a0]
|
|
676
|
-
- Updated dependencies [539937e]
|
|
677
|
-
- Updated dependencies [e9a9968]
|
|
678
|
-
- @pikku/core@0.5.23
|
|
679
|
-
|
|
680
|
-
## 0.5.31
|
|
681
|
-
|
|
682
|
-
### Patch Changes
|
|
683
|
-
|
|
684
|
-
- 73973ec: fix: data type for methods is optional
|
|
685
|
-
- Updated dependencies [73973ec]
|
|
686
|
-
- @pikku/core@0.5.22
|
|
687
|
-
|
|
688
|
-
## 0.5.30
|
|
689
|
-
|
|
690
|
-
### Patch Changes
|
|
691
|
-
|
|
692
|
-
- 179b9c2: fix: fixing stream types
|
|
693
|
-
- Updated dependencies [179b9c2]
|
|
694
|
-
- @pikku/core@0.5.21
|
|
695
|
-
|
|
696
|
-
## 0.5.29
|
|
697
|
-
|
|
698
|
-
### Patch Changes
|
|
699
|
-
|
|
700
|
-
- b20ef35: fix: generate stream types from message array
|
|
701
|
-
|
|
702
|
-
## 0.5.28
|
|
703
|
-
|
|
704
|
-
### Patch Changes
|
|
705
|
-
|
|
706
|
-
- 5be6da1: feat: adding streams to uws (and associated refactors)
|
|
707
|
-
- Updated dependencies [5be6da1]
|
|
708
|
-
- @pikku/core@0.5.20
|
|
709
|
-
|
|
710
|
-
## 0.5.27
|
|
711
|
-
|
|
712
|
-
### Patch Changes
|
|
713
|
-
|
|
714
|
-
- d58c440: refactor: making http requests explicit to support other types
|
|
715
|
-
- 11c50d4: feat: adding streams to cli
|
|
716
|
-
- Updated dependencies [cbcc75b]
|
|
717
|
-
- Updated dependencies [d58c440]
|
|
718
|
-
- Updated dependencies [11c50d4]
|
|
719
|
-
- @pikku/core@0.5.19
|
|
720
|
-
|
|
721
|
-
## 0.5.26
|
|
722
|
-
|
|
723
|
-
### Patch Changes
|
|
724
|
-
|
|
725
|
-
- b7b78bb: fix: add '& {}' to openapi interfaces as a workaround for not directly refering to a type since it confuses typescript
|
|
726
|
-
|
|
727
|
-
## 0.5.25
|
|
728
|
-
|
|
729
|
-
### Patch Changes
|
|
730
|
-
|
|
731
|
-
- 69d388d: refactor: switching to use config async creator
|
|
732
|
-
|
|
733
|
-
## 0.5.24
|
|
734
|
-
|
|
735
|
-
### Patch Changes
|
|
736
|
-
|
|
737
|
-
- 2307831: fix: removing unused import
|
|
738
|
-
|
|
739
|
-
## 0.5.23
|
|
740
|
-
|
|
741
|
-
### Patch Changes
|
|
742
|
-
|
|
743
|
-
- 30b46aa: fix: looks like using patch lowercase breaks the node fetch client sometimes
|
|
744
|
-
- Updated dependencies [30b46aa]
|
|
745
|
-
- @pikku/core@0.5.13
|
|
746
|
-
|
|
747
|
-
## 0.5.22
|
|
748
|
-
|
|
749
|
-
### Patch Changes
|
|
750
|
-
|
|
751
|
-
- f8aa99f: feat: export pikkuFetch instance to avoid needing a singleton class
|
|
752
|
-
- Updated dependencies [ff8a563]
|
|
753
|
-
- @pikku/core@0.5.12
|
|
754
|
-
|
|
755
|
-
## 0.5.21
|
|
756
|
-
|
|
757
|
-
### Patch Changes
|
|
758
|
-
|
|
759
|
-
- 5295380: refactor: changing config object a getConfig function
|
|
760
|
-
- f24a653: feat: coerce types in ajv for correct validation / usage later on
|
|
761
|
-
- Updated dependencies [be68efb]
|
|
762
|
-
- Updated dependencies [5295380]
|
|
763
|
-
- Updated dependencies [f24a653]
|
|
764
|
-
- @pikku/core@0.5.11
|
|
765
|
-
|
|
766
|
-
## 0.5.20
|
|
767
|
-
|
|
768
|
-
### Patch Changes
|
|
769
|
-
|
|
770
|
-
- effbb4c: doc: adding readme to all packages
|
|
771
|
-
- Updated dependencies [effbb4c]
|
|
772
|
-
- @pikku/core@0.5.10
|
|
773
|
-
|
|
774
|
-
## 0.5.19
|
|
775
|
-
|
|
776
|
-
### Patch Changes
|
|
777
|
-
|
|
778
|
-
- 3541ab7: refactor: rename nextDeclarationFile to nextJSFile
|
|
779
|
-
- 725723d: docs: adding typedocs
|
|
780
|
-
- Updated dependencies [3541ab7]
|
|
781
|
-
- Updated dependencies [725723d]
|
|
782
|
-
- @pikku/core@0.5.9
|
|
783
|
-
|
|
784
|
-
## 0.5.18
|
|
785
|
-
|
|
786
|
-
### Patch Changes
|
|
787
|
-
|
|
788
|
-
- b237ace: feat: adding core errors to openapi error specs
|
|
789
|
-
- 1876d7a: feat: add error return codes to doc generation
|
|
790
|
-
- fda3869: fix: dont ignore decleration files when looking for types
|
|
791
|
-
- Updated dependencies [1876d7a]
|
|
792
|
-
- Updated dependencies [8d85f7e]
|
|
793
|
-
- @pikku/core@0.5.8
|
|
794
|
-
|
|
795
|
-
## 0.5.17
|
|
796
|
-
|
|
797
|
-
### Patch Changes
|
|
798
|
-
|
|
799
|
-
- 25c6637: fix: fixing a type import for meta types
|
|
800
|
-
|
|
801
|
-
## 0.5.16
|
|
802
|
-
|
|
803
|
-
### Patch Changes
|
|
804
|
-
|
|
805
|
-
- 2654ef1: fix: testing relative files
|
|
806
|
-
|
|
807
|
-
## 0.5.15
|
|
808
|
-
|
|
809
|
-
### Patch Changes
|
|
810
|
-
|
|
811
|
-
- 707b26a: feat: save openapi as yml if needed
|
|
812
|
-
|
|
813
|
-
## 0.5.14
|
|
814
|
-
|
|
815
|
-
### Patch Changes
|
|
816
|
-
|
|
817
|
-
- 0883f00: fix: schema generation error
|
|
818
|
-
- Updated dependencies [0883f00]
|
|
819
|
-
- @pikku/core@0.5.6
|
|
820
|
-
|
|
821
|
-
## 0.5.13
|
|
822
|
-
|
|
823
|
-
### Patch Changes
|
|
824
|
-
|
|
825
|
-
- 93b80a3: feat: adding a beta openapi standard
|
|
826
|
-
- Updated dependencies [93b80a3]
|
|
827
|
-
- @pikku/core@0.5.5
|
|
828
|
-
|
|
829
|
-
## 0.5.12
|
|
830
|
-
|
|
831
|
-
### Patch Changes
|
|
832
|
-
|
|
833
|
-
- 473ac6a: fix: correcting name of schema root file
|
|
834
|
-
refactor: removing time change in generated files
|
|
835
|
-
|
|
836
|
-
## 0.5.11
|
|
837
|
-
|
|
838
|
-
### Patch Changes
|
|
839
|
-
|
|
840
|
-
- b3dcfc4: feat: adding a bootstrap file to simplify usage
|
|
841
|
-
|
|
842
|
-
## 0.5.10
|
|
843
|
-
|
|
844
|
-
### Patch Changes
|
|
845
|
-
|
|
846
|
-
- 2c0e940: fix: reinspecting after type file is created
|
|
847
|
-
|
|
848
|
-
## 0.5.9
|
|
849
|
-
|
|
850
|
-
### Patch Changes
|
|
851
|
-
|
|
852
|
-
- 0e1f01c: fix: inccorect string replacement
|
|
853
|
-
|
|
854
|
-
## 0.5.8
|
|
855
|
-
|
|
856
|
-
### Patch Changes
|
|
857
|
-
|
|
858
|
-
- 2841fce: fix: create empty schema directory
|
|
859
|
-
|
|
860
|
-
## 0.5.7
|
|
861
|
-
|
|
862
|
-
### Patch Changes
|
|
863
|
-
|
|
864
|
-
- 3724449: fix: fixing a cli path issue
|
|
865
|
-
|
|
866
|
-
## 0.5.6
|
|
867
|
-
|
|
868
|
-
### Patch Changes
|
|
869
|
-
|
|
870
|
-
- 58a510a: refactor: moving routes map into a declaration file
|
|
871
|
-
|
|
872
|
-
## 0.5.5
|
|
873
|
-
|
|
874
|
-
### Patch Changes
|
|
875
|
-
|
|
876
|
-
- 6cac8ab: feat: adding a do not edit to cli generated files
|
|
877
|
-
- Updated dependencies [6cac8ab]
|
|
878
|
-
- @pikku/core@0.5.4
|
|
879
|
-
|
|
880
|
-
## 0.5.4
|
|
881
|
-
|
|
882
|
-
### Patch Changes
|
|
883
|
-
|
|
884
|
-
- 8065e48: refactor: large cli refactor for a better dev experience
|
|
885
|
-
- Updated dependencies [8065e48]
|
|
886
|
-
- @pikku/core@0.5.3
|
|
887
|
-
|
|
888
|
-
## 0.5.3
|
|
889
|
-
|
|
890
|
-
### Patch Changes
|
|
891
|
-
|
|
892
|
-
- 5e0f033: feat: adding a routes map output file to support frontend sdks in the future
|
|
893
|
-
- Updated dependencies [5e0f033]
|
|
894
|
-
- @pikku/core@0.5.2
|
|
895
|
-
|
|
896
|
-
## 0.5.2
|
|
897
|
-
|
|
898
|
-
### Patch Changes
|
|
899
|
-
|
|
900
|
-
- 8712f25: fix: relative paths need to start with ./ for imports to work
|
|
901
|
-
|
|
902
|
-
## 0.5.1
|
|
903
|
-
|
|
904
|
-
### Patch Changes
|
|
905
|
-
|
|
906
|
-
- 45e07de: refactor: renaming packages and pikku structure
|
|
907
|
-
- Updated dependencies [97900d2]
|
|
908
|
-
- Updated dependencies [d939d46]
|
|
909
|
-
- Updated dependencies [45e07de]
|
|
910
|
-
- @pikku/core@0.5.1
|
|
911
|
-
|
|
912
|
-
## 0.4.7
|
|
913
|
-
|
|
914
|
-
### Patch Changes
|
|
915
|
-
|
|
916
|
-
- c382ed3: putting glob back to 10 again for node 18 support
|
|
917
|
-
|
|
918
|
-
## 0.4.6
|
|
919
|
-
|
|
920
|
-
### Patch Changes
|
|
921
|
-
|
|
922
|
-
- 2a2402b: republish since something went wrong
|
|
923
|
-
- Updated dependencies [2a2402b]
|
|
924
|
-
- @pikku/core@0.4.6
|
|
925
|
-
|
|
926
|
-
## 0.4.5
|
|
927
|
-
|
|
928
|
-
### Patch Changes
|
|
929
|
-
|
|
930
|
-
- 0650348: fix: export schemas using \*
|
|
931
|
-
- 1a708a7: refactor: renaming PikkuCLIConfig back to PikkuConfig
|
|
932
|
-
feat: adding .end() to pikku response for servers that need it
|
|
933
|
-
- 3019265: fix: ensuring node 18 compatability
|
|
934
|
-
- 642d370: fix: adding schema error logs on fail
|
|
935
|
-
- Updated dependencies [0650348]
|
|
936
|
-
- Updated dependencies [1a708a7]
|
|
937
|
-
- Updated dependencies [642d370]
|
|
938
|
-
- @pikku/core@0.4.4
|
|
939
|
-
|
|
940
|
-
## 0.4.4
|
|
941
|
-
|
|
942
|
-
### Patch Changes
|
|
943
|
-
|
|
944
|
-
- 94f8a74: fix: finalizing cjs and esm packages
|
|
945
|
-
|
|
946
|
-
## 0.4.3
|
|
947
|
-
|
|
948
|
-
### Patch Changes
|
|
949
|
-
|
|
950
|
-
- 28f62ea: refactor: using cjs and esm builds!
|
|
951
|
-
- 14783ee: fix: including all types as dependencies to avoid users needing to install them
|
|
952
|
-
|
|
953
|
-
## 0.4.2
|
|
954
|
-
|
|
955
|
-
### Patch Changes
|
|
956
|
-
|
|
957
|
-
- 5a012d9: Fixing typedoc generation
|