@pikku/cli 0.12.41 → 0.12.42

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 (70) hide show
  1. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  2. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  3. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  4. package/dist/.pikku/cli/pikku-cli-channel.js +6 -1
  5. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  6. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  8. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +21 -0
  9. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  12. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  13. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  14. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  15. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  16. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  17. package/dist/.pikku/function/pikku-functions-meta.gen.json +79 -60
  18. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  19. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  20. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  21. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  22. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  23. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  24. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  25. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  26. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  27. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  28. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  30. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-types.gen.js +1 -1
  33. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  34. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  35. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  38. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  39. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +4 -3
  40. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  41. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  42. package/dist/.pikku/schemas/register.gen.js +9 -5
  43. package/dist/.pikku/schemas/schemas/FabricLinkOutput.schema.json +1 -1
  44. package/dist/.pikku/schemas/schemas/FabricSmokeInput.schema.json +1 -0
  45. package/dist/.pikku/schemas/schemas/FabricSmokeOutput.schema.json +1 -0
  46. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  47. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  48. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  49. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  50. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  51. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  52. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  53. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  54. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  55. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  56. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  57. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  58. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  60. package/dist/bin/pikku-bin.mjs +2 -2
  61. package/dist/src/fabric/fabric-commands.d.ts +67 -0
  62. package/dist/src/fabric/fabric-commands.js +21 -0
  63. package/dist/src/fabric/functions/link.function.d.ts +4 -0
  64. package/dist/src/fabric/functions/link.function.js +3 -1
  65. package/dist/src/fabric/functions/smoke.function.d.ts +93 -0
  66. package/dist/src/fabric/functions/smoke.function.js +860 -0
  67. package/dist/src/functions/db/local-db.js +20 -75
  68. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  69. package/dist/tsconfig.tsbuildinfo +1 -1
  70. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
5
5
  import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * WebSocket channel backend for 'pikku' CLI commands
@@ -27,6 +27,7 @@ import { dbReset } from '../../src/functions/commands/db-reset.js';
27
27
  import { dbAudit } from '../../src/functions/commands/db-audit.js';
28
28
  import { workspaceValidate } from '../../src/functions/commands/workspace-validate.js';
29
29
  import { FabricValidate } from '../../src/fabric/functions/validate.function.js';
30
+ import { FabricSmoke } from '../../src/fabric/functions/smoke.function.js';
30
31
  import { FabricLogin } from '../../src/fabric/functions/login.function.js';
31
32
  import { FabricInit } from '../../src/fabric/functions/init.function.js';
32
33
  import { FabricLink } from '../../src/fabric/functions/link.function.js';
