@contractspec/example.saas-boilerplate 1.56.0 → 1.57.0

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 (71) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +57 -65
  2. package/.turbo/turbo-build.log +181 -191
  3. package/CHANGELOG.md +41 -0
  4. package/dist/billing/billing.entity.d.ts.map +1 -1
  5. package/dist/billing/billing.enum.d.ts +3 -4
  6. package/dist/billing/billing.enum.d.ts.map +1 -1
  7. package/dist/billing/billing.event.d.ts +21 -21
  8. package/dist/billing/billing.event.d.ts.map +1 -1
  9. package/dist/billing/billing.handler.d.ts.map +1 -1
  10. package/dist/billing/billing.operations.d.ts +42 -42
  11. package/dist/billing/billing.operations.d.ts.map +1 -1
  12. package/dist/billing/billing.presentation.d.ts +3 -3
  13. package/dist/billing/billing.presentation.d.ts.map +1 -1
  14. package/dist/billing/billing.schema.d.ts +47 -47
  15. package/dist/billing/billing.schema.d.ts.map +1 -1
  16. package/dist/dashboard/dashboard.presentation.d.ts +3 -3
  17. package/dist/dashboard/dashboard.presentation.d.ts.map +1 -1
  18. package/dist/example.d.ts.map +1 -1
  19. package/dist/example.js +1 -2
  20. package/dist/example.js.map +1 -1
  21. package/dist/handlers/saas.handlers.d.ts +0 -1
  22. package/dist/handlers/saas.handlers.d.ts.map +1 -1
  23. package/dist/index.d.ts.map +1 -1
  24. package/dist/index.js +3 -3
  25. package/dist/presentations/index.d.ts +0 -1
  26. package/dist/presentations/index.d.ts.map +1 -1
  27. package/dist/project/project.entity.d.ts +24 -24
  28. package/dist/project/project.entity.d.ts.map +1 -1
  29. package/dist/project/project.enum.d.ts +3 -4
  30. package/dist/project/project.enum.d.ts.map +1 -1
  31. package/dist/project/project.event.d.ts +22 -22
  32. package/dist/project/project.event.d.ts.map +1 -1
  33. package/dist/project/project.handler.d.ts.map +1 -1
  34. package/dist/project/project.operations.d.ts +103 -103
  35. package/dist/project/project.operations.d.ts.map +1 -1
  36. package/dist/project/project.presentation.d.ts +3 -3
  37. package/dist/project/project.presentation.d.ts.map +1 -1
  38. package/dist/project/project.schema.d.ts +54 -54
  39. package/dist/project/project.schema.d.ts.map +1 -1
  40. package/dist/saas-boilerplate.feature.d.ts +0 -1
  41. package/dist/saas-boilerplate.feature.d.ts.map +1 -1
  42. package/dist/seeders/index.d.ts.map +1 -1
  43. package/dist/settings/settings.entity.d.ts +24 -24
  44. package/dist/settings/settings.entity.d.ts.map +1 -1
  45. package/dist/settings/settings.enum.d.ts +2 -2
  46. package/dist/settings/settings.enum.d.ts.map +1 -1
  47. package/dist/shared/mock-data.d.ts.map +1 -1
  48. package/dist/shared/overlay-types.d.ts.map +1 -1
  49. package/dist/tests/operations.test-spec.d.ts +5 -5
  50. package/dist/tests/operations.test-spec.d.ts.map +1 -1
  51. package/dist/ui/SaasDashboard.d.ts +2 -2
  52. package/dist/ui/SaasDashboard.d.ts.map +1 -1
  53. package/dist/ui/SaasProjectList.d.ts +2 -2
  54. package/dist/ui/SaasProjectList.d.ts.map +1 -1
  55. package/dist/ui/SaasSettingsPanel.d.ts +2 -2
  56. package/dist/ui/SaasSettingsPanel.d.ts.map +1 -1
  57. package/dist/ui/hooks/useProjectList.d.ts.map +1 -1
  58. package/dist/ui/hooks/useProjectMutations.d.ts.map +1 -1
  59. package/dist/ui/modals/CreateProjectModal.d.ts.map +1 -1
  60. package/dist/ui/modals/ProjectActionsModal.d.ts.map +1 -1
  61. package/dist/ui/overlays/demo-overlays.d.ts +0 -1
  62. package/dist/ui/overlays/demo-overlays.d.ts.map +1 -1
  63. package/dist/ui/renderers/project-list.markdown.d.ts +0 -1
  64. package/dist/ui/renderers/project-list.markdown.d.ts.map +1 -1
  65. package/dist/ui/renderers/project-list.markdown.js +3 -1
  66. package/dist/ui/renderers/project-list.markdown.js.map +1 -1
  67. package/dist/ui/renderers/project-list.renderer.d.ts +0 -1
  68. package/dist/ui/renderers/project-list.renderer.d.ts.map +1 -1
  69. package/package.json +14 -14
  70. package/src/ui/renderers/project-list.markdown.ts +1 -1
  71. package/tsconfig.tsbuildinfo +1 -0
