@contractspec/example.crm-pipeline 1.55.0 → 1.56.1

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.
@@ -114,15 +114,15 @@ $ tsdown
114
114
  ℹ dist/seeders/index.d.ts.map  0.16 kB │ gzip: 0.14 kB
115
115
  ℹ dist/entities/index.d.ts.map  0.15 kB │ gzip: 0.13 kB
116
116
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
117
- ℹ dist/deal/deal.operation.d.ts 14.13 kB │ gzip: 0.97 kB
117
+ ℹ dist/deal/deal.operation.d.ts 14.26 kB │ gzip: 0.97 kB
118
118
  ℹ dist/deal/deal.schema.d.ts  8.27 kB │ gzip: 0.84 kB
119
119
  ℹ dist/index.d.ts  4.79 kB │ gzip: 1.16 kB
120
- ℹ dist/entities/deal.entity.d.ts  3.44 kB │ gzip: 0.55 kB
120
+ ℹ dist/entities/deal.entity.d.ts  3.49 kB │ gzip: 0.56 kB
121
121
  ℹ dist/events/deal.event.d.ts  3.31 kB │ gzip: 0.43 kB
122
- ℹ dist/entities/task.entity.d.ts  2.99 kB │ gzip: 0.51 kB
122
+ ℹ dist/entities/task.entity.d.ts  2.94 kB │ gzip: 0.51 kB
123
123
  ℹ dist/handlers/deal.handlers.d.ts  2.40 kB │ gzip: 0.69 kB
124
124
  ℹ dist/handlers/crm.handlers.d.ts  2.18 kB │ gzip: 0.69 kB
125
- ℹ dist/entities/contact.entity.d.ts  2.16 kB │ gzip: 0.45 kB
125
+ ℹ dist/entities/contact.entity.d.ts  2.10 kB │ gzip: 0.45 kB
126
126
  ℹ dist/entities/company.entity.d.ts  1.91 kB │ gzip: 0.42 kB
127
127
  ℹ dist/ui/modals/DealActionsModal.d.ts  1.14 kB │ gzip: 0.48 kB
128
128
  ℹ dist/ui/index.d.ts  1.11 kB │ gzip: 0.31 kB
@@ -151,22 +151,22 @@ $ tsdown
151
151
  ℹ dist/events/index.d.ts  0.32 kB │ gzip: 0.14 kB
152
152
  ℹ dist/seeders/index.d.ts  0.28 kB │ gzip: 0.21 kB
153
153
  ℹ dist/ui/renderers/index.d.ts  0.26 kB │ gzip: 0.12 kB
