@freelog/tools-lib 0.1.74 → 0.1.75

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.
@@ -2789,5 +2789,22 @@ var FServiceAPI = {
2789
2789
  Event: Event
2790
2790
  };
2791
2791
 
2792
- export { FServiceAPI, FUtil };
2792
+
2793
+
2794
+ var ContractTypes = {
2795
+ __proto__: null
2796
+ };
2797
+
2798
+
2799
+
2800
+ var InformalNodeTypes = {
2801
+ __proto__: null
2802
+ };
2803
+
2804
+ var FTypes = {
2805
+ ContractTypes: ContractTypes,
2806
+ InformalNodeTypes: InformalNodeTypes
2807
+ };
2808
+
2809
+ export { FServiceAPI, FTypes, FUtil };
2793
2810
  //# sourceMappingURL=tools-lib.esm.js.map