@zodic/shared 0.0.197 → 0.0.198

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.
@@ -996,7 +996,7 @@ export class ConceptService {
996
996
  return { message: 'Duplicate names processed and regenerated.' };
997
997
  }
998
998
 
999
- private async findDuplicateNamesAndUsedNamesForConcept(
999
+ async findDuplicateNamesAndUsedNamesForConcept(
1000
1000
  conceptSlug: Concept,
1001
1001
  limit?: number
1002
1002
  ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.197",
3
+ "version": "0.0.198",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {