@lark-apaas/fullstack-nestjs-core 1.1.10 → 1.1.11

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
@@ -865,11 +865,11 @@ async function configureApp(app, perms = defaultPerms) {
865
865
  basePath: process.env.CLIENT_BASE_PATH,
866
866
  docsPath: "/api_docs"
867
867
  });
868
+ console.log("App Started Successfully.");
868
869
  } catch (err) {
869
870
  console.error("[OpenAPI] OpenAPI \u751F\u6210\u5931\u8D25:", err);
870
871
  }
871
872
  }
872
- console.log("App Started Successfully.");
873
873
  }
874
874
  __name(configureApp, "configureApp");
875
875
 
package/dist/index.js CHANGED
@@ -823,11 +823,11 @@ async function configureApp(app, perms = defaultPerms) {
823
823
  basePath: process.env.CLIENT_BASE_PATH,
824
824
  docsPath: "/api_docs"
825
825
  });
826
+ console.log("App Started Successfully.");
826
827
  } catch (err) {
827
828
  console.error("[OpenAPI] OpenAPI \u751F\u6210\u5931\u8D25:", err);
828
829
  }
829
830
  }
830
- console.log("App Started Successfully.");
831
831
  }
832
832
  __name(configureApp, "configureApp");
833
833
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-nestjs-core",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "FullStack Nestjs Core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  "@lark-apaas/http-client": "0.1.2",
43
43
  "@lark-apaas/nestjs-authnpaas": "^1.0.2",
44
44
  "@lark-apaas/nestjs-common": "^0.1.0",
45
- "@lark-apaas/nestjs-datapaas": "^1.0.6",
45
+ "@lark-apaas/nestjs-datapaas": "^1.0.7",
46
46
  "@lark-apaas/nestjs-logger": "^1.0.4",
47
47
  "@lark-apaas/nestjs-observable": "^0.0.1",
48
48
  "@lark-apaas/nestjs-openapi-devtools": "^1.0.9",