@redocly/respect-core 0.0.0-snapshot.1757598120 → 0.0.0-snapshot.1757607649

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.
@@ -1,5 +1,5 @@
1
1
  export * from './evaluate.js';
2
2
  export declare const abnfRuntimeExpressionParser: {
3
- parse: any;
3
+ parse: (input: string, options?: any) => any;
4
4
  };
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/runtime-expressions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAO9B,eAAO,MAAM,2BAA2B;;CAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/runtime-expressions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAK9B,eAAO,MAAM,2BAA2B;;CAAY,CAAC"}
@@ -1,6 +1,5 @@
1
1
  export * from './evaluate.js';
2
- import { createRequire } from 'module';
3
- const require = createRequire(import.meta.url);
4
- const { parse } = require('./abnf-parser.cjs');
2
+ // Import ESM module
3
+ import { parse } from './abnf-parser.js';
5
4
  export const abnfRuntimeExpressionParser = { parse };
6
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/modules/runtime-expressions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,MAAM,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC/C,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;AAE/C,MAAM,CAAC,MAAM,2BAA2B,GAAG,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/modules/runtime-expressions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,oBAAoB;AACpB,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,CAAC,MAAM,2BAA2B,GAAG,EAAE,KAAK,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/respect-core",
3
- "version": "0.0.0-snapshot.1757598120",
3
+ "version": "0.0.0-snapshot.1757607649",
4
4
  "description": "API testing framework core",
5
5
  "type": "module",
6
6
  "types": "lib/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@faker-js/faker": "^7.6.0",
40
40
  "@noble/hashes": "^1.8.0",
41
41
  "@redocly/ajv": "8.11.2",
42
- "@redocly/openapi-core": "0.0.0-snapshot.1757598120",
42
+ "@redocly/openapi-core": "0.0.0-snapshot.1757607649",
43
43
  "better-ajv-errors": "^1.2.0",
44
44
  "colorette": "^2.0.20",
45
45
  "jest-diff": "^29.3.1",