@zodic/shared 0.0.194 → 0.0.195

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.
@@ -71,7 +71,7 @@ export class ConceptService {
71
71
  }
72
72
 
73
73
  let attempts = 0;
74
- const maxAttempts = 3;
74
+ const maxAttempts = 2;
75
75
  let newlyGeneratedNames: string[] = []; // ✅ Track generated names in memory
76
76
 
77
77
  while (attempts < maxAttempts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.194",
3
+ "version": "0.0.195",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {