ajv-formats
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.formatLimitDefinition = void 0; | ||
const context_1 = require("ajv/dist/compile/context"); | ||
const ajv_1 = require("ajv"); | ||
const codegen_1 = require("ajv/dist/compile/codegen"); | ||
@@ -28,3 +28,3 @@ const ops = codegen_1.operators; | ||
return; | ||
const fCxt = new context_1.default(it, self.RULES.all.format.definition, "format"); | ||
const fCxt = new ajv_1.KeywordCxt(it, self.RULES.all.format.definition, "format"); | ||
if (fCxt.$data) | ||
@@ -31,0 +31,0 @@ validate$DataFormat(); |
{ | ||
"name": "ajv-formats", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "Format validation for Ajv v7", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"ajv": "^8.0.0-beta.0" | ||
"ajv": "8.0.0-beta.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -12,3 +12,3 @@ import type Ajv from "ajv" | ||
import type {Rule} from "ajv/dist/compile/rules" | ||
import KeywordCxt from "ajv/dist/compile/context" | ||
import {KeywordCxt} from "ajv" | ||
import {_, str, or, getProperty, operators} from "ajv/dist/compile/codegen" | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47736
+ Addedajv@8.0.0-beta.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addeduri-js@4.4.1(transitive)
- Removedajv@8.17.1(transitive)
- Removedfast-uri@3.0.3(transitive)
Updatedajv@8.0.0-beta.0