Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "ajv-cmd", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Deref, Validate, Transpile, and Test JSON-Schema (.json) files using ajv", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -10,5 +10,3 @@ import { createRequire } from 'node:module' | ||
const sastSchema = createRequire(import.meta.url)( | ||
'./node_modules/sast-json-schema/index.json' | ||
) | ||
const sastSchema = createRequire(import.meta.url)('sast-json-schema/index.json') | ||
export const sast = (schema, options = {}) => { | ||
@@ -15,0 +13,0 @@ options = { ...defaultOptions, ...options } |
Sorry, the diff of this file is not supported yet
130896
3739