@contractspec/example.crm-pipeline 1.45.2 → 1.45.3

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.
@@ -1,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/tsdown.config.js
4
- ℹ entry: src/crm-pipeline.feature.ts, src/example.ts, src/index.ts, src/deal/deal.enum.ts, src/deal/deal.operation.ts, src/deal/deal.schema.ts, src/deal/index.ts, src/docs/crm-pipeline.docblock.ts, src/docs/index.ts, src/events/contact.event.ts, src/events/deal.event.ts, src/events/index.ts, src/events/task.event.ts, src/entities/company.entity.ts, src/entities/contact.entity.ts, src/entities/deal.entity.ts, src/entities/index.ts, src/entities/task.entity.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/operations/index.ts, src/presentations/dashboard.presentation.ts, src/presentations/index.ts, src/presentations/pipeline.presentation.ts
4
+ ℹ entry: src/crm-pipeline.feature.ts, src/example.ts, src/index.ts, src/deal/deal.enum.ts, src/deal/deal.operation.ts, src/deal/deal.schema.ts, src/deal/index.ts, src/docs/crm-pipeline.docblock.ts, src/docs/index.ts, src/entities/company.entity.ts, src/entities/contact.entity.ts, src/entities/deal.entity.ts, src/entities/index.ts, src/entities/task.entity.ts, src/events/contact.event.ts, src/events/deal.event.ts, src/events/index.ts, src/events/task.event.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/operations/index.ts, src/presentations/dashboard.presentation.ts, src/presentations/index.ts, src/presentations/pipeline.presentation.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -78,8 +78,8 @@ $ tsdown
78
78
  ℹ dist/entities/contact.entity.d.ts  2.16 kB │ gzip: 0.45 kB
79
79
  ℹ dist/entities/company.entity.d.ts  1.91 kB │ gzip: 0.42 kB
80
80
  ℹ dist/handlers/mock-data.d.ts  1.04 kB │ gzip: 0.43 kB
81
+ ℹ dist/events/contact.event.d.ts  0.94 kB │ gzip: 0.31 kB
81
82
  ℹ dist/events/task.event.d.ts  0.93 kB │ gzip: 0.30 kB
82
- ℹ dist/events/contact.event.d.ts  0.92 kB │ gzip: 0.31 kB
83
83
  ℹ dist/entities/index.d.ts  0.85 kB │ gzip: 0.32 kB
84
84
  ℹ dist/handlers/index.d.ts  0.80 kB │ gzip: 0.25 kB
85
85
  ℹ dist/operations/index.d.ts  0.79 kB │ gzip: 0.24 kB
@@ -93,5 +93,5 @@ $ tsdown
93
93
  ℹ dist/example.d.ts  0.20 kB │ gzip: 0.16 kB
94
94
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
95
95
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
96
- ℹ 87 files, total: 200.74 kB
97
- ✔ Build complete in 22308ms
96
+ ℹ 87 files, total: 200.75 kB
97
+ ✔ Build complete in 21539ms
@@ -95,4 +95,4 @@ $ tsdown
95
95
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
96
96
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
97
97
  ℹ 87 files, total: 200.75 kB
98
- ✔ Build complete in 22216ms
98
+ ✔ Build complete in 26095ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 1.45.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e74ea9e: feat: version management
8
+ - Updated dependencies [e74ea9e]
9
+ - @contractspec/module.notifications@1.45.3
10
+ - @contractspec/module.audit-trail@1.45.3
11
+ - @contractspec/lib.identity-rbac@1.45.3
12
+ - @contractspec/lib.contracts@1.45.3
13
+ - @contractspec/lib.schema@1.45.3
14
+
3
15
  ## 1.45.2
4
16
 
5
17
  ### Patch Changes