@genesislcap/expression-builder 14.255.1 → 14.256.0

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.
@@ -659,41 +659,6 @@
659
659
  }
660
660
  ]
661
661
  },
662
- {
663
- "kind": "javascript-module",
664
- "path": "src/types/index.ts",
665
- "declarations": [],
666
- "exports": [
667
- {
668
- "kind": "js",
669
- "name": "*",
670
- "declaration": {
671
- "name": "*",
672
- "package": "./public.types"
673
- }
674
- },
675
- {
676
- "kind": "js",
677
- "name": "*",
678
- "declaration": {
679
- "name": "*",
680
- "package": "./private.types"
681
- }
682
- }
683
- ]
684
- },
685
- {
686
- "kind": "javascript-module",
687
- "path": "src/types/private.types.ts",
688
- "declarations": [],
689
- "exports": []
690
- },
691
- {
692
- "kind": "javascript-module",
693
- "path": "src/types/public.types.ts",
694
- "declarations": [],
695
- "exports": []
696
- },
697
662
  {
698
663
  "kind": "javascript-module",
699
664
  "path": "src/utils/data-model.ts",
@@ -943,6 +908,41 @@
943
908
  }
944
909
  ]
945
910
  },
911
+ {
912
+ "kind": "javascript-module",
913
+ "path": "src/types/index.ts",
914
+ "declarations": [],
915
+ "exports": [
916
+ {
917
+ "kind": "js",
918
+ "name": "*",
919
+ "declaration": {
920
+ "name": "*",
921
+ "package": "./public.types"
922
+ }
923
+ },
924
+ {
925
+ "kind": "js",
926
+ "name": "*",
927
+ "declaration": {
928
+ "name": "*",
929
+ "package": "./private.types"
930
+ }
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "kind": "javascript-module",
936
+ "path": "src/types/private.types.ts",
937
+ "declarations": [],
938
+ "exports": []
939
+ },
940
+ {
941
+ "kind": "javascript-module",
942
+ "path": "src/types/public.types.ts",
943
+ "declarations": [],
944
+ "exports": []
945
+ },
946
946
  {
947
947
  "kind": "javascript-module",
948
948
  "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.255.1",
4
+ "version": "14.256.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/expression-builder.d.ts",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "fefae50bf99b0ccbd311625c1da704ae93602733"
65
+ "gitHead": "bd99b542c14e7f402e36373b566888f24e4a8c7b"
66
66
  }