@lark-apaas/fullstack-nestjs-core 1.1.9 → 1.1.10-alpha.0

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.");
869
868
  } catch (err) {
870
869
  console.error("[OpenAPI] OpenAPI \u751F\u6210\u5931\u8D25:", err);
871
870
  }
872
871
  }
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.");
827
826
  } catch (err) {
828
827
  console.error("[OpenAPI] OpenAPI \u751F\u6210\u5931\u8D25:", err);
829
828
  }
830
829
  }
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.9",
3
+ "version": "1.1.10-alpha.0",
4
4
  "description": "FullStack Nestjs Core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",