@lssm/example.crm-pipeline 0.0.0-canary-20251215231653 → 0.0.0-canary-20251215233706

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.
@@ -29,5 +29,5 @@ $ tsdown
29
29
  ℹ dist/events/index.js 0.35 kB │ gzip: 0.17 kB
30
30
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
31
31
  ℹ 22 files, total: 35.86 kB
32
- ✔ Build complete in 91ms
32
+ ✔ Build complete in 60ms
33
33
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @lssm/example.crm-pipeline
2
2
 
3
- ## 0.0.0-canary-20251215231653
3
+ ## 0.0.0-canary-20251215233706
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3086383: refactor: dependencies upgrade
8
8
  - Updated dependencies [3086383]
9
- - @lssm/lib.contracts@0.0.0-canary-20251215231653
10
- - @lssm/lib.schema@0.0.0-canary-20251215231653
11
- - @lssm/lib.jobs@0.0.0-canary-20251215231653
12
- - @lssm/lib.bus@0.0.0-canary-20251215231653
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251215231653
14
- - @lssm/module.audit-trail@0.0.0-canary-20251215231653
15
- - @lssm/module.notifications@0.0.0-canary-20251215231653
9
+ - @lssm/lib.contracts@0.0.0-canary-20251215233706
10
+ - @lssm/lib.schema@0.0.0-canary-20251215233706
11
+ - @lssm/lib.jobs@0.0.0-canary-20251215233706
12
+ - @lssm/lib.bus@0.0.0-canary-20251215233706
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251215233706
14
+ - @lssm/module.audit-trail@0.0.0-canary-20251215233706
15
+ - @lssm/module.notifications@0.0.0-canary-20251215233706
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.crm-pipeline",
3
- "version": "0.0.0-canary-20251215231653",
3
+ "version": "0.0.0-canary-20251215233706",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",