@genesislcap/expression-builder 14.260.3-alpha-c132865.0 → 14.260.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.
@@ -681,41 +681,6 @@
681
681
  }
682
682
  ]
683
683
  },
684
- {
685
- "kind": "javascript-module",
686
- "path": "src/types/index.ts",
687
- "declarations": [],
688
- "exports": [
689
- {
690
- "kind": "js",
691
- "name": "*",
692
- "declaration": {
693
- "name": "*",
694
- "package": "./public.types"
695
- }
696
- },
697
- {
698
- "kind": "js",
699
- "name": "*",
700
- "declaration": {
701
- "name": "*",
702
- "package": "./private.types"
703
- }
704
- }
705
- ]
706
- },
707
- {
708
- "kind": "javascript-module",
709
- "path": "src/types/private.types.ts",
710
- "declarations": [],
711
- "exports": []
712
- },
713
- {
714
- "kind": "javascript-module",
715
- "path": "src/types/public.types.ts",
716
- "declarations": [],
717
- "exports": []
718
- },
719
684
  {
720
685
  "kind": "javascript-module",
721
686
  "path": "src/utils/data-model.ts",
@@ -965,6 +930,41 @@
965
930
  }
966
931
  ]
967
932
  },
933
+ {
934
+ "kind": "javascript-module",
935
+ "path": "src/types/index.ts",
936
+ "declarations": [],
937
+ "exports": [
938
+ {
939
+ "kind": "js",
940
+ "name": "*",
941
+ "declaration": {
942
+ "name": "*",
943
+ "package": "./public.types"
944
+ }
945
+ },
946
+ {
947
+ "kind": "js",
948
+ "name": "*",
949
+ "declaration": {
950
+ "name": "*",
951
+ "package": "./private.types"
952
+ }
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "kind": "javascript-module",
958
+ "path": "src/types/private.types.ts",
959
+ "declarations": [],
960
+ "exports": []
961
+ },
962
+ {
963
+ "kind": "javascript-module",
964
+ "path": "src/types/public.types.ts",
965
+ "declarations": [],
966
+ "exports": []
967
+ },
968
968
  {
969
969
  "kind": "javascript-module",
970
970
  "path": "src/main/expression-group/expression-group.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/expression-builder",
3
3
  "description": "Genesis Foundation Expression Builder",
4
- "version": "14.260.3-alpha-c132865.0",
4
+ "version": "14.260.3",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/expression-builder.d.ts",
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "customElements": "dist/custom-elements.json",
62
- "gitHead": "99bcd5e37e68140e9558a5e54dd90c2821b28dfa"
62
+ "gitHead": "8c2edfa09d71c8b6c5487873d1751da090c62480"
63
63
  }