@pikku/cli 0.12.30 → 0.12.32
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/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-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 +200 -200
- 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 +4 -4
- 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 +15 -15
- 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/functions/db/local-db.js +6 -2
- package/dist/src/functions/wirings/middleware/serialize-middleware-imports.js +14 -0
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/package.json +2 -2
|
@@ -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.32
|
|
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';
|
|
@@ -1861,41 +1861,19 @@
|
|
|
1861
1861
|
"inputHash": "5d1524e3",
|
|
1862
1862
|
"outputHash": "048ccd50"
|
|
1863
1863
|
},
|
|
1864
|
-
"
|
|
1865
|
-
"pikkuFuncId": "
|
|
1864
|
+
"pikkuCLIEntry": {
|
|
1865
|
+
"pikkuFuncId": "pikkuCLIEntry",
|
|
1866
1866
|
"functionType": "user",
|
|
1867
1867
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1868
1868
|
"sessionless": true,
|
|
1869
|
-
"name": "
|
|
1869
|
+
"name": "pikkuCLIEntry",
|
|
1870
1870
|
"inputSchemaName": null,
|
|
1871
|
-
"outputSchemaName": "
|
|
1871
|
+
"outputSchemaName": "PikkuCLIEntryOutput",
|
|
1872
1872
|
"inputs": [],
|
|
1873
1873
|
"outputs": [
|
|
1874
|
-
"
|
|
1875
|
-
],
|
|
1876
|
-
"implementationHash": "9755b441da9e4b81",
|
|
1877
|
-
"middleware": [
|
|
1878
|
-
{
|
|
1879
|
-
"type": "wire",
|
|
1880
|
-
"name": "logCommandInfoAndTime",
|
|
1881
|
-
"inline": false
|
|
1882
|
-
}
|
|
1874
|
+
"PikkuCLIEntryOutput"
|
|
1883
1875
|
],
|
|
1884
|
-
"
|
|
1885
|
-
"inputHash": "ac47cb5e",
|
|
1886
|
-
"outputHash": "8259a954"
|
|
1887
|
-
},
|
|
1888
|
-
"pikkuNodeTypes": {
|
|
1889
|
-
"pikkuFuncId": "pikkuNodeTypes",
|
|
1890
|
-
"functionType": "user",
|
|
1891
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1892
|
-
"sessionless": true,
|
|
1893
|
-
"name": "pikkuNodeTypes",
|
|
1894
|
-
"inputSchemaName": null,
|
|
1895
|
-
"outputSchemaName": null,
|
|
1896
|
-
"inputs": [],
|
|
1897
|
-
"outputs": [],
|
|
1898
|
-
"implementationHash": "9a4ff23a5eedca95",
|
|
1876
|
+
"implementationHash": "3de1aae7d25e5a8d",
|
|
1899
1877
|
"middleware": [
|
|
1900
1878
|
{
|
|
1901
1879
|
"type": "wire",
|
|
@@ -1903,23 +1881,23 @@
|
|
|
1903
1881
|
"inline": false
|
|
1904
1882
|
}
|
|
1905
1883
|
],
|
|
1906
|
-
"contractHash": "
|
|
1907
|
-
"inputHash": "
|
|
1908
|
-
"outputHash": "
|
|
1884
|
+
"contractHash": "a44d47273b044b63",
|
|
1885
|
+
"inputHash": "3e5aa4e1",
|
|
1886
|
+
"outputHash": "2f8523b1"
|
|
1909
1887
|
},
|
|
1910
|
-
"
|
|
1911
|
-
"pikkuFuncId": "
|
|
1888
|
+
"pikkuCLI": {
|
|
1889
|
+
"pikkuFuncId": "pikkuCLI",
|
|
1912
1890
|
"functionType": "user",
|
|
1913
1891
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1914
1892
|
"sessionless": true,
|
|
1915
|
-
"name": "
|
|
1893
|
+
"name": "pikkuCLI",
|
|
1916
1894
|
"inputSchemaName": null,
|
|
1917
|
-
"outputSchemaName": "
|
|
1895
|
+
"outputSchemaName": "PikkuCLIOutput",
|
|
1918
1896
|
"inputs": [],
|
|
1919
1897
|
"outputs": [
|
|
1920
|
-
"
|
|
1898
|
+
"PikkuCLIOutput"
|
|
1921
1899
|
],
|
|
1922
|
-
"implementationHash": "
|
|
1900
|
+
"implementationHash": "106ebe1537d48581",
|
|
1923
1901
|
"middleware": [
|
|
1924
1902
|
{
|
|
1925
1903
|
"type": "wire",
|
|
@@ -1927,9 +1905,9 @@
|
|
|
1927
1905
|
"inline": false
|
|
1928
1906
|
}
|
|
1929
1907
|
],
|
|
1930
|
-
"contractHash": "
|
|
1931
|
-
"inputHash": "
|
|
1932
|
-
"outputHash": "
|
|
1908
|
+
"contractHash": "3932cb0e6b7de268",
|
|
1909
|
+
"inputHash": "fef4d62b",
|
|
1910
|
+
"outputHash": "7d42c9e1"
|
|
1933
1911
|
},
|
|
1934
1912
|
"pikkuCredentials": {
|
|
1935
1913
|
"pikkuFuncId": "pikkuCredentials",
|
|
@@ -1953,19 +1931,19 @@
|
|
|
1953
1931
|
"inputHash": "b98cb2ee",
|
|
1954
1932
|
"outputHash": "9e33f562"
|
|
1955
1933
|
},
|
|
1956
|
-
"
|
|
1957
|
-
"pikkuFuncId": "
|
|
1934
|
+
"pikkuConsoleFunctions": {
|
|
1935
|
+
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
1958
1936
|
"functionType": "user",
|
|
1959
1937
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1960
1938
|
"sessionless": true,
|
|
1961
|
-
"name": "
|
|
1939
|
+
"name": "pikkuConsoleFunctions",
|
|
1962
1940
|
"inputSchemaName": null,
|
|
1963
|
-
"outputSchemaName": "
|
|
1941
|
+
"outputSchemaName": "PikkuConsoleFunctionsOutput",
|
|
1964
1942
|
"inputs": [],
|
|
1965
1943
|
"outputs": [
|
|
1966
|
-
"
|
|
1944
|
+
"PikkuConsoleFunctionsOutput"
|
|
1967
1945
|
],
|
|
1968
|
-
"implementationHash": "
|
|
1946
|
+
"implementationHash": "9755b441da9e4b81",
|
|
1969
1947
|
"middleware": [
|
|
1970
1948
|
{
|
|
1971
1949
|
"type": "wire",
|
|
@@ -1973,23 +1951,45 @@
|
|
|
1973
1951
|
"inline": false
|
|
1974
1952
|
}
|
|
1975
1953
|
],
|
|
1976
|
-
"contractHash": "
|
|
1977
|
-
"inputHash": "
|
|
1978
|
-
"outputHash": "
|
|
1954
|
+
"contractHash": "5725bacdf339c573",
|
|
1955
|
+
"inputHash": "ac47cb5e",
|
|
1956
|
+
"outputHash": "8259a954"
|
|
1979
1957
|
},
|
|
1980
|
-
"
|
|
1981
|
-
"pikkuFuncId": "
|
|
1958
|
+
"pikkuNodeTypes": {
|
|
1959
|
+
"pikkuFuncId": "pikkuNodeTypes",
|
|
1982
1960
|
"functionType": "user",
|
|
1983
1961
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1984
1962
|
"sessionless": true,
|
|
1985
|
-
"name": "
|
|
1963
|
+
"name": "pikkuNodeTypes",
|
|
1986
1964
|
"inputSchemaName": null,
|
|
1987
|
-
"outputSchemaName":
|
|
1965
|
+
"outputSchemaName": null,
|
|
1966
|
+
"inputs": [],
|
|
1967
|
+
"outputs": [],
|
|
1968
|
+
"implementationHash": "9a4ff23a5eedca95",
|
|
1969
|
+
"middleware": [
|
|
1970
|
+
{
|
|
1971
|
+
"type": "wire",
|
|
1972
|
+
"name": "logCommandInfoAndTime",
|
|
1973
|
+
"inline": false
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
"contractHash": "50029dfb2ea6b6c2",
|
|
1977
|
+
"inputHash": "4f5677f1",
|
|
1978
|
+
"outputHash": "616d3f6e"
|
|
1979
|
+
},
|
|
1980
|
+
"pikkuNodesMeta": {
|
|
1981
|
+
"pikkuFuncId": "pikkuNodesMeta",
|
|
1982
|
+
"functionType": "user",
|
|
1983
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1984
|
+
"sessionless": true,
|
|
1985
|
+
"name": "pikkuNodesMeta",
|
|
1986
|
+
"inputSchemaName": null,
|
|
1987
|
+
"outputSchemaName": "PikkuNodesMetaOutput",
|
|
1988
1988
|
"inputs": [],
|
|
1989
1989
|
"outputs": [
|
|
1990
|
-
"
|
|
1990
|
+
"PikkuNodesMetaOutput"
|
|
1991
1991
|
],
|
|
1992
|
-
"implementationHash": "
|
|
1992
|
+
"implementationHash": "56d7a29cc36421e4",
|
|
1993
1993
|
"middleware": [
|
|
1994
1994
|
{
|
|
1995
1995
|
"type": "wire",
|
|
@@ -1997,9 +1997,9 @@
|
|
|
1997
1997
|
"inline": false
|
|
1998
1998
|
}
|
|
1999
1999
|
],
|
|
2000
|
-
"contractHash": "
|
|
2001
|
-
"inputHash": "
|
|
2002
|
-
"outputHash": "
|
|
2000
|
+
"contractHash": "2dd28c3201f71199",
|
|
2001
|
+
"inputHash": "4be7b8bd",
|
|
2002
|
+
"outputHash": "fca2b5eb"
|
|
2003
2003
|
},
|
|
2004
2004
|
"pikkuFunctionTypesSplit": {
|
|
2005
2005
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
@@ -2093,30 +2093,6 @@
|
|
|
2093
2093
|
"inputHash": "a3e730d9",
|
|
2094
2094
|
"outputHash": "e0b61e49"
|
|
2095
2095
|
},
|
|
2096
|
-
"pikkuGateway": {
|
|
2097
|
-
"pikkuFuncId": "pikkuGateway",
|
|
2098
|
-
"functionType": "user",
|
|
2099
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2100
|
-
"sessionless": true,
|
|
2101
|
-
"name": "pikkuGateway",
|
|
2102
|
-
"inputSchemaName": null,
|
|
2103
|
-
"outputSchemaName": "PikkuGatewayOutput",
|
|
2104
|
-
"inputs": [],
|
|
2105
|
-
"outputs": [
|
|
2106
|
-
"PikkuGatewayOutput"
|
|
2107
|
-
],
|
|
2108
|
-
"implementationHash": "cc85ec16d890311e",
|
|
2109
|
-
"middleware": [
|
|
2110
|
-
{
|
|
2111
|
-
"type": "wire",
|
|
2112
|
-
"name": "logCommandInfoAndTime",
|
|
2113
|
-
"inline": false
|
|
2114
|
-
}
|
|
2115
|
-
],
|
|
2116
|
-
"contractHash": "8c9fc7c18aeb2212",
|
|
2117
|
-
"inputHash": "a5477eae",
|
|
2118
|
-
"outputHash": "b5ea8b47"
|
|
2119
|
-
},
|
|
2120
2096
|
"pikkuHTTPMap": {
|
|
2121
2097
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2122
2098
|
"functionType": "user",
|
|
@@ -2209,30 +2185,6 @@
|
|
|
2209
2185
|
"inputHash": "08a0d2b8",
|
|
2210
2186
|
"outputHash": "87c39a83"
|
|
2211
2187
|
},
|
|
2212
|
-
"pikkuMiddleware": {
|
|
2213
|
-
"pikkuFuncId": "pikkuMiddleware",
|
|
2214
|
-
"functionType": "user",
|
|
2215
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2216
|
-
"sessionless": true,
|
|
2217
|
-
"name": "pikkuMiddleware",
|
|
2218
|
-
"inputSchemaName": null,
|
|
2219
|
-
"outputSchemaName": "PikkuMiddlewareOutput",
|
|
2220
|
-
"inputs": [],
|
|
2221
|
-
"outputs": [
|
|
2222
|
-
"PikkuMiddlewareOutput"
|
|
2223
|
-
],
|
|
2224
|
-
"implementationHash": "a20d75746588da20",
|
|
2225
|
-
"middleware": [
|
|
2226
|
-
{
|
|
2227
|
-
"type": "wire",
|
|
2228
|
-
"name": "logCommandInfoAndTime",
|
|
2229
|
-
"inline": false
|
|
2230
|
-
}
|
|
2231
|
-
],
|
|
2232
|
-
"contractHash": "08fae68caf8fd589",
|
|
2233
|
-
"inputHash": "58f70d81",
|
|
2234
|
-
"outputHash": "53953774"
|
|
2235
|
-
},
|
|
2236
2188
|
"pikkuMCPJSON": {
|
|
2237
2189
|
"pikkuFuncId": "pikkuMCPJSON",
|
|
2238
2190
|
"functionType": "user",
|
|
@@ -2301,6 +2253,54 @@
|
|
|
2301
2253
|
"inputHash": "bcd31116",
|
|
2302
2254
|
"outputHash": "ff46ce8f"
|
|
2303
2255
|
},
|
|
2256
|
+
"pikkuMiddleware": {
|
|
2257
|
+
"pikkuFuncId": "pikkuMiddleware",
|
|
2258
|
+
"functionType": "user",
|
|
2259
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2260
|
+
"sessionless": true,
|
|
2261
|
+
"name": "pikkuMiddleware",
|
|
2262
|
+
"inputSchemaName": null,
|
|
2263
|
+
"outputSchemaName": "PikkuMiddlewareOutput",
|
|
2264
|
+
"inputs": [],
|
|
2265
|
+
"outputs": [
|
|
2266
|
+
"PikkuMiddlewareOutput"
|
|
2267
|
+
],
|
|
2268
|
+
"implementationHash": "a20d75746588da20",
|
|
2269
|
+
"middleware": [
|
|
2270
|
+
{
|
|
2271
|
+
"type": "wire",
|
|
2272
|
+
"name": "logCommandInfoAndTime",
|
|
2273
|
+
"inline": false
|
|
2274
|
+
}
|
|
2275
|
+
],
|
|
2276
|
+
"contractHash": "08fae68caf8fd589",
|
|
2277
|
+
"inputHash": "58f70d81",
|
|
2278
|
+
"outputHash": "53953774"
|
|
2279
|
+
},
|
|
2280
|
+
"pikkuGateway": {
|
|
2281
|
+
"pikkuFuncId": "pikkuGateway",
|
|
2282
|
+
"functionType": "user",
|
|
2283
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2284
|
+
"sessionless": true,
|
|
2285
|
+
"name": "pikkuGateway",
|
|
2286
|
+
"inputSchemaName": null,
|
|
2287
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
2288
|
+
"inputs": [],
|
|
2289
|
+
"outputs": [
|
|
2290
|
+
"PikkuGatewayOutput"
|
|
2291
|
+
],
|
|
2292
|
+
"implementationHash": "cc85ec16d890311e",
|
|
2293
|
+
"middleware": [
|
|
2294
|
+
{
|
|
2295
|
+
"type": "wire",
|
|
2296
|
+
"name": "logCommandInfoAndTime",
|
|
2297
|
+
"inline": false
|
|
2298
|
+
}
|
|
2299
|
+
],
|
|
2300
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2301
|
+
"inputHash": "a5477eae",
|
|
2302
|
+
"outputHash": "b5ea8b47"
|
|
2303
|
+
},
|
|
2304
2304
|
"pikkuSecretDefinitionTypes": {
|
|
2305
2305
|
"pikkuFuncId": "pikkuSecretDefinitionTypes",
|
|
2306
2306
|
"functionType": "user",
|
|
@@ -2369,30 +2369,6 @@
|
|
|
2369
2369
|
"inputHash": "6c4c903c",
|
|
2370
2370
|
"outputHash": "5ceae041"
|
|
2371
2371
|
},
|
|
2372
|
-
"pikkuPermissions": {
|
|
2373
|
-
"pikkuFuncId": "pikkuPermissions",
|
|
2374
|
-
"functionType": "user",
|
|
2375
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2376
|
-
"sessionless": true,
|
|
2377
|
-
"name": "pikkuPermissions",
|
|
2378
|
-
"inputSchemaName": null,
|
|
2379
|
-
"outputSchemaName": "PikkuPermissionsOutput",
|
|
2380
|
-
"inputs": [],
|
|
2381
|
-
"outputs": [
|
|
2382
|
-
"PikkuPermissionsOutput"
|
|
2383
|
-
],
|
|
2384
|
-
"implementationHash": "010fc7dc667e544e",
|
|
2385
|
-
"middleware": [
|
|
2386
|
-
{
|
|
2387
|
-
"type": "wire",
|
|
2388
|
-
"name": "logCommandInfoAndTime",
|
|
2389
|
-
"inline": false
|
|
2390
|
-
}
|
|
2391
|
-
],
|
|
2392
|
-
"contractHash": "16abe2f5a83ea75d",
|
|
2393
|
-
"inputHash": "d7b18af5",
|
|
2394
|
-
"outputHash": "09d7f16a"
|
|
2395
|
-
},
|
|
2396
2372
|
"pikkuCommandQueueMap": {
|
|
2397
2373
|
"pikkuFuncId": "pikkuCommandQueueMap",
|
|
2398
2374
|
"functionType": "user",
|
|
@@ -2577,76 +2553,6 @@
|
|
|
2577
2553
|
"inputHash": "dda1c6aa",
|
|
2578
2554
|
"outputHash": "1f0f0345"
|
|
2579
2555
|
},
|
|
2580
|
-
"pikkuSecrets": {
|
|
2581
|
-
"pikkuFuncId": "pikkuSecrets",
|
|
2582
|
-
"functionType": "user",
|
|
2583
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2584
|
-
"sessionless": true,
|
|
2585
|
-
"name": "pikkuSecrets",
|
|
2586
|
-
"inputSchemaName": null,
|
|
2587
|
-
"outputSchemaName": null,
|
|
2588
|
-
"inputs": [],
|
|
2589
|
-
"outputs": [],
|
|
2590
|
-
"implementationHash": "0c90e1e1b970f27c",
|
|
2591
|
-
"middleware": [
|
|
2592
|
-
{
|
|
2593
|
-
"type": "wire",
|
|
2594
|
-
"name": "logCommandInfoAndTime",
|
|
2595
|
-
"inline": false
|
|
2596
|
-
}
|
|
2597
|
-
],
|
|
2598
|
-
"contractHash": "79cd70de0e09d5bc",
|
|
2599
|
-
"inputHash": "838055cb",
|
|
2600
|
-
"outputHash": "c749587a"
|
|
2601
|
-
},
|
|
2602
|
-
"pikkuTriggerTypes": {
|
|
2603
|
-
"pikkuFuncId": "pikkuTriggerTypes",
|
|
2604
|
-
"functionType": "user",
|
|
2605
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2606
|
-
"sessionless": true,
|
|
2607
|
-
"name": "pikkuTriggerTypes",
|
|
2608
|
-
"inputSchemaName": "PikkuTriggerTypesInput",
|
|
2609
|
-
"outputSchemaName": null,
|
|
2610
|
-
"inputs": [
|
|
2611
|
-
"PikkuTriggerTypesInput"
|
|
2612
|
-
],
|
|
2613
|
-
"outputs": [],
|
|
2614
|
-
"implementationHash": "fa6cb1c56a713457",
|
|
2615
|
-
"middleware": [
|
|
2616
|
-
{
|
|
2617
|
-
"type": "wire",
|
|
2618
|
-
"name": "logCommandInfoAndTime",
|
|
2619
|
-
"inline": false
|
|
2620
|
-
}
|
|
2621
|
-
],
|
|
2622
|
-
"contractHash": "0451a960490628c3",
|
|
2623
|
-
"inputHash": "6ff27706",
|
|
2624
|
-
"outputHash": "94f80533"
|
|
2625
|
-
},
|
|
2626
|
-
"pikkuTrigger": {
|
|
2627
|
-
"pikkuFuncId": "pikkuTrigger",
|
|
2628
|
-
"functionType": "user",
|
|
2629
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2630
|
-
"sessionless": true,
|
|
2631
|
-
"name": "pikkuTrigger",
|
|
2632
|
-
"inputSchemaName": null,
|
|
2633
|
-
"outputSchemaName": "PikkuTriggerOutput",
|
|
2634
|
-
"inputs": [],
|
|
2635
|
-
"outputs": [
|
|
2636
|
-
"PikkuTriggerOutput"
|
|
2637
|
-
],
|
|
2638
|
-
"implementationHash": "1ac2f4e727e650c9",
|
|
2639
|
-
"middleware": [
|
|
2640
|
-
{
|
|
2641
|
-
"type": "wire",
|
|
2642
|
-
"name": "logCommandInfoAndTime",
|
|
2643
|
-
"inline": false
|
|
2644
|
-
}
|
|
2645
|
-
],
|
|
2646
|
-
"contractHash": "e0688c774c3e4768",
|
|
2647
|
-
"inputHash": "164d65e7",
|
|
2648
|
-
"outputHash": "3ac7247c"
|
|
2649
|
-
},
|
|
2650
2556
|
"pikkuPublicRPC": {
|
|
2651
2557
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
2652
2558
|
"functionType": "user",
|
|
@@ -2763,6 +2669,76 @@
|
|
|
2763
2669
|
"inputHash": "835d9763",
|
|
2764
2670
|
"outputHash": "b9430fb9"
|
|
2765
2671
|
},
|
|
2672
|
+
"pikkuSecrets": {
|
|
2673
|
+
"pikkuFuncId": "pikkuSecrets",
|
|
2674
|
+
"functionType": "user",
|
|
2675
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2676
|
+
"sessionless": true,
|
|
2677
|
+
"name": "pikkuSecrets",
|
|
2678
|
+
"inputSchemaName": null,
|
|
2679
|
+
"outputSchemaName": null,
|
|
2680
|
+
"inputs": [],
|
|
2681
|
+
"outputs": [],
|
|
2682
|
+
"implementationHash": "0c90e1e1b970f27c",
|
|
2683
|
+
"middleware": [
|
|
2684
|
+
{
|
|
2685
|
+
"type": "wire",
|
|
2686
|
+
"name": "logCommandInfoAndTime",
|
|
2687
|
+
"inline": false
|
|
2688
|
+
}
|
|
2689
|
+
],
|
|
2690
|
+
"contractHash": "79cd70de0e09d5bc",
|
|
2691
|
+
"inputHash": "838055cb",
|
|
2692
|
+
"outputHash": "c749587a"
|
|
2693
|
+
},
|
|
2694
|
+
"pikkuTriggerTypes": {
|
|
2695
|
+
"pikkuFuncId": "pikkuTriggerTypes",
|
|
2696
|
+
"functionType": "user",
|
|
2697
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2698
|
+
"sessionless": true,
|
|
2699
|
+
"name": "pikkuTriggerTypes",
|
|
2700
|
+
"inputSchemaName": "PikkuTriggerTypesInput",
|
|
2701
|
+
"outputSchemaName": null,
|
|
2702
|
+
"inputs": [
|
|
2703
|
+
"PikkuTriggerTypesInput"
|
|
2704
|
+
],
|
|
2705
|
+
"outputs": [],
|
|
2706
|
+
"implementationHash": "fa6cb1c56a713457",
|
|
2707
|
+
"middleware": [
|
|
2708
|
+
{
|
|
2709
|
+
"type": "wire",
|
|
2710
|
+
"name": "logCommandInfoAndTime",
|
|
2711
|
+
"inline": false
|
|
2712
|
+
}
|
|
2713
|
+
],
|
|
2714
|
+
"contractHash": "0451a960490628c3",
|
|
2715
|
+
"inputHash": "6ff27706",
|
|
2716
|
+
"outputHash": "94f80533"
|
|
2717
|
+
},
|
|
2718
|
+
"pikkuTrigger": {
|
|
2719
|
+
"pikkuFuncId": "pikkuTrigger",
|
|
2720
|
+
"functionType": "user",
|
|
2721
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2722
|
+
"sessionless": true,
|
|
2723
|
+
"name": "pikkuTrigger",
|
|
2724
|
+
"inputSchemaName": null,
|
|
2725
|
+
"outputSchemaName": "PikkuTriggerOutput",
|
|
2726
|
+
"inputs": [],
|
|
2727
|
+
"outputs": [
|
|
2728
|
+
"PikkuTriggerOutput"
|
|
2729
|
+
],
|
|
2730
|
+
"implementationHash": "1ac2f4e727e650c9",
|
|
2731
|
+
"middleware": [
|
|
2732
|
+
{
|
|
2733
|
+
"type": "wire",
|
|
2734
|
+
"name": "logCommandInfoAndTime",
|
|
2735
|
+
"inline": false
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"contractHash": "e0688c774c3e4768",
|
|
2739
|
+
"inputHash": "164d65e7",
|
|
2740
|
+
"outputHash": "3ac7247c"
|
|
2741
|
+
},
|
|
2766
2742
|
"pikkuVariables": {
|
|
2767
2743
|
"pikkuFuncId": "pikkuVariables",
|
|
2768
2744
|
"functionType": "user",
|
|
@@ -2785,6 +2761,30 @@
|
|
|
2785
2761
|
"inputHash": "114143f9",
|
|
2786
2762
|
"outputHash": "75594b2d"
|
|
2787
2763
|
},
|
|
2764
|
+
"pikkuPermissions": {
|
|
2765
|
+
"pikkuFuncId": "pikkuPermissions",
|
|
2766
|
+
"functionType": "user",
|
|
2767
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2768
|
+
"sessionless": true,
|
|
2769
|
+
"name": "pikkuPermissions",
|
|
2770
|
+
"inputSchemaName": null,
|
|
2771
|
+
"outputSchemaName": "PikkuPermissionsOutput",
|
|
2772
|
+
"inputs": [],
|
|
2773
|
+
"outputs": [
|
|
2774
|
+
"PikkuPermissionsOutput"
|
|
2775
|
+
],
|
|
2776
|
+
"implementationHash": "010fc7dc667e544e",
|
|
2777
|
+
"middleware": [
|
|
2778
|
+
{
|
|
2779
|
+
"type": "wire",
|
|
2780
|
+
"name": "logCommandInfoAndTime",
|
|
2781
|
+
"inline": false
|
|
2782
|
+
}
|
|
2783
|
+
],
|
|
2784
|
+
"contractHash": "16abe2f5a83ea75d",
|
|
2785
|
+
"inputHash": "d7b18af5",
|
|
2786
|
+
"outputHash": "09d7f16a"
|
|
2787
|
+
},
|
|
2788
2788
|
"pikkuWorkflowRoutes": {
|
|
2789
2789
|
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
2790
2790
|
"functionType": "user",
|
|
@@ -96,12 +96,12 @@
|
|
|
96
96
|
"pikkuAIAgent": "pikkuAIAgent",
|
|
97
97
|
"pikkuPublicAgent": "pikkuPublicAgent",
|
|
98
98
|
"pikkuAuth": "pikkuAuth",
|
|
99
|
+
"pikkuCLIEntry": "pikkuCLIEntry",
|
|
100
|
+
"pikkuCLI": "pikkuCLI",
|
|
99
101
|
"pikkuChannels": "pikkuChannels",
|
|
100
102
|
"pikkuChannelTypes": "pikkuChannelTypes",
|
|
101
103
|
"pikkuChannelsMap": "pikkuChannelsMap",
|
|
102
104
|
"pikkuCommandChannels": "pikkuCommandChannels",
|
|
103
|
-
"pikkuCLIEntry": "pikkuCLIEntry",
|
|
104
|
-
"pikkuCLI": "pikkuCLI",
|
|
105
105
|
"pikkuConsoleFunctions": "pikkuConsoleFunctions",
|
|
106
106
|
"pikkuNodeTypes": "pikkuNodeTypes",
|
|
107
107
|
"pikkuNodesMeta": "pikkuNodesMeta",
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"pikkuQueueMap": "pikkuQueueMap",
|
|
130
130
|
"pikkuQueue": "pikkuQueue",
|
|
131
131
|
"pikkuEventsScaffold": "pikkuEventsScaffold",
|
|
132
|
+
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
133
|
+
"pikkuScheduler": "pikkuScheduler",
|
|
132
134
|
"pikkuPublicRPC": "pikkuPublicRPC",
|
|
133
135
|
"pikkuRemoteRPC": "pikkuRemoteRPC",
|
|
134
136
|
"pikkuRPCInternalMap": "pikkuRPCInternalMap",
|
|
135
137
|
"pikkuRPCExposedMap": "pikkuRPCExposedMap",
|
|
136
138
|
"pikkuRPC": "pikkuRPC",
|
|
137
|
-
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
138
|
-
"pikkuScheduler": "pikkuScheduler",
|
|
139
139
|
"pikkuSecrets": "pikkuSecrets",
|
|
140
140
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
141
141
|
"pikkuTrigger": "pikkuTrigger",
|
|
@@ -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.32
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -184,32 +184,30 @@ import * as PikkuPublicAgentOutput from './schemas/PikkuPublicAgentOutput.schema
|
|
|
184
184
|
addSchema('PikkuPublicAgentOutput', PikkuPublicAgentOutput);
|
|
185
185
|
import * as PikkuCommandChannelsOutput from './schemas/PikkuCommandChannelsOutput.schema.json' with { type: 'json' };
|
|
186
186
|
addSchema('PikkuCommandChannelsOutput', PikkuCommandChannelsOutput);
|
|
187
|
-
import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
|
|
188
|
-
addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
|
|
189
|
-
import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
|
|
190
|
-
addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
|
|
191
187
|
import * as PikkuCLIEntryOutput from './schemas/PikkuCLIEntryOutput.schema.json' with { type: 'json' };
|
|
192
188
|
addSchema('PikkuCLIEntryOutput', PikkuCLIEntryOutput);
|
|
193
189
|
import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
|
|
194
190
|
addSchema('PikkuCLIOutput', PikkuCLIOutput);
|
|
191
|
+
import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
|
|
192
|
+
addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
|
|
193
|
+
import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
|
|
194
|
+
addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
|
|
195
195
|
import * as PikkuFunctionTypesSplitInput from './schemas/PikkuFunctionTypesSplitInput.schema.json' with { type: 'json' };
|
|
196
196
|
addSchema('PikkuFunctionTypesSplitInput', PikkuFunctionTypesSplitInput);
|
|
197
197
|
import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
|
|
198
198
|
addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
|
|
199
|
-
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
200
|
-
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
201
199
|
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
202
200
|
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
203
201
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
204
202
|
addSchema('PikkuHTTPOutput', PikkuHTTPOutput);
|
|
205
|
-
import * as PikkuMiddlewareOutput from './schemas/PikkuMiddlewareOutput.schema.json' with { type: 'json' };
|
|
206
|
-
addSchema('PikkuMiddlewareOutput', PikkuMiddlewareOutput);
|
|
207
203
|
import * as PikkuMCPOutput from './schemas/PikkuMCPOutput.schema.json' with { type: 'json' };
|
|
208
204
|
addSchema('PikkuMCPOutput', PikkuMCPOutput);
|
|
205
|
+
import * as PikkuMiddlewareOutput from './schemas/PikkuMiddlewareOutput.schema.json' with { type: 'json' };
|
|
206
|
+
addSchema('PikkuMiddlewareOutput', PikkuMiddlewareOutput);
|
|
207
|
+
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
208
|
+
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
209
209
|
import * as PikkuPackageOutput from './schemas/PikkuPackageOutput.schema.json' with { type: 'json' };
|
|
210
210
|
addSchema('PikkuPackageOutput', PikkuPackageOutput);
|
|
211
|
-
import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
|
|
212
|
-
addSchema('PikkuPermissionsOutput', PikkuPermissionsOutput);
|
|
213
211
|
import * as PikkuCommandQueueOutput from './schemas/PikkuCommandQueueOutput.schema.json' with { type: 'json' };
|
|
214
212
|
addSchema('PikkuCommandQueueOutput', PikkuCommandQueueOutput);
|
|
215
213
|
import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
|
|
@@ -218,16 +216,18 @@ import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.
|
|
|
218
216
|
addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
|
|
219
217
|
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
220
218
|
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
221
|
-
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|
|
222
|
-
addSchema('PikkuTriggerTypesInput', PikkuTriggerTypesInput);
|
|
223
|
-
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|
|
224
|
-
addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
|
|
225
219
|
import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
|
|
226
220
|
addSchema('PikkuPublicRPCOutput', PikkuPublicRPCOutput);
|
|
227
221
|
import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.json' with { type: 'json' };
|
|
228
222
|
addSchema('PikkuRemoteRPCOutput', PikkuRemoteRPCOutput);
|
|
229
223
|
import * as PikkuRPCOutput from './schemas/PikkuRPCOutput.schema.json' with { type: 'json' };
|
|
230
224
|
addSchema('PikkuRPCOutput', PikkuRPCOutput);
|
|
225
|
+
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|
|
226
|
+
addSchema('PikkuTriggerTypesInput', PikkuTriggerTypesInput);
|
|
227
|
+
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|
|
228
|
+
addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
|
|
229
|
+
import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
|
|
230
|
+
addSchema('PikkuPermissionsOutput', PikkuPermissionsOutput);
|
|
231
231
|
import * as PikkuWorkflowRoutesOutput from './schemas/PikkuWorkflowRoutesOutput.schema.json' with { type: 'json' };
|
|
232
232
|
addSchema('PikkuWorkflowRoutesOutput', PikkuWorkflowRoutesOutput);
|
|
233
233
|
import * as PikkuCLIConfig from './schemas/PikkuCLIConfig.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.32
|
|
3
3
|
*/
|
|
4
4
|
export { wireVariable } from '@pikku/core/variable';
|
|
5
5
|
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|
package/dist/bin/pikku-bin.mjs
CHANGED
|
@@ -11,8 +11,8 @@ async function checkForUpdate() {
|
|
|
11
11
|
})
|
|
12
12
|
if (!res.ok) return
|
|
13
13
|
const { version: latest } = await res.json()
|
|
14
|
-
if (latest !== '0.12.
|
|
15
|
-
process.stderr.write(`\n Update available 0.12.
|
|
14
|
+
if (latest !== '0.12.32') {
|
|
15
|
+
process.stderr.write(`\n Update available 0.12.32 → ${latest}\n brew upgrade pikku or npm install -g @pikku/cli\n\n`)
|
|
16
16
|
}
|
|
17
17
|
} catch {}
|
|
18
18
|
}
|
|
@@ -56,13 +56,17 @@ export function resolveDb(userConfig, rootDir, outDir, runtimeDir) {
|
|
|
56
56
|
...base('db/postgres'),
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
|
-
|
|
59
|
+
const sqliteDb = userConfig.sqliteDb ??
|
|
60
|
+
(existsSync(join(rootDir, 'db/sqlite'))
|
|
61
|
+
? '.pikku-runtime/dev.db'
|
|
62
|
+
: undefined);
|
|
63
|
+
if (sqliteDb) {
|
|
60
64
|
const resolvedRuntimeDir = runtimeDir
|
|
61
65
|
? resolveAgainst(rootDir, runtimeDir)
|
|
62
66
|
: join(rootDir, '.pikku-runtime');
|
|
63
67
|
return {
|
|
64
68
|
dialect: 'sqlite',
|
|
65
|
-
dbFile: resolveAgainst(rootDir,
|
|
69
|
+
dbFile: resolveAgainst(rootDir, sqliteDb),
|
|
66
70
|
runtimeDir: resolvedRuntimeDir,
|
|
67
71
|
seedFile: resolveAgainst(rootDir, 'db/sqlite-seed.sql'),
|
|
68
72
|
...base('db/sqlite'),
|
|
@@ -35,6 +35,20 @@ export const serializeMiddlewareImports = (outputPath, middlewareState, httpStat
|
|
|
35
35
|
if (fullState) {
|
|
36
36
|
collectDirectImports(fullState.channelMiddleware.tagMiddleware);
|
|
37
37
|
}
|
|
38
|
+
// Global middleware (addGlobalMiddleware) is registered by a top-level call
|
|
39
|
+
// at module evaluation, so a side-effect import of its source file runs the
|
|
40
|
+
// registration. Unlike tag/http middleware it has no associated wire group —
|
|
41
|
+
// it lives only in `instances` keyed `global:*` — so the per-unit `--names`
|
|
42
|
+
// filter leaves it out of every deployed unit (the `state.http.files`
|
|
43
|
+
// fallback that add-middleware adds gets stripped by that filter). Emitting
|
|
44
|
+
// it here, into the always-bootstrap-imported pikku-middleware.gen.ts,
|
|
45
|
+
// guarantees global middleware registers in every unit. A duplicate import
|
|
46
|
+
// in full builds is harmless — module bodies evaluate once.
|
|
47
|
+
for (const [instanceId, instance] of Object.entries(middlewareState.instances)) {
|
|
48
|
+
if (instanceId.startsWith('global:') && !instance.isFactoryCall) {
|
|
49
|
+
directImports.add(getFileImportRelativePath(outputPath, instance.sourceFile, packageMappings));
|
|
50
|
+
}
|
|
51
|
+
}
|
|
38
52
|
const allFactories = new Map([
|
|
39
53
|
...httpFactories,
|
|
40
54
|
...tagFactories,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pikku/cli",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.32",
|
|
4
4
|
"author": "yasser.fadl@gmail.com",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"imports": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@openapi-contrib/json-schema-to-openapi-schema": "^4.3.1",
|
|
29
|
-
"@pikku/core": "^0.12.
|
|
29
|
+
"@pikku/core": "^0.12.29",
|
|
30
30
|
"@pikku/deploy-cloudflare": "^0.12.3",
|
|
31
31
|
"@pikku/fetch": "^0.12.2",
|
|
32
32
|
"@pikku/inspector": "^0.12.15",
|