@golemio/parkings 1.7.8 → 1.7.9-dev.1176315416

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.
@@ -1,4 +1,4 @@
1
- import { CustomSanitizer } from "express-validator/filter/sanitize";
1
+ import { CustomSanitizer } from "@golemio/core/dist/shared/express-validator";
2
2
  export declare class ParamSanitizerHelper {
3
3
  static sourceSanitizer: () => CustomSanitizer;
4
4
  static toArraySanitizer: () => CustomSanitizer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.7.8",
3
+ "version": "1.7.9-dev.1176315416",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "@commitlint/cli": "^11.0.0",
37
37
  "@commitlint/config-conventional": "^11.0.0",
38
38
  "@golemio/cli": "1.5.0",
39
- "@golemio/core": "1.9.12",
39
+ "@golemio/core": "1.9.13-dev.1176292149",
40
40
  "@golemio/db-common": "1.1.3",
41
41
  "@golemio/eslint-config": "1.1.1",
42
42
  "@types/chai": "4.2.3",