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

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/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
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -450,14 +450,14 @@ $ tsdown
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
452
  ℹ dist/contracts/deal.d.ts 20.38 kB │ gzip: 1.17 kB
453
- ℹ dist/events.d.ts  8.42 kB │ gzip: 0.67 kB
453
+ ℹ dist/events.d.ts  8.26 kB │ gzip: 0.66 kB
454
454
  ℹ dist/entities/index.d.ts  8.22 kB │ gzip: 0.92 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.50 kB │ gzip: 0.47 kB
457
+ ℹ dist/entities/task.d.ts  2.54 kB │ gzip: 0.47 kB
458
458
  ℹ dist/handlers/deal.handlers.d.ts  2.36 kB │ gzip: 0.67 kB
459
- ℹ dist/entities/contact.d.ts  1.82 kB │ gzip: 0.42 kB
460
- ℹ dist/entities/company.d.ts  1.60 kB │ gzip: 0.39 kB
459
+ ℹ dist/entities/contact.d.ts  1.85 kB │ gzip: 0.42 kB
460
+ ℹ dist/entities/company.d.ts  1.63 kB │ gzip: 0.39 kB
461
461
  ℹ dist/handlers/mock-data.d.ts  1.00 kB │ gzip: 0.41 kB
462
462
  ℹ dist/handlers/index.d.ts  0.80 kB │ gzip: 0.25 kB
463
463
  ℹ dist/contracts/index.d.ts  0.67 kB │ gzip: 0.18 kB
@@ -465,9 +465,9 @@ $ 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: 349.01 kB
469
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
470
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
468
+ ℹ 459 files, total: 348.95 kB
469
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
470
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
471
471
   │
472
472
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
473
473
 
@@ -491,8 +491,8 @@ $ tsdown
491
491
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
492
492
  ───╯
493
493
 
494
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
495
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
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
496
   │
497
497
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
498
498
 
@@ -551,16 +551,6 @@ $ tsdown
551
551
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
552
552
  ───╯
553
553
 
554
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js
555
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
556
- │
557
- 1 │ import"node:perf_hooks";
558
-  │ ────────┬────────
559
-  │ ╰────────── Module not found, treating it as an external dependency
560
-  │
561
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
562
- ───╯
563
-
564
554
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
565
555
  â•­─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
566
556
  │
@@ -571,22 +561,22 @@ $ tsdown
571
561
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
572
562
  ───╯
573
563
 
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 ]
564
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js
565
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
576
566
  │
577
- 1 │ import"react";import"turndown";
578
-  │ ─────┬────
579
-  │ ╰────── Module not found, treating it as an external dependency
567
+ 1 │ import"node:perf_hooks";
568
+  │ ────────┬────────
569
+  │ ╰────────── Module not found, treating it as an external dependency
580
570
   │
581
571
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
582
572
  ───╯
583
573
 
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 ]
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 ]
586
576
  │
587
- 1 │ import"node:perf_hooks";
588
-  │ ────────┬────────
589
-  │ ╰────────── Module not found, treating it as an external dependency
577
+ 1 │ import"react";import"turndown";
578
+  │ ─────┬────
579
+  │ ╰────── Module not found, treating it as an external dependency
590
580
   │
591
581
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
592
582
  ───╯
@@ -601,8 +591,18 @@ $ tsdown
601
591
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
602
592
  ───╯
603
593
 
604
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js
605
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
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 ]
596
+ │
597
+ 1 │ import"node:perf_hooks";
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
+ [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 ]
606
606
  │
607
607
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
608
608
   │ ─────────┬────────
@@ -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 ../../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 ]
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 ]
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 36275ms
634
+ ✔ Build complete in 34524ms
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-20251206160926
3
+ ## 0.0.0-canary-20251206181705
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-20251206160926
10
- - @lssm/lib.schema@0.0.0-canary-20251206160926
11
- - @lssm/lib.jobs@0.0.0-canary-20251206160926
12
- - @lssm/lib.bus@0.0.0-canary-20251206160926
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251206160926
14
- - @lssm/module.audit-trail@0.0.0-canary-20251206160926
15
- - @lssm/module.notifications@0.0.0-canary-20251206160926
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