We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa50f9 commit b2748d8Copy full SHA for b2748d8
package.json
@@ -25,6 +25,16 @@
25
"url": "https://github.com/fastify/openapi-schema-diff/issues"
26
},
27
"homepage": "https://github.com/fastify/openapi-schema-diff#readme",
28
+ "funding": [
29
+ {
30
+ "type": "github",
31
+ "url": "https://github.com/sponsors/fastify"
32
+ },
33
34
+ "type": "opencollective",
35
+ "url": "https://opencollective.com/fastify"
36
+ }
37
+ ],
38
"dependencies": {
39
"json-schema-ref-resolver": "^2.0.0",
40
"semver": "^7.5.4"
0 commit comments