@@ -228,6 +229,10 @@ wireChannel({
228
229
  func: FabricValidate,
229
230
  middleware: [cliCloseOnComplete],
230
231
  },
232
+ 'fabric.smoke': {
233
+ func: FabricSmoke,
234
+ middleware: [cliCloseOnComplete],
235
+ },
231
236
  'fabric.login': {
232
237
  func: FabricLogin,
233
238
  middleware: [cliCloseOnComplete],
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-cli-wirings-meta.gen.json' with { type: 'json' };
@@ -260,6 +260,27 @@
260
260
  "renderName": "renderValidate",
261
261
  "description": "Check the project structure for fabric compatibility — prints all missing or misconfigured items with fix hints"
262
262
  },
263
+ "smoke": {
264
+ "pikkuFuncId": "FabricSmoke",
265
+ "positionals": [],
266
+ "options": {
267
+ "keepTemp": {
268
+ "description": "Keep the temp worktree even on success",
269
+ "default": false
270
+ },
271
+ "timeoutSeconds": {
272
+ "description": "Per-step timeout for install/build/codegen commands"
273
+ },
274
+ "startupTimeoutSeconds": {
275
+ "description": "Timeout for waiting on pikku dev /health-check"
276
+ },
277
+ "port": {
278
+ "description": "Port to use for the temporary pikku dev startup check"
279
+ }
280
+ },
281
+ "renderName": "renderSmoke",
282
+ "description": "Run a clean-room Fabric smoke test: temp worktree, install, codegen, migrate, and verify pikku dev startup"
283
+ },
263
284
  "login": {
264
285
  "pikkuFuncId": "FabricLogin",
265
286
  "positionals": [],
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import '../../src/cli.wiring.js';
5
5
  import '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /* The files with an wireCLI function call */
5
5
  import '../../src/cli.wiring.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import '../pikku-bootstrap.gen.js';
5
5
  export declare function PikkuCLI(args: string[]): Promise<void>;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { executeCLI, CLIError } from '@pikku/core/cli';
5
5
  import { createConfig as createConfig } from '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.internal.gen.js';
5
5
  export type NodeCategory = never;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -502,10 +502,10 @@
502
502
  "outputs": [
503
503
  "FabricLinkOutput"
504
504
  ],
505
- "implementationHash": "28c334fd48ecc8e0",
506
- "contractHash": "4526bf1b795cbfa4",
505
+ "implementationHash": "428e661fe3b9b091",
506
+ "contractHash": "1385559220019a47",
507
507
  "inputHash": "28003777",
508
- "outputHash": "adbc49cb"
508
+ "outputHash": "41a4d17a"
509
509
  },
510
510
  "FabricDeployPlan": {
511
511
  "pikkuFuncId": "FabricDeployPlan",
@@ -849,6 +849,25 @@
849
849
  "inputHash": "a14e4308",
850
850
  "outputHash": "bb91f545"
851
851
  },
852
+ "FabricSmoke": {
853
+ "pikkuFuncId": "FabricSmoke",
854
+ "functionType": "user",
855
+ "funcWrapper": "pikkuSessionlessFunc",
856
+ "sessionless": true,
857
+ "name": "FabricSmoke",
858
+ "inputSchemaName": "FabricSmokeInput",
859
+ "outputSchemaName": "FabricSmokeOutput",
860
+ "inputs": [
861
+ "FabricSmokeInput"
862
+ ],
863
+ "outputs": [
864
+ "FabricSmokeOutput"
865
+ ],
866
+ "implementationHash": "5a36b3ba248b48e9",
867
+ "contractHash": "761885179a417944",
868
+ "inputHash": "a0f23e01",
869
+ "outputHash": "65f77331"
870
+ },
852
871
  "all": {
853
872
  "pikkuFuncId": "all",
854
873
  "functionType": "user",
@@ -1975,6 +1994,28 @@
1975
1994
  "inputHash": "fef4d62b",
1976
1995
  "outputHash": "7d42c9e1"
1977
1996
  },
1997
+ "pikkuCredentials": {
1998
+ "pikkuFuncId": "pikkuCredentials",
1999
+ "functionType": "user",
2000
+ "funcWrapper": "pikkuSessionlessFunc",
2001
+ "sessionless": true,
2002
+ "name": "pikkuCredentials",
2003
+ "inputSchemaName": null,
2004
+ "outputSchemaName": null,
2005
+ "inputs": [],
2006
+ "outputs": [],
2007
+ "implementationHash": "a99a627856fd77bd",
2008
+ "middleware": [
2009
+ {
2010
+ "type": "wire",
2011
+ "name": "logCommandInfoAndTime",
2012
+ "inline": false
2013
+ }
2014
+ ],
2015
+ "contractHash": "8fa847acfa7ef407",
2016
+ "inputHash": "b98cb2ee",
2017
+ "outputHash": "9e33f562"
2018
+ },
1978
2019
  "pikkuConsoleFunctions": {
1979
2020
  "pikkuFuncId": "pikkuConsoleFunctions",
1980
2021
  "functionType": "user",
@@ -2045,17 +2086,19 @@
2045
2086
  "inputHash": "4be7b8bd",
2046
2087
  "outputHash": "fca2b5eb"
2047
2088
  },
2048
- "pikkuCredentials": {
2049
- "pikkuFuncId": "pikkuCredentials",
2089
+ "pikkuGateway": {
2090
+ "pikkuFuncId": "pikkuGateway",
2050
2091
  "functionType": "user",
2051
2092
  "funcWrapper": "pikkuSessionlessFunc",
2052
2093
  "sessionless": true,
2053
- "name": "pikkuCredentials",
2094
+ "name": "pikkuGateway",
2054
2095
  "inputSchemaName": null,
2055
- "outputSchemaName": null,
2096
+ "outputSchemaName": "PikkuGatewayOutput",
2056
2097
  "inputs": [],
2057
- "outputs": [],
2058
- "implementationHash": "a99a627856fd77bd",
2098
+ "outputs": [
2099
+ "PikkuGatewayOutput"
2100
+ ],
2101
+ "implementationHash": "cc85ec16d890311e",
2059
2102
  "middleware": [
2060
2103
  {
2061
2104
  "type": "wire",
@@ -2063,9 +2106,9 @@
2063
2106
  "inline": false
2064
2107
  }
2065
2108
  ],
2066
- "contractHash": "8fa847acfa7ef407",
2067
- "inputHash": "b98cb2ee",
2068
- "outputHash": "9e33f562"
2109
+ "contractHash": "8c9fc7c18aeb2212",
2110
+ "inputHash": "a5477eae",
2111
+ "outputHash": "b5ea8b47"
2069
2112
  },
2070
2113
  "pikkuFunctionTypesSplit": {
2071
2114
  "pikkuFuncId": "pikkuFunctionTypesSplit",
@@ -2161,30 +2204,6 @@
2161
2204
  "inputHash": "a3e730d9",
2162
2205
  "outputHash": "e0b61e49"
2163
2206
  },
2164
- "pikkuGateway": {
2165
- "pikkuFuncId": "pikkuGateway",
2166
- "functionType": "user",
2167
- "funcWrapper": "pikkuSessionlessFunc",
2168
- "sessionless": true,
2169
- "name": "pikkuGateway",
2170
- "inputSchemaName": null,
2171
- "outputSchemaName": "PikkuGatewayOutput",
2172
- "inputs": [],
2173
- "outputs": [
2174
- "PikkuGatewayOutput"
2175
- ],
2176
- "implementationHash": "cc85ec16d890311e",
2177
- "middleware": [
2178
- {
2179
- "type": "wire",
2180
- "name": "logCommandInfoAndTime",
2181
- "inline": false
2182
- }
2183
- ],
2184
- "contractHash": "8c9fc7c18aeb2212",
2185
- "inputHash": "a5477eae",
2186
- "outputHash": "b5ea8b47"
2187
- },
2188
2207
  "pikkuHTTPMap": {
2189
2208
  "pikkuFuncId": "pikkuHTTPMap",
2190
2209
  "functionType": "user",
@@ -2461,30 +2480,6 @@
2461
2480
  "inputHash": "d7b18af5",
2462
2481
  "outputHash": "09d7f16a"
2463
2482
  },
2464
- "pikkuEventsScaffold": {
2465
- "pikkuFuncId": "pikkuEventsScaffold",
2466
- "functionType": "user",
2467
- "funcWrapper": "pikkuSessionlessFunc",
2468
- "sessionless": true,
2469
- "name": "pikkuEventsScaffold",
2470
- "inputSchemaName": null,
2471
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2472
- "inputs": [],
2473
- "outputs": [
2474
- "PikkuEventsScaffoldOutput"
2475
- ],
2476
- "implementationHash": "4a998c5d2ef1753b",
2477
- "middleware": [
2478
- {
2479
- "type": "wire",
2480
- "name": "logCommandInfoAndTime",
2481
- "inline": false
2482
- }
2483
- ],
2484
- "contractHash": "59fdeb7aa338289b",
2485
- "inputHash": "0e752243",
2486
- "outputHash": "486a58ef"
2487
- },
2488
2483
  "pikkuCommandQueueMap": {
2489
2484
  "pikkuFuncId": "pikkuCommandQueueMap",
2490
2485
  "functionType": "user",
@@ -2783,6 +2778,30 @@
2783
2778
  "inputHash": "838055cb",
2784
2779
  "outputHash": "c749587a"
2785
2780
  },
2781
+ "pikkuEventsScaffold": {
2782
+ "pikkuFuncId": "pikkuEventsScaffold",
2783
+ "functionType": "user",
2784
+ "funcWrapper": "pikkuSessionlessFunc",
2785
+ "sessionless": true,
2786
+ "name": "pikkuEventsScaffold",
2787
+ "inputSchemaName": null,
2788
+ "outputSchemaName": "PikkuEventsScaffoldOutput",
2789
+ "inputs": [],
2790
+ "outputs": [
2791
+ "PikkuEventsScaffoldOutput"
2792
+ ],
2793
+ "implementationHash": "4a998c5d2ef1753b",
2794
+ "middleware": [
2795
+ {
2796
+ "type": "wire",
2797
+ "name": "logCommandInfoAndTime",
2798
+ "inline": false
2799
+ }
2800
+ ],
2801
+ "contractHash": "59fdeb7aa338289b",
2802
+ "inputHash": "0e752243",
2803
+ "outputHash": "486a58ef"
2804
+ },
2786
2805
  "pikkuTriggerTypes": {
2787
2806
  "pikkuFuncId": "pikkuTriggerTypes",
2788
2807
  "functionType": "user",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-http-wirings-meta.gen.json' with { type: 'json' };
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /* The files with an wireHTTP function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export declare class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-queue-workers-wirings-meta.gen.json' with { type: 'json' };
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /* The files with an addQueueWorkers function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
@@ -42,6 +42,7 @@
42
42
  "FabricDomainsRemove": "FabricDomainsRemove",
43
43
  "FabricLLMKey": "FabricLLMKey",
44
44
  "FabricValidate": "FabricValidate",
45
+ "FabricSmoke": "FabricSmoke",
45
46
  "all": "all",
46
47
  "bootstrap": "bootstrap",
47
48
  "watch": "watch",
@@ -110,11 +111,11 @@
110
111
  "pikkuNodeTypes": "pikkuNodeTypes",
111
112
  "pikkuNodesMeta": "pikkuNodesMeta",
112
113
  "pikkuCredentials": "pikkuCredentials",
113
- "pikkuGateway": "pikkuGateway",
114
114
  "pikkuFunctionTypesSplit": "pikkuFunctionTypesSplit",
115
115
  "pikkuFunctionTypes": "pikkuFunctionTypes",
116
116
  "pikkuFunctions": "pikkuFunctions",
117
117
  "pikkuServices": "pikkuServices",
118
+ "pikkuGateway": "pikkuGateway",
118
119
  "pikkuHTTPMap": "pikkuHTTPMap",
119
120
  "pikkuCommandHTTP": "pikkuCommandHTTP",
120
121
  "pikkuHTTPTypes": "pikkuHTTPTypes",
@@ -133,13 +134,13 @@
133
134
  "pikkuQueueMap": "pikkuQueueMap",
134
135
  "pikkuQueue": "pikkuQueue",
135
136
  "pikkuEventsScaffold": "pikkuEventsScaffold",
137
+ "pikkuSchedulerTypes": "pikkuSchedulerTypes",
138
+ "pikkuScheduler": "pikkuScheduler",
136
139
  "pikkuPublicRPC": "pikkuPublicRPC",
137
140
  "pikkuRemoteRPC": "pikkuRemoteRPC",
138
141
  "pikkuRPCInternalMap": "pikkuRPCInternalMap",
139
142
  "pikkuRPCExposedMap": "pikkuRPCExposedMap",
140
143
  "pikkuRPC": "pikkuRPC",
141
- "pikkuSchedulerTypes": "pikkuSchedulerTypes",
142
- "pikkuScheduler": "pikkuScheduler",
143
144
  "pikkuSecrets": "pikkuSecrets",
144
145
  "pikkuTriggerTypes": "pikkuTriggerTypes",
145
146
  "pikkuTrigger": "pikkuTrigger",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.41
2
+ * This file was generated by @pikku/cli@0.12.42
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization