@lssm/example.crm-pipeline 0.0.0-canary-20251206181705 → 0.0.0-canary-20251207013726

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/tsdown.config.js
5
- ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/entities/company.ts, src/entities/contact.ts, src/entities/deal.ts, src/entities/index.ts, src/entities/task.ts, src/contracts/deal.ts, src/contracts/index.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/pipeline.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts
5
+ ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/contracts/deal.ts, src/contracts/index.ts, src/entities/company.ts, src/entities/contact.ts, src/entities/deal.ts, src/entities/index.ts, src/entities/task.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/pipeline.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -449,12 +449,12 @@ $ tsdown
449
449
  ℹ dist/modules/audit-trail/dist/libs/contracts/dist/presentations.js  0.01 kB │ gzip: 0.03 kB
450
450
  ℹ dist/modules/notifications/dist/libs/contracts/dist/jsonschema.js  0.01 kB │ gzip: 0.03 kB
451
451
  ℹ dist/modules/notifications/dist/libs/contracts/dist/presentations.js  0.01 kB │ gzip: 0.03 kB
452
- ℹ dist/contracts/deal.d.ts 20.38 kB │ gzip: 1.17 kB
453
- ℹ dist/events.d.ts  8.26 kB │ gzip: 0.66 kB
454
- ℹ dist/entities/index.d.ts  8.22 kB │ gzip: 0.92 kB
452
+ ℹ dist/contracts/deal.d.ts 19.97 kB │ gzip: 1.16 kB
453
+ ℹ dist/events.d.ts  8.42 kB │ gzip: 0.67 kB
454
+ ℹ dist/entities/index.d.ts  8.22 kB │ gzip: 0.91 kB
455
455
  ℹ dist/index.d.ts  3.30 kB │ gzip: 0.83 kB
456
456
  ℹ dist/entities/deal.d.ts  3.06 kB │ gzip: 0.53 kB
457
- ℹ dist/entities/task.d.ts  2.54 kB │ gzip: 0.47 kB
457
+ ℹ dist/entities/task.d.ts  2.59 kB │ gzip: 0.48 kB
458
458
  ℹ dist/handlers/deal.handlers.d.ts  2.36 kB │ gzip: 0.67 kB
459
459
  ℹ dist/entities/contact.d.ts  1.85 kB │ gzip: 0.42 kB
460
460
  ℹ dist/entities/company.d.ts  1.63 kB │ gzip: 0.39 kB
@@ -465,7 +465,17 @@ $ tsdown
465
465
  ℹ dist/presentations/index.d.ts  0.61 kB │ gzip: 0.24 kB
466
466
  ℹ dist/presentations/dashboard.d.ts  0.41 kB │ gzip: 0.20 kB
467
467
  ℹ dist/feature.d.ts  0.33 kB │ gzip: 0.21 kB
468
- ℹ 459 files, total: 348.95 kB
468
+ ℹ 459 files, total: 348.75 kB
469
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/contracts/dist/integrations/runtime.js
470
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/integrations/runtime.js at 28..45
471
+  │
472
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
473
+
474
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
475
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
476
+  │
477
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
478
+
469
479
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
470
480
  - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
471
481
   │
@@ -491,16 +501,6 @@ $ tsdown
491
501
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
492
502
  ───╯
493
503
 
494
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
495
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
496
-  │
497
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
498
-
499
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/contracts/dist/integrations/runtime.js
500
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/integrations/runtime.js at 28..45
501
-  │
502
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
503
-
504
504
  [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/contracts/dist/graphql-federation/dist/index.js
505
505
  â•­─[ ../../libs/contracts/dist/graphql-federation/dist/index.js:1:71 ]
506
506
  │
@@ -511,8 +511,8 @@ $ tsdown
511
511
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
512
512
  ───╯
513
513
 
514
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
515
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:1:21 ]
514
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
515
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
516
516
  │
517
517
  1 │ import"react";import"turndown";
518
518
   │ ─────┬────
@@ -521,8 +521,8 @@ $ tsdown
521
521
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
522
522
  ───╯
523
523
 
524
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
525
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:7 ]
524
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
525
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
526
526
  │
527
527
  1 │ import"crypto";
528
528
   │ ────┬───
