@hey-api/json-schema-ref-parser 0.0.0-next-20260402234934 → 0.0.0-next-20260404082013

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,8 @@
7
7
  Install using [npm](https://docs.npmjs.com/about-npm/):
8
8
 
9
9
  ```bash
10
- npm install @hey-api/json-schema-ref-parser
10
+ npm add @hey-api/json-schema-ref-parser
11
+ pnpm add @hey-api/json-schema-ref-parser
11
12
  yarn add @hey-api/json-schema-ref-parser
12
13
  bun add @hey-api/json-schema-ref-parser
13
14
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/json-schema-ref-parser",
3
- "version": "0.0.0-next-20260402234934",
3
+ "version": "0.0.0-next-20260404082013",
4
4
  "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
5
5
  "keywords": [
6
6
  "$ref",