@lssm/example.crm-pipeline 0.0.0-canary-20251220002821 → 0.0.0-canary-20251220015515

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.
Files changed (31) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +98 -98
  2. package/.turbo/turbo-build.log +116 -116
  3. package/CHANGELOG.md +8 -8
  4. package/dist/deal/deal.contracts.d.ts +127 -127
  5. package/dist/deal/deal.enum.d.ts +3 -3
  6. package/dist/deal/deal.schema.d.ts +71 -71
  7. package/dist/entities/company.entity.d.ts +28 -28
  8. package/dist/entities/contact.entity.d.ts +32 -32
  9. package/dist/entities/deal.entity.d.ts +53 -53
  10. package/dist/entities/deal.entity.d.ts.map +1 -1
  11. package/dist/entities/task.entity.d.ts +43 -43
  12. package/dist/entities/task.entity.d.ts.map +1 -1
  13. package/dist/events/contact.event.d.ts +7 -7
  14. package/dist/events/deal.event.d.ts +29 -29
  15. package/dist/events/task.event.d.ts +7 -7
  16. package/dist/handlers/deal.handlers.d.ts.map +1 -1
  17. package/dist/handlers/deal.handlers.js +4 -1
  18. package/dist/handlers/deal.handlers.js.map +1 -1
  19. package/dist/index.d.ts +2 -2
  20. package/dist/index.d.ts.map +1 -1
  21. package/dist/libs/contracts/dist/ownership.js +1 -0
  22. package/dist/libs/contracts/dist/ownership.js.map +1 -1
  23. package/dist/libs/identity-rbac/dist/contracts/dist/ownership.js +1 -0
  24. package/dist/libs/identity-rbac/dist/contracts/dist/ownership.js.map +1 -1
  25. package/dist/modules/audit-trail/dist/libs/contracts/dist/ownership.js +1 -0
  26. package/dist/modules/audit-trail/dist/libs/contracts/dist/ownership.js.map +1 -1
  27. package/dist/modules/notifications/dist/libs/contracts/dist/ownership.js +1 -0
  28. package/dist/modules/notifications/dist/libs/contracts/dist/ownership.js.map +1 -1
  29. package/package.json +10 -10
  30. package/src/handlers/deal.handlers.ts +9 -3
  31. package/tsconfig.tsbuildinfo +1 -1
@@ -1,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.18.1 powered by rolldown v1.0.0-beta.55
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/tsdown.config.js
4
- ℹ entry: src/crm-pipeline.feature.ts, src/example.ts, src/index.ts, src/contracts/index.ts, src/deal/deal.contracts.ts, src/deal/deal.enum.ts, src/deal/deal.schema.ts, src/deal/index.ts, src/entities/company.entity.ts, src/entities/contact.entity.ts, src/entities/deal.entity.ts, src/entities/index.ts, src/entities/task.entity.ts, src/docs/crm-pipeline.docblock.ts, src/docs/index.ts, src/events/contact.event.ts, src/events/deal.event.ts, src/events/index.ts, src/events/task.event.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/presentations/dashboard.presentation.ts, src/presentations/index.ts, src/presentations/pipeline.presentation.ts
4
+ ℹ entry: src/crm-pipeline.feature.ts, src/example.ts, src/index.ts, src/contracts/index.ts, src/deal/deal.contracts.ts, src/deal/deal.enum.ts, src/deal/deal.schema.ts, src/deal/index.ts, src/docs/crm-pipeline.docblock.ts, src/docs/index.ts, src/entities/company.entity.ts, src/entities/contact.entity.ts, src/entities/deal.entity.ts, src/entities/index.ts, src/entities/task.entity.ts, src/events/contact.event.ts, src/events/deal.event.ts, src/events/index.ts, src/events/task.event.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/presentations/dashboard.presentation.ts, src/presentations/index.ts, src/presentations/pipeline.presentation.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -9,8 +9,8 @@ $ tsdown
9
9
  ℹ dist/deal/deal.schema.js  5.16 kB │ gzip: 0.85 kB
10
10
  ℹ dist/handlers/mock-data.js  4.50 kB │ gzip: 1.09 kB
