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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cry-synced-db-client",
3
- "version": "0.1.196",
3
+ "version": "0.1.197",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",