@certd/lib-server 1.40.3 → 1.40.5

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.
@@ -174,6 +174,7 @@ export declare class SysSuiteSetting extends BaseSettings {
174
174
  static __key__: string;
175
175
  static __access__: string;
176
176
  enabled: boolean;
177
+ allowSuiteStack: boolean;
177
178
  registerGift?: {
178
179
  productId: number;
179
180
  duration: number;
@@ -155,6 +155,7 @@ export class SysSuiteSetting extends BaseSettings {
155
155
  static __key__ = 'sys.suite';
156
156
  static __access__ = 'private';
157
157
  enabled = false;
158
+ allowSuiteStack = false;
158
159
  registerGift;
159
160
  intro;
160
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certd/lib-server",
3
- "version": "1.40.3",
3
+ "version": "1.40.5",
4
4
  "description": "midway with flyway, sql upgrade way ",
5
5
  "private": false,
6
6
  "type": "module",
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "license": "AGPL",
31
31
  "dependencies": {
32
- "@certd/acme-client": "^1.40.3",
33
- "@certd/basic": "^1.40.3",
34
- "@certd/pipeline": "^1.40.3",
35
- "@certd/plugin-lib": "^1.40.3",
36
- "@certd/plus-core": "^1.40.3",
32
+ "@certd/acme-client": "^1.40.5",
33
+ "@certd/basic": "^1.40.5",
34
+ "@certd/pipeline": "^1.40.5",
35
+ "@certd/plugin-lib": "^1.40.5",
36
+ "@certd/plus-core": "^1.40.5",
37
37
  "@midwayjs/cache": "3.14.0",
38
38
  "@midwayjs/core": "3.20.11",
39
39
  "@midwayjs/i18n": "3.20.13",
@@ -69,5 +69,5 @@
69
69
  "typeorm": "^0.3.11",
70
70
  "typescript": "^5.4.2"
71
71
  },
72
- "gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916"
72
+ "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4"
73
73
  }