@@ -1,5 +1,5 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
2
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/tsdown.config.js
4
4
  ℹ entry: src/example.ts, src/index.ts, src/saas-boilerplate.feature.ts, src/billing/billing.entity.ts, src/billing/billing.enum.ts, src/billing/billing.event.ts, src/billing/billing.handler.ts, src/billing/billing.operations.ts, src/billing/billing.presentation.ts, src/billing/billing.schema.ts, src/billing/index.ts, src/dashboard/dashboard.presentation.ts, src/dashboard/index.ts, src/docs/index.ts, src/docs/saas-boilerplate.docblock.ts, src/handlers/index.ts, src/handlers/saas.handlers.ts, src/presentations/index.ts, src/project/index.ts, src/project/project.entity.ts, src/project/project.enum.ts, src/project/project.event.ts, src/project/project.handler.ts, src/project/project.operations.ts, src/project/project.presentation.ts, src/project/project.schema.ts, src/seeders/index.ts, src/settings/index.ts, src/settings/settings.entity.ts, src/settings/settings.enum.ts, src/shared/mock-data.ts, src/shared/overlay-types.ts, src/tests/operations.test-spec.ts, src/ui/SaasDashboard.tsx, src/ui/SaasProjectList.tsx, src/ui/SaasSettingsPanel.tsx, src/ui/index.ts, src/ui/hooks/index.ts, src/ui/hooks/useProjectList.ts, src/ui/hooks/useProjectMutations.ts, src/ui/modals/CreateProjectModal.tsx, src/ui/modals/ProjectActionsModal.tsx, src/ui/modals/index.ts, src/ui/overlays/demo-overlays.ts, src/ui/overlays/index.ts, src/ui/renderers/index.ts, src/ui/renderers/project-list.markdown.ts, src/ui/renderers/project-list.renderer.tsx
5
5
  ℹ target: esnext
@@ -8,9 +8,9 @@ $ tsdown
8
8
  ℹ Cleaning 183 files
9
9
  ℹ dist/ui/SaasDashboard.js  9.85 kB │ gzip: 2.66 kB
10
10
  ℹ dist/ui/modals/ProjectActionsModal.js  8.96 kB │ gzip: 1.97 kB
11
- ℹ dist/index.js  6.56 kB │ gzip: 1.39 kB
11
+ ℹ dist/index.js  6.54 kB │ gzip: 1.38 kB
12
12
  ℹ dist/project/project.operations.js  5.85 kB │ gzip: 1.46 kB
13
- ℹ dist/ui/renderers/project-list.markdown.js  5.49 kB │ gzip: 1.48 kB
13
+ ℹ dist/ui/renderers/project-list.markdown.js  5.56 kB │ gzip: 1.49 kB
14
14
  ℹ dist/billing/billing.schema.js  4.79 kB │ gzip: 0.86 kB
15
15
  ℹ dist/project/project.schema.js  4.60 kB │ gzip: 0.77 kB
16
16
  ℹ dist/ui/modals/CreateProjectModal.js  4.42 kB │ gzip: 1.50 kB
@@ -38,7 +38,7 @@ $ tsdown
38
38
  ℹ dist/billing/billing.handler.js  1.45 kB │ gzip: 0.58 kB
39
39
  ℹ dist/ui/overlays/demo-overlays.js  1.40 kB │ gzip: 0.57 kB
40
40
  ℹ dist/ui/index.js  1.15 kB │ gzip: 0.31 kB
41
- ℹ dist/example.js  1.12 kB │ gzip: 0.57 kB
41
+ ℹ dist/example.js  1.08 kB │ gzip: 0.56 kB
42
42
  ℹ dist/presentations/index.js  0.86 kB │ gzip: 0.28 kB
