@genesislcap/expression-builder 14.284.3-alpha-fa8a336.0 → 14.284.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.
@@ -704,6 +704,41 @@
704
704
  }
705
705
  ]
706
706
  },
707
+ {
708
+ "kind": "javascript-module",
709
+ "path": "src/types/index.ts",
710
+ "declarations": [],
711
+ "exports": [
712
+ {
713
+ "kind": "js",
714
+ "name": "*",
715
+ "declaration": {
716
+ "name": "*",
717
+ "package": "./public.types"
718
+ }
719
+ },
720
+ {
721
+ "kind": "js",
722
+ "name": "*",
723
+ "declaration": {
724
+ "name": "*",
725
+ "package": "./private.types"
726
+ }
727
+ }
728
+ ]
729
+ },
730
+ {
731
+ "kind": "javascript-module",
732
+ "path": "src/types/private.types.ts",
733
+ "declarations": [],
734
+ "exports": []
735
+ },
736
+ {
737
+ "kind": "javascript-module",
738
+ "path": "src/types/public.types.ts",
739
+ "declarations": [],
740
+ "exports": []
741
+ },
707
742
  {
708
743
  "kind": "javascript-module",
709
744
  "path": "src/utils/data-model.ts",
@@ -953,41 +988,6 @@
953
988
  }
954
989
  ]
955
990
  },
956
- {
957
- "kind": "javascript-module",
958
- "path": "src/types/index.ts",
959
- "declarations": [],
960
- "exports": [
961
- {
962
- "kind": "js",
963
- "name": "*",
964
- "declaration": {
965
- "name": "*",
966
- "package": "./public.types"
967
- }
968
- },
969
- {
970
- "kind": "js",
971
- "name": "*",
972
- "declaration": {
973
- "name": "*",
974
- "package": "./private.types"
975
- }
976
- }
977
- ]
978
- },
979
- {
980
- "kind": "javascript-module",
981
- "path": "src/types/private.types.ts",
982
- "declarations": [],
983
- "exports": []
984
- },
985
- {
986
- "kind": "javascript-module",
987
- "path": "src/types/public.types.ts",
988
- "declarations": [],
989
- "exports": []
990
- },
991
991
  {
992
992
  "kind": "javascript-module",
993
993
  "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.284.3-alpha-fa8a336.0",
4
+ "version": "14.284.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": "8083c650976e738471269df95a096b27781c942b"
62
+ "gitHead": "db1cb0ca13743e398d9fdd546efb554f8e6a8931"
63
63
  }