@geekmidas/constructs 5.0.0 → 6.0.0
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 +8 -0
- package/dist/{AWSScheduledFunction-CODxw_vc.mjs → AWSScheduledFunction-CufMMhGB.mjs} +2 -2
- package/dist/{AWSScheduledFunction-CODxw_vc.mjs.map → AWSScheduledFunction-CufMMhGB.mjs.map} +1 -1
- package/dist/{Construct-DD8EaWzh.mjs → Construct-r0U2zBwW.mjs} +2 -2
- package/dist/{Construct-DD8EaWzh.mjs.map → Construct-r0U2zBwW.mjs.map} +1 -1
- package/dist/{HonoEndpointAdaptor-BwfNyFCi.mjs → HonoEndpointAdaptor-DJDT3PMx.mjs} +2 -2
- package/dist/{HonoEndpointAdaptor-BwfNyFCi.mjs.map → HonoEndpointAdaptor-DJDT3PMx.mjs.map} +1 -1
- package/dist/adaptors/aws.mjs +4 -4
- package/dist/adaptors/hono.mjs +4 -4
- package/dist/adaptors/testing.mjs +4 -4
- package/dist/crons/index.mjs +3 -3
- package/dist/endpoints/index.d.cts +2 -2
- package/dist/endpoints/index.mjs +3 -3
- package/dist/functions/index.mjs +2 -2
- package/dist/{functions-Bx9Ac0ea.mjs → functions-B-qt91O7.mjs} +2 -2
- package/dist/{functions-Bx9Ac0ea.mjs.map → functions-B-qt91O7.mjs.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lazyAccessors-DhOPJsRT.mjs → lazyAccessors-DfqZR6C4.mjs} +3 -3
- package/dist/{lazyAccessors-DhOPJsRT.mjs.map → lazyAccessors-DfqZR6C4.mjs.map} +1 -1
- package/dist/queue/index.d.cts +2 -2
- package/dist/queue/index.mjs +1 -1
- package/dist/subscribers/index.d.cts +2 -2
- package/dist/subscribers/index.mjs +1 -1
- package/dist/topic/index.mjs +1 -1
- package/package.json +7 -7
|
@@ -2,7 +2,7 @@ import "../Construct-_1wX7p_Y.cjs";
|
|
|
2
2
|
import { Subscriber, SubscriberHandler } from "../Subscriber-B69ngPwl.cjs";
|
|
3
3
|
import { Topic, TopicEvents, TopicMessage } from "../Topic-C5ZMfveW.cjs";
|
|
4
4
|
import { EventPublisher, ExtractPublisherMessage } from "@geekmidas/events";
|
|
5
|
-
import * as
|
|
5
|
+
import * as _geekmidas_logger5 from "@geekmidas/logger";
|
|
6
6
|
import { Logger } from "@geekmidas/logger";
|
|
7
7
|
import { Service } from "@geekmidas/services";
|
|
8
8
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
@@ -40,7 +40,7 @@ declare class SubscriberBuilder<TServices extends Service[] = [], TLogger extend
|
|
|
40
40
|
//# sourceMappingURL=SubscriberBuilder.d.ts.map
|
|
41
41
|
//#endregion
|
|
42
42
|
//#region src/subscribers/index.d.ts
|
|
43
|
-
declare const s: SubscriberBuilder<[],
|
|
43
|
+
declare const s: SubscriberBuilder<[], _geekmidas_logger5.Logger, undefined, undefined, string, []>;
|
|
44
44
|
//# sourceMappingURL=index.d.ts.map
|
|
45
45
|
|
|
46
46
|
//#endregion
|
package/dist/topic/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Construct, ConstructType } from "../Construct-
|
|
1
|
+
import { Construct, ConstructType } from "../Construct-r0U2zBwW.mjs";
|
|
2
2
|
import { ConsoleLogger, DEFAULT_LOGGER } from "@geekmidas/logger/console";
|
|
3
3
|
import { environmentCase } from "@geekmidas/envkit";
|
|
4
4
|
import { Publisher } from "@geekmidas/events";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geekmidas/constructs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -142,13 +142,13 @@
|
|
|
142
142
|
"@types/pg": "~8.15.6",
|
|
143
143
|
"@types/qs": "~6.15.0",
|
|
144
144
|
"better-auth": "~1.4.18",
|
|
145
|
-
"kysely": "~0.
|
|
145
|
+
"kysely": "~0.29.4",
|
|
146
146
|
"pg": "~8.16.3",
|
|
147
147
|
"msw": "~2.10.3",
|
|
148
148
|
"zod": "~4.1.13",
|
|
149
|
-
"@geekmidas/audit": "^2.0
|
|
149
|
+
"@geekmidas/audit": "^2.1.0",
|
|
150
150
|
"@geekmidas/cache": "^1.1.1",
|
|
151
|
-
"@geekmidas/db": "^1.0
|
|
151
|
+
"@geekmidas/db": "^1.1.0",
|
|
152
152
|
"@geekmidas/envkit": "^1.1.0",
|
|
153
153
|
"@geekmidas/errors": "^1.0.1",
|
|
154
154
|
"@geekmidas/events": "^1.1.5",
|
|
@@ -156,16 +156,16 @@
|
|
|
156
156
|
"@geekmidas/rate-limit": "^4.0.0",
|
|
157
157
|
"@geekmidas/schema": "^1.0.3",
|
|
158
158
|
"@geekmidas/services": "^2.0.0",
|
|
159
|
-
"@geekmidas/testkit": "^3.
|
|
159
|
+
"@geekmidas/testkit": "^3.1.0"
|
|
160
160
|
},
|
|
161
161
|
"peerDependencies": {
|
|
162
162
|
"@middy/core": ">=6.3.1",
|
|
163
163
|
"@types/aws-lambda": ">=8.10.92",
|
|
164
164
|
"hono": ">=4.8.2",
|
|
165
165
|
"msw": ">=2.0.0",
|
|
166
|
-
"@geekmidas/audit": "^2.0
|
|
166
|
+
"@geekmidas/audit": "^2.1.0",
|
|
167
167
|
"@geekmidas/cache": "^1.1.1",
|
|
168
|
-
"@geekmidas/db": "^1.0
|
|
168
|
+
"@geekmidas/db": "^1.1.0",
|
|
169
169
|
"@geekmidas/envkit": "^1.1.0",
|
|
170
170
|
"@geekmidas/errors": "^1.0.1",
|
|
171
171
|
"@geekmidas/events": "^1.1.5",
|