@platforma-sdk/ui-vue 1.22.56 → 1.22.64

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.22.64
4
+
5
+ ### Patch Changes
6
+
7
+ - e06efcd: Pin and standardize dependency versions for network and utility libraries to ensure consistent builds and prevent unexpected behavior from minor version changes. Changes include:
8
+
9
+ - Pin `@protobuf-ts/*` packages to version 2.9.4 using YAML anchors
10
+ - Pin AWS SDK packages to version 3.750.0
11
+ - Change `undici` from `^7.2.3` to `~7.2.3` (only patch updates)
12
+ - Change `@grpc/grpc-js` from `^1.12.6` to `~1.12.6` (only patch updates)
13
+ - Change `cacheable-lookup` from `^6.1.0` to `~6.1.0` (only patch updates)
14
+ - Change `canonicalize` from `^2.0.0` to `~2.0.0` (only patch updates)
15
+ - Pin `quickjs-emscripten` to exact version 0.31.0
16
+
17
+ ## 1.22.59
18
+
19
+ ### Patch Changes
20
+
21
+ - 819c13c: PColumnSpec.valueType extended to "ValueType | string"
22
+ - @platforma-sdk/model@1.22.59
23
+ - @milaboratories/uikit@2.2.58
24
+
3
25
  ## 1.22.56
4
26
 
5
27
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3559,7 +3559,7 @@ const y2 = Qn.object({
3559
3559
  label: Qn.string()
3560
3560
  });
3561
3561
  Qn.array(y2);
3562
- const _2 = "1.22.18";
3562
+ const _2 = "1.22.59";
3563
3563
  function Ul() {
3564
3564
  return g2({ sdkVersion: _2 });
3565
3565
  }