@snabcentr/common-lib 1.90.0 → 1.90.1
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/release_notes.tmp +6 -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/configurator/enums/configurators-enum.d.ts +5 -1
- package/dist/src/configurator/enums/configurators-enum.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
## 1.90.1 (2026-05-19)
|
|
2
|
+
|
|
3
|
+
### added (1 change)
|
|
4
|
+
|
|
5
|
+
- [#13255: Добавлен новый конфигуратор в перечисление конфигураторов.](web_soft/libs/ts/snabcentr-common-lib@d63b5d3c765c9751e5190c531e8fa1eadf626069) ([merge request](web_soft/libs/ts/snabcentr-common-lib!190))
|
|
6
|
+
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -5221,7 +5221,7 @@ class ls {
|
|
|
5221
5221
|
this.date = v(r == null ? void 0 : r.date) ? C(r.date) : (r == null ? void 0 : r.date) ?? /* @__PURE__ */ new Date(), this.name = (r == null ? void 0 : r.name) ?? "", this.version = (r == null ? void 0 : r.version) ?? "0.0.0";
|
|
5222
5222
|
}
|
|
5223
5223
|
}
|
|
5224
|
-
var Dt = /* @__PURE__ */ ((n) => (n.Kozyrek = "kozyrek", n.Mosquitto = "mosquitto", n.Strip = "strip", n.MetalForDoors = "metal_for_doors", n.Sandwich = "sandwich", n))(Dt || {});
|
|
5224
|
+
var Dt = /* @__PURE__ */ ((n) => (n.Kozyrek = "kozyrek", n.Mosquitto = "mosquitto", n.Strip = "strip", n.MetalForDoors = "metal_for_doors", n.Sandwich = "sandwich", n.SandwichM2 = "sandwich_m2", n))(Dt || {});
|
|
5225
5225
|
class us extends p {
|
|
5226
5226
|
/**
|
|
5227
5227
|
* Возвращает настройки указанного конфигуратора для указанной категории.
|