@pikku/cli 0.11.3 → 0.12.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 (553) hide show
  1. package/cli.schema.json +1 -1
  2. package/console-app/android-chrome-192x192.png +0 -0
  3. package/console-app/android-chrome-512x512.png +0 -0
  4. package/console-app/apple-touch-icon.png +0 -0
  5. package/console-app/assets/index-0Ui5UudO.css +1 -0
  6. package/console-app/assets/index-C19L3UJu.js +637 -0
  7. package/console-app/favicon-16x16.png +0 -0
  8. package/console-app/favicon-32x32.png +0 -0
  9. package/console-app/favicon.ico +0 -0
  10. package/console-app/index.html +29 -0
  11. package/console-app/pikku-console-logo.png +0 -0
  12. package/console-app/site.webmanifest +19 -0
  13. package/console-app/wiring-icons/cron.svg +6 -0
  14. package/console-app/wiring-icons/function.png +0 -0
  15. package/console-app/wiring-icons/http.svg +2 -0
  16. package/console-app/wiring-icons/mcp.svg +1 -0
  17. package/console-app/wiring-icons/queue.svg +18 -0
  18. package/console-app/wiring-icons/sse.svg +5 -0
  19. package/console-app/wiring-icons/websocket.svg +8 -0
  20. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +19 -0
  21. package/dist/.pikku/agent/pikku-agent-types.gen.js +4 -0
  22. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.d.ts +1 -0
  23. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js +6 -0
  24. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.json +3 -0
  25. package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts +4 -0
  26. package/dist/.pikku/agent/pikku-agent-wirings.gen.js +4 -0
  27. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +27 -14
  28. package/dist/.pikku/channel/pikku-channel-types.gen.js +21 -4
  29. package/dist/.pikku/channel/pikku-channels-meta.gen.js +1 -1
  30. package/dist/.pikku/channel/pikku-channels.gen.d.ts +1 -1
  31. package/dist/.pikku/channel/pikku-channels.gen.js +1 -1
  32. package/dist/.pikku/cli/pikku-cli-channel.js +18 -3
  33. package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
  34. package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
  35. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +9 -1
  36. package/dist/.pikku/cli/pikku-cli-types.gen.js +12 -2
  37. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  38. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +43 -11
  39. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  40. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  41. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -5
  42. package/dist/.pikku/cli/pikku-cli.gen.js +1 -5
  43. package/dist/.pikku/console/pikku-node-types.gen.d.ts +6 -0
  44. package/dist/.pikku/console/pikku-node-types.gen.js +1 -0
  45. package/dist/.pikku/function/pikku-function-types.gen.d.ts +71 -20
  46. package/dist/.pikku/function/pikku-function-types.gen.js +27 -3
  47. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  48. package/dist/.pikku/function/pikku-functions-meta.gen.json +645 -195
  49. package/dist/.pikku/function/pikku-functions.gen.d.ts +1 -0
  50. package/dist/.pikku/function/pikku-functions.gen.js +119 -0
  51. package/dist/.pikku/http/pikku-http-types.gen.d.ts +55 -19
  52. package/dist/.pikku/http/pikku-http-types.gen.js +11 -2
  53. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  54. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  55. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  56. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +26 -27
  57. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +2 -12
  58. package/dist/.pikku/mcp/pikku-mcp-wirings-meta.gen.js +1 -1
  59. package/dist/.pikku/mcp/pikku-mcp-wirings.gen.d.ts +1 -1
  60. package/dist/.pikku/mcp/pikku-mcp-wirings.gen.js +2 -2
  61. package/dist/.pikku/node/pikku-node-types.gen.d.ts +1 -0
  62. package/dist/.pikku/node/pikku-node-types.gen.js +1 -0
  63. package/dist/.pikku/pikku-bootstrap.gen.d.ts +5 -4
  64. package/dist/.pikku/pikku-bootstrap.gen.js +13 -2
  65. package/dist/.pikku/pikku-services.gen.d.ts +5 -1
  66. package/dist/.pikku/pikku-services.gen.js +4 -0
  67. package/dist/.pikku/pikku-types.gen.d.ts +4 -2
  68. package/dist/.pikku/pikku-types.gen.js +7 -3
  69. package/dist/.pikku/pikku-websocket.gen.d.ts +1 -1
  70. package/dist/.pikku/pikku-websocket.gen.js +1 -1
  71. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  72. package/dist/.pikku/queue/pikku-queue-types.gen.js +2 -2
  73. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  74. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  75. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  76. package/dist/.pikku/rpc/pikku-remote-rpc-workers.gen.d.ts +3 -3
  77. package/dist/.pikku/rpc/pikku-remote-rpc-workers.gen.js +3 -3
  78. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +1 -0
  79. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +6 -0
  80. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +61 -0
  81. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  82. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +2 -2
  83. package/dist/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.js +1 -1
  84. package/dist/.pikku/scheduler/pikku-schedulers-wirings.gen.d.ts +1 -1
  85. package/dist/.pikku/scheduler/pikku-schedulers-wirings.gen.js +1 -1
  86. package/dist/.pikku/schemas/register.gen.js +33 -19
  87. package/dist/.pikku/schemas/schemas/BootstrapInput.schema.json +1 -0
  88. package/dist/.pikku/schemas/schemas/ConsoleCommandInput.schema.json +1 -0
  89. package/dist/.pikku/schemas/schemas/PikkuAIAgentOutput.schema.json +1 -0
  90. package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
  91. package/dist/.pikku/schemas/schemas/PikkuCLIOutput.schema.json +1 -1
  92. package/dist/.pikku/schemas/schemas/PikkuChannelsOutput.schema.json +1 -1
  93. package/dist/.pikku/schemas/schemas/PikkuConsoleFunctionsOutput.schema.json +1 -0
  94. package/dist/.pikku/schemas/schemas/PikkuFunctionsOutput.schema.json +1 -1
  95. package/dist/.pikku/schemas/schemas/PikkuHTTPOutput.schema.json +1 -1
  96. package/dist/.pikku/schemas/schemas/PikkuMCPOutput.schema.json +1 -1
  97. package/dist/.pikku/schemas/schemas/PikkuMiddlewareOutput.schema.json +1 -1
  98. package/dist/.pikku/schemas/schemas/PikkuNodesMetaOutput.schema.json +1 -0
  99. package/dist/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +1 -1
  100. package/dist/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +1 -1
  101. package/dist/.pikku/schemas/schemas/PikkuPublicAgentOutput.schema.json +1 -0
  102. package/dist/.pikku/schemas/schemas/PikkuPublicRPCOutput.schema.json +1 -1
  103. package/dist/.pikku/schemas/schemas/PikkuQueueOutput.schema.json +1 -1
  104. package/dist/.pikku/schemas/schemas/PikkuRPCOutput.schema.json +1 -1
  105. package/dist/.pikku/schemas/schemas/PikkuRemoteRPCOutput.schema.json +1 -1
  106. package/dist/.pikku/schemas/schemas/PikkuSchedulerOutput.schema.json +1 -1
  107. package/dist/.pikku/schemas/schemas/PikkuSchemasOutput.schema.json +1 -1
  108. package/dist/.pikku/schemas/schemas/PikkuTriggerOutput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/PikkuVersionsInitInput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +1 -1
  111. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +5 -0
  112. package/dist/.pikku/secrets/pikku-secret-types.gen.js +4 -0
  113. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +11 -0
  114. package/dist/.pikku/secrets/pikku-secrets.gen.js +10 -0
  115. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +113 -0
  116. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +33 -0
  117. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +5 -0
  118. package/dist/.pikku/variables/pikku-variable-types.gen.js +4 -0
  119. package/dist/.pikku/variables/pikku-variables.gen.d.ts +11 -0
  120. package/dist/.pikku/variables/pikku-variables.gen.js +10 -0
  121. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +28 -180
  122. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -106
  123. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  124. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
  125. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  126. package/dist/bin/pikku.js +20 -47
  127. package/dist/src/cli.wiring.js +29 -2
  128. package/dist/src/functions/commands/all.d.ts +1 -1
  129. package/dist/src/functions/commands/all.js +79 -176
  130. package/dist/src/functions/commands/bootstrap.d.ts +1 -1
  131. package/dist/src/functions/commands/bootstrap.js +13 -22
  132. package/dist/src/functions/commands/console.d.ts +7 -0
  133. package/dist/src/functions/commands/console.js +106 -0
  134. package/dist/src/functions/commands/pikku-command-bootstrap.d.ts +4 -0
  135. package/dist/src/functions/commands/pikku-command-bootstrap.js +67 -0
  136. package/dist/src/functions/commands/pikku-command-summary.d.ts +1 -0
  137. package/dist/src/functions/commands/pikku-command-summary.js +55 -0
  138. package/dist/src/functions/commands/versions-check.d.ts +1 -0
  139. package/dist/src/functions/commands/versions-check.js +17 -0
  140. package/dist/src/functions/commands/versions-init.d.ts +7 -0
  141. package/dist/src/functions/commands/versions-init.js +15 -0
  142. package/dist/src/functions/commands/versions-update.d.ts +1 -0
  143. package/dist/src/functions/commands/versions-update.js +20 -0
  144. package/dist/src/functions/commands/watch.d.ts +1 -1
  145. package/dist/src/functions/commands/watch.js +4 -5
  146. package/dist/src/functions/runtimes/fetch/index.d.ts +1 -0
  147. package/dist/src/functions/{wirings → runtimes}/fetch/index.js +3 -3
  148. package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.d.ts +1 -1
  149. package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.js +6 -7
  150. package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.d.ts +1 -1
  151. package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.js +8 -16
  152. package/dist/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.js +4 -8
  153. package/dist/src/functions/runtimes/websocket/pikku-command-websocket-typed.d.ts +1 -0
  154. package/dist/src/functions/{wirings/channels → runtimes/websocket}/pikku-command-websocket-typed.js +2 -2
  155. package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.d.ts +1 -0
  156. package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.js +19 -0
  157. package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.d.ts +1 -0
  158. package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.js +68 -0
  159. package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -0
  160. package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.js +23 -0
  161. package/dist/src/functions/wirings/ai-agent/serialize-agent-map.d.ts +4 -0
  162. package/dist/src/functions/wirings/ai-agent/serialize-agent-map.js +48 -0
  163. package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.d.ts +1 -0
  164. package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.js +31 -0
  165. package/dist/src/functions/wirings/ai-agent/serialize-public-agent.d.ts +1 -0
  166. package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +90 -0
  167. package/dist/src/functions/wirings/channels/pikku-channels.d.ts +1 -1
  168. package/dist/src/functions/wirings/channels/pikku-channels.js +1 -1
  169. package/dist/src/functions/wirings/channels/pikku-command-channel-types.d.ts +1 -1
  170. package/dist/src/functions/wirings/channels/pikku-command-channel-types.js +3 -3
  171. package/dist/src/functions/wirings/channels/pikku-command-channels-map.d.ts +1 -1
  172. package/dist/src/functions/wirings/channels/pikku-command-channels-map.js +2 -2
  173. package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
  174. package/dist/src/functions/wirings/channels/pikku-command-channels.js +1 -1
  175. package/dist/src/functions/wirings/channels/serialize-channel-types.d.ts +1 -1
  176. package/dist/src/functions/wirings/channels/serialize-channel-types.js +47 -17
  177. package/dist/src/functions/wirings/channels/serialize-typed-channel-map.d.ts +2 -1
  178. package/dist/src/functions/wirings/channels/serialize-typed-channel-map.js +8 -8
  179. package/dist/src/functions/wirings/cli/pikku-command-cli-entry.d.ts +1 -1
  180. package/dist/src/functions/wirings/cli/pikku-command-cli-entry.js +3 -7
  181. package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +1 -1
  182. package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +1 -1
  183. package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
  184. package/dist/src/functions/wirings/cli/pikku-command-cli.js +1 -1
  185. package/dist/src/functions/wirings/cli/serialize-channel-cli.js +8 -8
  186. package/dist/src/functions/wirings/cli/serialize-cli-types.js +14 -1
  187. package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.d.ts +2 -2
  188. package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.js +10 -11
  189. package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -0
  190. package/dist/src/functions/wirings/console/pikku-command-console-functions.js +23 -0
  191. package/dist/src/functions/wirings/console/pikku-command-node-types.d.ts +1 -0
  192. package/dist/src/functions/wirings/console/pikku-command-node-types.js +21 -0
  193. package/dist/src/functions/wirings/console/pikku-command-nodes-meta.d.ts +1 -0
  194. package/dist/src/functions/wirings/console/pikku-command-nodes-meta.js +79 -0
  195. package/dist/src/functions/wirings/console/serialize-console-functions.d.ts +1 -0
  196. package/dist/src/functions/wirings/console/serialize-console-functions.js +229 -0
  197. package/dist/src/functions/wirings/console/serialize-node-types.d.ts +1 -0
  198. package/dist/src/functions/wirings/console/serialize-node-types.js +11 -0
  199. package/dist/src/functions/wirings/functions/pikku-command-external-types.d.ts +1 -0
  200. package/dist/src/functions/wirings/functions/pikku-command-external-types.js +33 -0
  201. package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +1 -1
  202. package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +2 -2
  203. package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +1 -1
  204. package/dist/src/functions/wirings/functions/pikku-command-function-types.js +5 -5
  205. package/dist/src/functions/wirings/functions/pikku-command-functions.d.ts +1 -1
  206. package/dist/src/functions/wirings/functions/pikku-command-functions.js +1 -1
  207. package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +1 -1
  208. package/dist/src/functions/wirings/functions/pikku-command-services.js +1 -1
  209. package/dist/src/functions/wirings/functions/schemas.d.ts +1 -4
  210. package/dist/src/functions/wirings/functions/schemas.js +8 -10
  211. package/dist/src/functions/wirings/functions/serialize-external-types.d.ts +1 -0
  212. package/dist/src/functions/wirings/functions/serialize-external-types.js +77 -0
  213. package/dist/src/functions/wirings/functions/serialize-function-imports.d.ts +1 -2
  214. package/dist/src/functions/wirings/functions/serialize-function-imports.js +10 -17
  215. package/dist/src/functions/wirings/functions/serialize-function-types.d.ts +1 -1
  216. package/dist/src/functions/wirings/functions/serialize-function-types.js +99 -32
  217. package/dist/src/functions/wirings/functions/serialize-pikku-types-hub.d.ts +1 -1
  218. package/dist/src/functions/wirings/functions/serialize-pikku-types-hub.js +5 -2
  219. package/dist/src/functions/wirings/http/pikku-command-http-map.d.ts +1 -1
  220. package/dist/src/functions/wirings/http/pikku-command-http-map.js +4 -4
  221. package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
  222. package/dist/src/functions/wirings/http/pikku-command-http-routes.js +1 -1
  223. package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
  224. package/dist/src/functions/wirings/http/pikku-command-http-types.js +1 -1
  225. package/dist/src/functions/wirings/http/pikku-command-openapi.d.ts +1 -1
  226. package/dist/src/functions/wirings/http/pikku-command-openapi.js +11 -9
  227. package/dist/src/functions/wirings/http/pikku-http-routes.d.ts +1 -1
  228. package/dist/src/functions/wirings/http/pikku-http-routes.js +2 -2
  229. package/dist/src/functions/wirings/http/serialize-http-types.js +65 -20
  230. package/dist/src/functions/wirings/http/serialize-typed-http-map.d.ts +5 -2
  231. package/dist/src/functions/wirings/http/serialize-typed-http-map.js +33 -46
  232. package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.d.ts +1 -1
  233. package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.js +5 -6
  234. package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.d.ts +1 -1
  235. package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.js +1 -1
  236. package/dist/src/functions/wirings/mcp/pikku-command-mcp.d.ts +1 -1
  237. package/dist/src/functions/wirings/mcp/pikku-command-mcp.js +13 -4
  238. package/dist/src/functions/wirings/mcp/serialize-mcp-types.js +27 -36
  239. package/dist/src/functions/wirings/middleware/pikku-command-middleware.d.ts +1 -1
  240. package/dist/src/functions/wirings/middleware/pikku-command-middleware.js +11 -34
  241. package/dist/src/functions/wirings/middleware/serialize-middleware-imports.js +19 -24
  242. package/dist/src/functions/wirings/package/pikku-command-package-types.d.ts +2 -0
  243. package/dist/src/functions/wirings/package/pikku-command-package-types.js +30 -0
  244. package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -1
  245. package/dist/src/functions/wirings/package/pikku-command-package.js +3 -3
  246. package/dist/src/functions/wirings/package/serialize-package-types.d.ts +2 -0
  247. package/dist/src/functions/wirings/package/serialize-package-types.js +10 -0
  248. package/dist/src/functions/wirings/permissions/pikku-command-permissions.d.ts +1 -1
  249. package/dist/src/functions/wirings/permissions/pikku-command-permissions.js +10 -5
  250. package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
  251. package/dist/src/functions/wirings/queue/pikku-command-queue-map.js +3 -3
  252. package/dist/src/functions/wirings/queue/pikku-command-queue-service.d.ts +1 -1
  253. package/dist/src/functions/wirings/queue/pikku-command-queue-service.js +2 -2
  254. package/dist/src/functions/wirings/queue/pikku-command-queue-types.d.ts +1 -1
  255. package/dist/src/functions/wirings/queue/pikku-command-queue-types.js +1 -1
  256. package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
  257. package/dist/src/functions/wirings/queue/pikku-command-queue.js +1 -1
  258. package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
  259. package/dist/src/functions/wirings/queue/pikku-queue-map.js +3 -3
  260. package/dist/src/functions/wirings/queue/pikku-queue.d.ts +1 -1
  261. package/dist/src/functions/wirings/queue/pikku-queue.js +1 -1
  262. package/dist/src/functions/wirings/queue/serialize-queue-map.d.ts +5 -2
  263. package/dist/src/functions/wirings/queue/serialize-queue-map.js +12 -40
  264. package/dist/src/functions/wirings/queue/serialize-queue-meta.js +9 -10
  265. package/dist/src/functions/wirings/queue/serialize-queue-types.js +1 -1
  266. package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
  267. package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +2 -2
  268. package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.d.ts +1 -1
  269. package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +1 -1
  270. package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.d.ts +1 -1
  271. package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.js +2 -2
  272. package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +2 -2
  273. package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.js +12 -7
  274. package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +1 -1
  275. package/dist/src/functions/wirings/rpc/pikku-command-rpc.js +5 -2
  276. package/dist/src/functions/wirings/rpc/serialize-public-rpc.d.ts +1 -1
  277. package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +11 -6
  278. package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +2 -2
  279. package/dist/src/functions/wirings/rpc/serialize-rpc-wrapper.js +19 -8
  280. package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.d.ts +6 -3
  281. package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +85 -60
  282. package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.d.ts +1 -1
  283. package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.js +1 -1
  284. package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.d.ts +1 -1
  285. package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.js +1 -1
  286. package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.d.ts +1 -1
  287. package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.js +13 -12
  288. package/dist/src/functions/wirings/scheduler/serialize-scheduler-types.js +1 -1
  289. package/dist/src/functions/wirings/secrets/pikku-command-secrets.d.ts +1 -0
  290. package/dist/src/functions/wirings/secrets/pikku-command-secrets.js +31 -0
  291. package/dist/src/functions/wirings/secrets/serialize-secrets-types.d.ts +9 -0
  292. package/dist/src/functions/wirings/secrets/serialize-secrets-types.js +64 -0
  293. package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +1 -0
  294. package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.js +24 -0
  295. package/dist/src/functions/wirings/triggers/pikku-command-trigger.d.ts +1 -0
  296. package/dist/src/functions/wirings/triggers/pikku-command-trigger.js +40 -0
  297. package/dist/src/functions/wirings/triggers/serialize-trigger-meta.d.ts +5 -0
  298. package/dist/src/functions/wirings/triggers/serialize-trigger-meta.js +35 -0
  299. package/dist/src/functions/wirings/triggers/serialize-trigger-types.d.ts +4 -0
  300. package/dist/src/functions/wirings/triggers/serialize-trigger-types.js +163 -0
  301. package/dist/src/functions/wirings/variables/pikku-command-variables.d.ts +1 -0
  302. package/dist/src/functions/wirings/variables/pikku-command-variables.js +31 -0
  303. package/dist/src/functions/wirings/variables/serialize-variables-types.d.ts +9 -0
  304. package/dist/src/functions/wirings/variables/serialize-variables-types.js +53 -0
  305. package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +1 -1
  306. package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +6 -35
  307. package/dist/src/functions/wirings/workflow/serialize-workflow-map.d.ts +4 -2
  308. package/dist/src/functions/wirings/workflow/serialize-workflow-map.js +63 -12
  309. package/dist/src/functions/wirings/workflow/serialize-workflow-meta.js +32 -33
  310. package/dist/src/functions/wirings/workflow/serialize-workflow-registration.d.ts +1 -1
  311. package/dist/src/functions/wirings/workflow/serialize-workflow-registration.js +4 -31
  312. package/dist/src/functions/wirings/workflow/serialize-workflow-types.d.ts +1 -6
  313. package/dist/src/functions/wirings/workflow/serialize-workflow-types.js +60 -256
  314. package/dist/src/functions/wirings/workflow/serialize-workflow-workers.js +5 -5
  315. package/dist/src/services/cli-logger-forwarder.service.d.ts +1 -1
  316. package/dist/src/services/cli-logger-forwarder.service.js +1 -1
  317. package/dist/src/services/cli-logger.service.d.ts +1 -1
  318. package/dist/src/services/cli-logger.service.js +1 -1
  319. package/dist/src/services.d.ts +1 -1
  320. package/dist/src/services.js +53 -6
  321. package/dist/src/utils/command-summary.d.ts +2 -1
  322. package/dist/src/utils/command-summary.js +2 -1
  323. package/dist/src/utils/contract-versions.d.ts +6 -0
  324. package/dist/src/utils/contract-versions.js +25 -0
  325. package/dist/src/utils/file-import-path.js +20 -6
  326. package/dist/src/utils/pikku-cli-config.js +77 -14
  327. package/dist/src/utils/pikku-files-and-methods.d.ts +0 -1
  328. package/dist/src/utils/pikku-files-and-methods.js +15 -60
  329. package/dist/src/utils/serialize-import-map.d.ts +2 -1
  330. package/dist/src/utils/serialize-import-map.js +3 -54
  331. package/dist/src/utils/serialize-meta-ts.d.ts +8 -0
  332. package/dist/src/utils/serialize-meta-ts.js +12 -0
  333. package/dist/src/utils/serialize-schemas.d.ts +3 -0
  334. package/dist/src/utils/serialize-schemas.js +38 -0
  335. package/dist/src/utils/strip-verbose-meta.d.ts +5 -5
  336. package/dist/src/utils/strip-verbose-meta.js +15 -15
  337. package/dist/tsconfig.tsbuildinfo +1 -1
  338. package/package.json +19 -10
  339. package/.pikku/channel/pikku-channel-types.gen.ts +0 -148
  340. package/.pikku/channel/pikku-channels-map.gen.d.ts +0 -47
  341. package/.pikku/channel/pikku-channels-meta.gen.json +0 -1
  342. package/.pikku/channel/pikku-channels-meta.gen.ts +0 -7
  343. package/.pikku/channel/pikku-channels.gen.ts +0 -4
  344. package/.pikku/cli/pikku-cli-channel.ts +0 -92
  345. package/.pikku/cli/pikku-cli-client.gen.ts +0 -54
  346. package/.pikku/cli/pikku-cli-types.gen.ts +0 -92
  347. package/.pikku/cli/pikku-cli-wirings-meta.gen.json +0 -147
  348. package/.pikku/cli/pikku-cli-wirings-meta.gen.ts +0 -7
  349. package/.pikku/cli/pikku-cli-wirings.gen.ts +0 -6
  350. package/.pikku/cli/pikku-cli.gen.ts +0 -41
  351. package/.pikku/forge/pikku-forge-types.gen.ts +0 -83
  352. package/.pikku/function/pikku-function-types.gen.ts +0 -572
  353. package/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -1030
  354. package/.pikku/function/pikku-functions-meta.gen.json +0 -656
  355. package/.pikku/function/pikku-functions-meta.gen.ts +0 -6
  356. package/.pikku/http/pikku-http-types.gen.ts +0 -102
  357. package/.pikku/http/pikku-http-wirings-map.gen.d.ts +0 -46
  358. package/.pikku/http/pikku-http-wirings-meta.gen.json +0 -9
  359. package/.pikku/http/pikku-http-wirings-meta.gen.ts +0 -7
  360. package/.pikku/http/pikku-http-wirings.gen.ts +0 -4
  361. package/.pikku/mcp/pikku-mcp-types.gen.ts +0 -192
  362. package/.pikku/mcp/pikku-mcp-wirings-meta.gen.json +0 -5
  363. package/.pikku/mcp/pikku-mcp-wirings-meta.gen.ts +0 -9
  364. package/.pikku/mcp/pikku-mcp-wirings.gen.ts +0 -4
  365. package/.pikku/mcp/pikku-mcp.gen.json +0 -5
  366. package/.pikku/pikku-bootstrap.gen.ts +0 -17
  367. package/.pikku/pikku-services.gen.ts +0 -28
  368. package/.pikku/pikku-types.gen.ts +0 -30
  369. package/.pikku/pikku-websocket.gen.ts +0 -90
  370. package/.pikku/queue/pikku-queue-types.gen.ts +0 -27
  371. package/.pikku/queue/pikku-queue-workers-wirings-map.gen.d.ts +0 -60
  372. package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +0 -1
  373. package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.ts +0 -8
  374. package/.pikku/queue/pikku-queue-workers-wirings.gen.ts +0 -4
  375. package/.pikku/rpc/pikku-remote-rpc-workers.gen.ts +0 -30
  376. package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +0 -62
  377. package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +0 -105
  378. package/.pikku/scheduler/pikku-scheduler-types.gen.ts +0 -25
  379. package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.json +0 -1
  380. package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.ts +0 -8
  381. package/.pikku/scheduler/pikku-schedulers-wirings.gen.ts +0 -4
  382. package/.pikku/schemas/register.gen.ts +0 -71
  383. package/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +0 -1
  384. package/.pikku/schemas/schemas/PikkuCLIOutput.schema.json +0 -1
  385. package/.pikku/schemas/schemas/PikkuChannelsOutput.schema.json +0 -1
  386. package/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +0 -1
  387. package/.pikku/schemas/schemas/PikkuFunctionsOutput.schema.json +0 -1
  388. package/.pikku/schemas/schemas/PikkuHTTPOutput.schema.json +0 -1
  389. package/.pikku/schemas/schemas/PikkuMCPOutput.schema.json +0 -1
  390. package/.pikku/schemas/schemas/PikkuMiddlewareOutput.schema.json +0 -1
  391. package/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +0 -1
  392. package/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +0 -1
  393. package/.pikku/schemas/schemas/PikkuPublicRPCOutput.schema.json +0 -1
  394. package/.pikku/schemas/schemas/PikkuQueueOutput.schema.json +0 -1
  395. package/.pikku/schemas/schemas/PikkuRPCOutput.schema.json +0 -1
  396. package/.pikku/schemas/schemas/PikkuRemoteRPCOutput.schema.json +0 -1
  397. package/.pikku/schemas/schemas/PikkuSchedulerOutput.schema.json +0 -1
  398. package/.pikku/schemas/schemas/PikkuSchemasOutput.schema.json +0 -1
  399. package/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +0 -1
  400. package/.pikku/services/config.gen.json +0 -104
  401. package/.pikku/services/getInspectorState.gen.json +0 -10
  402. package/.pikku/services/jwt.gen.json +0 -13
  403. package/.pikku/services/logger.gen.json +0 -25
  404. package/.pikku/services/queueService.gen.json +0 -14
  405. package/.pikku/services/schedulerService.gen.json +0 -17
  406. package/.pikku/services/schema.gen.json +0 -14
  407. package/.pikku/services/secrets.gen.json +0 -13
  408. package/.pikku/services/variables.gen.json +0 -13
  409. package/.pikku/services/workflowService.gen.json +0 -31
  410. package/.pikku/workflow/pikku-workflow-map.gen.d.ts +0 -28
  411. package/.pikku/workflow/pikku-workflow-types.gen.ts +0 -349
  412. package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
  413. package/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
  414. package/CHANGELOG.md +0 -957
  415. package/bin/pikku.ts +0 -88
  416. package/build.sh +0 -75
  417. package/dist/.pikku/forge/pikku-forge-types.gen.d.ts +0 -72
  418. package/dist/.pikku/forge/pikku-forge-types.gen.js +0 -55
  419. package/dist/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +0 -1
  420. package/dist/src/functions/wirings/channels/pikku-command-websocket-typed.d.ts +0 -1
  421. package/dist/src/functions/wirings/fetch/index.d.ts +0 -1
  422. package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.d.ts +0 -1
  423. package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.js +0 -90
  424. package/dist/src/functions/wirings/forge/pikku-command-forge-types.d.ts +0 -1
  425. package/dist/src/functions/wirings/forge/pikku-command-forge-types.js +0 -26
  426. package/dist/src/functions/wirings/forge/serialize-forge-types.d.ts +0 -4
  427. package/dist/src/functions/wirings/forge/serialize-forge-types.js +0 -90
  428. package/dist/src/functions/wirings/functions/pikku-function-types.d.ts +0 -1
  429. package/dist/src/functions/wirings/functions/pikku-function-types.js +0 -18
  430. package/dist/src/functions/wirings/http/openapi-spec-generator.d.ts +0 -81
  431. package/dist/src/functions/wirings/http/openapi-spec-generator.js +0 -152
  432. package/dist/src/functions/wirings/mcp/serialize-mcp-json.d.ts +0 -5
  433. package/dist/src/functions/wirings/mcp/serialize-mcp-json.js +0 -102
  434. package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.d.ts +0 -11
  435. package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.js +0 -36
  436. package/dist/src/functions/wirings/services/pikku-command-service-metadata.d.ts +0 -1
  437. package/dist/src/functions/wirings/services/pikku-command-service-metadata.js +0 -22
  438. package/dist/src/utils/custom-types-generator.d.ts +0 -2
  439. package/dist/src/utils/custom-types-generator.js +0 -41
  440. package/dist/src/utils/schema-generator.d.ts +0 -7
  441. package/dist/src/utils/schema-generator.js +0 -238
  442. package/pikku.config.json +0 -29
  443. package/run-tests.sh +0 -53
  444. package/src/cli.wiring.ts +0 -112
  445. package/src/functions/commands/all.ts +0 -313
  446. package/src/functions/commands/bootstrap.ts +0 -35
  447. package/src/functions/commands/watch.ts +0 -61
  448. package/src/functions/runtimes/nextjs/pikku-command-nextjs.ts +0 -131
  449. package/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.ts +0 -282
  450. package/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.ts +0 -215
  451. package/src/functions/wirings/channels/pikku-channels.ts +0 -59
  452. package/src/functions/wirings/channels/pikku-command-channel-types.ts +0 -25
  453. package/src/functions/wirings/channels/pikku-command-channels-map.ts +0 -26
  454. package/src/functions/wirings/channels/pikku-command-channels.ts +0 -83
  455. package/src/functions/wirings/channels/pikku-command-websocket-typed.ts +0 -37
  456. package/src/functions/wirings/channels/serialize-channel-types.ts +0 -151
  457. package/src/functions/wirings/channels/serialize-typed-channel-map.ts +0 -173
  458. package/src/functions/wirings/channels/serialize-websocket-wrapper.ts +0 -89
  459. package/src/functions/wirings/cli/pikku-command-cli-entry.ts +0 -216
  460. package/src/functions/wirings/cli/pikku-command-cli-types.ts +0 -48
  461. package/src/functions/wirings/cli/pikku-command-cli.ts +0 -81
  462. package/src/functions/wirings/cli/serialize-channel-cli-client.ts +0 -184
  463. package/src/functions/wirings/cli/serialize-channel-cli.ts +0 -134
  464. package/src/functions/wirings/cli/serialize-cli-types.ts +0 -101
  465. package/src/functions/wirings/cli/serialize-local-cli-bootstrap.ts +0 -80
  466. package/src/functions/wirings/fetch/index.ts +0 -36
  467. package/src/functions/wirings/forge/pikku-command-forge-nodes.ts +0 -135
  468. package/src/functions/wirings/forge/pikku-command-forge-types.ts +0 -38
  469. package/src/functions/wirings/forge/serialize-forge-types.ts +0 -94
  470. package/src/functions/wirings/functions/pikku-command-function-types-split.ts +0 -61
  471. package/src/functions/wirings/functions/pikku-command-function-types.ts +0 -50
  472. package/src/functions/wirings/functions/pikku-command-functions.ts +0 -104
  473. package/src/functions/wirings/functions/pikku-command-services.ts +0 -140
  474. package/src/functions/wirings/functions/pikku-function-types.ts +0 -45
  475. package/src/functions/wirings/functions/schemas.ts +0 -56
  476. package/src/functions/wirings/functions/serialize-function-imports.ts +0 -80
  477. package/src/functions/wirings/functions/serialize-function-types.ts +0 -587
  478. package/src/functions/wirings/functions/serialize-pikku-types-hub.ts +0 -39
  479. package/src/functions/wirings/http/openapi-spec-generator.ts +0 -265
  480. package/src/functions/wirings/http/pikku-command-http-map.ts +0 -27
  481. package/src/functions/wirings/http/pikku-command-http-routes.ts +0 -80
  482. package/src/functions/wirings/http/pikku-command-http-types.ts +0 -25
  483. package/src/functions/wirings/http/pikku-command-openapi.ts +0 -64
  484. package/src/functions/wirings/http/pikku-http-routes.ts +0 -61
  485. package/src/functions/wirings/http/serialize-fetch-wrapper.ts +0 -67
  486. package/src/functions/wirings/http/serialize-http-types.ts +0 -105
  487. package/src/functions/wirings/http/serialize-typed-http-map.ts +0 -178
  488. package/src/functions/wirings/mcp/pikku-command-mcp-json.ts +0 -33
  489. package/src/functions/wirings/mcp/pikku-command-mcp-types.ts +0 -25
  490. package/src/functions/wirings/mcp/pikku-command-mcp.ts +0 -162
  491. package/src/functions/wirings/mcp/serialize-mcp-json.ts +0 -161
  492. package/src/functions/wirings/mcp/serialize-mcp-types.ts +0 -195
  493. package/src/functions/wirings/middleware/pikku-command-middleware.ts +0 -89
  494. package/src/functions/wirings/middleware/serialize-middleware-groups-meta.ts +0 -40
  495. package/src/functions/wirings/middleware/serialize-middleware-imports.ts +0 -78
  496. package/src/functions/wirings/package/pikku-command-package.ts +0 -81
  497. package/src/functions/wirings/package/serialize-package.ts +0 -69
  498. package/src/functions/wirings/permissions/pikku-command-permissions.ts +0 -49
  499. package/src/functions/wirings/permissions/serialize-permissions-imports.test.ts +0 -274
  500. package/src/functions/wirings/permissions/serialize-permissions-imports.ts +0 -78
  501. package/src/functions/wirings/queue/pikku-command-queue-map.ts +0 -26
  502. package/src/functions/wirings/queue/pikku-command-queue-service.ts +0 -37
  503. package/src/functions/wirings/queue/pikku-command-queue-types.ts +0 -25
  504. package/src/functions/wirings/queue/pikku-command-queue.ts +0 -86
  505. package/src/functions/wirings/queue/pikku-queue-map.ts +0 -26
  506. package/src/functions/wirings/queue/pikku-queue.ts +0 -66
  507. package/src/functions/wirings/queue/serialize-queue-map.ts +0 -134
  508. package/src/functions/wirings/queue/serialize-queue-meta.ts +0 -24
  509. package/src/functions/wirings/queue/serialize-queue-types.ts +0 -30
  510. package/src/functions/wirings/queue/serialize-queue-wrapper.ts +0 -35
  511. package/src/functions/wirings/rpc/pikku-command-public-rpc.ts +0 -32
  512. package/src/functions/wirings/rpc/pikku-command-remote-rpc.ts +0 -35
  513. package/src/functions/wirings/rpc/pikku-command-rpc-client.ts +0 -35
  514. package/src/functions/wirings/rpc/pikku-command-rpc-map.ts +0 -51
  515. package/src/functions/wirings/rpc/pikku-command-rpc.ts +0 -49
  516. package/src/functions/wirings/rpc/serialize-public-rpc.ts +0 -37
  517. package/src/functions/wirings/rpc/serialize-remote-rpc.ts +0 -33
  518. package/src/functions/wirings/rpc/serialize-rpc-wrapper.ts +0 -68
  519. package/src/functions/wirings/rpc/serialize-typed-rpc-map.ts +0 -194
  520. package/src/functions/wirings/scheduler/pikku-command-scheduler-types.ts +0 -25
  521. package/src/functions/wirings/scheduler/pikku-command-scheduler.ts +0 -88
  522. package/src/functions/wirings/scheduler/serialize-scheduler-meta.ts +0 -37
  523. package/src/functions/wirings/scheduler/serialize-scheduler-types.ts +0 -28
  524. package/src/functions/wirings/services/pikku-command-service-metadata.ts +0 -25
  525. package/src/functions/wirings/workflow/pikku-command-workflow.ts +0 -218
  526. package/src/functions/wirings/workflow/serialize-workflow-map.ts +0 -121
  527. package/src/functions/wirings/workflow/serialize-workflow-meta.ts +0 -73
  528. package/src/functions/wirings/workflow/serialize-workflow-registration.ts +0 -83
  529. package/src/functions/wirings/workflow/serialize-workflow-types.ts +0 -357
  530. package/src/functions/wirings/workflow/serialize-workflow-workers.ts +0 -47
  531. package/src/middleware/log-command-info-and-time.ts +0 -35
  532. package/src/services/cli-logger-forwarder.service.ts +0 -99
  533. package/src/services/cli-logger.service.ts +0 -108
  534. package/src/services.ts +0 -322
  535. package/src/utils/check-required-types.ts +0 -65
  536. package/src/utils/command-summary.ts +0 -107
  537. package/src/utils/custom-types-generator.ts +0 -55
  538. package/src/utils/file-import-path.test.ts +0 -175
  539. package/src/utils/file-import-path.ts +0 -53
  540. package/src/utils/file-imports-serializer.ts +0 -25
  541. package/src/utils/file-writer.ts +0 -72
  542. package/src/utils/generate-bootstrap-file.ts +0 -43
  543. package/src/utils/get-cli-version.ts +0 -28
  544. package/src/utils/pikku-cli-config.ts +0 -495
  545. package/src/utils/pikku-files-and-methods.ts +0 -145
  546. package/src/utils/schema-generator.ts +0 -335
  547. package/src/utils/serialize-import-map.ts +0 -102
  548. package/src/utils/strip-verbose-meta.ts +0 -254
  549. package/tsconfig.json +0 -21
  550. package/types/application-types.d.ts +0 -27
  551. package/types/config.d.ts +0 -304
  552. /package/dist/src/functions/{wirings/channels → runtimes/websocket}/serialize-websocket-wrapper.d.ts +0 -0
  553. /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