diff --git a/modules/@themost/express/package.json b/modules/@themost/express/package.json index e8310ac..f28773e 100644 --- a/modules/@themost/express/package.json +++ b/modules/@themost/express/package.json @@ -1,6 +1,6 @@ { "name": "@themost/express", - "version": "1.5.1", + "version": "1.5.2", "description": "MOST Data ORM Express Middleware", "main": "dist/themost_express.js", "types": "dist/themost_express.d.ts", diff --git a/modules/@themost/express/src/index.d.ts b/modules/@themost/express/src/index.d.ts index 7729cb0..055d55b 100644 --- a/modules/@themost/express/src/index.d.ts +++ b/modules/@themost/express/src/index.d.ts @@ -5,8 +5,7 @@ * Use of this source code is governed by an BSD-3-Clause license that can be * found in the LICENSE file at https://themost.io/license */ -import * as serviceRouter from './service'; export * from './app'; export * from './middleware'; export * from './helpers'; -export {serviceRouter}; +export * from './service'; diff --git a/modules/@themost/express/src/index.js b/modules/@themost/express/src/index.js index 7729cb0..055d55b 100644 --- a/modules/@themost/express/src/index.js +++ b/modules/@themost/express/src/index.js @@ -5,8 +5,7 @@ * Use of this source code is governed by an BSD-3-Clause license that can be * found in the LICENSE file at https://themost.io/license */ -import * as serviceRouter from './service'; export * from './app'; export * from './middleware'; export * from './helpers'; -export {serviceRouter}; +export * from './service';