@platforma-sdk/ui-vue 1.28.0 → 1.28.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/CHANGELOG.md +8 -0
- package/dist/lib.js +2 -2
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +2 -2
- package/dist/lib.umd.cjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -3145,7 +3145,7 @@ const g2 = it.object({
|
|
|
3145
3145
|
label: it.string()
|
|
3146
3146
|
});
|
|
3147
3147
|
it.array(g2);
|
|
3148
|
-
const y2 = "1.28.
|
|
3148
|
+
const y2 = "1.28.1";
|
|
3149
3149
|
function Ja() {
|
|
3150
3150
|
return v2({ sdkVersion: y2 });
|
|
3151
3151
|
}
|
|
@@ -11077,7 +11077,7 @@ const kN = at.object({
|
|
|
11077
11077
|
label: at.string()
|
|
11078
11078
|
});
|
|
11079
11079
|
at.array(kN);
|
|
11080
|
-
const EN = "1.28.
|
|
11080
|
+
const EN = "1.28.1";
|
|
11081
11081
|
function pi() {
|
|
11082
11082
|
return xN({ sdkVersion: EN });
|
|
11083
11083
|
}
|