@lssm/example.crm-pipeline 0.0.0-canary-20251207180827 → 0.0.0-canary-20251207183147

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/tsdown.config.js
5
- ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/entities/company.ts, src/entities/contact.ts, src/entities/deal.ts, src/entities/index.ts, src/entities/task.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/contracts/deal.ts, src/contracts/index.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/pipeline.ts
5
+ ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/contracts/deal.ts, src/contracts/index.ts, src/entities/company.ts, src/entities/contact.ts, src/entities/deal.ts, src/entities/index.ts, src/entities/task.ts, src/handlers/deal.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/pipeline.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -23,5 +23,5 @@ $ tsdown
23
23
  ℹ dist/handlers/index.js 0.60 kB │ gzip: 0.25 kB
24
24
  ℹ dist/presentations/index.js 0.47 kB │ gzip: 0.19 kB
25
25
  ℹ 16 files, total: 31.36 kB
26
- ✔ Build complete in 51ms
26
+ ✔ Build complete in 55ms
27
27
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @lssm/example.crm-pipeline
2
2
 
3
- ## 0.0.0-canary-20251207180827
3
+ ## 0.0.0-canary-20251207183147
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-20251207180827
10
- - @lssm/lib.schema@0.0.0-canary-20251207180827
11
- - @lssm/lib.jobs@0.0.0-canary-20251207180827
12
- - @lssm/lib.bus@0.0.0-canary-20251207180827
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251207180827
14
- - @lssm/module.audit-trail@0.0.0-canary-20251207180827
15
- - @lssm/module.notifications@0.0.0-canary-20251207180827
9
+ - @lssm/lib.contracts@0.0.0-canary-20251207183147
10
+ - @lssm/lib.schema@0.0.0-canary-20251207183147
11
+ - @lssm/lib.jobs@0.0.0-canary-20251207183147
12
+ - @lssm/lib.bus@0.0.0-canary-20251207183147
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251207183147
14
+ - @lssm/module.audit-trail@0.0.0-canary-20251207183147
15
+ - @lssm/module.notifications@0.0.0-canary-20251207183147
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.crm-pipeline",
3
- "version": "0.0.0-canary-20251207180827",
3
+ "version": "0.0.0-canary-20251207183147",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",