@lssm/example.crm-pipeline 0.0.0-canary-20251221164004 → 0.0.0-canary-20251221165922

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.
@@ -801,14 +801,14 @@ $ tsdown
801
801
  ℹ dist/modules/notifications/dist/libs/contracts/dist/prompt.js  0.01 kB │ gzip: 0.03 kB
802
802
  ℹ dist/modules/notifications/dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
803
803
  ℹ dist/modules/notifications/dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
804
- ℹ dist/deal/deal.operation.d.ts  13.06 kB │ gzip: 0.96 kB
804
+ ℹ dist/deal/deal.operation.d.ts  12.93 kB │ gzip: 0.96 kB
805
805
  ℹ dist/deal/deal.schema.d.ts  7.69 kB │ gzip: 0.84 kB
806
806
  ℹ dist/index.d.ts  3.45 kB │ gzip: 0.89 kB
807
807
  ℹ dist/entities/deal.entity.d.ts  3.11 kB │ gzip: 0.55 kB
808
808
  ℹ dist/events/deal.event.d.ts  3.02 kB │ gzip: 0.42 kB
809
- ℹ dist/entities/task.entity.d.ts  2.55 kB │ gzip: 0.50 kB
809
+ ℹ dist/entities/task.entity.d.ts  2.64 kB │ gzip: 0.50 kB
810
810
  ℹ dist/handlers/deal.handlers.d.ts  2.40 kB │ gzip: 0.69 kB
811
- ℹ dist/entities/contact.entity.d.ts  1.90 kB │ gzip: 0.45 kB
811
+ ℹ dist/entities/contact.entity.d.ts  1.90 kB │ gzip: 0.44 kB
812
812
  ℹ dist/entities/company.entity.d.ts  1.68 kB │ gzip: 0.42 kB
813
813
  ℹ dist/example.d.ts  1.13 kB │ gzip: 0.46 kB
814
814
  ℹ dist/handlers/mock-data.d.ts  1.04 kB │ gzip: 0.43 kB
@@ -820,19 +820,19 @@ $ tsdown
820
820
  ℹ dist/contracts/index.d.ts  0.76 kB │ gzip: 0.23 kB
821
821
  ℹ dist/presentations/pipeline.presentation.d.ts  0.73 kB │ gzip: 0.28 kB
822
822
  ℹ dist/presentations/dashboard.presentation.d.ts  0.47 kB │ gzip: 0.22 kB
823
- ℹ dist/deal/deal.enum.d.ts  0.45 kB │ gzip: 0.23 kB
823
+ ℹ dist/deal/deal.enum.d.ts  0.45 kB │ gzip: 0.22 kB
824
824
  ℹ dist/presentations/index.d.ts  0.40 kB │ gzip: 0.15 kB
825
825
  ℹ dist/crm-pipeline.feature.d.ts  0.39 kB │ gzip: 0.24 kB
826
826
  ℹ dist/events/index.d.ts  0.32 kB │ gzip: 0.14 kB
827
827
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
828
828
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
829
- ℹ 820 files, total: 5070.03 kB
830
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
831
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
829
+ ℹ 820 files, total: 5069.98 kB
830
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
831
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
832
832
  │
833
- 2 │ import { setTimeout } from "node:timers/promises";
834
-  │ ───────────┬──────────
835
-  │ ╰──────────── Module not found, treating it as an external dependency
833
+ 2 │ import { deepStrictEqual } from "node:assert";
834
+  │ ──────┬──────
835
+  │ ╰──────── Module not found, treating it as an external dependency
836
836
   │
837
837
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
838
838
  ───╯
@@ -847,6 +847,16 @@ $ tsdown
847
847
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
848
848
  ───╯
849
849
 
850
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
851
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
852
+ │
853
+ 2 │ import { setTimeout } from "node:timers/promises";
854
+  │ ───────────┬──────────
855
+  │ ╰──────────── Module not found, treating it as an external dependency
856
+  │
857
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
858
+ ───╯
859
+
850
860
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
851
861
  â•­─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
852
862
  │
@@ -877,16 +887,6 @@ $ tsdown
877
887
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
878
888
  ───╯
879
889
 
880
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
881
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
882
- │
883
- 2 │ import { deepStrictEqual } from "node:assert";
884
-  │ ──────┬──────
885
-  │ ╰──────── Module not found, treating it as an external dependency
886
-  │
887
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
888
- ───╯
889
-
890
890
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
891
891
  â•­─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
892
892
  │
@@ -937,18 +937,18 @@ $ tsdown
937
937
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
938
938
  ───╯
939
939
 
940
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
941
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
940
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
941
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
942
942
  │
943
- 1 │ import "crypto";
944
-  │ ────┬───
945
-  │ ╰───── Module not found, treating it as an external dependency
943
+ 2 │ import TurndownService from "turndown";
944
+  │ ─────┬────
945
+  │ ╰────── Module not found, treating it as an external dependency
946
946
   │
947
947
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
948
948
  ───╯
949
949
 
950
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
951
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
950
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
951
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
952
952
  │
953
953
  2 │ import "node:assert";
954
954
   │ ──────┬──────
@@ -957,8 +957,8 @@ $ tsdown
957
957
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
958
958
  ───╯
959
959
 
960
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
961
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
960
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
961
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
962
962
  │
963
963
  1 │ import "node:crypto";
964
964
   │ ──────┬──────
@@ -967,8 +967,8 @@ $ tsdown
967
967
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
968
968
  ───╯
969
969
 
970
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
971
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
970
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
971
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
972
972
  │
973
973
  1 │ import "node:crypto";
974
974
   │ ──────┬──────
@@ -977,8 +977,18 @@ $ tsdown
977
977
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
978
978
  ───╯
979
979
 
980
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
981
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
980
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
981
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
982
+ │
983
+ 1 │ import "crypto";
984
+  │ ────┬───
985
+  │ ╰───── Module not found, treating it as an external dependency
986
+  │
987
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
988
+ ───╯
989
+
990
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
991
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
982
992
  │
983
993
  1 │ import "node:crypto";
984
994
   │ ──────┬──────
@@ -997,18 +1007,8 @@ $ tsdown
997
1007
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
998
1008
  ───╯
999
1009
 
1000
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
1001
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1002
- │
1003
- 2 │ import TurndownService from "turndown";
1004
-  │ ─────┬────
1005
-  │ ╰────── Module not found, treating it as an external dependency
1006
-  │
1007
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1008
- ───╯
1009
-
1010
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1011
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1010
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1011
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1012
1012
  │
1013
1013
  1 │ import "node:timers/promises";
1014
1014
   │ ───────────┬──────────
@@ -1017,8 +1017,8 @@ $ tsdown
1017
1017
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1018
1018
  ───╯
1019
1019
 
1020
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js
1021
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js:2:29 ]
1020
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js
1021
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js:2:29 ]
1022
1022
  │
1023
1023
  2 │ import TurndownService from "turndown";
1024
1024
   │ ─────┬────
@@ -1027,38 +1027,38 @@ $ tsdown
1027
1027
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1028
1028
  ───╯
1029
1029
 
1030
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
1031
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
1030
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
1031
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1032
1032
  │
1033
- 2 │ import "node:assert";
1034
-  │ ──────┬──────
1035
-  │ ╰──────── Module not found, treating it as an external dependency
1033
+ 1 │ import "crypto";
1034
+  │ ────┬───
1035
+  │ ╰───── Module not found, treating it as an external dependency
1036
1036
   │
1037
1037
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1038
1038
  ───╯
1039
1039
 
1040
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
1041
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
1040
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1041
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1042
1042
  │
1043
- 1 │ import "node:crypto";
1043
+ 2 │ import "node:assert";
1044
1044
   │ ──────┬──────
1045
1045
   │ ╰──────── Module not found, treating it as an external dependency
1046
1046
   │
1047
1047
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1048
1048
  ───╯
1049
1049
 
1050
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1051
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1050
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
1051
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
1052
1052
  │
1053
- 1 │ import "crypto";
1054
-  │ ────┬───
1055
-  │ ╰───── Module not found, treating it as an external dependency
1053
+ 1 │ import "node:crypto";
1054
+  │ ──────┬──────
1055
+  │ ╰──────── Module not found, treating it as an external dependency
1056
1056
   │
1057
1057
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1058
1058
  ───╯
1059
1059
 
1060
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1061
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1060
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
1061
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
1062
1062
  │
1063
1063
  1 │ import "node:crypto";
1064
1064
   │ ──────┬──────
@@ -1067,8 +1067,8 @@ $ tsdown
1067
1067
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1068
1068
  ───╯
1069
1069
 
1070
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
1071
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
1070
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
1071
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1072
1072
  │
1073
1073
  1 │ import "node:timers/promises";
1074
1074
   │ ───────────┬──────────
@@ -1087,8 +1087,8 @@ $ tsdown
1087
1087
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1088
1088
  ───╯
1089
1089
 
1090
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1091
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1090
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1091
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1092
1092
  │
1093
1093
  2 │ import "node:buffer";
1094
1094
   │ ──────┬──────
@@ -1097,8 +1097,8 @@ $ tsdown
1097
1097
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1098
1098
  ───╯
1099
1099
 
1100
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1101
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1100
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js
1101
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1102
1102
  │
1103
1103
  2 │ import "node:buffer";
1104
1104
   │ ──────┬──────
@@ -1107,4 +1107,4 @@ $ tsdown
1107
1107
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1108
1108
  ───╯
1109
1109
 
1110
- ✔ Build complete in 28084ms
1110
+ ✔ Build complete in 29720ms