43
43
  ℹ dist/handlers/index.js  0.66 kB │ gzip: 0.22 kB
44
44
  ℹ dist/billing/billing.enum.js  0.64 kB │ gzip: 0.36 kB
@@ -57,7 +57,7 @@ $ tsdown
57
57
  ℹ dist/ui/SaasDashboard.js.map 13.95 kB │ gzip: 4.28 kB
58
58
  ℹ dist/ui/modals/ProjectActionsModal.js.map 13.61 kB │ gzip: 3.24 kB
59
59
  ℹ dist/handlers/saas.handlers.js.map 10.14 kB │ gzip: 2.92 kB
60
- ℹ dist/ui/renderers/project-list.markdown.js.map 10.04 kB │ gzip: 2.55 kB
60
+ ℹ dist/ui/renderers/project-list.markdown.js.map 10.01 kB │ gzip: 2.54 kB
61
61
  ℹ dist/project/project.operations.js.map  9.59 kB │ gzip: 1.99 kB
62
62
  ℹ dist/ui/modals/CreateProjectModal.js.map  7.15 kB │ gzip: 2.45 kB
63
63
  ℹ dist/billing/billing.schema.js.map  6.87 kB │ gzip: 1.26 kB
@@ -83,65 +83,65 @@ $ tsdown
83
83
  ℹ dist/project/project.presentation.js.map  2.39 kB │ gzip: 0.85 kB
84
84
  ℹ dist/billing/billing.presentation.js.map  2.28 kB │ gzip: 0.78 kB
85
85
  ℹ dist/dashboard/dashboard.presentation.js.map  2.23 kB │ gzip: 0.78 kB
86
- ℹ dist/example.js.map  1.61 kB │ gzip: 0.79 kB
87
- ℹ dist/project/project.operations.d.ts.map  1.37 kB │ gzip: 0.39 kB
86
+ ℹ dist/example.js.map  1.60 kB │ gzip: 0.78 kB
88
87
  ℹ dist/presentations/index.js.map  1.14 kB │ gzip: 0.45 kB
89
- ℹ dist/billing/billing.schema.d.ts.map  1.07 kB │ gzip: 0.41 kB
90
88
  ℹ dist/seeders/index.js.map  1.06 kB │ gzip: 0.64 kB
91
89
  ℹ dist/ui/renderers/project-list.renderer.js.map  1.05 kB │ gzip: 0.52 kB
92
- ℹ dist/project/project.schema.d.ts.map  1.03 kB │ gzip: 0.38 kB
93
- ℹ dist/ui/modals/ProjectActionsModal.d.ts.map  0.93 kB │ gzip: 0.38 kB
94
- ℹ dist/billing/billing.operations.d.ts.map  0.90 kB │ gzip: 0.35 kB
95
- ℹ dist/handlers/saas.handlers.d.ts.map  0.89 kB │ gzip: 0.44 kB
96
- ℹ dist/ui/hooks/useProjectMutations.d.ts.map  0.84 kB │ gzip: 0.37 kB
97
- ℹ dist/project/project.handler.d.ts.map  0.83 kB │ gzip: 0.36 kB
90
+ ℹ dist/handlers/saas.handlers.d.ts.map  0.97 kB │ gzip: 0.37 kB
91
+ ℹ dist/billing/billing.handler.d.ts.map  0.95 kB │ gzip: 0.36 kB
92
+ ℹ dist/project/project.handler.d.ts.map  0.89 kB │ gzip: 0.33 kB
93
+ ℹ dist/project/project.operations.d.ts.map  0.88 kB │ gzip: 0.25 kB
98
94
  ℹ dist/billing/billing.enum.js.map  0.81 kB │ gzip: 0.44 kB
99
95
  ℹ dist/project/project.enum.js.map  0.77 kB │ gzip: 0.39 kB
100
- ℹ dist/project/project.event.d.ts.map  0.75 kB │ gzip: 0.29 kB
101
- ℹ dist/billing/billing.handler.d.ts.map  0.66 kB │ gzip: 0.32 kB
102
- ℹ dist/billing/billing.event.d.ts.map  0.59 kB │ gzip: 0.27 kB
96
+ ℹ dist/project/project.schema.d.ts.map  0.72 kB │ gzip: 0.25 kB
97
+ ℹ dist/billing/billing.schema.d.ts.map  0.72 kB │ gzip: 0.25 kB
98
+ ℹ dist/ui/modals/ProjectActionsModal.d.ts.map  0.61 kB │ gzip: 0.27 kB
99
+ ℹ dist/billing/billing.operations.d.ts.map  0.60 kB │ gzip: 0.24 kB
103
100
  ℹ dist/settings/settings.enum.js.map  0.54 kB │ gzip: 0.35 kB
