cry-synced-db-client 0.1.196 → 0.1.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10076,7 +10076,7 @@ var RestProxy = class {
|
|
|
10076
10076
|
this._requestCount++;
|
|
10077
10077
|
if (this.timeRequestsPrint) {
|
|
10078
10078
|
console.log(
|
|
10079
|
-
`[RestProxy] ${operation}:`,
|
|
10079
|
+
`[RestProxy] ${operation} ${(payload == null ? void 0 : payload.collection) || ""}:`,
|
|
10080
10080
|
elapsed.toFixed(2),
|
|
10081
10081
|
"ms (total:",
|
|
10082
10082
|
this._totalRequestMs.toFixed(2),
|