@lssm/example.crm-pipeline 0.0.0-canary-20251207012602 → 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/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/contracts/deal.ts, src/contracts/index.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/pipeline.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,11 +449,11 @@ $ 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
- ℹ dist/entities/deal.d.ts  3.01 kB │ gzip: 0.53 kB
456
+ ℹ dist/entities/deal.d.ts  3.06 kB │ gzip: 0.53 kB
457
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
@@ -465,12 +465,22 @@ $ 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.94 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
+
469
474
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
470
475
  - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
471
476
   │
472
477
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
473
478
 
479
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
480
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
481
+  │
482
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
483
+
474
484
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'fs' in ../../libs/contracts/dist/server/graphql-schema-export.js
475
485
  â•­─[ ../../libs/contracts/dist/server/graphql-schema-export.js:1:167 ]
476
486
  │
@@ -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 'node:perf_hooks' in ../../libs/contracts/dist/integrations/runtime.js
495
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/integrations/runtime.js at 28..45
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 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
500
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
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,28 +511,38 @@ $ 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 'node:perf_hooks' in ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js
515
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js:1:7 ]
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
- 1 │ import"node:perf_hooks";
518
-  │ ────────┬────────
519
-  │ ╰────────── Module not found, treating it as an external dependency
517
+ 1 │ import"react";import"turndown";
518
+  │ ─────┬────
519
+  │ ╰────── Module not found, treating it as an external dependency
520
520
   │
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 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
525
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:1:21 ]
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
- 1 │ import"react";import"turndown";
528
-  │ ─────┬────
529
-  │ ╰────── Module not found, treating it as an external dependency
527
+ 1 │ import"crypto";
528
+  │ ────┬───
529
+  │ ╰───── Module not found, treating it as an external dependency
530
530
   │
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 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
535
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.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
+ │
537
+ 1 │ import"node:perf_hooks";
538
+  │ ────────┬────────
539
+  │ ╰────────── Module not found, treating it as an external dependency
540
+  │
541
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
542
+ ───╯
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 ]
536
546
  │
537
547
  1 │ import"crypto";
538
548
   │ ────┬───
@@ -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,8 +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 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
575
- ╭─[ ../../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 ]
576
586
  │
577
587
  1 │ import"crypto";
578
588
   │ ────┬───
@@ -581,8 +591,8 @@ $ tsdown
581
591
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
582
592
  ───╯
583
593
 
584
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js
585
- ╭─[ ../../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 ]
586
596
  │
587
597
  1 │ import"node:perf_hooks";
588
598
   │ ────────┬────────
@@ -591,16 +601,6 @@ $ tsdown
591
601
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
592
602
  ───╯
593
603
 
594
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
595
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
596
- │
597
- 1 │ import"react";import"turndown";
598
-  │ ─────┬────
599
-  │ ╰────── Module not found, treating it as an external dependency
600
-  │
601
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
602
- ───╯
603
-
604
604
  [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js
605
605
  â•­─[ ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
606
606
  │
@@ -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 ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js
615
- ╭─[ ../../libs/identity-rbac/dist/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 37311ms
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-20251207012602
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-20251207012602
10
- - @lssm/lib.schema@0.0.0-canary-20251207012602
11
- - @lssm/lib.jobs@0.0.0-canary-20251207012602
12
- - @lssm/lib.bus@0.0.0-canary-20251207012602
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251207012602
14
- - @lssm/module.audit-trail@0.0.0-canary-20251207012602
15
- - @lssm/module.notifications@0.0.0-canary-20251207012602
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