@snabcentr/common-lib 2.0.0 → 2.0.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.
Potentially problematic release.
This version of @snabcentr/common-lib might be problematic. Click here for more details.
- package/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +8 -2
- package/dist/sc-common-lib.js +828 -713
- 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/auth/states/auth-state-store.d.ts +19 -1
- package/dist/src/auth/states/auth-state-store.d.ts.map +1 -1
- package/dist/src/http/classes/http-requester.d.ts +1 -1
- package/dist/src/http/classes/http-requester.d.ts.map +1 -1
- package/dist/src/system/providers/preferences-storage-provider.d.ts +10 -2
- package/dist/src/system/providers/preferences-storage-provider.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
## 2.0.
|
|
1
|
+
## 2.0.2 (2025-10-10)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### changed (1 change)
|
|
4
|
+
|
|
5
|
+
- [#: Доработана аутентификация и работа с хранилищем.](web_soft/libs/ts/snabcentr-common-lib@99996fc89dfa32c76978883d1f8d03902a88469a) ([merge request](web_soft/libs/ts/snabcentr-common-lib!140))
|
|
6
|
+
|
|
7
|
+
### fixed (1 change)
|
|
8
|
+
|
|
9
|
+
- [#: Исправлена ошибка пересчета прав доступа при изменении ключа доступа.](web_soft/libs/ts/snabcentr-common-lib@877b9fc0309b062ba2f752f66c488c7035b1b98b) ([merge request](web_soft/libs/ts/snabcentr-common-lib!139))
|
|
4
10
|
|