@contractspec/example.crm-pipeline 1.45.3 → 1.45.4

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.75 kB
97
- ✔ Build complete in 21539ms
97
+ ✔ Build complete in 22714ms
@@ -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/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/deal/deal.enum.ts, src/deal/deal.operation.ts, src/deal/deal.schema.ts, src/deal/index.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
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -69,15 +69,15 @@ $ tsdown
69
69
  ℹ dist/crm-pipeline.feature.d.ts.map  0.16 kB │ gzip: 0.13 kB
70
70
  ℹ dist/entities/index.d.ts.map  0.15 kB │ gzip: 0.13 kB
71
71
  ℹ dist/example.d.ts.map  0.12 kB │ gzip: 0.12 kB
72
- ℹ dist/deal/deal.operation.d.ts 14.01 kB │ gzip: 0.97 kB
72
+ ℹ dist/deal/deal.operation.d.ts 14.26 kB │ gzip: 0.97 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.56 kB
75
+ ℹ dist/entities/deal.entity.d.ts  3.49 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
79
- ℹ dist/entities/contact.entity.d.ts  2.16 kB │ gzip: 0.45 kB
80
- ℹ dist/entities/company.entity.d.ts  1.91 kB │ gzip: 0.42 kB
79
+ ℹ dist/entities/contact.entity.d.ts  2.13 kB │ gzip: 0.45 kB
80
+ ℹ dist/entities/company.entity.d.ts  1.86 kB │ gzip: 0.42 kB
81
81
  ℹ dist/handlers/mock-data.d.ts  1.04 kB │ gzip: 0.43 kB
82
82
  ℹ dist/events/contact.event.d.ts  0.94 kB │ gzip: 0.31 kB
83
83
  ℹ dist/events/task.event.d.ts  0.93 kB │ gzip: 0.30 kB
@@ -94,5 +94,5 @@ $ tsdown
94
94
  ℹ dist/example.d.ts  0.20 kB │ gzip: 0.16 kB
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
- ℹ 87 files, total: 200.75 kB
98
- ✔ Build complete in 26095ms
97
+ ℹ 87 files, total: 200.87 kB
98
+ ✔ Build complete in 22461ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 1.45.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: github action
8
+ - Updated dependencies
9
+ - @contractspec/module.notifications@1.45.4
10
+ - @contractspec/module.audit-trail@1.45.4
11
+ - @contractspec/lib.identity-rbac@1.45.4
12
+ - @contractspec/lib.contracts@1.45.4
13
+ - @contractspec/lib.schema@1.45.4
14
+
3
15
  ## 1.45.3
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "1.45.3",
3
+ "version": "1.45.4",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,15 +47,15 @@
47
47
  "test": "bun run"
48
48
  },
49
49
  "dependencies": {
50
- "@contractspec/lib.schema": "1.45.3",
51
- "@contractspec/lib.contracts": "1.45.3",
52
- "@contractspec/lib.identity-rbac": "1.45.3",
53
- "@contractspec/module.audit-trail": "1.45.3",
54
- "@contractspec/module.notifications": "1.45.3"
50
+ "@contractspec/lib.schema": "1.45.4",
51
+ "@contractspec/lib.contracts": "1.45.4",
52
+ "@contractspec/lib.identity-rbac": "1.45.4",
53
+ "@contractspec/module.audit-trail": "1.45.4",
54
+ "@contractspec/module.notifications": "1.45.4"
55
55
  },
56
56
  "devDependencies": {
57
- "@contractspec/tool.tsdown": "1.45.3",
58
- "@contractspec/tool.typescript": "1.45.3",
57
+ "@contractspec/tool.tsdown": "1.45.4",
58
+ "@contractspec/tool.typescript": "1.45.4",
59
59
  "tsdown": "^0.18.3",
60
60
  "typescript": "^5.9.3"
61
61
  },