@lssm/example.crm-pipeline 0.0.0-canary-20251220021406 → 0.0.0-canary-20251220041653

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.
@@ -741,58 +741,68 @@ $ tsdown
741
741
  ℹ dist/modules/notifications/dist/libs/contracts/dist/prompt.js  0.01 kB │ gzip: 0.03 kB
742
742
  ℹ dist/modules/notifications/dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
743
743
  ℹ dist/modules/notifications/dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
744
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
745
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
744
746
  ℹ dist/deal/deal.contracts.d.ts  13.05 kB │ gzip: 0.96 kB
745
- ℹ dist/deal/deal.schema.d.ts  7.69 kB │ gzip: 0.84 kB
747
+ ℹ dist/deal/deal.schema.d.ts  7.69 kB │ gzip: 0.83 kB
746
748
  ℹ dist/index.d.ts  3.45 kB │ gzip: 0.89 kB
747
- ℹ dist/entities/deal.entity.d.ts  3.11 kB │ gzip: 0.55 kB
748
749
  ℹ dist/events/deal.event.d.ts  3.02 kB │ gzip: 0.42 kB
750
+ ℹ dist/entities/deal.entity.d.ts  3.01 kB │ gzip: 0.55 kB
749
751
  ℹ dist/entities/task.entity.d.ts  2.64 kB │ gzip: 0.50 kB
752
+ │
750
753
  ℹ dist/handlers/deal.handlers.d.ts  2.40 kB │ gzip: 0.69 kB
751
- ℹ dist/entities/contact.entity.d.ts  1.84 kB │ gzip: 0.44 kB
754
+ ℹ dist/entities/contact.entity.d.ts  1.90 kB │ gzip: 0.45 kB
755
+ 1 │ import { randomUUID } from "crypto";
752
756
  ℹ dist/entities/company.entity.d.ts  1.68 kB │ gzip: 0.42 kB
753
757
  ℹ dist/example.d.ts  1.13 kB │ gzip: 0.46 kB
754
758
  ℹ dist/handlers/mock-data.d.ts  1.04 kB │ gzip: 0.43 kB
759
+  │ ────┬───
755
760
  ℹ dist/events/contact.event.d.ts  0.85 kB │ gzip: 0.30 kB
761
+  │ ╰───── Module not found, treating it as an external dependency
762
+  │
756
763
  ℹ dist/entities/index.d.ts  0.85 kB │ gzip: 0.32 kB
757
764
  ℹ dist/events/task.event.d.ts  0.84 kB │ gzip: 0.30 kB
765
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
758
766
  ℹ dist/handlers/index.d.ts  0.80 kB │ gzip: 0.25 kB
759
767
  ℹ dist/deal/index.d.ts  0.78 kB │ gzip: 0.23 kB
760
768
  ℹ dist/contracts/index.d.ts  0.76 kB │ gzip: 0.23 kB
761
769
  ℹ dist/presentations/pipeline.presentation.d.ts  0.73 kB │ gzip: 0.28 kB
762
770
  ℹ dist/presentations/dashboard.presentation.d.ts  0.47 kB │ gzip: 0.22 kB
763
- ℹ dist/deal/deal.enum.d.ts  0.45 kB │ gzip: 0.22 kB
771
+ ℹ dist/deal/deal.enum.d.ts  0.45 kB │ gzip: 0.23 kB
764
772
  ℹ dist/presentations/index.d.ts  0.40 kB │ gzip: 0.15 kB
765
773
  ℹ dist/crm-pipeline.feature.d.ts  0.39 kB │ gzip: 0.24 kB
774
+ ───╯
766
775
  ℹ dist/events/index.d.ts  0.32 kB │ gzip: 0.14 kB
767
776
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
777
+
768
778
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
769
- ℹ 760 files, total: 4977.19 kB
770
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
771
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
779
+ ℹ 760 files, total: 4977.16 kB
780
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
781
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
772
782
  │
773
- 2 │ import { setTimeout } from "node:timers/promises";
774
-  │ ───────────┬──────────
775
-  │ ╰──────────── Module not found, treating it as an external dependency
783
+ 2 │ import { deepStrictEqual } from "node:assert";
784
+  │ ──────┬──────
785
+  │ ╰──────── Module not found, treating it as an external dependency
776
786
   │
777
787
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
778
788
  ───╯
779
789
 
780
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
781
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
790
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
791
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
782
792
  │
783
- 3 │ import TurndownService from "turndown";
784
-  │ ─────┬────
785
-  │ ╰────── Module not found, treating it as an external dependency
793
+ 1 │ import { createHash } from "node:crypto";
794
+  │ ──────┬──────
795
+  │ ╰──────── Module not found, treating it as an external dependency
786
796
   │
787
797
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
788
798
  ───╯
789
799
 
790
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
791
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
800
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
801
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
792
802
  │
793
- 1 │ import { randomUUID } from "crypto";
794
-  │ ────┬───
795
-  │ ╰───── Module not found, treating it as an external dependency
803
+ 2 │ import { setTimeout } from "node:timers/promises";
804
+  │ ───────────┬──────────
805
+  │ ╰──────────── Module not found, treating it as an external dependency
796
806
   │
797
807
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
798
808
  ───╯
@@ -807,22 +817,12 @@ $ tsdown
807
817
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
808
818
  ───╯
809
819
 
810
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
811
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
812
- │
813
- 1 │ import { createHash } from "node:crypto";
814
-  │ ──────┬──────
815
-  │ ╰──────── Module not found, treating it as an external dependency
816
-  │
817
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
818
- ───╯
819
-
820
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
821
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
820
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
821
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
822
822
  │
823
- 2 │ import { deepStrictEqual } from "node:assert";
824
-  │ ──────┬──────
825
-  │ ╰──────── Module not found, treating it as an external dependency
823
+ 3 │ import TurndownService from "turndown";
824
+  │ ─────┬────
825
+  │ ╰────── Module not found, treating it as an external dependency
826
826
   │
827
827
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
828
828
  ───╯
@@ -837,18 +837,18 @@ $ tsdown
837
837
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
838
838
  ───╯
839
839
 
840
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
841
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:2:29 ]
840
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js
841
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
842
842
  │
843
- 2 │ import TurndownService from "turndown";
844
-  │ ─────┬────
845
-  │ ╰────── Module not found, treating it as an external dependency
843
+ 1 │ import "node:crypto";
844
+  │ ──────┬──────
845
+  │ ╰──────── Module not found, treating it as an external dependency
846
846
   │
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 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js
851
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js:2:29 ]
850
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
851
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:2:29 ]
852
852
  │
853
853
  2 │ import TurndownService from "turndown";
854
854
   │ ─────┬────
@@ -887,18 +887,18 @@ $ tsdown
887
887
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
888
888
  ───╯
889
889
 
890
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
891
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
890
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js
891
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js:2:29 ]
892
892
  │
893
- 1 │ import "node:crypto";
894
-  │ ──────┬──────
895
-  │ ╰──────── Module not found, treating it as an external dependency
893
+ 2 │ import TurndownService from "turndown";
894
+  │ ─────┬────
895
+  │ ╰────── Module not found, treating it as an external dependency
896
896
   │
897
897
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
898
898
  ───╯
899
899
 
900
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
901
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
900
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
901
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
902
902
  │
903
903
  1 │ import "crypto";
904
904
   │ ────┬───
@@ -907,8 +907,8 @@ $ tsdown
907
907
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
908
908
  ───╯
909
909
 
910
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
911
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
910
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
911
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
912
912
  │
913
913
  2 │ import "node:assert";
914
914
   │ ──────┬──────
@@ -917,18 +917,8 @@ $ tsdown
917
917
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
918
918
  ───╯
919
919
 
920
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
921
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
922
- │
923
- 1 │ import "node:timers/promises";
924
-  │ ───────────┬──────────
925
-  │ ╰──────────── Module not found, treating it as an external dependency
926
-  │
927
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
928
- ───╯
929
-
930
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
931
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
920
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
921
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
932
922
  │
933
923
  1 │ import "node:crypto";
934
924
   │ ──────┬──────
@@ -947,48 +937,48 @@ $ tsdown
947
937
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
948
938
  ───╯
949
939
 
950
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
951
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:2:29 ]
940
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
941
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
952
942
  │
953
- 2 │ import TurndownService from "turndown";
954
-  │ ─────┬────
955
-  │ ╰────── Module not found, treating it as an external dependency
943
+ 2 │ import "node:assert";
944
+  │ ──────┬──────
945
+  │ ╰──────── Module not found, treating it as an external dependency
956
946
   │
957
947
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
958
948
  ───╯
959
949
 
