@lark-apaas/fullstack-nestjs-core 1.0.15-alpha.0 → 1.0.15-alpha.1

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.cjs CHANGED
@@ -186,9 +186,9 @@ var ViewContextMiddleware = class {
186
186
  csrfToken: csrfToken ?? "",
187
187
  userId: userId ?? "",
188
188
  tenantId: tenantId ?? "",
189
- appId: appId ?? "",
190
189
  loginUrl: loginUrl ?? "",
191
- userType: userType ?? ""
190
+ userType: userType ?? "",
191
+ appId: appId ?? ""
192
192
  };
193
193
  next();
194
194
  }
package/dist/index.d.cts CHANGED
@@ -20,7 +20,7 @@ declare global {
20
20
  appId?: string;
21
21
  loginUrl?: string;
22
22
  userType?: string;
23
- },
23
+ };
24
24
  csrfToken?: string;
25
25
  }
26
26
  }
package/dist/index.d.ts CHANGED
@@ -20,7 +20,7 @@ declare global {
20
20
  appId?: string;
21
21
  loginUrl?: string;
22
22
  userType?: string;
23
- },
23
+ };
24
24
  csrfToken?: string;
25
25
  }
26
26
  }
package/dist/index.js CHANGED
@@ -144,9 +144,9 @@ var ViewContextMiddleware = class {
144
144
  csrfToken: csrfToken ?? "",
145
145
  userId: userId ?? "",
146
146
  tenantId: tenantId ?? "",
147
- appId: appId ?? "",
148
147
  loginUrl: loginUrl ?? "",
149
- userType: userType ?? ""
148
+ userType: userType ?? "",
149
+ appId: appId ?? ""
150
150
  };
151
151
  next();
152
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-nestjs-core",
3
- "version": "1.0.15-alpha.0",
3
+ "version": "1.0.15-alpha.1",
4
4
  "description": "FullStack Nestjs Core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@lark-apaas/nestjs-authnpaas": "^1.0.0",
42
- "@lark-apaas/nestjs-datapaas": "1.0.6-alpha.0",
42
+ "@lark-apaas/nestjs-datapaas": "1.0.6-alpha.1",
43
43
  "@lark-apaas/nestjs-logger": "^1.0.2",
44
44
  "@lark-apaas/nestjs-openapi-devtools": "^1.0.7",
45
45
  "cookie-parser": "^1.4.7"