Skip to content

Commit

Permalink
deps: use @fastify/merge-json-schemas package
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-tymoshenko committed Jan 17, 2024
1 parent cfdb917 commit 69a34a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/merge-schemas.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const { mergeSchemas: _mergeSchemas } = require('merge-json-schemas')
const { mergeSchemas: _mergeSchemas } = require('@fastify/merge-json-schemas')

function mergeSchemas (schemas) {
return _mergeSchemas(schemas, { onConflict: 'skip' })
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"fast-uri": "^2.1.0",
"rfdc": "^1.2.0",
"json-schema-ref-resolver": "^1.0.1",
"merge-json-schemas": "fastify/merge-json-schemas#add-merge-json-schemas-function"
"@fastify/merge-json-schemas": "^0.1.0"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit 69a34a2

Please sign in to comment.