11
11
  ℹ dist/index.js  3.83 kB │ gzip: 0.94 kB
12
+ ℹ dist/handlers/deal.handlers.js  3.73 kB │ gzip: 1.06 kB
12
13
  ℹ dist/docs/crm-pipeline.docblock.js  3.66 kB │ gzip: 1.46 kB
13
- ℹ dist/handlers/deal.handlers.js  3.63 kB │ gzip: 1.07 kB
14
14
  ℹ dist/deal/deal.contracts.js  3.39 kB │ gzip: 0.90 kB
15
15
  ℹ dist/entities/deal.entity.js  3.33 kB │ gzip: 1.05 kB
16
16
  ℹ dist/entities/task.entity.js  3.19 kB │ gzip: 0.97 kB
@@ -123,7 +123,7 @@ $ tsdown
123
123
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/onboarding-base.js.map  8.03 kB │ gzip: 1.77 kB
124
124
  ℹ dist/libs/identity-rbac/dist/contracts/dist/onboarding-base.js.map  8.01 kB │ gzip: 1.77 kB
125
125
  ℹ dist/libs/identity-rbac/dist/entities/organization.js.map  7.99 kB │ gzip: 1.88 kB
126
- ℹ dist/handlers/deal.handlers.js.map  7.68 kB │ gzip: 2.08 kB
126
+ ℹ dist/handlers/deal.handlers.js.map  7.89 kB │ gzip: 2.07 kB
127
127
  ℹ dist/libs/identity-rbac/dist/entities/rbac.js.map  7.61 kB │ gzip: 1.85 kB
128
128
  ℹ dist/handlers/mock-data.js.map  7.48 kB │ gzip: 1.55 kB
129
129
  ℹ dist/modules/audit-trail/dist/contracts/index.js  7.20 kB │ gzip: 1.45 kB
@@ -411,9 +411,9 @@ $ tsdown
411
411
  ℹ dist/libs/contracts/dist/integrations/providers/elevenlabs.js  1.47 kB │ gzip: 0.72 kB
412
412
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.47 kB │ gzip: 0.78 kB
413
413
  ℹ dist/libs/identity-rbac/dist/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.47 kB │ gzip: 0.78 kB
414
+ ℹ dist/libs/contracts/dist/ownership.js.map  1.47 kB │ gzip: 0.63 kB
414
415
  ℹ dist/libs/identity-rbac/dist/contracts/dist/docs/meta.docs.js.map  1.46 kB │ gzip: 0.80 kB
415
416
  ℹ dist/events/task.event.js.map  1.45 kB │ gzip: 0.55 kB
416
- ℹ dist/libs/contracts/dist/ownership.js.map  1.41 kB │ gzip: 0.61 kB
417
417
  ℹ dist/libs/contracts/dist/docs/meta.docs.js.map  1.38 kB │ gzip: 0.78 kB
418
418
  ℹ dist/libs/contracts/dist/docs/index.js  1.38 kB │ gzip: 0.43 kB
419
419
  ℹ dist/entities/index.js.map  1.36 kB │ gzip: 0.49 kB
@@ -450,16 +450,16 @@ $ tsdown
450
450
  ℹ dist/libs/identity-rbac/dist/contracts/dist/docs/index.js  1.15 kB │ gzip: 0.35 kB
451
451
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/docs/index.js  1.15 kB │ gzip: 0.35 kB
452
452
  ℹ dist/modules/notifications/dist/libs/contracts/dist/docs/index.js  1.15 kB │ gzip: 0.35 kB
453
+ ℹ dist/modules/notifications/dist/libs/contracts/dist/ownership.js.map  1.14 kB │ gzip: 0.51 kB
454
+ ℹ dist/modules/audit-trail/dist/libs/contracts/dist/ownership.js.map  1.14 kB │ gzip: 0.51 kB
453
455
  ℹ dist/modules/notifications/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.14 kB │ gzip: 0.65 kB
454
456
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.14 kB │ gzip: 0.65 kB
455
457
  ℹ dist/libs/identity-rbac/dist/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.13 kB │ gzip: 0.65 kB
