dotvvm-types 4.1.5 → 4.2.0-preview02-final

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotvvm-types",
3
- "version": "4.1.5",
3
+ "version": "4.2.0-preview02-final",
4
4
  "description": "MVVM framework for ASP.NET",
5
5
  "types": "./types/index.d.ts",
6
6
  "repository": {
package/types/index.d.ts CHANGED
@@ -531,7 +531,6 @@ declare module "validation/validators" {
531
531
  };
532
532
  export const required: DotvvmValidator;
533
533
  export const regex: DotvvmValidator;
534
- export const intRange: DotvvmValidator;
535
534
  export const enforceClientFormat: DotvvmValidator;
536
535
  export const range: DotvvmValidator;
537
536
  export const notNull: DotvvmValidator;