abstracted-firebase
Advanced tools
Comparing version 0.11.19 to 0.11.20
@@ -210,3 +210,6 @@ 'use strict'; | ||
get payload() { | ||
return mps.map(i => (i.path = [api._basePath, i.path].join("/").replace(/[\/]{2,3}/g, "/"))); | ||
return mps.map(i => { | ||
i.path = [api._basePath, i.path].join("/").replace(/[\/]{2,3}/g, "/"); | ||
return i; | ||
}); | ||
}, | ||
@@ -213,0 +216,0 @@ /** receive a call back on conclusion of the firebase operation */ |
@@ -207,3 +207,6 @@ import { wait } from 'common-types'; | ||
get payload() { | ||
return mps.map(i => (i.path = [api._basePath, i.path].join("/").replace(/[\/]{2,3}/g, "/"))); | ||
return mps.map(i => { | ||
i.path = [api._basePath, i.path].join("/").replace(/[\/]{2,3}/g, "/"); | ||
return i; | ||
}); | ||
}, | ||
@@ -210,0 +213,0 @@ /** receive a call back on conclusion of the firebase operation */ |
@@ -206,3 +206,6 @@ (function (global, factory) { | ||
get payload() { | ||
return mps.map(i => (i.path = [api._basePath, i.path].join("/").replace(/[\/]{2,3}/g, "/"))); | ||
return mps.map(i => { | ||
i.path = [api._basePath, i.path].join("/").replace(/[\/]{2,3}/g, "/"); | ||
return i; | ||
}); | ||
}, | ||
@@ -209,0 +212,0 @@ /** receive a call back on conclusion of the firebase operation */ |
@@ -79,3 +79,3 @@ import { SerializedQuery } from "serialized-query"; | ||
readonly fullPaths: string[]; | ||
readonly payload: string[]; | ||
readonly payload: IPathSetter<any>[]; | ||
/** receive a call back on conclusion of the firebase operation */ | ||
@@ -82,0 +82,0 @@ callback(cb: (err: any, pathSetters: IPathSetter<any>[]) => void): void; |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.11.19", | ||
"version": "0.11.20", | ||
"description": "Core library supporting 'abstracted-admin' and 'abstracted-client' libraries", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
121724
2891