@lark-apaas/fullstack-nestjs-core 1.1.8-alpha.12 → 1.1.8-alpha.13
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
|
@@ -781,7 +781,8 @@ var PlatformModule = class _PlatformModule {
|
|
|
781
781
|
import_nestjs_authnpaas.AuthNPaasModule.forRoot(),
|
|
782
782
|
import_nestjs_trigger.AutomationModule.forRoot(),
|
|
783
783
|
import_nestjs_capability.CapabilityModule.forRoot({
|
|
784
|
-
capabilitiesDir: options.capabilitiesDir
|
|
784
|
+
capabilitiesDir: options.capabilitiesDir,
|
|
785
|
+
enableWatching: process.env.NODE_ENV === "development"
|
|
785
786
|
})
|
|
786
787
|
],
|
|
787
788
|
providers: [
|
package/dist/index.js
CHANGED
|
@@ -739,7 +739,8 @@ var PlatformModule = class _PlatformModule {
|
|
|
739
739
|
AuthNPaasModule.forRoot(),
|
|
740
740
|
AutomationModule.forRoot(),
|
|
741
741
|
CapabilityModule.forRoot({
|
|
742
|
-
capabilitiesDir: options.capabilitiesDir
|
|
742
|
+
capabilitiesDir: options.capabilitiesDir,
|
|
743
|
+
enableWatching: process.env.NODE_ENV === "development"
|
|
743
744
|
})
|
|
744
745
|
],
|
|
745
746
|
providers: [
|
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.13",
|
|
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.10",
|
|
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",
|