@plitzi/sdk-shared 0.33.1 → 0.33.2

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,11 @@
1
1
  # @plitzi/sdk-shared
2
2
 
3
+ ## 0.33.2
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.33.2
8
+
3
9
  ## 0.33.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  import e from "./utility/index.mjs";
2
- import { camelCase as t, get as n, set as r } from "@plitzi/plitzi-ui/helpers/lodash/index.js";
2
+ import { camelCase as t, get as n, set as r } from "@plitzi/plitzi-ui/helpers/lodash";
3
3
  import { QueryBuilderEvaluator as i } from "@plitzi/plitzi-ui/QueryBuilder";
4
4
  import { produce as a } from "immer";
5
5
  //#region src/dataSource/getBindingsDetails.ts
@@ -1,4 +1,4 @@
1
- import { set as e } from "@plitzi/plitzi-ui/helpers/lodash/index.js";
1
+ import { set as e } from "@plitzi/plitzi-ui/helpers/lodash";
2
2
  //#region src/dataSource/utility/styleVariant.ts
3
3
  var t = (t, n, r, i = {}) => {
4
4
  let { key: a, variant: o, append: s } = n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plitzi/sdk-shared",
3
- "version": "0.33.1",
3
+ "version": "0.33.2",
4
4
  "license": "AGPL-3.0",
5
5
  "files": [
6
6
  "dist",
@@ -1030,7 +1030,7 @@
1030
1030
  "dependencies": {
1031
1031
  "@modelcontextprotocol/sdk": "^1.30.0",
1032
1032
  "@plitzi/nexus": "^1.1.0",
1033
- "@plitzi/plitzi-ui": "^1.6.19",
1033
+ "@plitzi/plitzi-ui": "^1.6.20",
1034
1034
  "date-fns": "^4.4.0",
1035
1035
  "date-fns-tz": "^3.2.0",
1036
1036
  "graphql-tag": "^2.12.7",