ublo-lib 1.8.6 → 1.8.7

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.
@@ -129,7 +129,7 @@ const Levels = ({
129
129
  const acc = await promiseAcc;
130
130
  const code = level.name in LEVELS && LEVELS[level.name];
131
131
  if (code) {
132
- const endpoint = `https://services.msem.tech/api/esf-wiki/${levelLang}/niveau/${code}`;
132
+ const endpoint = `https://services.msem.tech/api/esf-wiki/${levelLang}/fiche/${code}`;
133
133
  const result = await fetch(endpoint);
134
134
  const json = await result.json();
135
135
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^2.1.0",
6
6
  "next": "^12.0.0 || ^13.0.0",