456
- ℹ dist/modules/notifications/dist/libs/contracts/dist/ownership.js.map  1.08 kB │ gzip: 0.49 kB
457
- ℹ dist/modules/audit-trail/dist/libs/contracts/dist/ownership.js.map  1.08 kB │ gzip: 0.50 kB
458
+ ℹ dist/libs/identity-rbac/dist/contracts/dist/ownership.js.map  1.13 kB │ gzip: 0.51 kB
458
459
  ℹ dist/modules/notifications/dist/libs/contracts/dist/docs/meta.docs.js  1.08 kB │ gzip: 0.63 kB
459
460
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/docs/meta.docs.js  1.08 kB │ gzip: 0.63 kB
460
461
  ℹ dist/libs/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
461
462
  ℹ dist/libs/identity-rbac/dist/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
462
- ℹ dist/libs/identity-rbac/dist/contracts/dist/ownership.js.map  1.07 kB │ gzip: 0.49 kB
463
463
  ℹ dist/libs/identity-rbac/dist/entities/index.js  1.04 kB │ gzip: 0.43 kB
464
464
  ℹ dist/libs/contracts/dist/knowledge/spaces/email-threads.js  1.00 kB │ gzip: 0.54 kB
465
465
  ℹ dist/libs/contracts/dist/knowledge/spaces/financial-docs.js  0.99 kB │ gzip: 0.54 kB
@@ -473,13 +473,13 @@ $ tsdown
473
473
  ℹ dist/libs/contracts/dist/integrations/index.js  0.78 kB │ gzip: 0.27 kB
474
474
  ℹ dist/modules/notifications/dist/libs/contracts/dist/spec.js  0.71 kB │ gzip: 0.34 kB
475
475
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/spec.js  0.71 kB │ gzip: 0.34 kB
476
+ ℹ dist/modules/notifications/dist/libs/contracts/dist/ownership.js  0.70 kB │ gzip: 0.35 kB
476
477
  ℹ dist/libs/identity-rbac/dist/contracts/dist/spec.js  0.70 kB │ gzip: 0.34 kB
478
+ ℹ dist/modules/audit-trail/dist/libs/contracts/dist/ownership.js  0.70 kB │ gzip: 0.35 kB
479
+ ℹ dist/libs/identity-rbac/dist/contracts/dist/ownership.js  0.70 kB │ gzip: 0.35 kB
477
480
  ℹ dist/events/deal.event.d.ts.map  0.69 kB │ gzip: 0.29 kB
478
481
  ℹ dist/libs/contracts/dist/spec.js  0.68 kB │ gzip: 0.33 kB
479
- ℹ dist/modules/notifications/dist/libs/contracts/dist/ownership.js  0.66 kB │ gzip: 0.34 kB
480
- ℹ dist/modules/audit-trail/dist/libs/contracts/dist/ownership.js  0.66 kB │ gzip: 0.34 kB
481
- ℹ dist/libs/identity-rbac/dist/contracts/dist/ownership.js  0.66 kB │ gzip: 0.34 kB
482
- ℹ dist/libs/contracts/dist/ownership.js  0.64 kB │ gzip: 0.33 kB
482
+ ℹ dist/libs/contracts/dist/ownership.js  0.68 kB │ gzip: 0.34 kB
483
483
  ℹ dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/telemetry.js  0.63 kB │ gzip: 0.29 kB
484
484
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/telemetry.js  0.63 kB │ gzip: 0.29 kB
485
485
  ℹ dist/libs/identity-rbac/dist/contracts/dist/integrations/index.js  0.63 kB │ gzip: 0.19 kB
@@ -742,13 +742,13 @@ $ tsdown
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
744
  ℹ 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
745
+ ℹ dist/deal/deal.schema.d.ts  7.69 kB │ gzip: 0.83 kB
746
746
  ℹ 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
747
  ℹ dist/events/deal.event.d.ts  3.02 kB │ gzip: 0.42 kB
