@geekmidas/constructs 3.0.9 → 3.0.10
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/CHANGELOG.md +10 -0
- package/dist/{Endpoint-CE7qHX5S.d.cts → Endpoint-BoTfIVxN.d.cts} +2 -2
- package/dist/{Endpoint-CE7qHX5S.d.cts.map → Endpoint-BoTfIVxN.d.cts.map} +1 -1
- package/dist/{HonoEndpointAdaptor-Dl8BW_9u.cjs → HonoEndpointAdaptor-DNn3-dHv.cjs} +3 -3
- package/dist/{HonoEndpointAdaptor-Dl8BW_9u.cjs.map → HonoEndpointAdaptor-DNn3-dHv.cjs.map} +1 -1
- package/dist/{HonoEndpointAdaptor-nHYMdbBi.mjs → HonoEndpointAdaptor-cpttJfsS.mjs} +3 -3
- package/dist/{HonoEndpointAdaptor-nHYMdbBi.mjs.map → HonoEndpointAdaptor-cpttJfsS.mjs.map} +1 -1
- package/dist/adaptors/aws.cjs +3 -3
- package/dist/adaptors/aws.d.cts +2 -2
- package/dist/adaptors/aws.mjs +3 -3
- package/dist/adaptors/hono.cjs +3 -3
- package/dist/adaptors/hono.d.cts +2 -2
- package/dist/adaptors/hono.mjs +3 -3
- package/dist/adaptors/testing.cjs +3 -3
- package/dist/adaptors/testing.d.cts +2 -2
- package/dist/adaptors/testing.mjs +3 -3
- package/dist/crons/index.cjs +1 -1
- package/dist/crons/index.d.cts +1 -1
- package/dist/crons/index.mjs +1 -1
- package/dist/endpoints/index.cjs +2 -2
- package/dist/endpoints/index.d.cts +4 -4
- package/dist/endpoints/index.mjs +2 -2
- package/dist/functions/index.cjs +1 -1
- package/dist/functions/index.d.cts +1 -1
- package/dist/functions/index.mjs +1 -1
- package/dist/{functions-GmSHFbpr.mjs → functions-DN9d6sgj.mjs} +1 -1
- package/dist/{functions-GmSHFbpr.mjs.map → functions-DN9d6sgj.mjs.map} +1 -1
- package/dist/{functions-DiaRAdfp.cjs → functions-yrAtvBor.cjs} +1 -1
- package/dist/{functions-DiaRAdfp.cjs.map → functions-yrAtvBor.cjs.map} +1 -1
- package/dist/{index-CzIMpK-e.d.cts → index-6U4XAuUI.d.cts} +5 -5
- package/dist/{index-CzIMpK-e.d.cts.map → index-6U4XAuUI.d.cts.map} +1 -1
- package/dist/{lazyAccessors-5h-aWohM.mjs → lazyAccessors-BPPR05EA.mjs} +2 -2
- package/dist/{lazyAccessors-5h-aWohM.mjs.map → lazyAccessors-BPPR05EA.mjs.map} +1 -1
- package/dist/{lazyAccessors-Bc1u42WC.cjs → lazyAccessors-BzMEdmis.cjs} +2 -2
- package/dist/{lazyAccessors-Bc1u42WC.cjs.map → lazyAccessors-BzMEdmis.cjs.map} +1 -1
- package/package.json +12 -12
- package/src/endpoints/__tests__/HonoEndpointAdaptor.pgboss-publisher.spec.ts +17 -1
package/dist/crons/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_Construct = require('../Construct-B14miJ6P.cjs');
|
|
2
|
-
const require_functions = require('../functions-
|
|
2
|
+
const require_functions = require('../functions-yrAtvBor.cjs');
|
|
3
3
|
const __geekmidas_logger_console = require_Construct.__toESM(require("@geekmidas/logger/console"));
|
|
4
4
|
|
|
5
5
|
//#region src/crons/Cron.ts
|
package/dist/crons/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../Construct-CXqvzglu.cjs";
|
|
2
|
-
import { Function, FunctionBuilder, FunctionHandler } from "../index-
|
|
2
|
+
import { Function, FunctionBuilder, FunctionHandler } from "../index-6U4XAuUI.cjs";
|
|
3
3
|
import { EventPublisher } from "@geekmidas/events";
|
|
4
4
|
import * as _geekmidas_logger2 from "@geekmidas/logger";
|
|
5
5
|
import { Logger } from "@geekmidas/logger";
|
package/dist/crons/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConstructType, __toESM } from "../Construct-CdJY2DJS.mjs";
|
|
2
|
-
import { Function, FunctionBuilder, require_lodash } from "../functions-
|
|
2
|
+
import { Function, FunctionBuilder, require_lodash } from "../functions-DN9d6sgj.mjs";
|
|
3
3
|
import { ConsoleLogger } from "@geekmidas/logger/console";
|
|
4
4
|
|
|
5
5
|
//#region src/crons/Cron.ts
|
package/dist/endpoints/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_Construct = require('../Construct-B14miJ6P.cjs');
|
|
2
|
-
const
|
|
3
|
-
const
|
|
2
|
+
const require_functions = require('../functions-yrAtvBor.cjs');
|
|
3
|
+
const require_lazyAccessors = require('../lazyAccessors-BzMEdmis.cjs');
|
|
4
4
|
const __geekmidas_logger_console = require_Construct.__toESM(require("@geekmidas/logger/console"));
|
|
5
5
|
|
|
6
6
|
//#region src/endpoints/Authorizer.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { HttpMethod } from "../types-B8YlI4cx.cjs";
|
|
2
2
|
import { Construct } from "../Construct-CXqvzglu.cjs";
|
|
3
|
-
import { BaseFunctionBuilder } from "../index-
|
|
4
|
-
import { ActorExtractor, AuthorizeFn, Authorizer, BUILT_IN_SECURITY_SCHEMES, BuiltInSecuritySchemeId, CookieFn, Endpoint, EndpointContext, EndpointHandler, EndpointOutput, EndpointSchemas, HeaderFn, MappedAudit, OAuthFlow, OAuthFlows, RLS_BYPASS, ResponseBuilder, RlsBypass, RlsConfig, RlsContext, RlsContextExtractor, SecurityScheme, SessionFn, SuccessStatus, createAuthorizer, getSecurityScheme, isBuiltInSecurityScheme } from "../Endpoint-
|
|
3
|
+
import { BaseFunctionBuilder } from "../index-6U4XAuUI.cjs";
|
|
4
|
+
import { ActorExtractor, AuthorizeFn, Authorizer, BUILT_IN_SECURITY_SCHEMES, BuiltInSecuritySchemeId, CookieFn, Endpoint, EndpointContext, EndpointHandler, EndpointOutput, EndpointSchemas, HeaderFn, MappedAudit, OAuthFlow, OAuthFlows, RLS_BYPASS, ResponseBuilder, RlsBypass, RlsConfig, RlsContext, RlsContextExtractor, SecurityScheme, SessionFn, SuccessStatus, createAuthorizer, getSecurityScheme, isBuiltInSecurityScheme } from "../Endpoint-BoTfIVxN.cjs";
|
|
5
5
|
import { EventPublisher, MappedEvent } from "@geekmidas/events";
|
|
6
|
-
import * as
|
|
6
|
+
import * as _geekmidas_logger6 from "@geekmidas/logger";
|
|
7
7
|
import { Logger } from "@geekmidas/logger";
|
|
8
8
|
import { Service, ServiceDiscovery } from "@geekmidas/services";
|
|
9
9
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
@@ -335,7 +335,7 @@ declare function createNoopCookies(): CookieFn;
|
|
|
335
335
|
//# sourceMappingURL=lazyAccessors.d.ts.map
|
|
336
336
|
//#endregion
|
|
337
337
|
//#region src/endpoints/index.d.ts
|
|
338
|
-
declare const e: EndpointFactory<[], "",
|
|
338
|
+
declare const e: EndpointFactory<[], "", _geekmidas_logger6.Logger, unknown, undefined, string, readonly string[], undefined, string, never, undefined, string, Record<string, SecurityScheme>, undefined>;
|
|
339
339
|
//# sourceMappingURL=index.d.ts.map
|
|
340
340
|
|
|
341
341
|
//#endregion
|
package/dist/endpoints/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConstructType, __toESM } from "../Construct-CdJY2DJS.mjs";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { BaseFunctionBuilder, require_lodash } from "../functions-DN9d6sgj.mjs";
|
|
3
|
+
import { Endpoint, ResponseBuilder, createApiGatewayCookies, createApiGatewayHeaders, createHonoCookies, createHonoHeaders, createNoopCookies, createNoopHeaders, publishConstructEvents } from "../lazyAccessors-BPPR05EA.mjs";
|
|
4
4
|
import { ConsoleLogger } from "@geekmidas/logger/console";
|
|
5
5
|
|
|
6
6
|
//#region src/endpoints/Authorizer.ts
|
package/dist/functions/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
require('../Construct-B14miJ6P.cjs');
|
|
2
|
-
const require_functions = require('../functions-
|
|
2
|
+
const require_functions = require('../functions-yrAtvBor.cjs');
|
|
3
3
|
|
|
4
4
|
exports.BaseFunctionBuilder = require_functions.BaseFunctionBuilder;
|
|
5
5
|
exports.Function = require_functions.Function;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../Construct-CXqvzglu.cjs";
|
|
2
|
-
import { BaseFunctionBuilder, Function, FunctionBuilder, FunctionContext, FunctionHandler, f } from "../index-
|
|
2
|
+
import { BaseFunctionBuilder, Function, FunctionBuilder, FunctionContext, FunctionHandler, f } from "../index-6U4XAuUI.cjs";
|
|
3
3
|
export { BaseFunctionBuilder, Function, FunctionBuilder, FunctionContext, FunctionHandler, f };
|
package/dist/functions/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../Construct-CdJY2DJS.mjs";
|
|
2
|
-
import { BaseFunctionBuilder, Function, FunctionBuilder, f } from "../functions-
|
|
2
|
+
import { BaseFunctionBuilder, Function, FunctionBuilder, f } from "../functions-DN9d6sgj.mjs";
|
|
3
3
|
|
|
4
4
|
export { BaseFunctionBuilder, Function, FunctionBuilder, f };
|