@platforma-sdk/ui-vue 1.30.1 → 1.30.3
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/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -3130,7 +3130,7 @@ const L2 = Ce.object({
|
|
|
3130
3130
|
label: Ce.string()
|
|
3131
3131
|
});
|
|
3132
3132
|
Ce.array(L2);
|
|
3133
|
-
const M2 = "1.30.
|
|
3133
|
+
const M2 = "1.30.3";
|
|
3134
3134
|
function D2(t) {
|
|
3135
3135
|
const e = t.type;
|
|
3136
3136
|
switch (e) {
|
|
@@ -11181,7 +11181,7 @@ const XP = at.object({
|
|
|
11181
11181
|
label: at.string()
|
|
11182
11182
|
});
|
|
11183
11183
|
at.array(XP);
|
|
11184
|
-
const YP = "1.30.
|
|
11184
|
+
const YP = "1.30.3";
|
|
11185
11185
|
function yi() {
|
|
11186
11186
|
return KP({ sdkVersion: YP });
|
|
11187
11187
|
}
|