@lssm/example.saas-boilerplate 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/saas-boilerplate/tsdown.config.js
5
- ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/entities/billing.ts, src/entities/index.ts, src/entities/project.ts, src/entities/settings.ts, src/handlers/billing.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/handlers/project.handlers.ts, src/contracts/billing.ts, src/contracts/index.ts, src/contracts/project.ts, src/presentations/billing.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/project-list.ts
5
+ ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/contracts/billing.ts, src/contracts/index.ts, src/contracts/project.ts, src/entities/billing.ts, src/entities/index.ts, src/entities/project.ts, src/entities/settings.ts, src/handlers/billing.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/handlers/project.handlers.ts, src/presentations/billing.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/project-list.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -561,11 +561,11 @@ $ tsdown
561
561
  ℹ dist/modules/notifications/dist/libs/contracts/dist/jsonschema.js  0.01 kB │ gzip: 0.03 kB
562
562
  ℹ dist/modules/notifications/dist/libs/contracts/dist/presentations.js  0.01 kB │ gzip: 0.03 kB
563
563
  ℹ dist/contracts/project.d.ts 16.57 kB │ gzip: 1.04 kB
564
- ℹ dist/contracts/billing.d.ts  9.41 kB │ gzip: 0.94 kB
564
+ ℹ dist/contracts/billing.d.ts  9.32 kB │ gzip: 0.93 kB
565
565
  ℹ dist/events.d.ts  8.53 kB │ gzip: 0.71 kB
566
- ℹ dist/entities/index.d.ts  5.02 kB │ gzip: 0.73 kB
566
+ ℹ dist/entities/index.d.ts  5.19 kB │ gzip: 0.72 kB
567
567
  ℹ dist/index.d.ts  4.77 kB │ gzip: 1.03 kB
568
- ℹ dist/entities/billing.d.ts  2.55 kB │ gzip: 0.48 kB
568
+ ℹ dist/entities/billing.d.ts  2.51 kB │ gzip: 0.49 kB
569
569
  ℹ dist/handlers/billing.handlers.d.ts  2.07 kB │ gzip: 0.69 kB
570
570
  ℹ dist/handlers/project.handlers.d.ts  1.89 kB │ gzip: 0.51 kB
571
571
  ℹ dist/handlers/mock-data.d.ts  1.63 kB │ gzip: 0.48 kB
@@ -578,7 +578,12 @@ $ tsdown
578
578
  ℹ dist/presentations/dashboard.d.ts  0.42 kB │ gzip: 0.21 kB
579
579
  ℹ dist/presentations/billing.d.ts  0.41 kB │ gzip: 0.20 kB
580
580
  ℹ dist/feature.d.ts  0.33 kB │ gzip: 0.22 kB
581
- ℹ 572 files, total: 422.71 kB
581
+ ℹ 572 files, total: 422.74 kB
582
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
583
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
584
+  │
585
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
586
+
582
587
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
583
588
  - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
584
589
   │
@@ -609,11 +614,6 @@ $ tsdown
609
614
   │
610
615
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
611
616
 
612
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
613
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
614
-  │
615
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
616
-
617
617
  [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/contracts/dist/graphql-federation/dist/index.js
618
618
  â•­─[ ../../libs/contracts/dist/graphql-federation/dist/index.js:1:71 ]
619
619
  │
@@ -624,26 +624,6 @@ $ tsdown
624
624
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
625
625
  ───╯
626
626
 
627
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js
628
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
629
- │
630
- 1 │ import"node:perf_hooks";
631
-  │ ────────┬────────
632
-  │ ╰────────── Module not found, treating it as an external dependency
633
-  │
634
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
635
- ───╯
636
-
637
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js
638
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
639
- │
640
- 1 │ import"react";import"turndown";
641
-  │ ─────┬────
642
-  │ ╰────── Module not found, treating it as an external dependency
643
-  │
644
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
645
- ───╯
646
-
647
627
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/jobs/dist/contracts/dist/presentations.v2.js
648
628
  â•­─[ ../../libs/jobs/dist/contracts/dist/presentations.v2.js:1:21 ]
649
629
  │
@@ -654,8 +634,8 @@ $ tsdown
654
634
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
655
635
  ───╯
656
636
 
657
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/jobs/dist/contracts/dist/integrations/runtime.js
658
- ╭─[ ../../libs/jobs/dist/contracts/dist/integrations/runtime.js:1:7 ]
637
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js
638
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
659
639
  │
660
640
  1 │ import"node:perf_hooks";
661
641
   │ ────────┬────────
@@ -664,8 +644,8 @@ $ tsdown
664
644
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
665
645
  ───╯
666
646
 
667
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
668
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
647
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
648
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
669
649
  │
670
650
  1 │ import"crypto";
671
651
   │ ────┬───
@@ -684,8 +664,18 @@ $ tsdown
684
664
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
685
665
  ───╯
686
666
 
687
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js
688
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js:1:7 ]
667
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
668
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
669
+ │
670
+ 1 │ import"react";import"turndown";
671
+  │ ─────┬────
672
+  │ ╰────── Module not found, treating it as an external dependency
673
+  │
674
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
675
+ ───╯
676
+
677
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/jobs/dist/contracts/dist/integrations/runtime.js
678
+ ╭─[ ../../libs/jobs/dist/contracts/dist/integrations/runtime.js:1:7 ]
689
679
  │
