@contractspec/example.crm-pipeline 1.45.5 → 1.45.6

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.79 kB
97
- ✔ Build complete in 21936ms
97
+ ✔ Build complete in 21092ms
@@ -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.13 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
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
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 28339ms
97
+ ℹ 87 files, total: 200.79 kB
98
+ ✔ Build complete in 22523ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 1.45.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a913074: feat: improve ai agents rules management"
8
+ - Updated dependencies [a913074]
9
+ - @contractspec/module.notifications@1.45.6
10
+ - @contractspec/module.audit-trail@1.45.6
11
+ - @contractspec/lib.identity-rbac@1.45.6
12
+ - @contractspec/lib.contracts@1.45.6
13
+ - @contractspec/lib.schema@1.45.6
14
+
3
15
  ## 1.45.5
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.5",
3
+ "version": "1.45.6",
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.5",
51
- "@contractspec/lib.contracts": "1.45.5",
52
- "@contractspec/lib.identity-rbac": "1.45.5",
53
- "@contractspec/module.audit-trail": "1.45.5",
54
- "@contractspec/module.notifications": "1.45.5"
50
+ "@contractspec/lib.schema": "1.45.6",
51
+ "@contractspec/lib.contracts": "1.45.6",
52
+ "@contractspec/lib.identity-rbac": "1.45.6",
53
+ "@contractspec/module.audit-trail": "1.45.6",
54
+ "@contractspec/module.notifications": "1.45.6"
55
55
  },
56
56
  "devDependencies": {
57
- "@contractspec/tool.tsdown": "1.45.5",
58
- "@contractspec/tool.typescript": "1.45.5",
57
+ "@contractspec/tool.tsdown": "1.45.6",
58
+ "@contractspec/tool.typescript": "1.45.6",
59
59
  "tsdown": "^0.18.3",
60
60
  "typescript": "^5.9.3"
61
61
  },