@lssm/example.crm-pipeline 0.0.0-canary-20251216031832 → 0.0.0-canary-20251216035145

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.
@@ -32,5 +32,5 @@ $ tsdown
32
32
  ℹ dist/deal/deal.enum.js 0.21 kB │ gzip: 0.16 kB
33
33
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
34
34
  ℹ 25 files, total: 37.34 kB
35
- ✔ Build complete in 97ms
35
+ ✔ Build complete in 43ms
36
36
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @lssm/example.crm-pipeline
2
2
 
3
- ## 0.0.0-canary-20251216031832
3
+ ## 0.0.0-canary-20251216035145
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-20251216031832
10
- - @lssm/lib.schema@0.0.0-canary-20251216031832
11
- - @lssm/lib.jobs@0.0.0-canary-20251216031832
12
- - @lssm/lib.bus@0.0.0-canary-20251216031832
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251216031832
14
- - @lssm/module.audit-trail@0.0.0-canary-20251216031832
15
- - @lssm/module.notifications@0.0.0-canary-20251216031832
9
+ - @lssm/lib.contracts@0.0.0-canary-20251216035145
10
+ - @lssm/lib.schema@0.0.0-canary-20251216035145
11
+ - @lssm/lib.jobs@0.0.0-canary-20251216035145
12
+ - @lssm/lib.bus@0.0.0-canary-20251216035145
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251216035145
14
+ - @lssm/module.audit-trail@0.0.0-canary-20251216035145
15
+ - @lssm/module.notifications@0.0.0-canary-20251216035145
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.crm-pipeline",
3
- "version": "0.0.0-canary-20251216031832",
3
+ "version": "0.0.0-canary-20251216035145",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -172,5 +172,3 @@ export const ListDealsContract = defineQuery({
172
172
  auth: 'user',
173
173
  },
174
174
  });
175
-
176
-
@@ -19,5 +19,3 @@ export const DealStatusFilterEnum = defineEnum('DealStatusFilter', [
19
19
  'LOST',
20
20
  'all',
21
21
  ]);
22
-
23
-
@@ -152,5 +152,3 @@ export const ListDealsOutputModel = defineSchemaModel({
152
152
  totalValue: { type: ScalarTypeEnum.Float_unsecure(), isOptional: false },
153
153
  },
154
154
  });
155
-
156
-
package/src/deal/index.ts CHANGED
@@ -24,5 +24,3 @@ export {
24
24
  LoseDealContract,
25
25
  ListDealsContract,
26
26
  } from './deal.contracts';
27
-
28
-