joi-to-swagger
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -0,1 +1,7 @@ | ||
5.0.0 / 2020-08-13 | ||
================== | ||
* BREAKING CHANGE: Move back to joi with versions >= 17.1.1 after @hapi/joi was deprecated | ||
* updated dependencies | ||
4.0.0 / 2020-02-07 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@hapi/joi'; | ||
import { Schema } from 'joi'; | ||
@@ -3,0 +3,0 @@ interface SwaggerSchema { |
'use strict'; | ||
const joi = require('@hapi/joi'); | ||
const joi = require('joi'); | ||
const { find, get, isEqual, isNumber, isPlainObject, isString, merge, set, uniqWith } = require('lodash'); | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "joi-to-swagger", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "", | ||
@@ -31,12 +31,12 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^6.5.1", | ||
"eslint-config-twipped": "~3.3.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-twipped": "~3.4.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"@hapi/joi": "^17.1.0", | ||
"tap": "^14.7.2", | ||
"joi": "^17.2.0", | ||
"tap": "^14.7.3", | ||
"tapsuite": "^2.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@hapi/joi": ">=16" | ||
"joi": ">=17.1.1" | ||
}, | ||
@@ -48,4 +48,4 @@ "files": [ | ||
"dependencies": { | ||
"lodash": "^4.17.15" | ||
"lodash": "^4.17.19" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22609
0
+ Added@sideway/address@4.1.5(transitive)
+ Added@sideway/formula@3.0.1(transitive)
+ Added@sideway/pinpoint@2.0.0(transitive)
+ Addedjoi@17.13.3(transitive)
- Removed@hapi/address@4.1.0(transitive)
- Removed@hapi/formula@2.0.0(transitive)
- Removed@hapi/joi@17.1.1(transitive)
- Removed@hapi/pinpoint@2.0.1(transitive)
Updatedlodash@^4.17.19