@contractspec/example.crm-pipeline 1.44.0 → 1.44.1

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.
@@ -94,4 +94,4 @@ $ tsdown
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
96
  ℹ 87 files, total: 200.69 kB
97
- ✔ Build complete in 19427ms
97
+ ✔ Build complete in 23977ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/tsdown.config.js
6
- ℹ 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
6
+ ℹ 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/operations/index.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/presentations/dashboard.presentation.ts, src/presentations/index.ts, src/presentations/pipeline.presentation.ts
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -72,7 +72,7 @@ $ tsdown
72
72
  ℹ dist/deal/deal.operation.d.ts 14.01 kB │ gzip: 0.98 kB
73
73
  ℹ dist/deal/deal.schema.d.ts  8.27 kB │ gzip: 0.84 kB
74
74
  ℹ dist/index.d.ts  3.56 kB │ gzip: 0.91 kB
75
- ℹ dist/entities/deal.entity.d.ts  3.54 kB │ gzip: 0.55 kB
75
+ ℹ dist/entities/deal.entity.d.ts  3.54 kB │ gzip: 0.56 kB
76
76
  ℹ dist/events/deal.event.d.ts  3.31 kB │ gzip: 0.43 kB
77
77
  ℹ dist/entities/task.entity.d.ts  2.99 kB │ gzip: 0.51 kB
78
78
  ℹ dist/handlers/deal.handlers.d.ts  2.40 kB │ gzip: 0.69 kB
@@ -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.69 kB
98
- ✔ Build complete in 24010ms
98
+ ✔ Build complete in 25333ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c594fb: fix
8
+ - Updated dependencies [3c594fb]
9
+ - @contractspec/module.notifications@1.44.1
10
+ - @contractspec/module.audit-trail@1.44.1
11
+ - @contractspec/lib.identity-rbac@1.44.1
12
+ - @contractspec/lib.contracts@1.44.1
13
+ - @contractspec/lib.schema@1.44.1
14
+ - @contractspec/lib.jobs@1.44.1
15
+ - @contractspec/lib.bus@1.44.1
16
+
3
17
  ## 1.44.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,18 +47,18 @@
47
47
  "test": "bun run"
48
48
  },
49
49
  "dependencies": {
50
- "@contractspec/lib.schema": "1.44.0",
51
- "@contractspec/lib.contracts": "1.44.0",
52
- "@contractspec/lib.bus": "1.44.0",
53
- "@contractspec/lib.identity-rbac": "1.44.0",
54
- "@contractspec/lib.jobs": "1.44.0",
55
- "@contractspec/module.audit-trail": "1.44.0",
56
- "@contractspec/module.notifications": "1.44.0",
50
+ "@contractspec/lib.schema": "1.44.1",
51
+ "@contractspec/lib.contracts": "1.44.1",
52
+ "@contractspec/lib.bus": "1.44.1",
53
+ "@contractspec/lib.identity-rbac": "1.44.1",
54
+ "@contractspec/lib.jobs": "1.44.1",
55
+ "@contractspec/module.audit-trail": "1.44.1",
56
+ "@contractspec/module.notifications": "1.44.1",
57
57
  "zod": "^4.1.13"
58
58
  },
59
59
  "devDependencies": {
60
- "@contractspec/tool.tsdown": "1.44.0",
61
- "@contractspec/tool.typescript": "1.44.0",
60
+ "@contractspec/tool.tsdown": "1.44.1",
61
+ "@contractspec/tool.typescript": "1.44.1",
62
62
  "tsdown": "^0.18.3",
63
63
  "typescript": "^5.9.3"
64
64
  },