@lark-apaas/fullstack-nestjs-core 1.1.8-alpha.0 → 1.1.8-alpha.10
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 +2 -1
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -817,7 +817,8 @@ var PlatformModule = class _PlatformModule {
|
|
|
817
817
|
import_nestjs_logger2.LoggerModule,
|
|
818
818
|
import_nestjs_common3.CommonModule,
|
|
819
819
|
import_nestjs_common3.OBSERVABLE_SERVICE,
|
|
820
|
-
import_nestjs_common4.PLATFORM_HTTP_CLIENT
|
|
820
|
+
import_nestjs_common4.PLATFORM_HTTP_CLIENT,
|
|
821
|
+
import_nestjs_capability.CapabilityModule
|
|
821
822
|
]
|
|
822
823
|
};
|
|
823
824
|
}
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lark-apaas/fullstack-nestjs-core",
|
|
3
|
-
"version": "1.1.8-alpha.
|
|
3
|
+
"version": "1.1.8-alpha.10",
|
|
4
4
|
"description": "FullStack Nestjs Core",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@lark-apaas/http-client": "0.1.2",
|
|
43
43
|
"@lark-apaas/nestjs-authnpaas": "^1.0.2",
|
|
44
|
-
"@lark-apaas/nestjs-capability": "0.0.1-alpha.
|
|
44
|
+
"@lark-apaas/nestjs-capability": "0.0.1-alpha.7",
|
|
45
45
|
"@lark-apaas/nestjs-common": "^0.1.0",
|
|
46
46
|
"@lark-apaas/nestjs-datapaas": "^1.0.5",
|
|
47
47
|
"@lark-apaas/nestjs-logger": "^1.0.3",
|