@lark-apaas/fullstack-nestjs-core 1.1.28 → 1.1.29
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 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -34262,7 +34262,7 @@ var StaticController = class _StaticController {
|
|
|
34262
34262
|
logger = new import_common10.Logger(_StaticController.name);
|
|
34263
34263
|
staticDir;
|
|
34264
34264
|
constructor() {
|
|
34265
|
-
this.staticDir = path.resolve(process.cwd(), "
|
|
34265
|
+
this.staticDir = path.resolve(process.cwd(), "shared/static");
|
|
34266
34266
|
}
|
|
34267
34267
|
/**
|
|
34268
34268
|
* Serve static files from shared/static directory
|
package/dist/index.js
CHANGED
|
@@ -34242,7 +34242,7 @@ var StaticController = class _StaticController {
|
|
|
34242
34242
|
logger = new Logger4(_StaticController.name);
|
|
34243
34243
|
staticDir;
|
|
34244
34244
|
constructor() {
|
|
34245
|
-
this.staticDir = path.resolve(process.cwd(), "
|
|
34245
|
+
this.staticDir = path.resolve(process.cwd(), "shared/static");
|
|
34246
34246
|
}
|
|
34247
34247
|
/**
|
|
34248
34248
|
* Serve static files from shared/static directory
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lark-apaas/fullstack-nestjs-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.29",
|
|
4
4
|
"description": "FullStack Nestjs Core",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"@lark-apaas/file-service": "^0.1.1",
|
|
43
43
|
"@lark-apaas/http-client": "^0.1.2",
|
|
44
44
|
"@lark-apaas/nestjs-authnpaas": "^1.0.2",
|
|
45
|
-
"@lark-apaas/nestjs-authzpaas": "^0.1.
|
|
46
|
-
"@lark-apaas/nestjs-capability": "^0.1.
|
|
47
|
-
"@lark-apaas/nestjs-common": "^0.1.
|
|
48
|
-
"@lark-apaas/nestjs-datapaas": "^1.0.
|
|
49
|
-
"@lark-apaas/nestjs-logger": "^1.0.
|
|
50
|
-
"@lark-apaas/nestjs-observable": "^0.0.
|
|
45
|
+
"@lark-apaas/nestjs-authzpaas": "^0.1.5",
|
|
46
|
+
"@lark-apaas/nestjs-capability": "^0.1.8",
|
|
47
|
+
"@lark-apaas/nestjs-common": "^0.1.7",
|
|
48
|
+
"@lark-apaas/nestjs-datapaas": "^1.0.14",
|
|
49
|
+
"@lark-apaas/nestjs-logger": "^1.0.13",
|
|
50
|
+
"@lark-apaas/nestjs-observable": "^0.0.9",
|
|
51
51
|
"@lark-apaas/nestjs-openapi-devtools": "^1.0.9",
|
|
52
52
|
"@lark-apaas/nestjs-trigger": "^0.0.2",
|
|
53
53
|
"@nestjs/axios": "^4.0.1",
|