@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.
@@ -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 _geekmidas_logger3 from "@geekmidas/logger";
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<[], _geekmidas_logger3.Logger, undefined, undefined, string, []>;
43
+ declare const s: SubscriberBuilder<[], _geekmidas_logger5.Logger, undefined, undefined, string, []>;
44
44
  //# sourceMappingURL=index.d.ts.map
45
45
 
46
46
  //#endregion
@@ -1,4 +1,4 @@
1
- import { Construct, ConstructType } from "../Construct-DD8EaWzh.mjs";
1
+ import { Construct, ConstructType } from "../Construct-r0U2zBwW.mjs";
2
2
  import { ConsoleLogger, DEFAULT_LOGGER } from "@geekmidas/logger/console";
3
3
 
4
4
  //#region src/subscribers/Subscriber.ts
@@ -1,4 +1,4 @@
1
- import { Construct, ConstructType } from "../Construct-DD8EaWzh.mjs";
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": "5.0.0",
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.28.8",
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.1",
149
+ "@geekmidas/audit": "^2.1.0",
150
150
  "@geekmidas/cache": "^1.1.1",
151
- "@geekmidas/db": "^1.0.2",
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.0.0"
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.1",
166
+ "@geekmidas/audit": "^2.1.0",
167
167
  "@geekmidas/cache": "^1.1.1",
168
- "@geekmidas/db": "^1.0.2",
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",