@platforma-sdk/ui-vue 1.29.13 → 1.29.14
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 +9 -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/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -3129,7 +3129,7 @@ const R2 = Ae.object({
|
|
|
3129
3129
|
label: Ae.string()
|
|
3130
3130
|
});
|
|
3131
3131
|
Ae.array(R2);
|
|
3132
|
-
const O2 = "1.29.
|
|
3132
|
+
const O2 = "1.29.14";
|
|
3133
3133
|
function I2(t) {
|
|
3134
3134
|
const e = t.type;
|
|
3135
3135
|
switch (e) {
|
|
@@ -11150,7 +11150,7 @@ const WP = ot.object({
|
|
|
11150
11150
|
label: ot.string()
|
|
11151
11151
|
});
|
|
11152
11152
|
ot.array(WP);
|
|
11153
|
-
const HP = "1.29.
|
|
11153
|
+
const HP = "1.29.14";
|
|
11154
11154
|
function yi() {
|
|
11155
11155
|
return ZP({ sdkVersion: HP });
|
|
11156
11156
|
}
|