Comparing version 1.7.0-rc1 to 1.7.0
@@ -19,3 +19,3 @@ /** | ||
SERVER_URL: 'https://api.parse.com/1', | ||
VERSION: 'js' + '1.7.0-rc1', | ||
VERSION: 'js' + '1.7.0', | ||
APPLICATION_ID: null, | ||
@@ -22,0 +22,0 @@ JAVASCRIPT_KEY: null, |
@@ -290,4 +290,7 @@ /** | ||
return response.results.map(function (data) { | ||
// In cases of relations, the server may send back a className | ||
// on the top level of the payload | ||
var override = response.className || _this.className; | ||
if (!data.className) { | ||
data.className = _this.className; | ||
data.className = override; | ||
} | ||
@@ -294,0 +297,0 @@ return _ParseObject2['default'].fromJSON(data); |
@@ -19,3 +19,3 @@ /** | ||
SERVER_URL: 'https://api.parse.com/1', | ||
VERSION: 'js' + '1.7.0-rc1', | ||
VERSION: 'js' + '1.7.0', | ||
APPLICATION_ID: null, | ||
@@ -22,0 +22,0 @@ JAVASCRIPT_KEY: null, |
@@ -290,4 +290,7 @@ /** | ||
return response.results.map(function (data) { | ||
// In cases of relations, the server may send back a className | ||
// on the top level of the payload | ||
var override = response.className || _this.className; | ||
if (!data.className) { | ||
data.className = _this.className; | ||
data.className = override; | ||
} | ||
@@ -294,0 +297,0 @@ return _ParseObject2['default'].fromJSON(data); |
@@ -19,3 +19,3 @@ /** | ||
SERVER_URL: 'https://api.parse.com/1', | ||
VERSION: 'js' + '1.7.0-rc1', | ||
VERSION: 'js' + '1.7.0', | ||
APPLICATION_ID: null, | ||
@@ -22,0 +22,0 @@ JAVASCRIPT_KEY: null, |
@@ -290,4 +290,7 @@ /** | ||
return response.results.map(function (data) { | ||
// In cases of relations, the server may send back a className | ||
// on the top level of the payload | ||
var override = response.className || _this.className; | ||
if (!data.className) { | ||
data.className = _this.className; | ||
data.className = override; | ||
} | ||
@@ -294,0 +297,0 @@ return _ParseObject2['default'].fromJSON(data); |
{ | ||
"name": "parse", | ||
"version": "1.7.0-rc1", | ||
"version": "1.7.0", | ||
"description": "The Parse JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.parse.com", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1395949
36131
1