@olane/o-core 0.6.3 → 0.6.5

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.
@@ -174,7 +174,7 @@ export class oCoreNode {
174
174
  });
175
175
  // if there is an error, throw it to continue to bubble up
176
176
  if (response.result.error) {
177
- console.log('response.result.error', JSON.stringify(response.result.error, null, 2));
177
+ this.logger.error('response.result.error', JSON.stringify(response.result.error, null, 2));
178
178
  throw oToolError.fromJSON(response.result.error);
179
179
  }
180
180
  return response;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-core",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -55,8 +55,8 @@
55
55
  "typescript": "^5.8.3"
56
56
  },
57
57
  "peerDependencies": {
58
- "@olane/o-config": "^0.6.1",
59
- "@olane/o-protocol": "^0.6.1"
58
+ "@olane/o-config": "^0.6.4",
59
+ "@olane/o-protocol": "^0.6.4"
60
60
  },
61
61
  "dependencies": {
62
62
  "chalk": "^5.4.1",