154
- src/ui/renderers/pipeline.markdown.ts (10:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.crm-pipeline/handlers' in src/ui/renderers/pipeline.markdown.ts
155
154
  ℹ dist/example.d.ts  0.25 kB │ gzip: 0.17 kB
156
155
  ℹ dist/ui/hooks/index.d.ts  0.25 kB │ gzip: 0.11 kB
157
156
  ℹ dist/ui/CrmDashboard.d.ts  0.24 kB │ gzip: 0.17 kB
158
157
  ℹ dist/ui/modals/index.d.ts  0.16 kB │ gzip: 0.09 kB
159
158
  ℹ dist/ui/overlays/index.d.ts  0.14 kB │ gzip: 0.09 kB
160
- ╭─[ src/ui/renderers/pipeline.markdown.ts:10:8 ]
161
- │
162
159
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
163
160
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
161
+ ℹ 152 files, total: 373.31 kB
162
+ src/ui/renderers/pipeline.markdown.ts (10:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.crm-pipeline/handlers' in src/ui/renderers/pipeline.markdown.ts
163
+ ╭─[ src/ui/renderers/pipeline.markdown.ts:10:8 ]
164
+ │
164
165
  10 │ } from '@contractspec/example.crm-pipeline/handlers';
165
- ℹ 152 files, total: 373.23 kB
166
166
   │ ──────────────────────┬──────────────────────
167
167
   │ ╰──────────────────────── Module not found, treating it as an external dependency
168
168
   │
169
169
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
170
170
  ────╯
171
171
 
172
- ✔ Build complete in 33820ms
172
+ ✔ Build complete in 36817ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
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/deal.test-spec.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/crm.handlers.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, src/seeders/index.ts, src/shared/overlay-types.ts, src/ui/CrmDashboard.tsx, src/ui/CrmDealCard.tsx, src/ui/CrmPipelineBoard.tsx, src/ui/index.ts, src/ui/hooks/index.ts, src/ui/hooks/useDealList.ts, src/ui/hooks/useDealMutations.ts, src/ui/overlays/demo-overlays.ts, src/ui/overlays/index.ts, src/ui/modals/CreateDealModal.tsx, src/ui/modals/DealActionsModal.tsx, src/ui/modals/index.ts, src/ui/renderers/index.ts, src/ui/renderers/pipeline.markdown.ts, src/ui/renderers/pipeline.renderer.tsx
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/deal.test-spec.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/crm.handlers.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, src/seeders/index.ts, src/shared/overlay-types.ts, src/ui/CrmDashboard.tsx, src/ui/CrmDealCard.tsx, src/ui/CrmPipelineBoard.tsx, src/ui/index.ts, src/ui/hooks/index.ts, src/ui/hooks/useDealList.ts, src/ui/hooks/useDealMutations.ts, src/ui/modals/CreateDealModal.tsx, src/ui/modals/DealActionsModal.tsx, src/ui/modals/index.ts, src/ui/overlays/demo-overlays.ts, src/ui/overlays/index.ts, src/ui/renderers/index.ts, src/ui/renderers/pipeline.markdown.ts, src/ui/renderers/pipeline.renderer.tsx
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -115,16 +115,16 @@ $ tsdown
115
115
  ℹ dist/seeders/index.d.ts.map  0.16 kB │ gzip: 0.14 kB
116
116
  ℹ dist/entities/index.d.ts.map  0.15 kB │ gzip: 0.13 kB
117
117
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
118
- ℹ dist/deal/deal.operation.d.ts 14.26 kB │ gzip: 0.97 kB
118
+ ℹ dist/deal/deal.operation.d.ts 14.01 kB │ gzip: 0.97 kB
119
119
  ℹ dist/deal/deal.schema.d.ts  8.27 kB │ gzip: 0.84 kB
120
120
  ℹ dist/index.d.ts  4.79 kB │ gzip: 1.16 kB
121
- ℹ dist/entities/deal.entity.d.ts  3.49 kB │ gzip: 0.56 kB
121
+ ℹ dist/entities/deal.entity.d.ts  3.54 kB │ gzip: 0.56 kB
122
122
  ℹ dist/events/deal.event.d.ts  3.31 kB │ gzip: 0.43 kB
123
123
  ℹ dist/entities/task.entity.d.ts  2.99 kB │ gzip: 0.51 kB
124
124
  ℹ dist/handlers/deal.handlers.d.ts  2.40 kB │ gzip: 0.69 kB
125
125
  ℹ dist/handlers/crm.handlers.d.ts  2.18 kB │ gzip: 0.69 kB
126
- ℹ dist/entities/contact.entity.d.ts  2.13 kB │ gzip: 0.45 kB
127
- ℹ dist/entities/company.entity.d.ts  1.86 kB │ gzip: 0.42 kB
126
+ ℹ dist/entities/contact.entity.d.ts  2.16 kB │ gzip: 0.45 kB
127
+ ℹ dist/entities/company.entity.d.ts  1.91 kB │ gzip: 0.42 kB
128
128
  ℹ dist/ui/modals/DealActionsModal.d.ts  1.14 kB │ gzip: 0.48 kB
129
129
  ℹ dist/ui/index.d.ts  1.11 kB │ gzip: 0.31 kB
130
130
  ℹ dist/handlers/mock-data.d.ts  1.04 kB │ gzip: 0.43 kB
@@ -159,7 +159,7 @@ $ tsdown
159
159
  ℹ dist/ui/overlays/index.d.ts  0.14 kB │ gzip: 0.09 kB
160
160
  ℹ dist/docs/crm-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
161
161
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
162
- ℹ 152 files, total: 373.33 kB
162
+ ℹ 152 files, total: 373.21 kB
163
163
  src/ui/renderers/pipeline.markdown.ts (10:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.crm-pipeline/handlers' in src/ui/renderers/pipeline.markdown.ts
164
164
  â•­─[ src/ui/renderers/pipeline.markdown.ts:10:8 ]
165
165
  │
@@ -170,4 +170,4 @@ src/ui/renderers/pipeline.markdown.ts (10:7) [UNRESOLVED_IMPORT] Warning:[
170
170
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
171
171
  ────╯
172
172
 
173
- ✔ Build complete in 33049ms
173
+ ✔ Build complete in 37059ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 1.56.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve publish config
8
+ - Updated dependencies
9
+ - @contractspec/lib.example-shared-ui@1.10.1
10
+ - @contractspec/module.notifications@1.56.1
11
+ - @contractspec/lib.runtime-sandbox@0.11.1
12
+ - @contractspec/module.audit-trail@1.56.1
13
+ - @contractspec/lib.design-system@1.56.1
14
+ - @contractspec/lib.identity-rbac@1.56.1
15
+ - @contractspec/lib.ui-kit-web@1.56.1
16
+ - @contractspec/lib.contracts@1.56.1
17
+ - @contractspec/lib.schema@1.56.1
18
+
19
+ ## 1.56.0
20
+
21
+ ### Minor Changes
22
+
23
+ - fix: release
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @contractspec/lib.example-shared-ui@1.10.0
29
+ - @contractspec/module.notifications@1.56.0
30
+ - @contractspec/lib.runtime-sandbox@0.11.0
31
+ - @contractspec/module.audit-trail@1.56.0
32
+ - @contractspec/lib.design-system@1.56.0
33
+ - @contractspec/lib.identity-rbac@1.56.0
34
+ - @contractspec/lib.ui-kit-web@1.56.0
35
+ - @contractspec/lib.contracts@1.56.0
36
+ - @contractspec/lib.schema@1.56.0
37
+
3
38
  ## 1.55.0
4
39
 
5
40
  ### Minor Changes
@@ -1,14 +1,14 @@
1
- import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema83 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/deal/deal.enum.d.ts
4
4
  /**
5
5
  * Deal status enum.
6
6
  */
7
- declare const DealStatusEnum: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
7
+ declare const DealStatusEnum: _contractspec_lib_schema83.EnumType<[string, string, string, string]>;
8
8
  /**
9
9
  * Deal status filter enum.
10
10
  */
11
- declare const DealStatusFilterEnum: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
11
+ declare const DealStatusFilterEnum: _contractspec_lib_schema83.EnumType<[string, string, string, string]>;
12
12
  //#endregion
13
13
  export { DealStatusEnum, DealStatusFilterEnum };
14
14
  //# sourceMappingURL=deal.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deal.enum.d.ts","names":[],"sources":["../../src/deal/deal.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,cAKX,EAAA,yBAAA,CALyB,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;AAU3B;;;cAAa,sBAKX,yBAAA,CAL+B"}
1
+ {"version":3,"file":"deal.enum.d.ts","names":[],"sources":["../../src/deal/deal.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,cAKX,EAAA,0BAAA,CALyB,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;AAU3B;;;cAAa,sBAKX,0BAAA,CAL+B"}