@@ -531,8 +531,8 @@ $ tsdown
531
531
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
532
532
  ───╯
533
533
 
534
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js
535
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js:1:7 ]
534
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js
535
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
536
536
  │
537
537
  1 │ import"node:perf_hooks";
538
538
   │ ────────┬────────
@@ -541,6 +541,16 @@ $ tsdown
541
541
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
542
542
  ───╯
543
543
 
544
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
545
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
546
+ │
547
+ 1 │ import"crypto";
548
+  │ ────┬───
549
+  │ ╰───── Module not found, treating it as an external dependency
550
+  │
551
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
552
+ ───╯
553
+
544
554
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js
545
555
  â•­─[ ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
546
556
  │
@@ -551,12 +561,12 @@ $ tsdown
551
561
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
552
562
  ───╯
553
563
 
554
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
555
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
564
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
565
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:1:21 ]
556
566
  │
557
- 1 │ import"crypto";
558
-  │ ────┬───
559
-  │ ╰───── Module not found, treating it as an external dependency
567
+ 1 │ import"react";import"turndown";
568
+  │ ─────┬────
569
+  │ ╰────── Module not found, treating it as an external dependency
560
570
   │
561
571
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
562
572
  ───╯
@@ -571,18 +581,8 @@ $ tsdown
571
581
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
572
582
  ───╯
573
583
 
574
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
575
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
576
- │
577
- 1 │ import"react";import"turndown";
578
-  │ ─────┬────
579
-  │ ╰────── Module not found, treating it as an external dependency
580
-  │
581
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
582
- ───╯
583
-
584
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
585
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
584
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
585
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:7 ]
586
586
  │
587
587
  1 │ import"crypto";
588
588
   │ ────┬───
@@ -591,8 +591,8 @@ $ tsdown
591
591
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
592
592
  ───╯
593
593
 
594
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js
595
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
594
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js
595
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js:1:7 ]
596
596
  │
597
597
  1 │ import"node:perf_hooks";
598
598
   │ ────────┬────────
@@ -601,8 +601,8 @@ $ tsdown
601
601
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
602
602
  ───╯
603
603
 
604
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js
605
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js:1:41 ]
604
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js
605
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
606
606
  │
607
607
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
608
608
   │ ─────────┬────────
@@ -611,8 +611,8 @@ $ tsdown
611
611
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
612
612
  ───╯
613
613
 
614
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js
615
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
614
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js
615
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
616
616
  │
617
617
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
618
618
   │ ─────────┬────────
@@ -621,8 +621,8 @@ $ tsdown
621
621
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
622
622
  ───╯
623
623
 
624
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js
625
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
624
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js
625
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js:1:41 ]
626
626
  │
627
627
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
628
628
   │ ─────────┬────────
@@ -631,5 +631,5 @@ $ tsdown
631
631
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
632
632
  ───╯
633
633
 
634
- ✔ Build complete in 34524ms
634
+ ✔ Build complete in 32976ms
635
635
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @lssm/example.crm-pipeline
2
2
 
3
- ## 0.0.0-canary-20251206181705
3
+ ## 0.0.0-canary-20251207013726
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3086383: refactor: dependencies upgrade
8
8
  - Updated dependencies [3086383]
9
- - @lssm/lib.contracts@0.0.0-canary-20251206181705
10
- - @lssm/lib.schema@0.0.0-canary-20251206181705
11
- - @lssm/lib.jobs@0.0.0-canary-20251206181705
12
- - @lssm/lib.bus@0.0.0-canary-20251206181705
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251206181705
14
- - @lssm/module.audit-trail@0.0.0-canary-20251206181705
15
- - @lssm/module.notifications@0.0.0-canary-20251206181705
9
+ - @lssm/lib.contracts@0.0.0-canary-20251207013726
10
+ - @lssm/lib.schema@0.0.0-canary-20251207013726
11
+ - @lssm/lib.jobs@0.0.0-canary-20251207013726
12
+ - @lssm/lib.bus@0.0.0-canary-20251207013726
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251207013726
14
+ - @lssm/module.audit-trail@0.0.0-canary-20251207013726
15
+ - @lssm/module.notifications@0.0.0-canary-20251207013726