@ccci/micro-server 1.1.7 → 1.1.8
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/index.d.ts +1 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -30,5 +30,5 @@ export { BaseKafka } from './utils/BaseKafka';
|
|
|
30
30
|
export { ServeKafka } from './utils/ServeKafka';
|
|
31
31
|
export type { MessageHandler, MessageType, PublishType } from './types/BrokerType';
|
|
32
32
|
export { default as BaseAuthenticatorModel } from './utils/BaseAuthenticatorModel';
|
|
33
|
-
export
|
|
33
|
+
export * from '@/utils/BaseRedis';
|
|
34
34
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -330758,6 +330758,9 @@ export {
|
|
|
330758
330758
|
ConstructQuery,
|
|
330759
330759
|
BaseSocketHandler,
|
|
330760
330760
|
BaseRouter,
|
|
330761
|
+
BaseRedisIndexing,
|
|
330762
|
+
BaseRedisCrud,
|
|
330763
|
+
BaseRedisCore,
|
|
330761
330764
|
BaseRedisCrud as BaseRedis,
|
|
330762
330765
|
BaseProducer,
|
|
330763
330766
|
BaseModel,
|