104
- ℹ dist/ui/modals/CreateProjectModal.d.ts.map  0.51 kB │ gzip: 0.28 kB
105
- ℹ dist/shared/overlay-types.d.ts.map  0.48 kB │ gzip: 0.27 kB
106
- ℹ dist/billing/billing.entity.d.ts.map  0.44 kB │ gzip: 0.25 kB
107
- ℹ dist/ui/hooks/useProjectList.d.ts.map  0.34 kB │ gzip: 0.24 kB
108
- ℹ dist/project/project.entity.d.ts.map  0.34 kB │ gzip: 0.23 kB
109
- ℹ dist/settings/settings.entity.d.ts.map  0.29 kB │ gzip: 0.20 kB
110
- ℹ dist/billing/billing.enum.d.ts.map  0.28 kB │ gzip: 0.18 kB
111
- ℹ dist/tests/operations.test-spec.d.ts.map  0.27 kB │ gzip: 0.19 kB
112
- ℹ dist/project/project.enum.d.ts.map  0.26 kB │ gzip: 0.18 kB
113
- ℹ dist/shared/mock-data.d.ts.map  0.26 kB │ gzip: 0.17 kB
114
- ℹ dist/ui/SaasProjectList.d.ts.map  0.25 kB │ gzip: 0.19 kB
115
- ℹ dist/dashboard/dashboard.presentation.d.ts.map  0.23 kB │ gzip: 0.17 kB
116
- ℹ dist/billing/billing.presentation.d.ts.map  0.23 kB │ gzip: 0.17 kB
117
- ℹ dist/project/project.presentation.d.ts.map  0.23 kB │ gzip: 0.17 kB
118
- ℹ dist/ui/renderers/project-list.markdown.d.ts.map  0.22 kB │ gzip: 0.16 kB
101
+ ℹ dist/shared/overlay-types.d.ts.map  0.49 kB │ gzip: 0.22 kB
102
+ ℹ dist/project/project.event.d.ts.map  0.45 kB │ gzip: 0.18 kB
103
+ ℹ dist/ui/hooks/useProjectMutations.d.ts.map  0.43 kB │ gzip: 0.24 kB
104
+ ℹ dist/ui/modals/CreateProjectModal.d.ts.map  0.38 kB │ gzip: 0.22 kB
105
+ ℹ dist/billing/billing.event.d.ts.map  0.37 kB │ gzip: 0.18 kB
106
+ ℹ dist/billing/billing.entity.d.ts.map  0.33 kB │ gzip: 0.19 kB
107
+ ℹ dist/ui/hooks/useProjectList.d.ts.map  0.31 kB │ gzip: 0.20 kB
108
+ ℹ dist/ui/renderers/project-list.markdown.d.ts.map  0.30 kB │ gzip: 0.18 kB
109
+ ℹ dist/tests/operations.test-spec.d.ts.map  0.29 kB │ gzip: 0.17 kB
110
+ ℹ dist/project/project.entity.d.ts.map  0.27 kB │ gzip: 0.18 kB
111
+ ℹ dist/ui/SaasProjectList.d.ts.map  0.25 kB │ gzip: 0.18 kB
112
+ ℹ dist/settings/settings.entity.d.ts.map  0.23 kB │ gzip: 0.16 kB
113
+ ℹ dist/shared/mock-data.d.ts.map  0.22 kB │ gzip: 0.16 kB
114
+ ℹ dist/dashboard/dashboard.presentation.d.ts.map  0.22 kB │ gzip: 0.16 kB
115
+ ℹ dist/ui/overlays/demo-overlays.d.ts.map  0.21 kB │ gzip: 0.17 kB
116
+ ℹ dist/billing/billing.presentation.d.ts.map  0.21 kB │ gzip: 0.16 kB
117
+ ℹ dist/project/project.presentation.d.ts.map  0.21 kB │ gzip: 0.16 kB
118
+ ℹ dist/billing/billing.enum.d.ts.map  0.19 kB │ gzip: 0.16 kB
119
+ ℹ dist/project/project.enum.d.ts.map  0.19 kB │ gzip: 0.15 kB
119
120
  ℹ dist/ui/renderers/project-list.renderer.d.ts.map  0.19 kB │ gzip: 0.15 kB
