@ccci/micro-server 1.0.124 → 1.0.126
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 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export type { WebSocketData } from './types/BaseSocketType';
|
|
|
16
16
|
export type { UploadedFileType } from './types/UploadedFileType';
|
|
17
17
|
export { default as Uploader } from './utils/Uploader';
|
|
18
18
|
export { default as Mailer } from './utils/Mailer';
|
|
19
|
+
export { default as Sequelize } from 'sequelize';
|
|
19
20
|
export type { NotificationType, NotificationOptions } from './types/NotificationTypes';
|
|
20
21
|
export { default as PushNotifier } from './utils/PushNotifier';
|
|
21
22
|
export { PublicAccess, PrivateAccess, endpoint } from './decorators/Endpoints';
|
package/dist/index.js
CHANGED
|
@@ -245205,6 +245205,7 @@ var import_express_fileupload = __toESM(require_lib5(), 1);
|
|
|
245205
245205
|
|
|
245206
245206
|
// node_modules/sequelize/lib/index.mjs
|
|
245207
245207
|
var import_ = __toESM(require_sequelize(), 1);
|
|
245208
|
+
var lib_default = import_.default;
|
|
245208
245209
|
var Sequelize = import_.default.Sequelize;
|
|
245209
245210
|
var fn = import_.default.fn;
|
|
245210
245211
|
var col = import_.default.col;
|
|
@@ -251609,6 +251610,7 @@ export {
|
|
|
251609
251610
|
decode,
|
|
251610
251611
|
WebSocketServer,
|
|
251611
251612
|
Uploader,
|
|
251613
|
+
lib_default as Sequelize,
|
|
251612
251614
|
RouterFactory,
|
|
251613
251615
|
ResponseHelper,
|
|
251614
251616
|
PushNotifier,
|