File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export class Ajv2020 extends AjvCore {
3737 }
3838}
3939
40- module . exports = exports = Ajv2020
4140module . exports . Ajv2020 = Ajv2020
4241Object . defineProperty ( exports , "__esModule" , { value : true } )
4342
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ export class Ajv extends AjvCore {
4040 }
4141}
4242
43- module . exports = exports = Ajv
4443Object . defineProperty ( exports , "__esModule" , { value : true } )
4544
4645export default Ajv
Original file line number Diff line number Diff line change 11{
22 "name" : " @redocly/ajv" ,
3- "version" : " 8.18.1 " ,
3+ "version" : " 8.18.2 " ,
44 "description" : " Another JSON Schema Validator" ,
55 "main" : " dist/ajv.js" ,
66 "types" : " dist/ajv.d.ts" ,
Original file line number Diff line number Diff line change 11import type Ajv2020 from "../dist/2019"
22const AjvClass : typeof Ajv2020 =
3- typeof window == "object" ? ( window as any ) . ajv2020 : require ( "" + "../dist/2020" )
3+ typeof window == "object" ? ( window as any ) . ajv2020 : require ( "" + "../dist/2020" ) . Ajv2020
44
55export default AjvClass
66module . exports = AjvClass
You can’t perform that action at this time.
0 commit comments