@swaggerexpert/jsonpath 4.0.2 → 4.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,8 @@ The development of this library contributed to the identification and formal sub
16
16
  - [Errata ID: 8354](https://www.rfc-editor.org/errata/eid8354)
17
17
 
18
18
  This library is **100% compliant** with the [JSONPath Compliance Test Suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite).
19
+ It is also included in the [JSONPath Comparison](https://cburgmer.github.io/json-path-comparison/) project,
20
+ executing all queries without errors.
19
21
 
20
22
  <table>
21
23
  <tr>
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "provenance": true
7
7
  },
8
- "version": "4.0.2",
8
+ "version": "4.0.3",
9
9
  "description": "RFC 9535 implementation of JSONPath",
10
10
  "main": "./cjs/index.cjs",
11
11
  "types": "./types/index.d.ts",