Skip to content

Commit 931904c

Browse files
fix(changeset): 🔧 correct package name from @gouvfr-lasuite to @proconnect-gouv (#1469)
1 parent a3846ad commit 931904c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@gouvfr-lasuite/proconnect.identite": minor
2+
"@proconnect-gouv/proconnect.identite": minor
33
---
44

55
✨ Ajout de la fonction `isPublicService` pour identifier les services publics
@@ -9,7 +9,7 @@ Nouvelle fonction exportée permettant de déterminer si une organisation est un
99
Inspirée par https://github.com/annuaire-entreprises-data-gouv-fr/search-infra/blob/f1e56ac476b0b1730115f7b1f0667e8509ee5379/workflows/data_pipelines/elasticsearch/data_enrichment.py#L155-L189
1010

1111
```
12-
import { isPublicService } from "@gouvfr-lasuite/proconnect.identite/services/organization";
12+
import { isPublicService } from "@proconnect-gouv/proconnect.identite/services/organization";
1313
1414
isPublicService(my_oganization) =>> true/false
1515
```

0 commit comments

Comments
 (0)