@hey-api/json-schema-ref-parser 0.0.0-next-20260618121440 → 0.0.0-next-20260618224635
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -247,6 +247,6 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
|
|
|
247
247
|
|
|
248
248
|
## License
|
|
249
249
|
|
|
250
|
-
Released under the [MIT License](https://github.com/hey-api/
|
|
250
|
+
Released under the [MIT License](https://github.com/hey-api/hey-api/blob/main/LICENSE.md).
|
|
251
251
|
|
|
252
252
|
<!-- template-license-end -->
|
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-
|
|
3
|
+
"version": "0.0.0-next-20260618224635",
|
|
4
4
|
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"$ref",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"homepage": "https://heyapi.dev/",
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/hey-api/
|
|
17
|
+
"url": "https://github.com/hey-api/hey-api/issues"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"author": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/hey-api/
|
|
27
|
+
"url": "git+https://github.com/hey-api/hey-api.git"
|
|
28
28
|
},
|
|
29
29
|
"funding": "https://github.com/sponsors/hey-api",
|
|
30
30
|
"files": [
|