@zodic/shared 0.0.173 → 0.0.174

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.
@@ -61,7 +61,7 @@ export class ConceptService {
61
61
  allNamesPT = data['pt-br'] || [];
62
62
  } else {
63
63
  console.log('!-- Error on fetching url: ', doUrl);
64
- console.log('!-- Response: ', response);
64
+ console.log('!-- Response: ', JSON.stringify(response, null, 2));
65
65
  }
66
66
 
67
67
  // ✅ Fetch existing KV data to backfill Durable Object if necessary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.173",
3
+ "version": "0.0.174",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {