@platforma-sdk/ui-vue 1.34.9 → 1.34.10
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/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -3214,7 +3214,7 @@ const NT = Ee.object({
|
|
|
3214
3214
|
label: Ee.string()
|
|
3215
3215
|
});
|
|
3216
3216
|
Ee.array(NT);
|
|
3217
|
-
const MT = "1.34.
|
|
3217
|
+
const MT = "1.34.10";
|
|
3218
3218
|
function V_(t) {
|
|
3219
3219
|
const e = t.type;
|
|
3220
3220
|
switch (e) {
|
|
@@ -12648,7 +12648,7 @@ const KL = tt.object({
|
|
|
12648
12648
|
label: tt.string()
|
|
12649
12649
|
});
|
|
12650
12650
|
tt.array(KL);
|
|
12651
|
-
const XL = "1.34.
|
|
12651
|
+
const XL = "1.34.10";
|
|
12652
12652
|
function bs() {
|
|
12653
12653
|
return GL({ sdkVersion: XL });
|
|
12654
12654
|
}
|