@stoplight/spectral-rulesets
Advanced tools
Comparing version 1.19.1 to 1.20.0
import { default as oas } from './oas'; | ||
import { default as asyncapi } from './asyncapi'; | ||
export { oas, asyncapi }; | ||
import { default as arazzo } from './arazzo'; | ||
export { oas, asyncapi, arazzo }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.asyncapi = exports.oas = void 0; | ||
exports.arazzo = exports.asyncapi = exports.oas = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -9,2 +9,4 @@ const oas_1 = (0, tslib_1.__importDefault)(require("./oas")); | ||
Object.defineProperty(exports, "asyncapi", { enumerable: true, get: function () { return asyncapi_1.default; } }); | ||
const arazzo_1 = (0, tslib_1.__importDefault)(require("./arazzo")); | ||
Object.defineProperty(exports, "arazzo", { enumerable: true, get: function () { return arazzo_1.default; } }); | ||
//# sourceMappingURL=index.js.map |
export declare const oas2_0: typeof tt; | ||
declare function tt(o: any, { instancePath: i, parentData: c, parentDataProperty: l, rootData: h, dynamicAnchors: u }?: { | ||
declare function tt(o: any, { instancePath: i, parentData: c, parentDataProperty: l, rootData: u, dynamicAnchors: d }?: { | ||
instancePath?: string | undefined; | ||
@@ -46,2 +46,17 @@ parentData: any; | ||
} | ||
export declare const arazzo1_0: typeof Es; | ||
declare function Es(e: any, { instancePath: t, parentData: r, parentDataProperty: s, rootData: n, dynamicAnchors: o }?: { | ||
instancePath?: string | undefined; | ||
parentData: any; | ||
parentDataProperty: any; | ||
rootData?: any; | ||
dynamicAnchors?: {} | undefined; | ||
}): boolean; | ||
declare namespace Es { | ||
var evaluated: { | ||
props: boolean; | ||
dynamicProps: boolean; | ||
dynamicItems: boolean; | ||
}; | ||
} | ||
export {}; |
{ | ||
"name": "@stoplight/spectral-rulesets", | ||
"version": "1.19.1", | ||
"version": "1.20.0", | ||
"homepage": "https://github.com/stoplightio/spectral", | ||
@@ -25,3 +25,3 @@ "bugs": "https://github.com/stoplightio/spectral/issues", | ||
"@stoplight/spectral-core": "^1.8.1", | ||
"@stoplight/spectral-formats": "^1.5.0", | ||
"@stoplight/spectral-formats": "^1.7.0", | ||
"@stoplight/spectral-functions": "^1.5.1", | ||
@@ -31,3 +31,3 @@ "@stoplight/spectral-runtime": "^1.1.1", | ||
"@types/json-schema": "^7.0.7", | ||
"ajv": "^8.12.0", | ||
"ajv": "^8.17.1", | ||
"ajv-formats": "~2.1.0", | ||
@@ -34,0 +34,0 @@ "json-schema-traverse": "^1.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
4528644
202
34452
2
Updatedajv@^8.17.1