@cicctencent/midwayjs-base 1.0.1 → 1.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/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * as koa from '@midwayjs/koa';
1
2
  export { BaseConfiguration as Configuration } from './configuration';
2
3
  export * as utils from './lib/utils';
3
4
  export * as decorators from './lib/decorator';
package/dist/index.js CHANGED
@@ -14,7 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.decorators = exports.utils = exports.Configuration = void 0;
17
+ exports.decorators = exports.utils = exports.Configuration = exports.koa = void 0;
18
+ exports.koa = require("@midwayjs/koa");
18
19
  var configuration_1 = require("./configuration");
19
20
  Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return configuration_1.BaseConfiguration; } });
20
21
  exports.utils = require("./lib/utils");
@@ -29,4 +30,4 @@ __exportStar(require("./base/base.model.service"), exports);
29
30
  __exportStar(require("./service/session.service"), exports);
30
31
  __exportStar(require("./service/tencent.service"), exports);
31
32
  __exportStar(require("./base/base.controller"), exports);
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxpREFBcUU7QUFBNUQsOEdBQUEsaUJBQWlCLE9BQWlCO0FBRTNDLHVDQUFxQztBQUNyQyxnREFBOEM7QUFHOUMsa0VBQWdEO0FBQ2hELDJEQUF5QztBQUN6QyxpRUFBK0M7QUFFL0MsOENBQTRCO0FBQzVCLCtDQUE2QjtBQUU3QixzREFBb0M7QUFDcEMsNERBQTBDO0FBQzFDLDREQUEwQztBQUMxQyw0REFBMEM7QUFFMUMseURBQXVDIn0=
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFQSx1Q0FBcUM7QUFFckMsaURBQXFFO0FBQTVELDhHQUFBLGlCQUFpQixPQUFpQjtBQUUzQyx1Q0FBcUM7QUFDckMsZ0RBQThDO0FBRzlDLGtFQUFnRDtBQUNoRCwyREFBeUM7QUFDekMsaUVBQStDO0FBRS9DLDhDQUE0QjtBQUM1QiwrQ0FBNkI7QUFFN0Isc0RBQW9DO0FBQ3BDLDREQUEwQztBQUMxQyw0REFBMEM7QUFDMUMsNERBQTBDO0FBRTFDLHlEQUF1QyJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cicctencent/midwayjs-base",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "基础框架,服务",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",