120
- ℹ dist/ui/overlays/demo-overlays.d.ts.map  0.19 kB │ gzip: 0.15 kB
121
- ℹ dist/ui/SaasSettingsPanel.d.ts.map  0.19 kB │ gzip: 0.15 kB
122
- ℹ dist/saas-boilerplate.feature.d.ts.map  0.18 kB │ gzip: 0.15 kB
123
- ℹ dist/settings/settings.enum.d.ts.map  0.18 kB │ gzip: 0.15 kB
124
- ℹ dist/index.d.ts.map  0.18 kB │ gzip: 0.13 kB
125
- ℹ dist/ui/SaasDashboard.d.ts.map  0.18 kB │ gzip: 0.15 kB
126
- ℹ dist/seeders/index.d.ts.map  0.16 kB │ gzip: 0.14 kB
127
- ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
128
- ℹ dist/presentations/index.d.ts.map  0.14 kB │ gzip: 0.13 kB
129
- ℹ dist/project/project.operations.d.ts 11.81 kB │ gzip: 0.87 kB
130
- ℹ dist/project/project.schema.d.ts  6.56 kB │ gzip: 0.76 kB
121
+ ℹ dist/index.d.ts.map  0.18 kB │ gzip: 0.14 kB
122
+ ℹ dist/saas-boilerplate.feature.d.ts.map  0.17 kB │ gzip: 0.14 kB
123
+ ℹ dist/seeders/index.d.ts.map  0.17 kB │ gzip: 0.15 kB
124
+ ℹ dist/ui/SaasSettingsPanel.d.ts.map  0.17 kB │ gzip: 0.14 kB
125
+ ℹ dist/ui/SaasDashboard.d.ts.map  0.16 kB │ gzip: 0.14 kB
126
+ ℹ dist/settings/settings.enum.d.ts.map  0.15 kB │ gzip: 0.14 kB
127
+ ℹ dist/example.d.ts.map  0.13 kB │ gzip: 0.13 kB
128
+ ℹ dist/presentations/index.d.ts.map  0.12 kB │ gzip: 0.12 kB
129
+ ℹ dist/project/project.operations.d.ts 11.60 kB │ gzip: 0.87 kB
130
+ ℹ dist/project/project.schema.d.ts  6.45 kB │ gzip: 0.75 kB
131
131
  ℹ dist/index.d.ts  6.36 kB │ gzip: 1.30 kB
132
- ℹ dist/billing/billing.schema.d.ts  5.68 kB │ gzip: 0.79 kB
133
- ℹ dist/billing/billing.operations.d.ts  4.93 kB │ gzip: 0.77 kB
132
+ ℹ dist/billing/billing.schema.d.ts  5.63 kB │ gzip: 0.78 kB
133
+ ℹ dist/billing/billing.operations.d.ts  4.89 kB │ gzip: 0.76 kB
134
134
  ℹ dist/billing/billing.entity.d.ts  2.91 kB │ gzip: 0.52 kB
135
- ℹ dist/project/project.event.d.ts  2.77 kB │ gzip: 0.43 kB
136
- ℹ dist/billing/billing.event.d.ts  2.61 kB │ gzip: 0.48 kB
135
+ ℹ dist/project/project.event.d.ts  2.73 kB │ gzip: 0.42 kB
136
+ ℹ dist/billing/billing.event.d.ts  2.56 kB │ gzip: 0.47 kB
137
137
  ℹ dist/billing/billing.handler.d.ts  2.12 kB │ gzip: 0.71 kB
138
138
  ℹ dist/handlers/saas.handlers.d.ts  1.95 kB │ gzip: 0.68 kB
139
139
  ℹ dist/project/project.handler.d.ts  1.93 kB │ gzip: 0.53 kB
140
140
  ℹ dist/billing/index.d.ts  1.90 kB │ gzip: 0.42 kB
141
141
  ℹ dist/project/index.d.ts  1.87 kB │ gzip: 0.40 kB
