@kosdev-code/kos-ui-sdk 2.1.32 → 2.1.33
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/index.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/models/models/region-info/utils/unit-system-utils.d.ts.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -8981,12 +8981,12 @@ function ig(t, e) {
|
|
|
8981
8981
|
o.alias,
|
|
8982
8982
|
s
|
|
8983
8983
|
];
|
|
8984
|
-
return a[o.name] = c, Object.hasOwn(o, "default") && Object.defineProperty(a, "default", {
|
|
8984
|
+
return a[o.name] = c, o.alias && (a[o.alias] = c), Object.hasOwn(o, "default") && Object.defineProperty(a, "default", {
|
|
8985
8985
|
value: c,
|
|
8986
8986
|
writable: !0,
|
|
8987
8987
|
enumerable: !0,
|
|
8988
8988
|
configurable: !0
|
|
8989
|
-
}), n[o.measure] = i,
|
|
8989
|
+
}), n[o.measure] = i, n;
|
|
8990
8990
|
},
|
|
8991
8991
|
{
|
|
8992
8992
|
time: {
|