@midwayjs/tenant 3.16.0 → 3.16.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,3 @@
1
- export { TenantConfiguration } from './configuration';
1
+ export { TenantConfiguration as Configuration } from './configuration';
2
2
  export * from './tenantManager';
3
3
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -14,8 +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.TenantConfiguration = void 0;
17
+ exports.Configuration = void 0;
18
18
  var configuration_1 = require("./configuration");
19
- Object.defineProperty(exports, "TenantConfiguration", { enumerable: true, get: function () { return configuration_1.TenantConfiguration; } });
19
+ Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return configuration_1.TenantConfiguration; } });
20
20
  __exportStar(require("./tenantManager"), exports);
21
21
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/tenant",
3
3
  "description": "midway tenant component",
4
- "version": "3.16.0",
4
+ "version": "3.16.2",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -10,8 +10,8 @@
10
10
  "index.d.ts"
11
11
  ],
12
12
  "devDependencies": {
13
- "@midwayjs/core": "^3.16.0",
14
- "@midwayjs/mock": "^3.16.0"
13
+ "@midwayjs/core": "^3.16.2",
14
+ "@midwayjs/mock": "^3.16.2"
15
15
  },
16
16
  "keywords": [
17
17
  "midway",
@@ -33,5 +33,5 @@
33
33
  "type": "git",
34
34
  "url": "https://github.com/midwayjs/midway.git"
35
35
  },
36
- "gitHead": "7e75fe1bdc9a6df2956f9c22e704063aaa022d76"
36
+ "gitHead": "45af90c8055ed62b4a0e811d3b5ce42a796b6d65"
37
37
  }