Skip to content

Commit 5680001

Browse files
committed
Stable Version 1.4.2
1 parent a646c70 commit 5680001

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dist/js-data-adapter-tests.js

+4
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ return /******/ (function(modules) { // webpackBootstrap
195195
return this.$$adapter.destroyAll(this.$$Profile);
196196

197197
case 8:
198+
_context.next = 10;
199+
return this.$$adapter.destroyAll(this.$$Address);
200+
201+
case 10:
198202
case 'end':
199203
return _context.stop();
200204
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-adapter-tests",
33
"description": "Tests for js-data adapters.",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"homepage": "http://www.js-data.io",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)