speedly 1.2.29 → 1.2.30

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.
@@ -61,4 +61,7 @@ declare const models: {
61
61
  __v: number;
62
62
  }>>;
63
63
  };
64
- export { auth, db, uploader, validator, models };
64
+ declare const modules: {
65
+ translation: import("express-serve-static-core").Router;
66
+ };
67
+ export { auth, db, uploader, validator, models, modules };
package/dist/cjs/index.js CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.models = exports.validator = exports.uploader = exports.db = exports.auth = void 0;
6
+ exports.modules = exports.models = exports.validator = exports.uploader = exports.db = exports.auth = void 0;
7
7
  const auth_1 = __importDefault(require("./auth/auth"));
8
8
  exports.auth = auth_1.default;
9
9
  const db_1 = __importDefault(require("./db/db"));
@@ -17,3 +17,4 @@ const translation_routes_1 = __importDefault(require("./modules/translation/tran
17
17
  const models = { translation: translation_1.default };
18
18
  exports.models = models;
19
19
  const modules = { translation: translation_routes_1.default };
20
+ exports.modules = modules;
@@ -61,4 +61,7 @@ declare const models: {
61
61
  __v: number;
62
62
  }>>;
63
63
  };
64
- export { auth, db, uploader, validator, models };
64
+ declare const modules: {
65
+ translation: import("express-serve-static-core").Router;
66
+ };
67
+ export { auth, db, uploader, validator, models, modules };
package/dist/esm/index.js CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.models = exports.validator = exports.uploader = exports.db = exports.auth = void 0;
6
+ exports.modules = exports.models = exports.validator = exports.uploader = exports.db = exports.auth = void 0;
7
7
  const auth_1 = __importDefault(require("./auth/auth"));
8
8
  exports.auth = auth_1.default;
9
9
  const db_1 = __importDefault(require("./db/db"));
@@ -17,3 +17,4 @@ const translation_routes_1 = __importDefault(require("./modules/translation/tran
17
17
  const models = { translation: translation_1.default };
18
18
  exports.models = models;
19
19
  const modules = { translation: translation_routes_1.default };
20
+ exports.modules = modules;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speedly",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",