repzo 1.0.77 → 1.0.78

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/lib/index.js CHANGED
@@ -2085,11 +2085,11 @@ Repzo.CommandLog = class {
2085
2085
  };
2086
2086
  } else {
2087
2087
  this.error = error;
2088
- this.error_details.push({
2089
- timestamp: Date.now(),
2090
- error: this.error,
2091
- });
2092
2088
  }
2089
+ this.error_details.push({
2090
+ timestamp: Date.now(),
2091
+ error: this.error,
2092
+ });
2093
2093
  return this;
2094
2094
  }
2095
2095
  switch (status) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
package/src/index.ts CHANGED
@@ -2834,11 +2834,11 @@ export default class Repzo {
2834
2834
  };
2835
2835
  } else {
2836
2836
  this.error = error;
2837
- this.error_details.push({
2838
- timestamp: Date.now(),
2839
- error: this.error,
2840
- });
2841
2837
  }
2838
+ this.error_details.push({
2839
+ timestamp: Date.now(),
2840
+ error: this.error,
2841
+ });
2842
2842
  return this;
2843
2843
  }
2844
2844
  switch (status) {