Comparing version 0.16.1 to 0.16.2
{ | ||
"name": "middy", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda", | ||
@@ -49,11 +49,11 @@ "main": "./index.js", | ||
"@types/node": "^10.3.1", | ||
"aws-sdk": "^2.233.1", | ||
"aws-sdk": "^2.297.0", | ||
"babel-jest": "^23.0.1", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-env": "^1.7.0", | ||
"codecov": "^3.0.1", | ||
"eslint": "^4.4.1", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-node": "^6.0.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^4.0.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
@@ -64,4 +64,4 @@ "husky": "^0.14.3", | ||
"jsdoc-to-markdown": "^4.0.1", | ||
"marked": "^0.3.12", | ||
"regenerator-runtime": "^0.11.0", | ||
"marked": "^0.5.0", | ||
"regenerator-runtime": "^0.12.1", | ||
"typescript": "^2.8.3", | ||
@@ -68,0 +68,0 @@ "typings-tester": "^0.3.1" |
@@ -5,3 +5,3 @@ const createError = require('http-errors') | ||
const ajvLocalize = require('ajv-i18n') | ||
const { deepEqual } = require('assert') | ||
const { deepStrictEqual } = require('assert') | ||
@@ -102,3 +102,3 @@ let ajv | ||
try { | ||
deepEqual(options, previousConstructorOptions) | ||
deepStrictEqual(options, previousConstructorOptions) | ||
} catch (e) { | ||
@@ -105,0 +105,0 @@ return true |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143054