balda 0.0.1 → 0.0.2
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/lib/index.cjs +12 -12
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +12 -12
- package/lib/index.js.map +1 -1
- package/package.json +39 -39
package/lib/index.d.cts
CHANGED
|
@@ -12,7 +12,7 @@ export { ErrorRequestHandler as ExpressErrorMiddleware, RequestHandler as Expres
|
|
|
12
12
|
import * as pino from 'pino';
|
|
13
13
|
import pino__default, { pino as pino$1 } from 'pino';
|
|
14
14
|
import { Queue, Job } from 'bullmq';
|
|
15
|
-
import PgBoss from 'pg-boss';
|
|
15
|
+
import { PgBoss } from 'pg-boss';
|
|
16
16
|
import { SQSClient, SQSClientConfig } from '@aws-sdk/client-sqs';
|
|
17
17
|
import { IClientSubscribeOptions, IClientOptions, IClientPublishOptions, MqttClient } from 'mqtt';
|
|
18
18
|
import { AsyncLocalStorage } from 'node:async_hooks';
|
package/lib/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export { ErrorRequestHandler as ExpressErrorMiddleware, RequestHandler as Expres
|
|
|
12
12
|
import * as pino from 'pino';
|
|
13
13
|
import pino__default, { pino as pino$1 } from 'pino';
|
|
14
14
|
import { Queue, Job } from 'bullmq';
|
|
15
|
-
import PgBoss from 'pg-boss';
|
|
15
|
+
import { PgBoss } from 'pg-boss';
|
|
16
16
|
import { SQSClient, SQSClientConfig } from '@aws-sdk/client-sqs';
|
|
17
17
|
import { IClientSubscribeOptions, IClientOptions, IClientPublishOptions, MqttClient } from 'mqtt';
|
|
18
18
|
import { AsyncLocalStorage } from 'node:async_hooks';
|