@pikku/cli 0.12.19 → 0.12.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/console-app/assets/{index-DAQHIRK3.js → index-DXLy-_D4.js} +181 -181
- package/console-app/index.html +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +6 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +22 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +122 -108
- package/dist/.pikku/function/pikku-functions.gen.js +5 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +2 -1
- package/dist/.pikku/pikku-services.gen.js +1 -0
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +12 -10
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +9 -7
- package/dist/.pikku/schemas/schemas/DevInput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/meta/allWorkflow.gen.json +621 -152
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/src/cli.wiring.js +20 -0
- package/dist/src/functions/commands/dev.d.ts +13 -0
- package/dist/src/functions/commands/dev.js +187 -0
- package/dist/src/functions/commands/versions-update.js +7 -3
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +2 -2
- package/dist/src/functions/workflows/all.workflow.js +1 -6
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/scaffold/workflow-routes.gen.js +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.20
|
|
3
3
|
*/
|
|
4
4
|
import type { SingletonServices } from '../types/application-types.d.js';
|
|
5
5
|
import type { Services } from '../types/application-types.d.js';
|
|
@@ -20,6 +20,7 @@ export declare const requiredSingletonServices: {
|
|
|
20
20
|
readonly schedulerService: true;
|
|
21
21
|
readonly schema: true;
|
|
22
22
|
readonly secrets: true;
|
|
23
|
+
readonly sessionStore: false;
|
|
23
24
|
readonly variables: true;
|
|
24
25
|
readonly workflowRunService: true;
|
|
25
26
|
readonly workflowService: true;
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"bootstrap": "bootstrap",
|
|
17
17
|
"watch": "watch",
|
|
18
18
|
"consoleCommand": "consoleCommand",
|
|
19
|
+
"dev": "dev",
|
|
19
20
|
"pikkuVersionsInit": "pikkuVersionsInit",
|
|
20
21
|
"pikkuVersionsCheck": "pikkuVersionsCheck",
|
|
21
22
|
"pikkuVersionsUpdate": "pikkuVersionsUpdate",
|
|
@@ -36,6 +37,7 @@
|
|
|
36
37
|
"workflowRunner": "workflowRunner",
|
|
37
38
|
"workflowStatusChecker": "workflowStatusChecker",
|
|
38
39
|
"workflowStatusStream": "workflowStatusStream",
|
|
40
|
+
"workflowStatusStreamFull": "workflowStatusStreamFull",
|
|
39
41
|
"graphStarter": "graphStarter",
|
|
40
42
|
"pikkuSummary": "pikkuSummary",
|
|
41
43
|
"pikkuAIAgentTypes": "pikkuAIAgentTypes",
|
|
@@ -44,26 +46,26 @@
|
|
|
44
46
|
"pikkuChannels": "pikkuChannels",
|
|
45
47
|
"pikkuChannelTypes": "pikkuChannelTypes",
|
|
46
48
|
"pikkuChannelsMap": "pikkuChannelsMap",
|
|
49
|
+
"pikkuCLIEntry": "pikkuCLIEntry",
|
|
50
|
+
"pikkuCLITypes": "pikkuCLITypes",
|
|
51
|
+
"pikkuCLI": "pikkuCLI",
|
|
47
52
|
"pikkuConsoleFunctions": "pikkuConsoleFunctions",
|
|
48
53
|
"pikkuNodeTypes": "pikkuNodeTypes",
|
|
49
54
|
"pikkuNodesMeta": "pikkuNodesMeta",
|
|
50
55
|
"pikkuCredentials": "pikkuCredentials",
|
|
51
|
-
"pikkuGateway": "pikkuGateway",
|
|
52
56
|
"pikkuAddonTypes": "pikkuAddonTypes",
|
|
53
57
|
"pikkuFunctionTypesSplit": "pikkuFunctionTypesSplit",
|
|
54
58
|
"pikkuFunctionTypes": "pikkuFunctionTypes",
|
|
55
59
|
"pikkuFunctions": "pikkuFunctions",
|
|
56
60
|
"pikkuServices": "pikkuServices",
|
|
57
|
-
"
|
|
58
|
-
"pikkuHTTP": "pikkuHTTP",
|
|
59
|
-
"pikkuHTTPTypes": "pikkuHTTPTypes",
|
|
61
|
+
"pikkuGateway": "pikkuGateway",
|
|
60
62
|
"pikkuMCPJSON": "pikkuMCPJSON",
|
|
61
63
|
"pikkuMCPTypes": "pikkuMCPTypes",
|
|
62
64
|
"pikkuMCP": "pikkuMCP",
|
|
65
|
+
"pikkuHTTPMap": "pikkuHTTPMap",
|
|
66
|
+
"pikkuHTTP": "pikkuHTTP",
|
|
67
|
+
"pikkuHTTPTypes": "pikkuHTTPTypes",
|
|
63
68
|
"pikkuMiddleware": "pikkuMiddleware",
|
|
64
|
-
"pikkuCLIEntry": "pikkuCLIEntry",
|
|
65
|
-
"pikkuCLITypes": "pikkuCLITypes",
|
|
66
|
-
"pikkuCLI": "pikkuCLI",
|
|
67
69
|
"pikkuSecretDefinitionTypes": "pikkuSecretDefinitionTypes",
|
|
68
70
|
"pikkuVariableDefinitionTypes": "pikkuVariableDefinitionTypes",
|
|
69
71
|
"pikkuPackage": "pikkuPackage",
|
|
@@ -71,14 +73,14 @@
|
|
|
71
73
|
"pikkuQueueMap": "pikkuQueueMap",
|
|
72
74
|
"pikkuQueueTypes": "pikkuQueueTypes",
|
|
73
75
|
"pikkuQueue": "pikkuQueue",
|
|
74
|
-
"pikkuSecrets": "pikkuSecrets",
|
|
75
|
-
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
76
|
-
"pikkuScheduler": "pikkuScheduler",
|
|
77
76
|
"pikkuPublicRPC": "pikkuPublicRPC",
|
|
78
77
|
"pikkuRemoteRPC": "pikkuRemoteRPC",
|
|
79
78
|
"pikkuRPCInternalMap": "pikkuRPCInternalMap",
|
|
80
79
|
"pikkuRPCExposedMap": "pikkuRPCExposedMap",
|
|
81
80
|
"pikkuRPC": "pikkuRPC",
|
|
81
|
+
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
82
|
+
"pikkuScheduler": "pikkuScheduler",
|
|
83
|
+
"pikkuSecrets": "pikkuSecrets",
|
|
82
84
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
83
85
|
"pikkuTrigger": "pikkuTrigger",
|
|
84
86
|
"pikkuVariables": "pikkuVariables",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.20
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -10,6 +10,8 @@ import * as WatchInput from './schemas/WatchInput.schema.json' with { type: 'jso
|
|
|
10
10
|
addSchema('WatchInput', WatchInput);
|
|
11
11
|
import * as ConsoleCommandInput from './schemas/ConsoleCommandInput.schema.json' with { type: 'json' };
|
|
12
12
|
addSchema('ConsoleCommandInput', ConsoleCommandInput);
|
|
13
|
+
import * as DevInput from './schemas/DevInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('DevInput', DevInput);
|
|
13
15
|
import * as PikkuVersionsInitInput from './schemas/PikkuVersionsInitInput.schema.json' with { type: 'json' };
|
|
14
16
|
addSchema('PikkuVersionsInitInput', PikkuVersionsInitInput);
|
|
15
17
|
import * as PikkuNewFunctionInput from './schemas/PikkuNewFunctionInput.schema.json' with { type: 'json' };
|
|
@@ -46,12 +48,12 @@ import * as GraphStarterInput from './schemas/GraphStarterInput.schema.json' wit
|
|
|
46
48
|
addSchema('GraphStarterInput', GraphStarterInput);
|
|
47
49
|
import * as GraphStarterOutput from './schemas/GraphStarterOutput.schema.json' with { type: 'json' };
|
|
48
50
|
addSchema('GraphStarterOutput', GraphStarterOutput);
|
|
51
|
+
import * as PikkuChannelsOutput from './schemas/PikkuChannelsOutput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('PikkuChannelsOutput', PikkuChannelsOutput);
|
|
49
53
|
import * as PikkuAIAgentOutput from './schemas/PikkuAIAgentOutput.schema.json' with { type: 'json' };
|
|
50
54
|
addSchema('PikkuAIAgentOutput', PikkuAIAgentOutput);
|
|
51
55
|
import * as PikkuPublicAgentOutput from './schemas/PikkuPublicAgentOutput.schema.json' with { type: 'json' };
|
|
52
56
|
addSchema('PikkuPublicAgentOutput', PikkuPublicAgentOutput);
|
|
53
|
-
import * as PikkuChannelsOutput from './schemas/PikkuChannelsOutput.schema.json' with { type: 'json' };
|
|
54
|
-
addSchema('PikkuChannelsOutput', PikkuChannelsOutput);
|
|
55
57
|
import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
|
|
56
58
|
addSchema('PikkuCLIOutput', PikkuCLIOutput);
|
|
57
59
|
import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
|
|
@@ -64,14 +66,12 @@ import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' w
|
|
|
64
66
|
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
65
67
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
66
68
|
addSchema('PikkuHTTPOutput', PikkuHTTPOutput);
|
|
67
|
-
import * as PikkuMCPOutput from './schemas/PikkuMCPOutput.schema.json' with { type: 'json' };
|
|
68
|
-
addSchema('PikkuMCPOutput', PikkuMCPOutput);
|
|
69
69
|
import * as PikkuMiddlewareOutput from './schemas/PikkuMiddlewareOutput.schema.json' with { type: 'json' };
|
|
70
70
|
addSchema('PikkuMiddlewareOutput', PikkuMiddlewareOutput);
|
|
71
|
+
import * as PikkuMCPOutput from './schemas/PikkuMCPOutput.schema.json' with { type: 'json' };
|
|
72
|
+
addSchema('PikkuMCPOutput', PikkuMCPOutput);
|
|
71
73
|
import * as PikkuPackageOutput from './schemas/PikkuPackageOutput.schema.json' with { type: 'json' };
|
|
72
74
|
addSchema('PikkuPackageOutput', PikkuPackageOutput);
|
|
73
|
-
import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
|
|
74
|
-
addSchema('PikkuPermissionsOutput', PikkuPermissionsOutput);
|
|
75
75
|
import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
|
|
76
76
|
addSchema('PikkuQueueOutput', PikkuQueueOutput);
|
|
77
77
|
import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
|
|
@@ -84,6 +84,8 @@ import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.jso
|
|
|
84
84
|
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
85
85
|
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|
|
86
86
|
addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
|
|
87
|
+
import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
|
|
88
|
+
addSchema('PikkuPermissionsOutput', PikkuPermissionsOutput);
|
|
87
89
|
import * as PikkuWorkflowRoutesOutput from './schemas/PikkuWorkflowRoutesOutput.schema.json' with { type: 'json' };
|
|
88
90
|
addSchema('PikkuWorkflowRoutesOutput', PikkuWorkflowRoutesOutput);
|
|
89
91
|
import * as PikkuWorkflowOutput from './schemas/PikkuWorkflowOutput.schema.json' with { type: 'json' };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "port": { "type": "string" }, "watch": { "type": "boolean" }, "hmr": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.20
|
|
3
3
|
*/
|
|
4
4
|
export { wireVariable } from '@pikku/core/variable';
|
|
5
5
|
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|