waterline
Advanced tools
Comparing version 0.13.5-1 to 0.13.5-2
@@ -162,10 +162,5 @@ /** | ||
// Build a modified shallow clone of the originally-provided `meta` from | ||
// userland, but that also has `fetch: true` and the private/experimental | ||
// flag, `skipEncryption: true`. For context on the bit about encryption, | ||
// see: https://github.com/balderdashy/sails/issues/4302#issuecomment-363883885 | ||
// > PLEASE DO NOT RELY ON `skipEncryption` IN YOUR OWN CODE- IT COULD CHANGE | ||
// > AT ANY TIME AND BREAK YOUR APP OR PLUGIN! | ||
// userland, but that also has `fetch: true`. | ||
var modifiedMetaForArchive = _.extend({}, query.meta || {}, { | ||
fetch: true, | ||
skipEncryption: true | ||
}); | ||
@@ -172,0 +167,0 @@ |
@@ -161,10 +161,5 @@ /** | ||
// Build a modified shallow clone of the originally-provided `meta` from | ||
// userland, but that also has `fetch: true` and the private/experimental | ||
// flag, `skipEncryption: true`. For context on the bit about encryption, | ||
// see: https://github.com/balderdashy/sails/issues/4302#issuecomment-363883885 | ||
// > PLEASE DO NOT RELY ON `skipEncryption` IN YOUR OWN CODE- IT COULD CHANGE | ||
// > AT ANY TIME AND BREAK YOUR APP OR PLUGIN! | ||
// userland, but that also has `fetch: true`. | ||
var modifiedMetaForDestroy = _.extend({}, query.meta || {}, { | ||
fetch: true, | ||
skipEncryption: true | ||
fetch: true | ||
}); | ||
@@ -171,0 +166,0 @@ |
{ | ||
"name": "waterline", | ||
"description": "An ORM for Node.js and the Sails framework", | ||
"version": "0.13.5-1", | ||
"version": "0.13.5-2", | ||
"homepage": "http://waterlinejs.org", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
1283860
22240