142
- ℹ dist/project/project.entity.d.ts  1.79 kB │ gzip: 0.42 kB
143
- ℹ dist/settings/settings.entity.d.ts  1.71 kB │ gzip: 0.37 kB
142
+ ℹ dist/project/project.entity.d.ts  1.74 kB │ gzip: 0.41 kB
144
143
  ℹ dist/shared/mock-data.d.ts  1.68 kB │ gzip: 0.50 kB
144
+ ℹ dist/settings/settings.entity.d.ts  1.66 kB │ gzip: 0.37 kB
145
145
  ℹ dist/ui/index.d.ts  1.25 kB │ gzip: 0.33 kB
146
146
  ℹ dist/ui/hooks/useProjectMutations.d.ts  1.04 kB │ gzip: 0.40 kB
147
147
  ℹ dist/ui/modals/ProjectActionsModal.d.ts  1.02 kB │ gzip: 0.45 kB
@@ -151,16 +151,16 @@ $ tsdown
151
151
  ℹ dist/presentations/index.d.ts  0.90 kB │ gzip: 0.28 kB
152
152
  ℹ dist/handlers/index.d.ts  0.89 kB │ gzip: 0.25 kB
153
153
  ℹ dist/ui/modals/CreateProjectModal.d.ts  0.64 kB │ gzip: 0.35 kB
154
- ℹ dist/project/project.enum.d.ts  0.63 kB │ gzip: 0.30 kB
155
- ℹ dist/billing/billing.enum.d.ts  0.63 kB │ gzip: 0.30 kB
156
- ℹ dist/tests/operations.test-spec.d.ts  0.59 kB │ gzip: 0.23 kB
154
+ ℹ dist/project/project.enum.d.ts  0.63 kB │ gzip: 0.29 kB
155
+ ℹ dist/billing/billing.enum.d.ts  0.63 kB │ gzip: 0.29 kB
156
+ ℹ dist/tests/operations.test-spec.d.ts  0.58 kB │ gzip: 0.23 kB
157
157
  ℹ dist/dashboard/dashboard.presentation.d.ts  0.54 kB │ gzip: 0.24 kB
158
- ℹ dist/project/project.presentation.d.ts  0.54 kB │ gzip: 0.24 kB
158
+ ℹ dist/project/project.presentation.d.ts  0.53 kB │ gzip: 0.24 kB
159
159
  ℹ dist/billing/billing.presentation.d.ts  0.53 kB │ gzip: 0.23 kB
160
160
  ℹ dist/ui/overlays/demo-overlays.d.ts  0.52 kB │ gzip: 0.27 kB
161
161
  ℹ dist/saas-boilerplate.feature.d.ts  0.45 kB │ gzip: 0.26 kB
162
162
  ℹ dist/ui/SaasProjectList.d.ts  0.43 kB │ gzip: 0.25 kB
163
- ℹ dist/ui/renderers/project-list.renderer.d.ts  0.34 kB │ gzip: 0.21 kB
163
+ ℹ dist/ui/renderers/project-list.renderer.d.ts  0.34 kB │ gzip: 0.20 kB
164
164
  ℹ dist/ui/renderers/index.d.ts  0.33 kB │ gzip: 0.14 kB
165
165
  ℹ dist/settings/settings.enum.d.ts  0.31 kB │ gzip: 0.20 kB
166
166
  ℹ dist/seeders/index.d.ts  0.29 kB │ gzip: 0.22 kB
@@ -174,15 +174,7 @@ $ tsdown
174
174
  ℹ dist/ui/overlays/index.d.ts  0.15 kB │ gzip: 0.09 kB
175
175
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
176
176
  ℹ dist/docs/saas-boilerplate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
177
- ℹ 168 files, total: 388.42 kB
178
- src/ui/renderers/project-list.markdown.ts (10:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.saas-boilerplate/handlers' in src/ui/renderers/project-list.markdown.ts
179
- ╭─[ src/ui/renderers/project-list.markdown.ts:10:8 ]
180
- │
181
- 10 │ } from '@contractspec/example.saas-boilerplate/handlers';
182
-  │ ────────────────────────┬────────────────────────
183
-  │ ╰────────────────────────── Module not found, treating it as an external dependency
184
-  │
185
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
186
- ────╯
177
+ ℹ 168 files, total: 384.87 kB
178
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:external`. See https://rolldown.rs/options/checks#plugintimings for more details.
187
179
 
188
- ✔ Build complete in 33624ms
180
+ ✔ Build complete in 40461ms