@snabcentr/common-lib 1.75.1 → 1.75.2
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.
- package/dist/manifest.json +1 -1
- package/dist/sc-common-lib.js +1 -1
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/config/interfaces/i-catalog-config.d.ts +4 -0
- package/dist/src/config/interfaces/i-catalog-config.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/sc-common-lib.js
CHANGED
|
@@ -6276,7 +6276,7 @@ class St extends p {
|
|
|
6276
6276
|
*/
|
|
6277
6277
|
// eslint-disable-next-line class-methods-use-this
|
|
6278
6278
|
getCurrentUser() {
|
|
6279
|
-
return this.get("/internal/users/info", {}, (r) => new at(r.data));
|
|
6279
|
+
return this.get("/internal/users/info", {}, (r) => new at(r.data), !0);
|
|
6280
6280
|
}
|
|
6281
6281
|
}
|
|
6282
6282
|
const It = ee("__user_state_private", () => {
|