Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jul 11, 2020
1 parent 384dd27 commit 4e198af
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
[![npm version][npm-badge]][npm-url]
[![Build Status][travis-badge]][travis-url]
[![Coverage Status][coveralls-badge]][coveralls-url]

[![DeepScan grade](https://deepscan.io/api/teams/5016/projects/12815/branches/203961/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=5016&pid=12815&bid=203961)
[![Dependency Status][david-badge]][david-url]
[![Gitter][gitter-badge]][gitter-url]

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@seneca/cache",
"version": "4.2.0",
"version": "4.2.1",
"description": "In-memory caching plugin for seneca",
"main": "cache.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions test/coverage.html
Expand Up @@ -551,7 +551,7 @@ <h1>Test Report</h1>
<div class="failures">0</div>
<div class="skipped">0</div>
<div class="test-count">11</div>
<div class="duration">450</div>
<div class="duration">440</div>
</div>
<div id="filters">
<input type="checkbox" checked="" onchange="filter(this)" value="success" id="show-success">
Expand All @@ -578,14 +578,14 @@ <h1>Test Report</h1>
<td class="test-title">validate

</td>
<td class="test-duration">6</td>
<td class="test-duration">5</td>
</tr>
<tr class="show cache success">
<td class="test-id">2</td>
<td class="test-title">cache basic

</td>
<td class="test-duration">135</td>
<td class="test-duration">136</td>
</tr>
<tr class="show cache success">
<td class="test-id">3</td>
Expand All @@ -599,7 +599,7 @@ <h1>Test Report</h1>
<td class="test-title">cache set

</td>
<td class="test-duration">1</td>
<td class="test-duration">0</td>
</tr>
<tr class="show cache success">
<td class="test-id">5</td>
Expand Down Expand Up @@ -627,7 +627,7 @@ <h1>Test Report</h1>
<td class="test-title">cache values

</td>
<td class="test-duration">0</td>
<td class="test-duration">1</td>
</tr>
<tr class="show cache success">
<td class="test-id">9</td>
Expand All @@ -641,14 +641,14 @@ <h1>Test Report</h1>
<td class="test-title">micro happy

</td>
<td class="test-duration">15</td>
<td class="test-duration">11</td>
</tr>
<tr class="show micro success">
<td class="test-id">11</td>
<td class="test-title">micro action

</td>
<td class="test-duration">272</td>
<td class="test-duration">268</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 4e198af

Please sign in to comment.