@pikku/cli 0.12.53 → 0.12.54

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 (72) 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 +1 -1
  5. package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
  6. package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  10. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  12. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +8 -0
  13. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  14. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  15. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  16. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  17. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  18. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  19. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  20. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  21. package/dist/.pikku/function/pikku-functions-meta.gen.json +197 -197
  22. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  23. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  24. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  25. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  26. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  27. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  28. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  29. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  30. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  32. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  33. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  34. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  35. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  36. package/dist/.pikku/pikku-types.gen.js +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  38. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  40. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  41. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  42. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  43. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +4 -4
  44. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  45. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  46. package/dist/.pikku/schemas/register.gen.js +9 -9
  47. package/dist/.pikku/schemas/schemas/DeployApplyInput.schema.json +1 -1
  48. package/dist/.pikku/schemas/schemas/DeployPlanInput.schema.json +1 -1
  49. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  50. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  51. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  52. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  53. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  54. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  55. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  56. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  57. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  58. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  60. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  61. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  62. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  63. package/dist/bin/pikku-bin.mjs +2 -2
  64. package/dist/src/cli.wiring.js +8 -0
  65. package/dist/src/functions/commands/deploy-apply.d.ts +6 -1
  66. package/dist/src/functions/commands/deploy-apply.js +6 -4
  67. package/dist/src/functions/commands/deploy-plan.d.ts +3 -0
  68. package/dist/src/functions/commands/deploy-plan.js +3 -1
  69. package/dist/src/functions/commands/dev.js +41 -13
  70. package/dist/src/functions/db/sqlite/sqlite-runtime-bun.js +1 -1
  71. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  72. package/package.json +4 -3
@@ -975,7 +975,7 @@
975
975
  ],
976
976
  "outputs": [],
977
977
  "remote": true,
978
- "implementationHash": "4d495fee89f3c0c2"
978
+ "implementationHash": "9dcd4688f06c03c6"
979
979
  },
980
980
  "dbMigrate": {
981
981
  "pikkuFuncId": "dbMigrate",
@@ -1363,9 +1363,9 @@
1363
1363
  "DeployApplyInput"
1364
1364
  ],
1365
1365
  "outputs": [],
1366
- "implementationHash": "c7c0cd41bf1d5020",
1367
- "contractHash": "052db593f47fdb3a",
1368
- "inputHash": "5b3a0b43",
1366
+ "implementationHash": "60cded438d7d0288",
1367
+ "contractHash": "e095a77f7d02be4e",
1368
+ "inputHash": "344acae5",
1369
1369
  "outputHash": "2b614932"
1370
1370
  },
1371
1371
  "deployPlan": {
@@ -1380,9 +1380,9 @@
1380
1380
  "DeployPlanInput"
1381
1381
  ],
1382
1382
  "outputs": [],
1383
- "implementationHash": "1d35f323035a43a1",
1384
- "contractHash": "d6c6b3b50382f5ec",
1385
- "inputHash": "71d79a7f",
1383
+ "implementationHash": "36564826786b4752",
1384
+ "contractHash": "27db78888aa7bb8b",
1385
+ "inputHash": "8137f6d2",
1386
1386
  "outputHash": "e6e7d2ab"
1387
1387
  },
1388
1388
  "deployInfo": {
@@ -2220,17 +2220,17 @@
2220
2220
  "inputHash": "a5477eae",
2221
2221
  "outputHash": "b5ea8b47"
2222
2222
  },