749
- ℹ dist/entities/task.entity.d.ts  2.55 kB │ gzip: 0.50 kB
748
+ ℹ dist/entities/deal.entity.d.ts  3.01 kB │ gzip: 0.55 kB
749
+ ℹ dist/entities/task.entity.d.ts  2.64 kB │ gzip: 0.50 kB
750
750
  ℹ dist/handlers/deal.handlers.d.ts  2.40 kB │ gzip: 0.69 kB
751
- ℹ dist/entities/contact.entity.d.ts  1.90 kB │ gzip: 0.45 kB
751
+ ℹ dist/entities/contact.entity.d.ts  1.90 kB │ gzip: 0.44 kB
752
752
  ℹ dist/entities/company.entity.d.ts  1.68 kB │ gzip: 0.42 kB
753
753
  ℹ dist/example.d.ts  1.13 kB │ gzip: 0.46 kB
754
754
  ℹ dist/handlers/mock-data.d.ts  1.04 kB │ gzip: 0.43 kB
@@ -766,7 +766,7 @@ $ tsdown
766
766
  ℹ dist/events/index.d.ts  0.32 kB │ gzip: 0.14 kB
767
767
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
768
768
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
769
- ℹ 760 files, total: 4976.46 kB
769
+ ℹ 760 files, total: 4977.16 kB
770
770
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
771
771
  â•­─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
772
772
  │
@@ -797,16 +797,6 @@ $ tsdown
797
797
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
798
798
  ───╯
799
799
 
800
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
801
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
802
- │
803
- 2 │ import { deepStrictEqual } from "node:assert";
804
-  │ ──────┬──────
805
-  │ ╰──────── Module not found, treating it as an external dependency
806
-  │
807
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
808
- ───╯
809
-
810
800
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
811
801
  â•­─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
812
802
  │
@@ -817,6 +807,16 @@ $ tsdown
817
807
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
818
808
  ───╯
819
809
 
810
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
811
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
812
+ │
813
+ 2 │ import { deepStrictEqual } from "node:assert";
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
820
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
821
821
  â•­─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
822
822
  │
@@ -837,8 +837,8 @@ $ 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 ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
841
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:2:29 ]
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 ]
842
842
  │
843
843
  2 │ import TurndownService from "turndown";
844
844
   │ ─────┬────
@@ -847,38 +847,8 @@ $ 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 ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js
851
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
852
- │
853
- 1 │ import "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
-
860
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js
861
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
862
- │
863
- 1 │ import "node:crypto";
864
-  │ ──────┬──────
865
-  │ ╰──────── Module not found, treating it as an external dependency
866
-  │
867
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
868
- ───╯
869
-
870
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
871
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
872
- │
873
- 1 │ import "crypto";
874
-  │ ────┬───
875
-  │ ╰───── Module not found, treating it as an external dependency
876
-  │
877
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
878
- ───╯
879
-
880
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
881
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
850
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
851
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
882
852
  │
883
853
  2 │ import "node:assert";
884
854
   │ ──────┬──────
@@ -887,8 +857,8 @@ $ tsdown
887
857
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
888
858
  ───╯
889
859
 
890
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js
891
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
860
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
861
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
892
862
  │
893
863
  1 │ import "node:crypto";
894
864
   │ ──────┬──────
@@ -897,32 +867,32 @@ $ tsdown
897
867
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
898
868
  ───╯
899
869
 
900
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js
901
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/tests/runner.js:2:8 ]
870
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
871
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
902
872
  │
903
- 2 │ import "node:assert";
873
+ 1 │ import "node:crypto";
904
874
   │ ──────┬──────
905
875
   │ ╰──────── Module not found, treating it as an external dependency
906
876
   │
907
877
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
908
878
  ───╯
909
879
 
910
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js
911
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/experiments/evaluator.js:1:8 ]
880
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
881
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
912
882
  │
913
- 1 │ import "node:crypto";
914
-  │ ──────┬──────
915
-  │ ╰──────── Module not found, treating it as an external dependency
883
+ 1 │ import "node:timers/promises";
884
+  │ ───────────┬──────────
885
+  │ ╰──────────── Module not found, treating it as an external dependency
916
886
   │
917
887
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
918
888
  ───╯
919
889
 
920
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
921
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:2:29 ]
890
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
891
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
922
892
  │