690
680
  1 │ import"node:perf_hooks";
691
681
   │ ────────┬────────
@@ -694,8 +684,8 @@ $ tsdown
694
684
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
695
685
  ───╯
696
686
 
697
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
698
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:1:21 ]
687
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js
688
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
699
689
  │
700
690
  1 │ import"react";import"turndown";
701
691
   │ ─────┬────
@@ -704,8 +694,8 @@ $ tsdown
704
694
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
705
695
  ───╯
706
696
 
707
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js
708
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js:1:21 ]
697
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js
698
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/presentations.v2.js:1:21 ]
709
699
  │
710
700
  1 │ import"react";import"turndown";
711
701
   │ ─────┬────
@@ -714,8 +704,8 @@ $ tsdown
714
704
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
715
705
  ───╯
716
706
 
717
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
718
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:7 ]
707
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js
708
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
719
709
  │
720
710
  1 │ import"crypto";
721
711
   │ ────┬───
@@ -724,8 +714,8 @@ $ tsdown
724
714
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
725
715
  ───╯
726
716
 
727
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js
728
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
717
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js
718
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/integrations/runtime.js:1:7 ]
729
719
  │
730
720
  1 │ import"node:perf_hooks";
731
721
   │ ────────┬────────
@@ -734,8 +724,8 @@ $ tsdown
734
724
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
735
725
  ───╯
736
726
 
737
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js
738
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/telemetry/tracker.js:1:7 ]
727
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js
728
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/telemetry/tracker.js:1:7 ]
739
729
  │
740
730
  1 │ import"crypto";
741
731
   │ ────┬───
@@ -744,8 +734,18 @@ $ tsdown
744
734
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
745
735
  ───╯
746
736
 
747
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js
748
- ╭─[ ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
737
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js
738
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/integrations/runtime.js:1:7 ]
739
+ │
740
+ 1 │ import"node:perf_hooks";
741
+  │ ────────┬────────
742
+  │ ╰────────── Module not found, treating it as an external dependency
743
+  │
744
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
745
+ ───╯
746
+
747
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/jobs/dist/contracts/dist/graphql-federation/dist/index.js
748
+ ╭─[ ../../libs/jobs/dist/contracts/dist/graphql-federation/dist/index.js:1:41 ]
749
749
  │
750
750
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
751
751
   │ ─────────┬────────
@@ -754,8 +754,8 @@ $ tsdown
754
754
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
755
755
  ───╯
756
756
 
757
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js
758
- ╭─[ ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js:1:41 ]
757
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js
758
+ ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
759
759
  │
760
760
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
761
761
   │ ─────────┬────────
@@ -764,8 +764,8 @@ $ tsdown
764
764
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
765
765
  ───╯
766
766
 
767
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/jobs/dist/contracts/dist/graphql-federation/dist/index.js
768
- ╭─[ ../../libs/jobs/dist/contracts/dist/graphql-federation/dist/index.js:1:41 ]
767
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js
768
+ ╭─[ ../../libs/identity-rbac/dist/contracts/dist/graphql-federation/dist/index.js:1:41 ]
769
769
  │
770
770
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
771
771
   │ ─────────┬────────
@@ -774,8 +774,8 @@ $ tsdown
774
774
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
775
775
  ───╯
776
776
 
777
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js
778
- ╭─[ ../../modules/audit-trail/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
777
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js
778
+ ╭─[ ../../modules/notifications/dist/libs/contracts/dist/graphql-federation/dist/index.js:1:41 ]
779
779
  │
780
780
  1 │ import"@pothos/plugin-federation";import"@apollo/subgraph";
781
781
   │ ─────────┬────────
@@ -784,5 +784,5 @@ $ tsdown
784
784
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
785
785
  ───╯
786
786
 
787
- ✔ Build complete in 34487ms
787
+ ✔ Build complete in 32655ms
788
788
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @lssm/example.saas-boilerplate
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