aws-sdk-mock-mate
Advanced tools
Comparing version 1.0.0 to 1.0.1
1.0.1 / 2018-09-17 | ||
================== | ||
* fix: when pass undefined value should work | ||
1.0.0 / 2018-09-17 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -115,3 +115,3 @@ 'use strict'; | ||
if (arguments.length === 1) { | ||
if (!serviceName) { | ||
mockMap.clear(); | ||
@@ -118,0 +118,0 @@ } else { |
{ | ||
"name": "aws-sdk-mock-mate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Mock tool for aws sdk.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
10140