923
- 2 │ import TurndownService from "turndown";
924
-  │ ─────┬────
925
-  │ ╰────── Module not found, treating it as an external dependency
893
+ 1 │ import "crypto";
894
+  │ ────┬───
895
+  │ ╰───── Module not found, treating it as an external dependency
926
896
   │
927
897
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
928
898
  ───╯
@@ -937,20 +907,20 @@ $ tsdown
937
907
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
938
908
  ───╯
939
909
 
940
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js
941
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/regenerator/service.js:1:8 ]
910
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
911
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
942
912
  │
943
- 1 │ import "node:timers/promises";
944
-  │ ───────────┬──────────
945
-  │ ╰──────────── Module not found, treating it as an external dependency
913
+ 1 │ import "node:crypto";
914
+  │ ──────┬──────
915
+  │ ╰──────── Module not found, treating it as an external dependency
946
916
   │
947
917
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
948
918
  ───╯
949
919
 
950
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js
951
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/workflow/runner.js:1:8 ]
920
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
921
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
952
922
  │
953
- 1 │ import "node:crypto";
923
+ 2 │ import "node:assert";
954
924
   │ ──────┬──────
955
925
   │ ╰──────── Module not found, treating it as an external dependency
956
926
   │
@@ -967,8 +937,18 @@ $ tsdown
967
937
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
968
938
  ───╯
969
939
 
970
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js
971
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
940
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
941
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1:8 ]
942
+ │
943
+ 1 │ import "node:timers/promises";
944
+  │ ───────────┬──────────
945
+  │ ╰──────────── Module not found, treating it as an external dependency
946
+  │
947
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
948
+ ───╯
949
+
950
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js
951
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/workflow/runner.js:1:8 ]
972
952
  │
973
953
  1 │ import "node:crypto";
974
954
   │ ──────┬──────
@@ -977,8 +957,8 @@ $ tsdown
977
957
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
978
958
  ───╯
979
959
 
980
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js
981
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/regenerator/service.js:1: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 ]
982
962
  │
983
963
  1 │ import "node:timers/promises";
984
964
   │ ───────────┬──────────
@@ -987,8 +967,8 @@ $ tsdown
987
967
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
988
968
  ───╯
989
969
 
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 ]
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 ]
992
972
  │
993
973
  1 │ import "node:crypto";
994
974
   │ ──────┬──────
@@ -997,18 +977,28 @@ $ tsdown
997
977
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
998
978
  ───╯
999
979
 
1000
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js
1001
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/tests/runner.js:2:8 ]
980
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
981
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:2:29 ]
1002
982
  │
1003
- 2 │ import "node:assert";
983
+ 2 │ import TurndownService from "turndown";
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 ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js
991
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/experiments/evaluator.js:1:8 ]
992
+ │
993
+ 1 │ import "node:crypto";
1004
994
   │ ──────┬──────
1005
995
   │ ╰──────── Module not found, treating it as an external dependency
1006
996
   │
1007
997
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1008
998
  ───╯
1009
999
 
1010
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
1011
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:8 ]
1000
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
1001
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:8 ]
1012
1002
  │
1013
1003
  1 │ import "crypto";
1014
1004
   │ ────┬───
@@ -1017,10 +1007,10 @@ $ tsdown
1017
1007
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1018
1008
  ───╯
1019
1009
 
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 ]
1010
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js
1011
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/tests/runner.js:2:8 ]
1022
1012
  │
1023
- 2 │ import "node:buffer";
1013
+ 2 │ import "node:assert";
1024
1014
   │ ──────┬──────
1025
1015
   │ ╰──────── Module not found, treating it as an external dependency
1026
1016
   │
@@ -1047,4 +1037,14 @@ $ tsdown
1047
1037
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1048
1038
  ───╯
1049
1039
 
1050
- ✔ Build complete in 57479ms
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 ]
1042
+ │
1043
+ 2 │ import "node:buffer";
1044
+  │ ──────┬──────
1045
+  │ ╰──────── Module not found, treating it as an external dependency
1046
+  │
1047
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
1048
+ ───╯
1049
+
1050
+ ✔ Build complete in 55377ms