@pikku/cli 0.12.49 → 0.12.51
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-DybYeIfd.js → index-92DoVRHq.js} +142 -139
- 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 +1 -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-contracts-meta.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.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.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 +70 -70
- package/dist/.pikku/function/pikku-functions.gen.js +1 -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 +1 -1
- 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/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +1 -1
- 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 +3 -3
- 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/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/bin/pikku-bin.mjs +2 -2
- package/dist/src/deploy/build-pipeline.js +2 -1
- package/dist/src/deploy/provider-adapter.d.ts +13 -0
- package/dist/src/deploy/server-entry.d.ts +1 -1
- package/dist/src/deploy/server-entry.js +3 -1
- package/dist/src/fabric/functions/validate.function.js +6 -0
- package/dist/src/fabric/lib/config.js +1 -1
- package/dist/src/functions/commands/dev-ai-runner.d.ts +19 -0
- package/dist/src/functions/commands/dev-ai-runner.js +70 -0
- package/dist/src/functions/commands/dev.js +16 -0
- package/dist/src/functions/commands/tests-coverage.js +6 -0
- package/dist/src/functions/db/db-codegen.d.ts +9 -6
- package/dist/src/functions/db/db-codegen.js +62 -5
- package/dist/src/functions/db/db-introspector.d.ts +6 -0
- package/dist/src/functions/db/local-db.d.ts +1 -0
- package/dist/src/functions/db/local-db.js +3 -0
- package/dist/src/functions/db/sqlite/sqlite-introspector.d.ts +8 -0
- package/dist/src/functions/db/sqlite/sqlite-introspector.js +27 -0
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/skills/pikku-paraglide/SKILL.md +117 -0
package/console-app/index.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/assets/index-92DoVRHq.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/assets/index-DwyRdRuZ.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
@@ -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.51
|
|
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';
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
],
|
|
976
976
|
"outputs": [],
|
|
977
977
|
"remote": true,
|
|
978
|
-
"implementationHash": "
|
|
978
|
+
"implementationHash": "4d495fee89f3c0c2"
|
|
979
979
|
},
|
|
980
980
|
"dbMigrate": {
|
|
981
981
|
"pikkuFuncId": "dbMigrate",
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
"PikkuTestsCoverageInput"
|
|
1118
1118
|
],
|
|
1119
1119
|
"outputs": [],
|
|
1120
|
-
"implementationHash": "
|
|
1120
|
+
"implementationHash": "1685170284d9f246",
|
|
1121
1121
|
"contractHash": "7ea99c77b1af3b0b",
|
|
1122
1122
|
"inputHash": "8b523c49",
|
|
1123
1123
|
"outputHash": "0fd5124e"
|
|
@@ -1872,6 +1872,28 @@
|
|
|
1872
1872
|
"inputHash": "c0a04edb",
|
|
1873
1873
|
"outputHash": "aca3832e"
|
|
1874
1874
|
},
|
|
1875
|
+
"pikkuAuth": {
|
|
1876
|
+
"pikkuFuncId": "pikkuAuth",
|
|
1877
|
+
"functionType": "user",
|
|
1878
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1879
|
+
"sessionless": true,
|
|
1880
|
+
"name": "pikkuAuth",
|
|
1881
|
+
"inputSchemaName": null,
|
|
1882
|
+
"outputSchemaName": null,
|
|
1883
|
+
"inputs": [],
|
|
1884
|
+
"outputs": [],
|
|
1885
|
+
"implementationHash": "1f7044dc9aa598b8",
|
|
1886
|
+
"middleware": [
|
|
1887
|
+
{
|
|
1888
|
+
"type": "wire",
|
|
1889
|
+
"name": "logCommandInfoAndTime",
|
|
1890
|
+
"inline": false
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"contractHash": "9fa89ecfb6307a51",
|
|
1894
|
+
"inputHash": "c3580f86",
|
|
1895
|
+
"outputHash": "f5261f72"
|
|
1896
|
+
},
|
|
1875
1897
|
"pikkuChannels": {
|
|
1876
1898
|
"pikkuFuncId": "pikkuChannels",
|
|
1877
1899
|
"functionType": "user",
|
|
@@ -1962,28 +1984,6 @@
|
|
|
1962
1984
|
"inputHash": "5d1524e3",
|
|
1963
1985
|
"outputHash": "048ccd50"
|
|
1964
1986
|
},
|
|
1965
|
-
"pikkuAuth": {
|
|
1966
|
-
"pikkuFuncId": "pikkuAuth",
|
|
1967
|
-
"functionType": "user",
|
|
1968
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1969
|
-
"sessionless": true,
|
|
1970
|
-
"name": "pikkuAuth",
|
|
1971
|
-
"inputSchemaName": null,
|
|
1972
|
-
"outputSchemaName": null,
|
|
1973
|
-
"inputs": [],
|
|
1974
|
-
"outputs": [],
|
|
1975
|
-
"implementationHash": "1f7044dc9aa598b8",
|
|
1976
|
-
"middleware": [
|
|
1977
|
-
{
|
|
1978
|
-
"type": "wire",
|
|
1979
|
-
"name": "logCommandInfoAndTime",
|
|
1980
|
-
"inline": false
|
|
1981
|
-
}
|
|
1982
|
-
],
|
|
1983
|
-
"contractHash": "9fa89ecfb6307a51",
|
|
1984
|
-
"inputHash": "c3580f86",
|
|
1985
|
-
"outputHash": "f5261f72"
|
|
1986
|
-
},
|
|
1987
1987
|
"pikkuCLIEntry": {
|
|
1988
1988
|
"pikkuFuncId": "pikkuCLIEntry",
|
|
1989
1989
|
"functionType": "user",
|
|
@@ -2124,30 +2124,6 @@
|
|
|
2124
2124
|
"inputHash": "b98cb2ee",
|
|
2125
2125
|
"outputHash": "9e33f562"
|
|
2126
2126
|
},
|
|
2127
|
-
"pikkuGateway": {
|
|
2128
|
-
"pikkuFuncId": "pikkuGateway",
|
|
2129
|
-
"functionType": "user",
|
|
2130
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2131
|
-
"sessionless": true,
|
|
2132
|
-
"name": "pikkuGateway",
|
|
2133
|
-
"inputSchemaName": null,
|
|
2134
|
-
"outputSchemaName": "PikkuGatewayOutput",
|
|
2135
|
-
"inputs": [],
|
|
2136
|
-
"outputs": [
|
|
2137
|
-
"PikkuGatewayOutput"
|
|
2138
|
-
],
|
|
2139
|
-
"implementationHash": "c62d948fb6bd39af",
|
|
2140
|
-
"middleware": [
|
|
2141
|
-
{
|
|
2142
|
-
"type": "wire",
|
|
2143
|
-
"name": "logCommandInfoAndTime",
|
|
2144
|
-
"inline": false
|
|
2145
|
-
}
|
|
2146
|
-
],
|
|
2147
|
-
"contractHash": "8c9fc7c18aeb2212",
|
|
2148
|
-
"inputHash": "a5477eae",
|
|
2149
|
-
"outputHash": "b5ea8b47"
|
|
2150
|
-
},
|
|
2151
2127
|
"pikkuFunctionTypesSplit": {
|
|
2152
2128
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
2153
2129
|
"functionType": "user",
|
|
@@ -2242,6 +2218,30 @@
|
|
|
2242
2218
|
"inputHash": "a3e730d9",
|
|
2243
2219
|
"outputHash": "e0b61e49"
|
|
2244
2220
|
},
|
|
2221
|
+
"pikkuGateway": {
|
|
2222
|
+
"pikkuFuncId": "pikkuGateway",
|
|
2223
|
+
"functionType": "user",
|
|
2224
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2225
|
+
"sessionless": true,
|
|
2226
|
+
"name": "pikkuGateway",
|
|
2227
|
+
"inputSchemaName": null,
|
|
2228
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
2229
|
+
"inputs": [],
|
|
2230
|
+
"outputs": [
|
|
2231
|
+
"PikkuGatewayOutput"
|
|
2232
|
+
],
|
|
2233
|
+
"implementationHash": "c62d948fb6bd39af",
|
|
2234
|
+
"middleware": [
|
|
2235
|
+
{
|
|
2236
|
+
"type": "wire",
|
|
2237
|
+
"name": "logCommandInfoAndTime",
|
|
2238
|
+
"inline": false
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2242
|
+
"inputHash": "a5477eae",
|
|
2243
|
+
"outputHash": "b5ea8b47"
|
|
2244
|
+
},
|
|
2245
2245
|
"pikkuHTTPMap": {
|
|
2246
2246
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2247
2247
|
"functionType": "user",
|
|
@@ -2772,6 +2772,28 @@
|
|
|
2772
2772
|
"inputHash": "835d9763",
|
|
2773
2773
|
"outputHash": "b9430fb9"
|
|
2774
2774
|
},
|
|
2775
|
+
"pikkuSecrets": {
|
|
2776
|
+
"pikkuFuncId": "pikkuSecrets",
|
|
2777
|
+
"functionType": "user",
|
|
2778
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2779
|
+
"sessionless": true,
|
|
2780
|
+
"name": "pikkuSecrets",
|
|
2781
|
+
"inputSchemaName": null,
|
|
2782
|
+
"outputSchemaName": null,
|
|
2783
|
+
"inputs": [],
|
|
2784
|
+
"outputs": [],
|
|
2785
|
+
"implementationHash": "0c90e1e1b970f27c",
|
|
2786
|
+
"middleware": [
|
|
2787
|
+
{
|
|
2788
|
+
"type": "wire",
|
|
2789
|
+
"name": "logCommandInfoAndTime",
|
|
2790
|
+
"inline": false
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"contractHash": "79cd70de0e09d5bc",
|
|
2794
|
+
"inputHash": "838055cb",
|
|
2795
|
+
"outputHash": "c749587a"
|
|
2796
|
+
},
|
|
2775
2797
|
"pikkuSchedulerTypes": {
|
|
2776
2798
|
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2777
2799
|
"functionType": "user",
|
|
@@ -2818,28 +2840,6 @@
|
|
|
2818
2840
|
"inputHash": "dda1c6aa",
|
|
2819
2841
|
"outputHash": "1f0f0345"
|
|
2820
2842
|
},
|
|
2821
|
-
"pikkuSecrets": {
|
|
2822
|
-
"pikkuFuncId": "pikkuSecrets",
|
|
2823
|
-
"functionType": "user",
|
|
2824
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2825
|
-
"sessionless": true,
|
|
2826
|
-
"name": "pikkuSecrets",
|
|
2827
|
-
"inputSchemaName": null,
|
|
2828
|
-
"outputSchemaName": null,
|
|
2829
|
-
"inputs": [],
|
|
2830
|
-
"outputs": [],
|
|
2831
|
-
"implementationHash": "0c90e1e1b970f27c",
|
|
2832
|
-
"middleware": [
|
|
2833
|
-
{
|
|
2834
|
-
"type": "wire",
|
|
2835
|
-
"name": "logCommandInfoAndTime",
|
|
2836
|
-
"inline": false
|
|
2837
|
-
}
|
|
2838
|
-
],
|
|
2839
|
-
"contractHash": "79cd70de0e09d5bc",
|
|
2840
|
-
"inputHash": "838055cb",
|
|
2841
|
-
"outputHash": "c749587a"
|
|
2842
|
-
},
|
|
2843
2843
|
"pikkuTriggerTypes": {
|
|
2844
2844
|
"pikkuFuncId": "pikkuTriggerTypes",
|
|
2845
2845
|
"functionType": "user",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
145
145
|
"pikkuScheduler": "pikkuScheduler",
|
|
146
146
|
"pikkuSecrets": "pikkuSecrets",
|
|
147
|
-
"pikkuVariables": "pikkuVariables",
|
|
148
147
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
149
148
|
"pikkuTrigger": "pikkuTrigger",
|
|
149
|
+
"pikkuVariables": "pikkuVariables",
|
|
150
150
|
"pikkuWorkflowRoutes": "pikkuWorkflowRoutes"
|
|
151
151
|
}
|
|
@@ -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.51
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -210,14 +210,14 @@ import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOut
|
|
|
210
210
|
addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
|
|
211
211
|
import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
|
|
212
212
|
addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
|
|
213
|
-
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
214
|
-
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
215
213
|
import * as PikkuFunctionTypesSplitInput from './schemas/PikkuFunctionTypesSplitInput.schema.json' with { type: 'json' };
|
|
216
214
|
addSchema('PikkuFunctionTypesSplitInput', PikkuFunctionTypesSplitInput);
|
|
217
215
|
import * as PikkuFunctionTypesInput from './schemas/PikkuFunctionTypesInput.schema.json' with { type: 'json' };
|
|
218
216
|
addSchema('PikkuFunctionTypesInput', PikkuFunctionTypesInput);
|
|
219
217
|
import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
|
|
220
218
|
addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
|
|
219
|
+
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
220
|
+
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
221
221
|
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
222
222
|
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
223
223
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
@@ -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.51
|
|
3
3
|
*/
|
|
4
4
|
export { wireVariable } from '@pikku/core/variable';
|
|
5
5
|
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|