@plitzi/sdk-shared 0.33.0 → 0.33.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.33.1
8
+
3
9
  ## 0.33.0
4
10
 
5
11
  ### Minor 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";
2
+ import { camelCase as t, get as n, set as r } from "@plitzi/plitzi-ui/helpers/lodash/index.js";
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";
1
+ import { set as e } from "@plitzi/plitzi-ui/helpers/lodash/index.js";
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.0",
3
+ "version": "0.33.1",
4
4
  "license": "AGPL-3.0",
5
5
  "files": [
6
6
  "dist",