2223
- "pikkuAuth": {
2224
- "pikkuFuncId": "pikkuAuth",
2223
+ "pikkuMCPJSON": {
2224
+ "pikkuFuncId": "pikkuMCPJSON",
2225
2225
  "functionType": "user",
2226
2226
  "funcWrapper": "pikkuSessionlessFunc",
2227
2227
  "sessionless": true,
2228
- "name": "pikkuAuth",
2228
+ "name": "pikkuMCPJSON",
2229
2229
  "inputSchemaName": null,
2230
2230
  "outputSchemaName": null,
2231
2231
  "inputs": [],
2232
2232
  "outputs": [],
2233
- "implementationHash": "87f0e80b39a33995",
2233
+ "implementationHash": "79b43cc9a51c4045",
2234
2234
  "middleware": [
2235
2235
  {
2236
2236
  "type": "wire",
@@ -2238,9 +2238,55 @@
2238
2238
  "inline": false
2239
2239
  }
2240
2240
  ],
2241
- "contractHash": "9fa89ecfb6307a51",
2242
- "inputHash": "c3580f86",
2243
- "outputHash": "f5261f72"
2241
+ "contractHash": "f59442cd5c842971",
2242
+ "inputHash": "d72c1561",
2243
+ "outputHash": "88a75880"
2244
+ },
2245
+ "pikkuMCPTypes": {
2246
+ "pikkuFuncId": "pikkuMCPTypes",
2247
+ "functionType": "user",
2248
+ "funcWrapper": "pikkuSessionlessFunc",
2249
+ "sessionless": true,
2250
+ "name": "pikkuMCPTypes",
2251
+ "inputSchemaName": null,
2252
+ "outputSchemaName": null,
2253
+ "inputs": [],
2254
+ "outputs": [],
2255
+ "implementationHash": "6a7c04657136ed5e",
2256
+ "middleware": [
2257
+ {
2258
+ "type": "wire",
2259
+ "name": "logCommandInfoAndTime",
2260
+ "inline": false
2261
+ }
2262
+ ],
2263
+ "contractHash": "7eea5a64f0a7a416",
2264
+ "inputHash": "9a222002",
2265
+ "outputHash": "edf018eb"
2266
+ },
2267
+ "pikkuMCP": {
2268
+ "pikkuFuncId": "pikkuMCP",
2269
+ "functionType": "user",
2270
+ "funcWrapper": "pikkuSessionlessFunc",
2271
+ "sessionless": true,
2272
+ "name": "pikkuMCP",
2273
+ "inputSchemaName": null,
2274
+ "outputSchemaName": "PikkuMCPOutput",
2275
+ "inputs": [],
2276
+ "outputs": [
2277
+ "PikkuMCPOutput"
2278
+ ],
2279
+ "implementationHash": "01a077b0506abb69",
2280
+ "middleware": [
2281
+ {
2282
+ "type": "wire",
2283
+ "name": "logCommandInfoAndTime",
2284
+ "inline": false
2285
+ }
2286
+ ],
2287
+ "contractHash": "9a31fd93d142d2d7",
2288
+ "inputHash": "bcd31116",
2289
+ "outputHash": "ff46ce8f"
2244
2290
  },
2245
2291
  "pikkuHTTPMap": {
2246
2292
  "pikkuFuncId": "pikkuHTTPMap",
@@ -2334,74 +2380,6 @@
2334
2380
  "inputHash": "08a0d2b8",
2335
2381
  "outputHash": "87c39a83"
2336
2382
  },
2337
- "pikkuMCPJSON": {
2338
- "pikkuFuncId": "pikkuMCPJSON",
2339
- "functionType": "user",
2340
- "funcWrapper": "pikkuSessionlessFunc",
2341
- "sessionless": true,
2342
- "name": "pikkuMCPJSON",
2343
- "inputSchemaName": null,
2344
- "outputSchemaName": null,
2345
- "inputs": [],
2346
- "outputs": [],
2347
- "implementationHash": "79b43cc9a51c4045",
2348
- "middleware": [
2349
- {
2350
- "type": "wire",
2351
- "name": "logCommandInfoAndTime",
2352
- "inline": false
2353
- }
2354
- ],
2355
- "contractHash": "f59442cd5c842971",
2356
- "inputHash": "d72c1561",
2357
- "outputHash": "88a75880"
2358
- },
2359
- "pikkuMCPTypes": {
2360
- "pikkuFuncId": "pikkuMCPTypes",
2361
- "functionType": "user",
2362
- "funcWrapper": "pikkuSessionlessFunc",
2363
- "sessionless": true,
2364
- "name": "pikkuMCPTypes",
2365
- "inputSchemaName": null,
2366
- "outputSchemaName": null,
2367
- "inputs": [],
2368
- "outputs": [],
2369
- "implementationHash": "6a7c04657136ed5e",
2370
- "middleware": [
2371
- {
2372
- "type": "wire",
2373
- "name": "logCommandInfoAndTime",
2374
- "inline": false
2375
- }
2376
- ],
2377
- "contractHash": "7eea5a64f0a7a416",
2378
- "inputHash": "9a222002",
2379
- "outputHash": "edf018eb"
2380
- },
2381
- "pikkuMCP": {
2382
- "pikkuFuncId": "pikkuMCP",
2383
- "functionType": "user",
2384
- "funcWrapper": "pikkuSessionlessFunc",
2385
- "sessionless": true,
2386
- "name": "pikkuMCP",
2387
- "inputSchemaName": null,
2388
- "outputSchemaName": "PikkuMCPOutput",
2389
- "inputs": [],
2390
- "outputs": [
2391
- "PikkuMCPOutput"
2392
- ],
2393
- "implementationHash": "01a077b0506abb69",
2394
- "middleware": [
2395
- {
2396
- "type": "wire",
2397
- "name": "logCommandInfoAndTime",
2398
- "inline": false
2399
- }
2400
- ],
2401
- "contractHash": "9a31fd93d142d2d7",
2402
- "inputHash": "bcd31116",
2403
- "outputHash": "ff46ce8f"
2404
- },
2405
2383
  "pikkuMiddleware": {
2406
2384
  "pikkuFuncId": "pikkuMiddleware",
2407
2385
  "functionType": "user",
@@ -2518,109 +2496,17 @@
2518
2496
  "inputHash": "d7b18af5",
2519
2497
  "outputHash": "09d7f16a"
2520
2498
  },
2521
- "pikkuCommandQueueMap": {
2522
- "pikkuFuncId": "pikkuCommandQueueMap",
2523
- "functionType": "user",
2524
- "funcWrapper": "pikkuSessionlessFunc",
2525
- "sessionless": true,
2526
- "name": "pikkuCommandQueueMap",
2527
- "inputSchemaName": null,
2528
- "outputSchemaName": null,
2529
- "inputs": [],
2530
- "outputs": [],
2531
- "implementationHash": "26bb5430711a54d5",
2532
- "middleware": [
2533
- {
2534
- "type": "wire",
2535
- "name": "logCommandInfoAndTime",
2536
- "inline": false
2537
- }
2538
- ],
2539
- "contractHash": "f3377d46e4b899ef",
2540
- "inputHash": "3abbe04a",
2541
- "outputHash": "881e5a04"
2542
- },
2543
- "pikkuQueueTypes": {
2544
- "pikkuFuncId": "pikkuQueueTypes",
2545
- "functionType": "user",
2546
- "funcWrapper": "pikkuSessionlessFunc",
2547
- "sessionless": true,
2548
- "name": "pikkuQueueTypes",
2549
- "inputSchemaName": null,
2550
- "outputSchemaName": null,
2551
- "inputs": [],
2552
- "outputs": [],
2553
- "implementationHash": "64ac7636f9a1f7b6",
2554
- "middleware": [
2555
- {
2556
- "type": "wire",
2557
- "name": "logCommandInfoAndTime",
2558
- "inline": false
2559
- }
2560
- ],
2561
- "contractHash": "33984b8558f97104",
2562
- "inputHash": "37f2e3b1",
2563
- "outputHash": "de26da6a"
2564
- },
2565
- "pikkuCommandQueue": {
2566
- "pikkuFuncId": "pikkuCommandQueue",
2567
- "functionType": "user",
2568
- "funcWrapper": "pikkuSessionlessFunc",
2569
- "sessionless": true,
2570
- "name": "pikkuCommandQueue",
2571
- "inputSchemaName": null,
2572
- "outputSchemaName": "PikkuCommandQueueOutput",
2573
- "inputs": [],
2574
- "outputs": [
2575
- "PikkuCommandQueueOutput"
2576
- ],
2577
- "implementationHash": "e888f44e5e424e16",
2578
- "middleware": [
2579
- {
2580
- "type": "wire",
2581
- "name": "logCommandInfoAndTime",
2582
- "inline": false
2583
- }
2584
- ],
2585
- "contractHash": "0cb20621015a681f",
2586
- "inputHash": "5b5da120",
2587
- "outputHash": "c63e71d1"
2588
- },
2589
- "pikkuQueueMap": {
2590
- "pikkuFuncId": "pikkuQueueMap",
2499
+ "pikkuAuth": {
2500
+ "pikkuFuncId": "pikkuAuth",
2591
2501
  "functionType": "user",
2592
2502
  "funcWrapper": "pikkuSessionlessFunc",
2593
2503
  "sessionless": true,
2594
- "name": "pikkuQueueMap",
2504
+ "name": "pikkuAuth",
2595
2505
  "inputSchemaName": null,
2596
2506
  "outputSchemaName": null,
2597
2507
  "inputs": [],
2598
2508
  "outputs": [],
2599
- "implementationHash": "26bb5430711a54d5",
2600
- "middleware": [
2601
- {
2602
- "type": "wire",
2603
- "name": "logCommandInfoAndTime",
2604
- "inline": false
2605
- }
2606
- ],
2607
- "contractHash": "e50208cd844e06bb",
2608
- "inputHash": "98e1e73b",
2609
- "outputHash": "2879bd9d"
2610
- },
2611
- "pikkuQueue": {
2612
- "pikkuFuncId": "pikkuQueue",
2613
- "functionType": "user",
2614
- "funcWrapper": "pikkuSessionlessFunc",
2615
- "sessionless": true,
2616
- "name": "pikkuQueue",
2617
- "inputSchemaName": null,
2618
- "outputSchemaName": "PikkuQueueOutput",
2619
- "inputs": [],
2620
- "outputs": [
2621
- "PikkuQueueOutput"
2622
- ],
2623
- "implementationHash": "7f2ea2d065009aae",
2509
+ "implementationHash": "87f0e80b39a33995",
2624
2510
  "middleware": [
2625
2511
  {
2626
2512
  "type": "wire",
@@ -2628,9 +2514,9 @@
2628
2514
  "inline": false
2629
2515
  }
2630
2516
  ],
2631
- "contractHash": "2010f7bd9ed15cd6",
2632
- "inputHash": "d0d42371",
2633
- "outputHash": "94c5f21c"
2517
+ "contractHash": "9fa89ecfb6307a51",
2518
+ "inputHash": "c3580f86",
2519
+ "outputHash": "f5261f72"
2634
2520
  },
2635
2521
  "pikkuEventsScaffold": {
2636
2522
  "pikkuFuncId": "pikkuEventsScaffold",
@@ -2772,6 +2658,52 @@
2772
2658
  "inputHash": "835d9763",
2773
2659
  "outputHash": "b9430fb9"
2774
2660
  },
2661
+ "pikkuSchedulerTypes": {
2662
+ "pikkuFuncId": "pikkuSchedulerTypes",
2663
+ "functionType": "user",
2664
+ "funcWrapper": "pikkuSessionlessFunc",
2665
+ "sessionless": true,
2666
+ "name": "pikkuSchedulerTypes",
2667
+ "inputSchemaName": null,
2668
+ "outputSchemaName": null,
2669
+ "inputs": [],
2670
+ "outputs": [],
2671
+ "implementationHash": "ca3f707d96566f5c",
2672
+ "middleware": [
2673
+ {
2674
+ "type": "wire",
2675
+ "name": "logCommandInfoAndTime",
2676
+ "inline": false
2677
+ }
2678
+ ],
2679
+ "contractHash": "562f598e335cbbf8",
2680
+ "inputHash": "5cb0bd41",
2681
+ "outputHash": "4108ab7a"
2682
+ },
2683
+ "pikkuScheduler": {
2684
+ "pikkuFuncId": "pikkuScheduler",
2685
+ "functionType": "user",
2686
+ "funcWrapper": "pikkuSessionlessFunc",
2687
+ "sessionless": true,
2688
+ "name": "pikkuScheduler",
2689
+ "inputSchemaName": null,
2690
+ "outputSchemaName": "PikkuSchedulerOutput",
2691
+ "inputs": [],
2692
+ "outputs": [
2693
+ "PikkuSchedulerOutput"
2694
+ ],
2695
+ "implementationHash": "e78409e71cedf438",
2696
+ "middleware": [
2697
+ {
2698
+ "type": "wire",
2699
+ "name": "logCommandInfoAndTime",
2700
+ "inline": false
2701
+ }
2702
+ ],
2703
+ "contractHash": "064923ed2e031573",
2704
+ "inputHash": "dda1c6aa",
2705
+ "outputHash": "1f0f0345"
2706
+ },
2775
2707
  "pikkuSecrets": {
2776
2708
  "pikkuFuncId": "pikkuSecrets",
2777
2709
  "functionType": "user",
@@ -2888,17 +2820,17 @@
2888
2820
  "inputHash": "3bda91da",
2889
2821
  "outputHash": "8b24f1df"
2890
2822
  },
2891
- "pikkuSchedulerTypes": {
2892
- "pikkuFuncId": "pikkuSchedulerTypes",
2823
+ "pikkuCommandQueueMap": {
2824
+ "pikkuFuncId": "pikkuCommandQueueMap",
2893
2825
  "functionType": "user",
2894
2826
  "funcWrapper": "pikkuSessionlessFunc",
2895
2827
  "sessionless": true,
2896
- "name": "pikkuSchedulerTypes",
2828
+ "name": "pikkuCommandQueueMap",
2897
2829
  "inputSchemaName": null,
2898
2830
  "outputSchemaName": null,
2899
2831
  "inputs": [],
2900
2832
  "outputs": [],
2901
- "implementationHash": "ca3f707d96566f5c",
2833
+ "implementationHash": "26bb5430711a54d5",
2902
2834
  "middleware": [
2903
2835
  {
2904
2836
  "type": "wire",
@@ -2906,23 +2838,45 @@
2906
2838
  "inline": false
2907
2839
  }
2908
2840
  ],
2909
- "contractHash": "562f598e335cbbf8",
2910
- "inputHash": "5cb0bd41",
2911
- "outputHash": "4108ab7a"
2841
+ "contractHash": "f3377d46e4b899ef",
2842
+ "inputHash": "3abbe04a",
2843
+ "outputHash": "881e5a04"
2912
2844
  },
2913
- "pikkuScheduler": {
2914
- "pikkuFuncId": "pikkuScheduler",
2845
+ "pikkuQueueTypes": {
2846
+ "pikkuFuncId": "pikkuQueueTypes",
2915
2847
  "functionType": "user",
2916
2848
  "funcWrapper": "pikkuSessionlessFunc",
2917
2849
  "sessionless": true,
2918
- "name": "pikkuScheduler",
2850
+ "name": "pikkuQueueTypes",
2919
2851
  "inputSchemaName": null,
2920
- "outputSchemaName": "PikkuSchedulerOutput",
2852
+ "outputSchemaName": null,
2853
+ "inputs": [],
2854
+ "outputs": [],
2855
+ "implementationHash": "64ac7636f9a1f7b6",
2856
+ "middleware": [
2857
+ {
2858
+ "type": "wire",
2859
+ "name": "logCommandInfoAndTime",
2860
+ "inline": false
2861
+ }
2862
+ ],
2863
+ "contractHash": "33984b8558f97104",
2864
+ "inputHash": "37f2e3b1",
2865
+ "outputHash": "de26da6a"
2866
+ },
2867
+ "pikkuCommandQueue": {
2868
+ "pikkuFuncId": "pikkuCommandQueue",
2869
+ "functionType": "user",
2870
+ "funcWrapper": "pikkuSessionlessFunc",
2871
+ "sessionless": true,
2872
+ "name": "pikkuCommandQueue",
2873
+ "inputSchemaName": null,
2874
+ "outputSchemaName": "PikkuCommandQueueOutput",
2921
2875
  "inputs": [],
2922
2876
  "outputs": [
2923
- "PikkuSchedulerOutput"
2877
+ "PikkuCommandQueueOutput"
2924
2878
  ],
2925
- "implementationHash": "e78409e71cedf438",
2879
+ "implementationHash": "e888f44e5e424e16",
2926
2880
  "middleware": [
2927
2881
  {
2928
2882
  "type": "wire",
@@ -2930,8 +2884,54 @@
2930
2884
  "inline": false
2931
2885
  }
2932
2886
  ],
2933
- "contractHash": "064923ed2e031573",
2934
- "inputHash": "dda1c6aa",
2935
- "outputHash": "1f0f0345"
2887
+ "contractHash": "0cb20621015a681f",
2888
+ "inputHash": "5b5da120",
2889
+ "outputHash": "c63e71d1"
2890
+ },
2891
+ "pikkuQueueMap": {
2892
+ "pikkuFuncId": "pikkuQueueMap",
2893
+ "functionType": "user",
2894
+ "funcWrapper": "pikkuSessionlessFunc",
2895
+ "sessionless": true,
2896
+ "name": "pikkuQueueMap",
2897
+ "inputSchemaName": null,
2898
+ "outputSchemaName": null,
2899
+ "inputs": [],
2900
+ "outputs": [],
2901
+ "implementationHash": "26bb5430711a54d5",
2902
+ "middleware": [
2903
+ {
2904
+ "type": "wire",
2905
+ "name": "logCommandInfoAndTime",
2906
+ "inline": false
2907
+ }
2908
+ ],
2909
+ "contractHash": "e50208cd844e06bb",
2910
+ "inputHash": "98e1e73b",
2911
+ "outputHash": "2879bd9d"
2912
+ },
2913
+ "pikkuQueue": {
2914
+ "pikkuFuncId": "pikkuQueue",
2915
+ "functionType": "user",
2916
+ "funcWrapper": "pikkuSessionlessFunc",
2917
+ "sessionless": true,
2918
+ "name": "pikkuQueue",
2919
+ "inputSchemaName": null,
2920
+ "outputSchemaName": "PikkuQueueOutput",
2921
+ "inputs": [],
2922
+ "outputs": [
2923
+ "PikkuQueueOutput"
2924
+ ],
2925
+ "implementationHash": "7f2ea2d065009aae",
2926
+ "middleware": [
2927
+ {
2928
+ "type": "wire",
2929
+ "name": "logCommandInfoAndTime",
2930
+ "inline": false
2931
+ }
2932
+ ],
2933
+ "contractHash": "2010f7bd9ed15cd6",
2934
+ "inputHash": "d0d42371",
2935
+ "outputHash": "94c5f21c"
2936
2936
  }
2937
2937
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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.53
2
+ * This file was generated by @pikku/cli@0.12.54
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' };