960
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
961
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
950
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
951
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
962
952
  │
963
- 1 │ import "crypto";
964
-  │ ────┬───
965
-  │ ╰───── Module not found, treating it as an external dependency
953
+ 1 │ import "node:crypto";
954
+  │ ──────┬──────
955
+  │ ╰──────── Module not found, treating it as an external dependency
966
956
   │
967
957
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
968
958
  ───╯
969
959
 
970
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
971
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
960
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
961
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
972
962
  │
973
- 2 │ import "node:assert";
974
-  │ ──────┬──────
975
-  │ ╰──────── Module not found, treating it as an external dependency
963
+ 1 │ import "node:timers/promises";
964
+  │ ───────────┬──────────
965
+  │ ╰──────────── Module not found, treating it as an external dependency
976
966
   │
977
967
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
978
968
  ───╯
979
969
 
980
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js
981
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
970
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
971
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
982
972
  │
983
- 1 │ import "node:crypto";
984
-  │ ──────┬──────
985
-  │ ╰──────── Module not found, treating it as an external dependency
973
+ 1 │ import "crypto";
974
+  │ ────┬───
975
+  │ ╰───── Module not found, treating it as an external dependency
986
976
   │
987
977
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
988
978
  ───╯
989
979
 
990
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
991
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
980
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
981
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
992
982
  │
993
983
  1 │ import "node:crypto";
994
984
   │ ──────┬──────
@@ -997,8 +987,18 @@ $ tsdown
997
987
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
998
988
  ───╯
999
989
 
1000
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
1001
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
990
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
991
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
992
+ │
993
+ 1 │ import "node:timers/promises";
994
+  │ ───────────┬──────────
995
+  │ ╰──────────── Module not found, treating it as an external dependency
996
+  │
997
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
998
+ ───╯
999
+
1000
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
1001
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
1002
1002
  │
1003
1003
  1 │ import "node:crypto";
1004
1004
   │ ──────┬──────
@@ -1007,18 +1007,18 @@ $ tsdown
1007
1007
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1008
1008
  ───╯
1009
1009
 
1010
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
1011
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
1010
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
1011
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:2:29 ]
1012
1012
  │
1013
- 1 │ import "node:timers/promises";
1014
-  │ ───────────┬──────────
1015
-  │ ╰──────────── Module not found, treating it as an external dependency
1013
+ 2 │ import TurndownService from "turndown";
1014
+  │ ─────┬────
1015
+  │ ╰────── Module not found, treating it as an external dependency
1016
1016
   │
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 'node:buffer' in ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1021
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1020
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js
1021
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1022
1022
  │
1023
1023
  2 │ import "node:buffer";
1024
1024
   │ ──────┬──────
@@ -1037,8 +1037,8 @@ $ tsdown
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:buffer' in ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js
1041
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerResources.js:2:8 ]
1040
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js
1041
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/server/mcp/registerResources.js:2:8 ]
1042
1042
  │
1043
1043
  2 │ import "node:buffer";
1044
1044
   │ ──────┬──────
@@ -1047,5 +1047,5 @@ $ tsdown
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
- ✔ Build complete in 59192ms
1050
+ ✔ Build complete in 59178ms
1051
1051
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.crm-pipeline
2
2
 
3
- ## 0.0.0-canary-20251220021406
3
+ ## 0.0.0-canary-20251220041653
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,10 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.bus@0.0.0-canary-20251220021406
13
- - @lssm/lib.contracts@0.0.0-canary-20251220021406
14
- - @lssm/lib.identity-rbac@0.0.0-canary-20251220021406
15
- - @lssm/lib.jobs@0.0.0-canary-20251220021406
16
- - @lssm/lib.schema@0.0.0-canary-20251220021406
17
- - @lssm/module.audit-trail@0.0.0-canary-20251220021406
18
- - @lssm/module.notifications@0.0.0-canary-20251220021406
12
+ - @lssm/lib.bus@0.0.0-canary-20251220041653
13
+ - @lssm/lib.contracts@0.0.0-canary-20251220041653
14
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251220041653
15
+ - @lssm/lib.jobs@0.0.0-canary-20251220041653
16
+ - @lssm/lib.schema@0.0.0-canary-20251220041653
17
+ - @lssm/module.audit-trail@0.0.0-canary-20251220041653
18
+ - @lssm/module.notifications@0.0.0-canary-20251220041653