@lark-apaas/fullstack-nestjs-core 1.1.4-alpha.4 → 1.1.4-alpha.6
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 +1 -5
- package/dist/index.js +1 -5
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -369,11 +369,7 @@ var PlatformModule = class _PlatformModule {
|
|
|
369
369
|
}, "useFactory")
|
|
370
370
|
}),
|
|
371
371
|
import_nestjs_authnpaas.AuthNPaasModule.forRoot(),
|
|
372
|
-
import_nestjs_trigger.AutomationModule.forRoot(
|
|
373
|
-
imports: [
|
|
374
|
-
import_nestjs_logger.LoggerModule
|
|
375
|
-
]
|
|
376
|
-
})
|
|
372
|
+
import_nestjs_trigger.AutomationModule.forRoot()
|
|
377
373
|
],
|
|
378
374
|
providers: [
|
|
379
375
|
{
|
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.4-alpha.
|
|
3
|
+
"version": "1.1.4-alpha.6",
|
|
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/nestjs-authnpaas": "^1.0.1",
|
|
43
43
|
"@lark-apaas/nestjs-common": "0.0.1-alpha.1",
|
|
44
|
-
"@lark-apaas/nestjs-datapaas": "
|
|
44
|
+
"@lark-apaas/nestjs-datapaas": "1.0.6-alpha.5",
|
|
45
45
|
"@lark-apaas/nestjs-logger": "1.0.2-alpha.14",
|
|
46
46
|
"@lark-apaas/nestjs-observable": "0.0.1-alpha.9",
|
|
47
47
|
"@lark-apaas/nestjs-openapi-devtools": "^1.0.9",
|