@paroicms/server 1.52.1 → 1.52.2
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.
|
@@ -7,10 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PrivateApiModule = void 0;
|
|
10
|
-
const node_path_1 = require("node:path");
|
|
11
10
|
const apollo_1 = require("@nestjs/apollo");
|
|
12
11
|
const common_1 = require("@nestjs/common");
|
|
13
12
|
const graphql_1 = require("@nestjs/graphql");
|
|
13
|
+
const node_path_1 = require("node:path");
|
|
14
14
|
const context_1 = require("../context");
|
|
15
15
|
const core_module_1 = require("./core/core.module");
|
|
16
16
|
const complexity_plugin_1 = require("./security/complexity-plugin");
|
|
@@ -34,6 +34,7 @@ exports.PrivateApiModule = PrivateApiModule = __decorate([
|
|
|
34
34
|
res: ctx.res,
|
|
35
35
|
fqdn: ctx.req.hostname,
|
|
36
36
|
}),
|
|
37
|
+
fieldResolverEnhancers: ["filters"],
|
|
37
38
|
}),
|
|
38
39
|
core_module_1.CoreModule,
|
|
39
40
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private-api.module.js","sourceRoot":"","sources":["../../src/modules/private-api.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"private-api.module.js","sourceRoot":"","sources":["../../src/modules/private-api.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAuE;AACvE,2CAAwC;AACxC,6CAAgD;AAChD,yCAAiC;AACjC,wCAAiD;AACjD,oDAAgD;AAEhD,oEAAgE;AA0BzD,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,4CAAgB;2BAAhB,gBAAgB;IAxB5B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,OAAO,CAAqB;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,MAAM,EAAE,qBAAY;gBACpB,OAAO,EAAE,CAAC,gBAAgB,CAAC;gBAC3B,cAAc,EAAE,IAAA,gBAAI,EAAC,oBAAU,EAAE,YAAY,CAAC;gBAC9C,UAAU,EAAE,IAAI;gBAChB,KAAK,EAAE,SAAS;gBAChB,UAAU,EAAE,iBAAO,CAAC,eAAe;gBACnC,aAAa,EAAE,iBAAO,CAAC,eAAe;gBACtC,OAAO,EAAE,CAAC,GAAQ,EAAkB,EAAE,CAAC,CAAC;oBACtC,GAAG,EAAE,GAAG,CAAC,GAAG;oBACZ,GAAG,EAAE,GAAG,CAAC,GAAG;oBACZ,IAAI,EAAE,GAAG,CAAC,GAAG,CAAC,QAAQ;iBACvB,CAAC;gBAGF,sBAAsB,EAAE,CAAC,SAAS,CAAC;aACpC,CAAC;YACF,wBAAU;SACX;QACD,SAAS,EAAE,CAAC,oCAAgB,CAAC;KAC9B,CAAC;GACW,gBAAgB,CAAG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/server",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.2",
|
|
4
4
|
"description": "The ParoiCMS server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@paroicms/internal-server-lib": "1.7.9",
|
|
54
54
|
"@paroicms/server-text-cache-system": "1.7.9",
|
|
55
55
|
"@paroicms/site-app": "1.11.2",
|
|
56
|
-
"@paroicms/connector": "0.6.
|
|
56
|
+
"@paroicms/connector": "0.6.6",
|
|
57
57
|
"@types/express": "*",
|
|
58
58
|
"bcrypt": "~5.1.1",
|
|
59
59
|
"class-transformer": "~0.5.1",
|