@contractspec/example.crm-pipeline 1.60.0 → 1.62.0
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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +39 -0
- package/package.json +127 -127
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=44
|
|
6
|
-
Bundled 44 modules in
|
|
6
|
+
Bundled 44 modules in 54ms
|
|
7
7
|
|
|
8
8
|
./crm-pipeline.feature.js 2.29 KB (entry point)
|
|
9
9
|
seeders/index.js 1.00 KB (entry point)
|
|
@@ -51,7 +51,7 @@ Bundled 44 modules in 51ms
|
|
|
51
51
|
docs/crm-pipeline.docblock.js 4.42 KB (entry point)
|
|
52
52
|
|
|
53
53
|
[contractspec-bun-build] transpile target=node root=src entries=44
|
|
54
|
-
Bundled 44 modules in
|
|
54
|
+
Bundled 44 modules in 54ms
|
|
55
55
|
|
|
56
56
|
./crm-pipeline.feature.js 2.28 KB (entry point)
|
|
57
57
|
seeders/index.js 0.99 KB (entry point)
|
|
@@ -99,7 +99,7 @@ Bundled 44 modules in 62ms
|
|
|
99
99
|
docs/crm-pipeline.docblock.js 4.40 KB (entry point)
|
|
100
100
|
|
|
101
101
|
[contractspec-bun-build] transpile target=browser root=src entries=44
|
|
102
|
-
Bundled 44 modules in
|
|
102
|
+
Bundled 44 modules in 30ms
|
|
103
103
|
|
|
104
104
|
./crm-pipeline.feature.js 2.28 KB (entry point)
|
|
105
105
|
seeders/index.js 0.99 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 1.62.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 064258d: feat: upgrade all dependencies
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [064258d]
|
|
12
|
+
- Updated dependencies [064258d]
|
|
13
|
+
- @contractspec/lib.example-shared-ui@1.16.0
|
|
14
|
+
- @contractspec/module.notifications@1.62.0
|
|
15
|
+
- @contractspec/lib.runtime-sandbox@0.17.0
|
|
16
|
+
- @contractspec/module.audit-trail@1.62.0
|
|
17
|
+
- @contractspec/lib.design-system@1.62.0
|
|
18
|
+
- @contractspec/lib.identity-rbac@1.62.0
|
|
19
|
+
- @contractspec/lib.ui-kit-web@1.62.0
|
|
20
|
+
- @contractspec/lib.contracts@1.62.0
|
|
21
|
+
- @contractspec/lib.schema@1.62.0
|
|
22
|
+
|
|
23
|
+
## 1.61.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- 374fd71: fix: publishing
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [374fd71]
|
|
32
|
+
- @contractspec/lib.example-shared-ui@1.15.0
|
|
33
|
+
- @contractspec/module.notifications@1.61.0
|
|
34
|
+
- @contractspec/lib.runtime-sandbox@0.16.0
|
|
35
|
+
- @contractspec/module.audit-trail@1.61.0
|
|
36
|
+
- @contractspec/lib.design-system@1.61.0
|
|
37
|
+
- @contractspec/lib.identity-rbac@1.61.0
|
|
38
|
+
- @contractspec/lib.ui-kit-web@1.61.0
|
|
39
|
+
- @contractspec/lib.contracts@1.61.0
|
|
40
|
+
- @contractspec/lib.schema@1.61.0
|
|
41
|
+
|
|
3
42
|
## 1.60.0
|
|
4
43
|
|
|
5
44
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.crm-pipeline",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.0",
|
|
4
4
|
"description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -8,399 +8,399 @@
|
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
10
|
"bun": "./dist/index.js",
|
|
11
|
-
"node": "./dist/node/index.
|
|
11
|
+
"node": "./dist/node/index.js",
|
|
12
12
|
"browser": "./dist/browser/index.js",
|
|
13
13
|
"default": "./dist/index.js"
|
|
14
14
|
},
|
|
15
15
|
"./crm-pipeline.feature": {
|
|
16
16
|
"types": "./dist/crm-pipeline.feature.d.ts",
|
|
17
17
|
"bun": "./dist/crm-pipeline.feature.js",
|
|
18
|
-
"node": "./dist/node/crm-pipeline.feature.
|
|
18
|
+
"node": "./dist/node/crm-pipeline.feature.js",
|
|
19
19
|
"browser": "./dist/browser/crm-pipeline.feature.js",
|
|
20
20
|
"default": "./dist/crm-pipeline.feature.js"
|
|
21
21
|
},
|
|
22
22
|
"./deal": {
|
|
23
23
|
"types": "./dist/deal/index.d.ts",
|
|
24
24
|
"bun": "./dist/deal/index.js",
|
|
25
|
-
"node": "./dist/node/deal/index.
|
|
25
|
+
"node": "./dist/node/deal/index.js",
|
|
26
26
|
"browser": "./dist/browser/deal/index.js",
|
|
27
27
|
"default": "./dist/deal/index.js"
|
|
28
28
|
},
|
|
29
29
|
"./deal/deal.enum": {
|
|
30
30
|
"types": "./dist/deal/deal.enum.d.ts",
|
|
31
31
|
"bun": "./dist/deal/deal.enum.js",
|
|
32
|
-
"node": "./dist/node/deal/deal.enum.
|
|
32
|
+
"node": "./dist/node/deal/deal.enum.js",
|
|
33
33
|
"browser": "./dist/browser/deal/deal.enum.js",
|
|
34
34
|
"default": "./dist/deal/deal.enum.js"
|
|
35
35
|
},
|
|
36
36
|
"./deal/deal.operation": {
|
|
37
37
|
"types": "./dist/deal/deal.operation.d.ts",
|
|
38
38
|
"bun": "./dist/deal/deal.operation.js",
|
|
39
|
-
"node": "./dist/node/deal/deal.operation.
|
|
39
|
+
"node": "./dist/node/deal/deal.operation.js",
|
|
40
40
|
"browser": "./dist/browser/deal/deal.operation.js",
|
|
41
41
|
"default": "./dist/deal/deal.operation.js"
|
|
42
42
|
},
|
|
43
43
|
"./deal/deal.schema": {
|
|
44
44
|
"types": "./dist/deal/deal.schema.d.ts",
|
|
45
45
|
"bun": "./dist/deal/deal.schema.js",
|
|
46
|
-
"node": "./dist/node/deal/deal.schema.
|
|
46
|
+
"node": "./dist/node/deal/deal.schema.js",
|
|
47
47
|
"browser": "./dist/browser/deal/deal.schema.js",
|
|
48
48
|
"default": "./dist/deal/deal.schema.js"
|
|
49
49
|
},
|
|
50
50
|
"./deal/deal.test-spec": {
|
|
51
51
|
"types": "./dist/deal/deal.test-spec.d.ts",
|
|
52
52
|
"bun": "./dist/deal/deal.test-spec.js",
|
|
53
|
-
"node": "./dist/node/deal/deal.test-spec.
|
|
53
|
+
"node": "./dist/node/deal/deal.test-spec.js",
|
|
54
54
|
"browser": "./dist/browser/deal/deal.test-spec.js",
|
|
55
55
|
"default": "./dist/deal/deal.test-spec.js"
|
|
56
56
|
},
|
|
57
57
|
"./deal/index": {
|
|
58
58
|
"types": "./dist/deal/index.d.ts",
|
|
59
59
|
"bun": "./dist/deal/index.js",
|
|
60
|
-
"node": "./dist/node/deal/index.
|
|
60
|
+
"node": "./dist/node/deal/index.js",
|
|
61
61
|
"browser": "./dist/browser/deal/index.js",
|
|
62
62
|
"default": "./dist/deal/index.js"
|
|
63
63
|
},
|
|
64
64
|
"./docs": {
|
|
65
65
|
"types": "./dist/docs/index.d.ts",
|
|
66
66
|
"bun": "./dist/docs/index.js",
|
|
67
|
-
"node": "./dist/node/docs/index.
|
|
67
|
+
"node": "./dist/node/docs/index.js",
|
|
68
68
|
"browser": "./dist/browser/docs/index.js",
|
|
69
69
|
"default": "./dist/docs/index.js"
|
|
70
70
|
},
|
|
71
71
|
"./docs/crm-pipeline.docblock": {
|
|
72
72
|
"types": "./dist/docs/crm-pipeline.docblock.d.ts",
|
|
73
73
|
"bun": "./dist/docs/crm-pipeline.docblock.js",
|
|
74
|
-
"node": "./dist/node/docs/crm-pipeline.docblock.
|
|
74
|
+
"node": "./dist/node/docs/crm-pipeline.docblock.js",
|
|
75
75
|
"browser": "./dist/browser/docs/crm-pipeline.docblock.js",
|
|
76
76
|
"default": "./dist/docs/crm-pipeline.docblock.js"
|
|
77
77
|
},
|
|
78
78
|
"./docs/index": {
|
|
79
79
|
"types": "./dist/docs/index.d.ts",
|
|
80
80
|
"bun": "./dist/docs/index.js",
|
|
81
|
-
"node": "./dist/node/docs/index.
|
|
81
|
+
"node": "./dist/node/docs/index.js",
|
|
82
82
|
"browser": "./dist/browser/docs/index.js",
|
|
83
83
|
"default": "./dist/docs/index.js"
|
|
84
84
|
},
|
|
85
85
|
"./entities": {
|
|
86
86
|
"types": "./dist/entities/index.d.ts",
|
|
87
87
|
"bun": "./dist/entities/index.js",
|
|
88
|
-
"node": "./dist/node/entities/index.
|
|
88
|
+
"node": "./dist/node/entities/index.js",
|
|
89
89
|
"browser": "./dist/browser/entities/index.js",
|
|
90
90
|
"default": "./dist/entities/index.js"
|
|
91
91
|
},
|
|
92
92
|
"./entities/company.entity": {
|
|
93
93
|
"types": "./dist/entities/company.entity.d.ts",
|
|
94
94
|
"bun": "./dist/entities/company.entity.js",
|
|
95
|
-
"node": "./dist/node/entities/company.entity.
|
|
95
|
+
"node": "./dist/node/entities/company.entity.js",
|
|
96
96
|
"browser": "./dist/browser/entities/company.entity.js",
|
|
97
97
|
"default": "./dist/entities/company.entity.js"
|
|
98
98
|
},
|
|
99
99
|
"./entities/contact.entity": {
|
|
100
100
|
"types": "./dist/entities/contact.entity.d.ts",
|
|
101
101
|
"bun": "./dist/entities/contact.entity.js",
|
|
102
|
-
"node": "./dist/node/entities/contact.entity.
|
|
102
|
+
"node": "./dist/node/entities/contact.entity.js",
|
|
103
103
|
"browser": "./dist/browser/entities/contact.entity.js",
|
|
104
104
|
"default": "./dist/entities/contact.entity.js"
|
|
105
105
|
},
|
|
106
106
|
"./entities/deal.entity": {
|
|
107
107
|
"types": "./dist/entities/deal.entity.d.ts",
|
|
108
108
|
"bun": "./dist/entities/deal.entity.js",
|
|
109
|
-
"node": "./dist/node/entities/deal.entity.
|
|
109
|
+
"node": "./dist/node/entities/deal.entity.js",
|
|
110
110
|
"browser": "./dist/browser/entities/deal.entity.js",
|
|
111
111
|
"default": "./dist/entities/deal.entity.js"
|
|
112
112
|
},
|
|
113
113
|
"./entities/index": {
|
|
114
114
|
"types": "./dist/entities/index.d.ts",
|
|
115
115
|
"bun": "./dist/entities/index.js",
|
|
116
|
-
"node": "./dist/node/entities/index.
|
|
116
|
+
"node": "./dist/node/entities/index.js",
|
|
117
117
|
"browser": "./dist/browser/entities/index.js",
|
|
118
118
|
"default": "./dist/entities/index.js"
|
|
119
119
|
},
|
|
120
120
|
"./entities/task.entity": {
|
|
121
121
|
"types": "./dist/entities/task.entity.d.ts",
|
|
122
122
|
"bun": "./dist/entities/task.entity.js",
|
|
123
|
-
"node": "./dist/node/entities/task.entity.
|
|
123
|
+
"node": "./dist/node/entities/task.entity.js",
|
|
124
124
|
"browser": "./dist/browser/entities/task.entity.js",
|
|
125
125
|
"default": "./dist/entities/task.entity.js"
|
|
126
126
|
},
|
|
127
127
|
"./events": {
|
|
128
128
|
"types": "./dist/events/index.d.ts",
|
|
129
129
|
"bun": "./dist/events/index.js",
|
|
130
|
-
"node": "./dist/node/events/index.
|
|
130
|
+
"node": "./dist/node/events/index.js",
|
|
131
131
|
"browser": "./dist/browser/events/index.js",
|
|
132
132
|
"default": "./dist/events/index.js"
|
|
133
133
|
},
|
|
134
134
|
"./events/contact.event": {
|
|
135
135
|
"types": "./dist/events/contact.event.d.ts",
|
|
136
136
|
"bun": "./dist/events/contact.event.js",
|
|
137
|
-
"node": "./dist/node/events/contact.event.
|
|
137
|
+
"node": "./dist/node/events/contact.event.js",
|
|
138
138
|
"browser": "./dist/browser/events/contact.event.js",
|
|
139
139
|
"default": "./dist/events/contact.event.js"
|
|
140
140
|
},
|
|
141
141
|
"./events/deal.event": {
|
|
142
142
|
"types": "./dist/events/deal.event.d.ts",
|
|
143
143
|
"bun": "./dist/events/deal.event.js",
|
|
144
|
-
"node": "./dist/node/events/deal.event.
|
|
144
|
+
"node": "./dist/node/events/deal.event.js",
|
|
145
145
|
"browser": "./dist/browser/events/deal.event.js",
|
|
146
146
|
"default": "./dist/events/deal.event.js"
|
|
147
147
|
},
|
|
148
148
|
"./events/index": {
|
|
149
149
|
"types": "./dist/events/index.d.ts",
|
|
150
150
|
"bun": "./dist/events/index.js",
|
|
151
|
-
"node": "./dist/node/events/index.
|
|
151
|
+
"node": "./dist/node/events/index.js",
|
|
152
152
|
"browser": "./dist/browser/events/index.js",
|
|
153
153
|
"default": "./dist/events/index.js"
|
|
154
154
|
},
|
|
155
155
|
"./events/task.event": {
|
|
156
156
|
"types": "./dist/events/task.event.d.ts",
|
|
157
157
|
"bun": "./dist/events/task.event.js",
|
|
158
|
-
"node": "./dist/node/events/task.event.
|
|
158
|
+
"node": "./dist/node/events/task.event.js",
|
|
159
159
|
"browser": "./dist/browser/events/task.event.js",
|
|
160
160
|
"default": "./dist/events/task.event.js"
|
|
161
161
|
},
|
|
162
162
|
"./example": {
|
|
163
163
|
"types": "./dist/example.d.ts",
|
|
164
164
|
"bun": "./dist/example.js",
|
|
165
|
-
"node": "./dist/node/example.
|
|
165
|
+
"node": "./dist/node/example.js",
|
|
166
166
|
"browser": "./dist/browser/example.js",
|
|
167
167
|
"default": "./dist/example.js"
|
|
168
168
|
},
|
|
169
169
|
"./handlers": {
|
|
170
170
|
"types": "./dist/handlers/index.d.ts",
|
|
171
171
|
"bun": "./dist/handlers/index.js",
|
|
172
|
-
"node": "./dist/node/handlers/index.
|
|
172
|
+
"node": "./dist/node/handlers/index.js",
|
|
173
173
|
"browser": "./dist/browser/handlers/index.js",
|
|
174
174
|
"default": "./dist/handlers/index.js"
|
|
175
175
|
},
|
|
176
176
|
"./handlers/crm.handlers": {
|
|
177
177
|
"types": "./dist/handlers/crm.handlers.d.ts",
|
|
178
178
|
"bun": "./dist/handlers/crm.handlers.js",
|
|
179
|
-
"node": "./dist/node/handlers/crm.handlers.
|
|
179
|
+
"node": "./dist/node/handlers/crm.handlers.js",
|
|
180
180
|
"browser": "./dist/browser/handlers/crm.handlers.js",
|
|
181
181
|
"default": "./dist/handlers/crm.handlers.js"
|
|
182
182
|
},
|
|
183
183
|
"./handlers/deal.handlers": {
|
|
184
184
|
"types": "./dist/handlers/deal.handlers.d.ts",
|
|
185
185
|
"bun": "./dist/handlers/deal.handlers.js",
|
|
186
|
-
"node": "./dist/node/handlers/deal.handlers.
|
|
186
|
+
"node": "./dist/node/handlers/deal.handlers.js",
|
|
187
187
|
"browser": "./dist/browser/handlers/deal.handlers.js",
|
|
188
188
|
"default": "./dist/handlers/deal.handlers.js"
|
|
189
189
|
},
|
|
190
190
|
"./handlers/index": {
|
|
191
191
|
"types": "./dist/handlers/index.d.ts",
|
|
192
192
|
"bun": "./dist/handlers/index.js",
|
|
193
|
-
"node": "./dist/node/handlers/index.
|
|
193
|
+
"node": "./dist/node/handlers/index.js",
|
|
194
194
|
"browser": "./dist/browser/handlers/index.js",
|
|
195
195
|
"default": "./dist/handlers/index.js"
|
|
196
196
|
},
|
|
197
197
|
"./handlers/mock-data": {
|
|
198
198
|
"types": "./dist/handlers/mock-data.d.ts",
|
|
199
199
|
"bun": "./dist/handlers/mock-data.js",
|
|
200
|
-
"node": "./dist/node/handlers/mock-data.
|
|
200
|
+
"node": "./dist/node/handlers/mock-data.js",
|
|
201
201
|
"browser": "./dist/browser/handlers/mock-data.js",
|
|
202
202
|
"default": "./dist/handlers/mock-data.js"
|
|
203
203
|
},
|
|
204
204
|
"./operations": {
|
|
205
205
|
"types": "./dist/operations/index.d.ts",
|
|
206
206
|
"bun": "./dist/operations/index.js",
|
|
207
|
-
"node": "./dist/node/operations/index.
|
|
207
|
+
"node": "./dist/node/operations/index.js",
|
|
208
208
|
"browser": "./dist/browser/operations/index.js",
|
|
209
209
|
"default": "./dist/operations/index.js"
|
|
210
210
|
},
|
|
211
211
|
"./operations/index": {
|
|
212
212
|
"types": "./dist/operations/index.d.ts",
|
|
213
213
|
"bun": "./dist/operations/index.js",
|
|
214
|
-
"node": "./dist/node/operations/index.
|
|
214
|
+
"node": "./dist/node/operations/index.js",
|
|
215
215
|
"browser": "./dist/browser/operations/index.js",
|
|
216
216
|
"default": "./dist/operations/index.js"
|
|
217
217
|
},
|
|
218
218
|
"./presentations": {
|
|
219
219
|
"types": "./dist/presentations/index.d.ts",
|
|
220
220
|
"bun": "./dist/presentations/index.js",
|
|
221
|
-
"node": "./dist/node/presentations/index.
|
|
221
|
+
"node": "./dist/node/presentations/index.js",
|
|
222
222
|
"browser": "./dist/browser/presentations/index.js",
|
|
223
223
|
"default": "./dist/presentations/index.js"
|
|
224
224
|
},
|
|
225
225
|
"./presentations/dashboard.presentation": {
|
|
226
226
|
"types": "./dist/presentations/dashboard.presentation.d.ts",
|
|
227
227
|
"bun": "./dist/presentations/dashboard.presentation.js",
|
|
228
|
-
"node": "./dist/node/presentations/dashboard.presentation.
|
|
228
|
+
"node": "./dist/node/presentations/dashboard.presentation.js",
|
|
229
229
|
"browser": "./dist/browser/presentations/dashboard.presentation.js",
|
|
230
230
|
"default": "./dist/presentations/dashboard.presentation.js"
|
|
231
231
|
},
|
|
232
232
|
"./presentations/index": {
|
|
233
233
|
"types": "./dist/presentations/index.d.ts",
|
|
234
234
|
"bun": "./dist/presentations/index.js",
|
|
235
|
-
"node": "./dist/node/presentations/index.
|
|
235
|
+
"node": "./dist/node/presentations/index.js",
|
|
236
236
|
"browser": "./dist/browser/presentations/index.js",
|
|
237
237
|
"default": "./dist/presentations/index.js"
|
|
238
238
|
},
|
|
239
239
|
"./presentations/pipeline.presentation": {
|
|
240
240
|
"types": "./dist/presentations/pipeline.presentation.d.ts",
|
|
241
241
|
"bun": "./dist/presentations/pipeline.presentation.js",
|
|
242
|
-
"node": "./dist/node/presentations/pipeline.presentation.
|
|
242
|
+
"node": "./dist/node/presentations/pipeline.presentation.js",
|
|
243
243
|
"browser": "./dist/browser/presentations/pipeline.presentation.js",
|
|
244
244
|
"default": "./dist/presentations/pipeline.presentation.js"
|
|
245
245
|
},
|
|
246
246
|
"./seeders": {
|
|
247
247
|
"types": "./dist/seeders/index.d.ts",
|
|
248
248
|
"bun": "./dist/seeders/index.js",
|
|
249
|
-
"node": "./dist/node/seeders/index.
|
|
249
|
+
"node": "./dist/node/seeders/index.js",
|
|
250
250
|
"browser": "./dist/browser/seeders/index.js",
|
|
251
251
|
"default": "./dist/seeders/index.js"
|
|
252
252
|
},
|
|
253
253
|
"./seeders/index": {
|
|
254
254
|
"types": "./dist/seeders/index.d.ts",
|
|
255
255
|
"bun": "./dist/seeders/index.js",
|
|
256
|
-
"node": "./dist/node/seeders/index.
|
|
256
|
+
"node": "./dist/node/seeders/index.js",
|
|
257
257
|
"browser": "./dist/browser/seeders/index.js",
|
|
258
258
|
"default": "./dist/seeders/index.js"
|
|
259
259
|
},
|
|
260
260
|
"./shared/overlay-types": {
|
|
261
261
|
"types": "./dist/shared/overlay-types.d.ts",
|
|
262
262
|
"bun": "./dist/shared/overlay-types.js",
|
|
263
|
-
"node": "./dist/node/shared/overlay-types.
|
|
263
|
+
"node": "./dist/node/shared/overlay-types.js",
|
|
264
264
|
"browser": "./dist/browser/shared/overlay-types.js",
|
|
265
265
|
"default": "./dist/shared/overlay-types.js"
|
|
266
266
|
},
|
|
267
267
|
"./ui": {
|
|
268
268
|
"types": "./dist/ui/index.d.ts",
|
|
269
269
|
"bun": "./dist/ui/index.js",
|
|
270
|
-
"node": "./dist/node/ui/index.
|
|
270
|
+
"node": "./dist/node/ui/index.js",
|
|
271
271
|
"browser": "./dist/browser/ui/index.js",
|
|
272
272
|
"default": "./dist/ui/index.js"
|
|
273
273
|
},
|
|
274
274
|
"./ui/CrmDashboard": {
|
|
275
275
|
"types": "./dist/ui/CrmDashboard.d.ts",
|
|
276
276
|
"bun": "./dist/ui/CrmDashboard.js",
|
|
277
|
-
"node": "./dist/node/ui/CrmDashboard.
|
|
277
|
+
"node": "./dist/node/ui/CrmDashboard.js",
|
|
278
278
|
"browser": "./dist/browser/ui/CrmDashboard.js",
|
|
279
279
|
"default": "./dist/ui/CrmDashboard.js"
|
|
280
280
|
},
|
|
281
281
|
"./ui/CrmDealCard": {
|
|
282
282
|
"types": "./dist/ui/CrmDealCard.d.ts",
|
|
283
283
|
"bun": "./dist/ui/CrmDealCard.js",
|
|
284
|
-
"node": "./dist/node/ui/CrmDealCard.
|
|
284
|
+
"node": "./dist/node/ui/CrmDealCard.js",
|
|
285
285
|
"browser": "./dist/browser/ui/CrmDealCard.js",
|
|
286
286
|
"default": "./dist/ui/CrmDealCard.js"
|
|
287
287
|
},
|
|
288
288
|
"./ui/CrmPipelineBoard": {
|
|
289
289
|
"types": "./dist/ui/CrmPipelineBoard.d.ts",
|
|
290
290
|
"bun": "./dist/ui/CrmPipelineBoard.js",
|
|
291
|
-
"node": "./dist/node/ui/CrmPipelineBoard.
|
|
291
|
+
"node": "./dist/node/ui/CrmPipelineBoard.js",
|
|
292
292
|
"browser": "./dist/browser/ui/CrmPipelineBoard.js",
|
|
293
293
|
"default": "./dist/ui/CrmPipelineBoard.js"
|
|
294
294
|
},
|
|
295
295
|
"./ui/hooks": {
|
|
296
296
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
297
297
|
"bun": "./dist/ui/hooks/index.js",
|
|
298
|
-
"node": "./dist/node/ui/hooks/index.
|
|
298
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
299
299
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
300
300
|
"default": "./dist/ui/hooks/index.js"
|
|
301
301
|
},
|
|
302
302
|
"./ui/hooks/index": {
|
|
303
303
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
304
304
|
"bun": "./dist/ui/hooks/index.js",
|
|
305
|
-
"node": "./dist/node/ui/hooks/index.
|
|
305
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
306
306
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
307
307
|
"default": "./dist/ui/hooks/index.js"
|
|
308
308
|
},
|
|
309
309
|
"./ui/hooks/useDealList": {
|
|
310
310
|
"types": "./dist/ui/hooks/useDealList.d.ts",
|
|
311
311
|
"bun": "./dist/ui/hooks/useDealList.js",
|
|
312
|
-
"node": "./dist/node/ui/hooks/useDealList.
|
|
312
|
+
"node": "./dist/node/ui/hooks/useDealList.js",
|
|
313
313
|
"browser": "./dist/browser/ui/hooks/useDealList.js",
|
|
314
314
|
"default": "./dist/ui/hooks/useDealList.js"
|
|
315
315
|
},
|
|
316
316
|
"./ui/hooks/useDealMutations": {
|
|
317
317
|
"types": "./dist/ui/hooks/useDealMutations.d.ts",
|
|
318
318
|
"bun": "./dist/ui/hooks/useDealMutations.js",
|
|
319
|
-
"node": "./dist/node/ui/hooks/useDealMutations.
|
|
319
|
+
"node": "./dist/node/ui/hooks/useDealMutations.js",
|
|
320
320
|
"browser": "./dist/browser/ui/hooks/useDealMutations.js",
|
|
321
321
|
"default": "./dist/ui/hooks/useDealMutations.js"
|
|
322
322
|
},
|
|
323
323
|
"./ui/index": {
|
|
324
324
|
"types": "./dist/ui/index.d.ts",
|
|
325
325
|
"bun": "./dist/ui/index.js",
|
|
326
|
-
"node": "./dist/node/ui/index.
|
|
326
|
+
"node": "./dist/node/ui/index.js",
|
|
327
327
|
"browser": "./dist/browser/ui/index.js",
|
|
328
328
|
"default": "./dist/ui/index.js"
|
|
329
329
|
},
|
|
330
330
|
"./ui/modals": {
|
|
331
331
|
"types": "./dist/ui/modals/index.d.ts",
|
|
332
332
|
"bun": "./dist/ui/modals/index.js",
|
|
333
|
-
"node": "./dist/node/ui/modals/index.
|
|
333
|
+
"node": "./dist/node/ui/modals/index.js",
|
|
334
334
|
"browser": "./dist/browser/ui/modals/index.js",
|
|
335
335
|
"default": "./dist/ui/modals/index.js"
|
|
336
336
|
},
|
|
337
337
|
"./ui/modals/CreateDealModal": {
|
|
338
338
|
"types": "./dist/ui/modals/CreateDealModal.d.ts",
|
|
339
339
|
"bun": "./dist/ui/modals/CreateDealModal.js",
|
|
340
|
-
"node": "./dist/node/ui/modals/CreateDealModal.
|
|
340
|
+
"node": "./dist/node/ui/modals/CreateDealModal.js",
|
|
341
341
|
"browser": "./dist/browser/ui/modals/CreateDealModal.js",
|
|
342
342
|
"default": "./dist/ui/modals/CreateDealModal.js"
|
|
343
343
|
},
|
|
344
344
|
"./ui/modals/DealActionsModal": {
|
|
345
345
|
"types": "./dist/ui/modals/DealActionsModal.d.ts",
|
|
346
346
|
"bun": "./dist/ui/modals/DealActionsModal.js",
|
|
347
|
-
"node": "./dist/node/ui/modals/DealActionsModal.
|
|
347
|
+
"node": "./dist/node/ui/modals/DealActionsModal.js",
|
|
348
348
|
"browser": "./dist/browser/ui/modals/DealActionsModal.js",
|
|
349
349
|
"default": "./dist/ui/modals/DealActionsModal.js"
|
|
350
350
|
},
|
|
351
351
|
"./ui/modals/index": {
|
|
352
352
|
"types": "./dist/ui/modals/index.d.ts",
|
|
353
353
|
"bun": "./dist/ui/modals/index.js",
|
|
354
|
-
"node": "./dist/node/ui/modals/index.
|
|
354
|
+
"node": "./dist/node/ui/modals/index.js",
|
|
355
355
|
"browser": "./dist/browser/ui/modals/index.js",
|
|
356
356
|
"default": "./dist/ui/modals/index.js"
|
|
357
357
|
},
|
|
358
358
|
"./ui/overlays": {
|
|
359
359
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
360
360
|
"bun": "./dist/ui/overlays/index.js",
|
|
361
|
-
"node": "./dist/node/ui/overlays/index.
|
|
361
|
+
"node": "./dist/node/ui/overlays/index.js",
|
|
362
362
|
"browser": "./dist/browser/ui/overlays/index.js",
|
|
363
363
|
"default": "./dist/ui/overlays/index.js"
|
|
364
364
|
},
|
|
365
365
|
"./ui/overlays/demo-overlays": {
|
|
366
366
|
"types": "./dist/ui/overlays/demo-overlays.d.ts",
|
|
367
367
|
"bun": "./dist/ui/overlays/demo-overlays.js",
|
|
368
|
-
"node": "./dist/node/ui/overlays/demo-overlays.
|
|
368
|
+
"node": "./dist/node/ui/overlays/demo-overlays.js",
|
|
369
369
|
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
370
370
|
"default": "./dist/ui/overlays/demo-overlays.js"
|
|
371
371
|
},
|
|
372
372
|
"./ui/overlays/index": {
|
|
373
373
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
374
374
|
"bun": "./dist/ui/overlays/index.js",
|
|
375
|
-
"node": "./dist/node/ui/overlays/index.
|
|
375
|
+
"node": "./dist/node/ui/overlays/index.js",
|
|
376
376
|
"browser": "./dist/browser/ui/overlays/index.js",
|
|
377
377
|
"default": "./dist/ui/overlays/index.js"
|
|
378
378
|
},
|
|
379
379
|
"./ui/renderers": {
|
|
380
380
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
381
381
|
"bun": "./dist/ui/renderers/index.js",
|
|
382
|
-
"node": "./dist/node/ui/renderers/index.
|
|
382
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
383
383
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
384
384
|
"default": "./dist/ui/renderers/index.js"
|
|
385
385
|
},
|
|
386
386
|
"./ui/renderers/index": {
|
|
387
387
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
388
388
|
"bun": "./dist/ui/renderers/index.js",
|
|
389
|
-
"node": "./dist/node/ui/renderers/index.
|
|
389
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
390
390
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
391
391
|
"default": "./dist/ui/renderers/index.js"
|
|
392
392
|
},
|
|
393
393
|
"./ui/renderers/pipeline.markdown": {
|
|
394
394
|
"types": "./dist/ui/renderers/pipeline.markdown.d.ts",
|
|
395
395
|
"bun": "./dist/ui/renderers/pipeline.markdown.js",
|
|
396
|
-
"node": "./dist/node/ui/renderers/pipeline.markdown.
|
|
396
|
+
"node": "./dist/node/ui/renderers/pipeline.markdown.js",
|
|
397
397
|
"browser": "./dist/browser/ui/renderers/pipeline.markdown.js",
|
|
398
398
|
"default": "./dist/ui/renderers/pipeline.markdown.js"
|
|
399
399
|
},
|
|
400
400
|
"./ui/renderers/pipeline.renderer": {
|
|
401
401
|
"types": "./dist/ui/renderers/pipeline.renderer.d.ts",
|
|
402
402
|
"bun": "./dist/ui/renderers/pipeline.renderer.js",
|
|
403
|
-
"node": "./dist/node/ui/renderers/pipeline.renderer.
|
|
403
|
+
"node": "./dist/node/ui/renderers/pipeline.renderer.js",
|
|
404
404
|
"browser": "./dist/browser/ui/renderers/pipeline.renderer.js",
|
|
405
405
|
"default": "./dist/ui/renderers/pipeline.renderer.js"
|
|
406
406
|
}
|
|
@@ -422,423 +422,423 @@
|
|
|
422
422
|
"typecheck": "tsc --noEmit"
|
|
423
423
|
},
|
|
424
424
|
"dependencies": {
|
|
425
|
-
"@contractspec/lib.contracts": "1.
|
|
426
|
-
"@contractspec/lib.design-system": "1.
|
|
427
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
428
|
-
"@contractspec/lib.identity-rbac": "1.
|
|
429
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
430
|
-
"@contractspec/lib.schema": "1.
|
|
431
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
432
|
-
"@contractspec/module.audit-trail": "1.
|
|
433
|
-
"@contractspec/module.notifications": "1.
|
|
425
|
+
"@contractspec/lib.contracts": "1.62.0",
|
|
426
|
+
"@contractspec/lib.design-system": "1.62.0",
|
|
427
|
+
"@contractspec/lib.example-shared-ui": "1.16.0",
|
|
428
|
+
"@contractspec/lib.identity-rbac": "1.62.0",
|
|
429
|
+
"@contractspec/lib.runtime-sandbox": "0.17.0",
|
|
430
|
+
"@contractspec/lib.schema": "1.62.0",
|
|
431
|
+
"@contractspec/lib.ui-kit-web": "1.62.0",
|
|
432
|
+
"@contractspec/module.audit-trail": "1.62.0",
|
|
433
|
+
"@contractspec/module.notifications": "1.62.0",
|
|
434
434
|
"react": "19.2.4",
|
|
435
435
|
"react-dom": "19.2.4"
|
|
436
436
|
},
|
|
437
437
|
"devDependencies": {
|
|
438
|
-
"@contractspec/tool.typescript": "1.
|
|
438
|
+
"@contractspec/tool.typescript": "1.62.0",
|
|
439
439
|
"typescript": "^5.9.3",
|
|
440
|
-
"@types/react": "^19.2.
|
|
440
|
+
"@types/react": "^19.2.14",
|
|
441
441
|
"@types/react-dom": "^19.2.2",
|
|
442
|
-
"@contractspec/tool.bun": "1.
|
|
442
|
+
"@contractspec/tool.bun": "1.61.0"
|
|
443
443
|
},
|
|
444
444
|
"publishConfig": {
|
|
445
445
|
"exports": {
|
|
446
446
|
".": {
|
|
447
447
|
"types": "./dist/index.d.ts",
|
|
448
448
|
"bun": "./dist/index.js",
|
|
449
|
-
"node": "./dist/node/index.
|
|
449
|
+
"node": "./dist/node/index.js",
|
|
450
450
|
"browser": "./dist/browser/index.js",
|
|
451
451
|
"default": "./dist/index.js"
|
|
452
452
|
},
|
|
453
453
|
"./crm-pipeline.feature": {
|
|
454
454
|
"types": "./dist/crm-pipeline.feature.d.ts",
|
|
455
455
|
"bun": "./dist/crm-pipeline.feature.js",
|
|
456
|
-
"node": "./dist/node/crm-pipeline.feature.
|
|
456
|
+
"node": "./dist/node/crm-pipeline.feature.js",
|
|
457
457
|
"browser": "./dist/browser/crm-pipeline.feature.js",
|
|
458
458
|
"default": "./dist/crm-pipeline.feature.js"
|
|
459
459
|
},
|
|
460
460
|
"./deal": {
|
|
461
461
|
"types": "./dist/deal/index.d.ts",
|
|
462
462
|
"bun": "./dist/deal/index.js",
|
|
463
|
-
"node": "./dist/node/deal/index.
|
|
463
|
+
"node": "./dist/node/deal/index.js",
|
|
464
464
|
"browser": "./dist/browser/deal/index.js",
|
|
465
465
|
"default": "./dist/deal/index.js"
|
|
466
466
|
},
|
|
467
467
|
"./deal/deal.enum": {
|
|
468
468
|
"types": "./dist/deal/deal.enum.d.ts",
|
|
469
469
|
"bun": "./dist/deal/deal.enum.js",
|
|
470
|
-
"node": "./dist/node/deal/deal.enum.
|
|
470
|
+
"node": "./dist/node/deal/deal.enum.js",
|
|
471
471
|
"browser": "./dist/browser/deal/deal.enum.js",
|
|
472
472
|
"default": "./dist/deal/deal.enum.js"
|
|
473
473
|
},
|
|
474
474
|
"./deal/deal.operation": {
|
|
475
475
|
"types": "./dist/deal/deal.operation.d.ts",
|
|
476
476
|
"bun": "./dist/deal/deal.operation.js",
|
|
477
|
-
"node": "./dist/node/deal/deal.operation.
|
|
477
|
+
"node": "./dist/node/deal/deal.operation.js",
|
|
478
478
|
"browser": "./dist/browser/deal/deal.operation.js",
|
|
479
479
|
"default": "./dist/deal/deal.operation.js"
|
|
480
480
|
},
|
|
481
481
|
"./deal/deal.schema": {
|
|
482
482
|
"types": "./dist/deal/deal.schema.d.ts",
|
|
483
483
|
"bun": "./dist/deal/deal.schema.js",
|
|
484
|
-
"node": "./dist/node/deal/deal.schema.
|
|
484
|
+
"node": "./dist/node/deal/deal.schema.js",
|
|
485
485
|
"browser": "./dist/browser/deal/deal.schema.js",
|
|
486
486
|
"default": "./dist/deal/deal.schema.js"
|
|
487
487
|
},
|
|
488
488
|
"./deal/deal.test-spec": {
|
|
489
489
|
"types": "./dist/deal/deal.test-spec.d.ts",
|
|
490
490
|
"bun": "./dist/deal/deal.test-spec.js",
|
|
491
|
-
"node": "./dist/node/deal/deal.test-spec.
|
|
491
|
+
"node": "./dist/node/deal/deal.test-spec.js",
|
|
492
492
|
"browser": "./dist/browser/deal/deal.test-spec.js",
|
|
493
493
|
"default": "./dist/deal/deal.test-spec.js"
|
|
494
494
|
},
|
|
495
495
|
"./deal/index": {
|
|
496
496
|
"types": "./dist/deal/index.d.ts",
|
|
497
497
|
"bun": "./dist/deal/index.js",
|
|
498
|
-
"node": "./dist/node/deal/index.
|
|
498
|
+
"node": "./dist/node/deal/index.js",
|
|
499
499
|
"browser": "./dist/browser/deal/index.js",
|
|
500
500
|
"default": "./dist/deal/index.js"
|
|
501
501
|
},
|
|
502
502
|
"./docs": {
|
|
503
503
|
"types": "./dist/docs/index.d.ts",
|
|
504
504
|
"bun": "./dist/docs/index.js",
|
|
505
|
-
"node": "./dist/node/docs/index.
|
|
505
|
+
"node": "./dist/node/docs/index.js",
|
|
506
506
|
"browser": "./dist/browser/docs/index.js",
|
|
507
507
|
"default": "./dist/docs/index.js"
|
|
508
508
|
},
|
|
509
509
|
"./docs/crm-pipeline.docblock": {
|
|
510
510
|
"types": "./dist/docs/crm-pipeline.docblock.d.ts",
|
|
511
511
|
"bun": "./dist/docs/crm-pipeline.docblock.js",
|
|
512
|
-
"node": "./dist/node/docs/crm-pipeline.docblock.
|
|
512
|
+
"node": "./dist/node/docs/crm-pipeline.docblock.js",
|
|
513
513
|
"browser": "./dist/browser/docs/crm-pipeline.docblock.js",
|
|
514
514
|
"default": "./dist/docs/crm-pipeline.docblock.js"
|
|
515
515
|
},
|
|
516
516
|
"./docs/index": {
|
|
517
517
|
"types": "./dist/docs/index.d.ts",
|
|
518
518
|
"bun": "./dist/docs/index.js",
|
|
519
|
-
"node": "./dist/node/docs/index.
|
|
519
|
+
"node": "./dist/node/docs/index.js",
|
|
520
520
|
"browser": "./dist/browser/docs/index.js",
|
|
521
521
|
"default": "./dist/docs/index.js"
|
|
522
522
|
},
|
|
523
523
|
"./entities": {
|
|
524
524
|
"types": "./dist/entities/index.d.ts",
|
|
525
525
|
"bun": "./dist/entities/index.js",
|
|
526
|
-
"node": "./dist/node/entities/index.
|
|
526
|
+
"node": "./dist/node/entities/index.js",
|
|
527
527
|
"browser": "./dist/browser/entities/index.js",
|
|
528
528
|
"default": "./dist/entities/index.js"
|
|
529
529
|
},
|
|
530
530
|
"./entities/company.entity": {
|
|
531
531
|
"types": "./dist/entities/company.entity.d.ts",
|
|
532
532
|
"bun": "./dist/entities/company.entity.js",
|
|
533
|
-
"node": "./dist/node/entities/company.entity.
|
|
533
|
+
"node": "./dist/node/entities/company.entity.js",
|
|
534
534
|
"browser": "./dist/browser/entities/company.entity.js",
|
|
535
535
|
"default": "./dist/entities/company.entity.js"
|
|
536
536
|
},
|
|
537
537
|
"./entities/contact.entity": {
|
|
538
538
|
"types": "./dist/entities/contact.entity.d.ts",
|
|
539
539
|
"bun": "./dist/entities/contact.entity.js",
|
|
540
|
-
"node": "./dist/node/entities/contact.entity.
|
|
540
|
+
"node": "./dist/node/entities/contact.entity.js",
|
|
541
541
|
"browser": "./dist/browser/entities/contact.entity.js",
|
|
542
542
|
"default": "./dist/entities/contact.entity.js"
|
|
543
543
|
},
|
|
544
544
|
"./entities/deal.entity": {
|
|
545
545
|
"types": "./dist/entities/deal.entity.d.ts",
|
|
546
546
|
"bun": "./dist/entities/deal.entity.js",
|
|
547
|
-
"node": "./dist/node/entities/deal.entity.
|
|
547
|
+
"node": "./dist/node/entities/deal.entity.js",
|
|
548
548
|
"browser": "./dist/browser/entities/deal.entity.js",
|
|
549
549
|
"default": "./dist/entities/deal.entity.js"
|
|
550
550
|
},
|
|
551
551
|
"./entities/index": {
|
|
552
552
|
"types": "./dist/entities/index.d.ts",
|
|
553
553
|
"bun": "./dist/entities/index.js",
|
|
554
|
-
"node": "./dist/node/entities/index.
|
|
554
|
+
"node": "./dist/node/entities/index.js",
|
|
555
555
|
"browser": "./dist/browser/entities/index.js",
|
|
556
556
|
"default": "./dist/entities/index.js"
|
|
557
557
|
},
|
|
558
558
|
"./entities/task.entity": {
|
|
559
559
|
"types": "./dist/entities/task.entity.d.ts",
|
|
560
560
|
"bun": "./dist/entities/task.entity.js",
|
|
561
|
-
"node": "./dist/node/entities/task.entity.
|
|
561
|
+
"node": "./dist/node/entities/task.entity.js",
|
|
562
562
|
"browser": "./dist/browser/entities/task.entity.js",
|
|
563
563
|
"default": "./dist/entities/task.entity.js"
|
|
564
564
|
},
|
|
565
565
|
"./events": {
|
|
566
566
|
"types": "./dist/events/index.d.ts",
|
|
567
567
|
"bun": "./dist/events/index.js",
|
|
568
|
-
"node": "./dist/node/events/index.
|
|
568
|
+
"node": "./dist/node/events/index.js",
|
|
569
569
|
"browser": "./dist/browser/events/index.js",
|
|
570
570
|
"default": "./dist/events/index.js"
|
|
571
571
|
},
|
|
572
572
|
"./events/contact.event": {
|
|
573
573
|
"types": "./dist/events/contact.event.d.ts",
|
|
574
574
|
"bun": "./dist/events/contact.event.js",
|
|
575
|
-
"node": "./dist/node/events/contact.event.
|
|
575
|
+
"node": "./dist/node/events/contact.event.js",
|
|
576
576
|
"browser": "./dist/browser/events/contact.event.js",
|
|
577
577
|
"default": "./dist/events/contact.event.js"
|
|
578
578
|
},
|
|
579
579
|
"./events/deal.event": {
|
|
580
580
|
"types": "./dist/events/deal.event.d.ts",
|
|
581
581
|
"bun": "./dist/events/deal.event.js",
|
|
582
|
-
"node": "./dist/node/events/deal.event.
|
|
582
|
+
"node": "./dist/node/events/deal.event.js",
|
|
583
583
|
"browser": "./dist/browser/events/deal.event.js",
|
|
584
584
|
"default": "./dist/events/deal.event.js"
|
|
585
585
|
},
|
|
586
586
|
"./events/index": {
|
|
587
587
|
"types": "./dist/events/index.d.ts",
|
|
588
588
|
"bun": "./dist/events/index.js",
|
|
589
|
-
"node": "./dist/node/events/index.
|
|
589
|
+
"node": "./dist/node/events/index.js",
|
|
590
590
|
"browser": "./dist/browser/events/index.js",
|
|
591
591
|
"default": "./dist/events/index.js"
|
|
592
592
|
},
|
|
593
593
|
"./events/task.event": {
|
|
594
594
|
"types": "./dist/events/task.event.d.ts",
|
|
595
595
|
"bun": "./dist/events/task.event.js",
|
|
596
|
-
"node": "./dist/node/events/task.event.
|
|
596
|
+
"node": "./dist/node/events/task.event.js",
|
|
597
597
|
"browser": "./dist/browser/events/task.event.js",
|
|
598
598
|
"default": "./dist/events/task.event.js"
|
|
599
599
|
},
|
|
600
600
|
"./example": {
|
|
601
601
|
"types": "./dist/example.d.ts",
|
|
602
602
|
"bun": "./dist/example.js",
|
|
603
|
-
"node": "./dist/node/example.
|
|
603
|
+
"node": "./dist/node/example.js",
|
|
604
604
|
"browser": "./dist/browser/example.js",
|
|
605
605
|
"default": "./dist/example.js"
|
|
606
606
|
},
|
|
607
607
|
"./handlers": {
|
|
608
608
|
"types": "./dist/handlers/index.d.ts",
|
|
609
609
|
"bun": "./dist/handlers/index.js",
|
|
610
|
-
"node": "./dist/node/handlers/index.
|
|
610
|
+
"node": "./dist/node/handlers/index.js",
|
|
611
611
|
"browser": "./dist/browser/handlers/index.js",
|
|
612
612
|
"default": "./dist/handlers/index.js"
|
|
613
613
|
},
|
|
614
614
|
"./handlers/crm.handlers": {
|
|
615
615
|
"types": "./dist/handlers/crm.handlers.d.ts",
|
|
616
616
|
"bun": "./dist/handlers/crm.handlers.js",
|
|
617
|
-
"node": "./dist/node/handlers/crm.handlers.
|
|
617
|
+
"node": "./dist/node/handlers/crm.handlers.js",
|
|
618
618
|
"browser": "./dist/browser/handlers/crm.handlers.js",
|
|
619
619
|
"default": "./dist/handlers/crm.handlers.js"
|
|
620
620
|
},
|
|
621
621
|
"./handlers/deal.handlers": {
|
|
622
622
|
"types": "./dist/handlers/deal.handlers.d.ts",
|
|
623
623
|
"bun": "./dist/handlers/deal.handlers.js",
|
|
624
|
-
"node": "./dist/node/handlers/deal.handlers.
|
|
624
|
+
"node": "./dist/node/handlers/deal.handlers.js",
|
|
625
625
|
"browser": "./dist/browser/handlers/deal.handlers.js",
|
|
626
626
|
"default": "./dist/handlers/deal.handlers.js"
|
|
627
627
|
},
|
|
628
628
|
"./handlers/index": {
|
|
629
629
|
"types": "./dist/handlers/index.d.ts",
|
|
630
630
|
"bun": "./dist/handlers/index.js",
|
|
631
|
-
"node": "./dist/node/handlers/index.
|
|
631
|
+
"node": "./dist/node/handlers/index.js",
|
|
632
632
|
"browser": "./dist/browser/handlers/index.js",
|
|
633
633
|
"default": "./dist/handlers/index.js"
|
|
634
634
|
},
|
|
635
635
|
"./handlers/mock-data": {
|
|
636
636
|
"types": "./dist/handlers/mock-data.d.ts",
|
|
637
637
|
"bun": "./dist/handlers/mock-data.js",
|
|
638
|
-
"node": "./dist/node/handlers/mock-data.
|
|
638
|
+
"node": "./dist/node/handlers/mock-data.js",
|
|
639
639
|
"browser": "./dist/browser/handlers/mock-data.js",
|
|
640
640
|
"default": "./dist/handlers/mock-data.js"
|
|
641
641
|
},
|
|
642
642
|
"./operations": {
|
|
643
643
|
"types": "./dist/operations/index.d.ts",
|
|
644
644
|
"bun": "./dist/operations/index.js",
|
|
645
|
-
"node": "./dist/node/operations/index.
|
|
645
|
+
"node": "./dist/node/operations/index.js",
|
|
646
646
|
"browser": "./dist/browser/operations/index.js",
|
|
647
647
|
"default": "./dist/operations/index.js"
|
|
648
648
|
},
|
|
649
649
|
"./operations/index": {
|
|
650
650
|
"types": "./dist/operations/index.d.ts",
|
|
651
651
|
"bun": "./dist/operations/index.js",
|
|
652
|
-
"node": "./dist/node/operations/index.
|
|
652
|
+
"node": "./dist/node/operations/index.js",
|
|
653
653
|
"browser": "./dist/browser/operations/index.js",
|
|
654
654
|
"default": "./dist/operations/index.js"
|
|
655
655
|
},
|
|
656
656
|
"./presentations": {
|
|
657
657
|
"types": "./dist/presentations/index.d.ts",
|
|
658
658
|
"bun": "./dist/presentations/index.js",
|
|
659
|
-
"node": "./dist/node/presentations/index.
|
|
659
|
+
"node": "./dist/node/presentations/index.js",
|
|
660
660
|
"browser": "./dist/browser/presentations/index.js",
|
|
661
661
|
"default": "./dist/presentations/index.js"
|
|
662
662
|
},
|
|
663
663
|
"./presentations/dashboard.presentation": {
|
|
664
664
|
"types": "./dist/presentations/dashboard.presentation.d.ts",
|
|
665
665
|
"bun": "./dist/presentations/dashboard.presentation.js",
|
|
666
|
-
"node": "./dist/node/presentations/dashboard.presentation.
|
|
666
|
+
"node": "./dist/node/presentations/dashboard.presentation.js",
|
|
667
667
|
"browser": "./dist/browser/presentations/dashboard.presentation.js",
|
|
668
668
|
"default": "./dist/presentations/dashboard.presentation.js"
|
|
669
669
|
},
|
|
670
670
|
"./presentations/index": {
|
|
671
671
|
"types": "./dist/presentations/index.d.ts",
|
|
672
672
|
"bun": "./dist/presentations/index.js",
|
|
673
|
-
"node": "./dist/node/presentations/index.
|
|
673
|
+
"node": "./dist/node/presentations/index.js",
|
|
674
674
|
"browser": "./dist/browser/presentations/index.js",
|
|
675
675
|
"default": "./dist/presentations/index.js"
|
|
676
676
|
},
|
|
677
677
|
"./presentations/pipeline.presentation": {
|
|
678
678
|
"types": "./dist/presentations/pipeline.presentation.d.ts",
|
|
679
679
|
"bun": "./dist/presentations/pipeline.presentation.js",
|
|
680
|
-
"node": "./dist/node/presentations/pipeline.presentation.
|
|
680
|
+
"node": "./dist/node/presentations/pipeline.presentation.js",
|
|
681
681
|
"browser": "./dist/browser/presentations/pipeline.presentation.js",
|
|
682
682
|
"default": "./dist/presentations/pipeline.presentation.js"
|
|
683
683
|
},
|
|
684
684
|
"./seeders": {
|
|
685
685
|
"types": "./dist/seeders/index.d.ts",
|
|
686
686
|
"bun": "./dist/seeders/index.js",
|
|
687
|
-
"node": "./dist/node/seeders/index.
|
|
687
|
+
"node": "./dist/node/seeders/index.js",
|
|
688
688
|
"browser": "./dist/browser/seeders/index.js",
|
|
689
689
|
"default": "./dist/seeders/index.js"
|
|
690
690
|
},
|
|
691
691
|
"./seeders/index": {
|
|
692
692
|
"types": "./dist/seeders/index.d.ts",
|
|
693
693
|
"bun": "./dist/seeders/index.js",
|
|
694
|
-
"node": "./dist/node/seeders/index.
|
|
694
|
+
"node": "./dist/node/seeders/index.js",
|
|
695
695
|
"browser": "./dist/browser/seeders/index.js",
|
|
696
696
|
"default": "./dist/seeders/index.js"
|
|
697
697
|
},
|
|
698
698
|
"./shared/overlay-types": {
|
|
699
699
|
"types": "./dist/shared/overlay-types.d.ts",
|
|
700
700
|
"bun": "./dist/shared/overlay-types.js",
|
|
701
|
-
"node": "./dist/node/shared/overlay-types.
|
|
701
|
+
"node": "./dist/node/shared/overlay-types.js",
|
|
702
702
|
"browser": "./dist/browser/shared/overlay-types.js",
|
|
703
703
|
"default": "./dist/shared/overlay-types.js"
|
|
704
704
|
},
|
|
705
705
|
"./ui": {
|
|
706
706
|
"types": "./dist/ui/index.d.ts",
|
|
707
707
|
"bun": "./dist/ui/index.js",
|
|
708
|
-
"node": "./dist/node/ui/index.
|
|
708
|
+
"node": "./dist/node/ui/index.js",
|
|
709
709
|
"browser": "./dist/browser/ui/index.js",
|
|
710
710
|
"default": "./dist/ui/index.js"
|
|
711
711
|
},
|
|
712
712
|
"./ui/CrmDashboard": {
|
|
713
713
|
"types": "./dist/ui/CrmDashboard.d.ts",
|
|
714
714
|
"bun": "./dist/ui/CrmDashboard.js",
|
|
715
|
-
"node": "./dist/node/ui/CrmDashboard.
|
|
715
|
+
"node": "./dist/node/ui/CrmDashboard.js",
|
|
716
716
|
"browser": "./dist/browser/ui/CrmDashboard.js",
|
|
717
717
|
"default": "./dist/ui/CrmDashboard.js"
|
|
718
718
|
},
|
|
719
719
|
"./ui/CrmDealCard": {
|
|
720
720
|
"types": "./dist/ui/CrmDealCard.d.ts",
|
|
721
721
|
"bun": "./dist/ui/CrmDealCard.js",
|
|
722
|
-
"node": "./dist/node/ui/CrmDealCard.
|
|
722
|
+
"node": "./dist/node/ui/CrmDealCard.js",
|
|
723
723
|
"browser": "./dist/browser/ui/CrmDealCard.js",
|
|
724
724
|
"default": "./dist/ui/CrmDealCard.js"
|
|
725
725
|
},
|
|
726
726
|
"./ui/CrmPipelineBoard": {
|
|
727
727
|
"types": "./dist/ui/CrmPipelineBoard.d.ts",
|
|
728
728
|
"bun": "./dist/ui/CrmPipelineBoard.js",
|
|
729
|
-
"node": "./dist/node/ui/CrmPipelineBoard.
|
|
729
|
+
"node": "./dist/node/ui/CrmPipelineBoard.js",
|
|
730
730
|
"browser": "./dist/browser/ui/CrmPipelineBoard.js",
|
|
731
731
|
"default": "./dist/ui/CrmPipelineBoard.js"
|
|
732
732
|
},
|
|
733
733
|
"./ui/hooks": {
|
|
734
734
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
735
735
|
"bun": "./dist/ui/hooks/index.js",
|
|
736
|
-
"node": "./dist/node/ui/hooks/index.
|
|
736
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
737
737
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
738
738
|
"default": "./dist/ui/hooks/index.js"
|
|
739
739
|
},
|
|
740
740
|
"./ui/hooks/index": {
|
|
741
741
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
742
742
|
"bun": "./dist/ui/hooks/index.js",
|
|
743
|
-
"node": "./dist/node/ui/hooks/index.
|
|
743
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
744
744
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
745
745
|
"default": "./dist/ui/hooks/index.js"
|
|
746
746
|
},
|
|
747
747
|
"./ui/hooks/useDealList": {
|
|
748
748
|
"types": "./dist/ui/hooks/useDealList.d.ts",
|
|
749
749
|
"bun": "./dist/ui/hooks/useDealList.js",
|
|
750
|
-
"node": "./dist/node/ui/hooks/useDealList.
|
|
750
|
+
"node": "./dist/node/ui/hooks/useDealList.js",
|
|
751
751
|
"browser": "./dist/browser/ui/hooks/useDealList.js",
|
|
752
752
|
"default": "./dist/ui/hooks/useDealList.js"
|
|
753
753
|
},
|
|
754
754
|
"./ui/hooks/useDealMutations": {
|
|
755
755
|
"types": "./dist/ui/hooks/useDealMutations.d.ts",
|
|
756
756
|
"bun": "./dist/ui/hooks/useDealMutations.js",
|
|
757
|
-
"node": "./dist/node/ui/hooks/useDealMutations.
|
|
757
|
+
"node": "./dist/node/ui/hooks/useDealMutations.js",
|
|
758
758
|
"browser": "./dist/browser/ui/hooks/useDealMutations.js",
|
|
759
759
|
"default": "./dist/ui/hooks/useDealMutations.js"
|
|
760
760
|
},
|
|
761
761
|
"./ui/index": {
|
|
762
762
|
"types": "./dist/ui/index.d.ts",
|
|
763
763
|
"bun": "./dist/ui/index.js",
|
|
764
|
-
"node": "./dist/node/ui/index.
|
|
764
|
+
"node": "./dist/node/ui/index.js",
|
|
765
765
|
"browser": "./dist/browser/ui/index.js",
|
|
766
766
|
"default": "./dist/ui/index.js"
|
|
767
767
|
},
|
|
768
768
|
"./ui/modals": {
|
|
769
769
|
"types": "./dist/ui/modals/index.d.ts",
|
|
770
770
|
"bun": "./dist/ui/modals/index.js",
|
|
771
|
-
"node": "./dist/node/ui/modals/index.
|
|
771
|
+
"node": "./dist/node/ui/modals/index.js",
|
|
772
772
|
"browser": "./dist/browser/ui/modals/index.js",
|
|
773
773
|
"default": "./dist/ui/modals/index.js"
|
|
774
774
|
},
|
|
775
775
|
"./ui/modals/CreateDealModal": {
|
|
776
776
|
"types": "./dist/ui/modals/CreateDealModal.d.ts",
|
|
777
777
|
"bun": "./dist/ui/modals/CreateDealModal.js",
|
|
778
|
-
"node": "./dist/node/ui/modals/CreateDealModal.
|
|
778
|
+
"node": "./dist/node/ui/modals/CreateDealModal.js",
|
|
779
779
|
"browser": "./dist/browser/ui/modals/CreateDealModal.js",
|
|
780
780
|
"default": "./dist/ui/modals/CreateDealModal.js"
|
|
781
781
|
},
|
|
782
782
|
"./ui/modals/DealActionsModal": {
|
|
783
783
|
"types": "./dist/ui/modals/DealActionsModal.d.ts",
|
|
784
784
|
"bun": "./dist/ui/modals/DealActionsModal.js",
|
|
785
|
-
"node": "./dist/node/ui/modals/DealActionsModal.
|
|
785
|
+
"node": "./dist/node/ui/modals/DealActionsModal.js",
|
|
786
786
|
"browser": "./dist/browser/ui/modals/DealActionsModal.js",
|
|
787
787
|
"default": "./dist/ui/modals/DealActionsModal.js"
|
|
788
788
|
},
|
|
789
789
|
"./ui/modals/index": {
|
|
790
790
|
"types": "./dist/ui/modals/index.d.ts",
|
|
791
791
|
"bun": "./dist/ui/modals/index.js",
|
|
792
|
-
"node": "./dist/node/ui/modals/index.
|
|
792
|
+
"node": "./dist/node/ui/modals/index.js",
|
|
793
793
|
"browser": "./dist/browser/ui/modals/index.js",
|
|
794
794
|
"default": "./dist/ui/modals/index.js"
|
|
795
795
|
},
|
|
796
796
|
"./ui/overlays": {
|
|
797
797
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
798
798
|
"bun": "./dist/ui/overlays/index.js",
|
|
799
|
-
"node": "./dist/node/ui/overlays/index.
|
|
799
|
+
"node": "./dist/node/ui/overlays/index.js",
|
|
800
800
|
"browser": "./dist/browser/ui/overlays/index.js",
|
|
801
801
|
"default": "./dist/ui/overlays/index.js"
|
|
802
802
|
},
|
|
803
803
|
"./ui/overlays/demo-overlays": {
|
|
804
804
|
"types": "./dist/ui/overlays/demo-overlays.d.ts",
|
|
805
805
|
"bun": "./dist/ui/overlays/demo-overlays.js",
|
|
806
|
-
"node": "./dist/node/ui/overlays/demo-overlays.
|
|
806
|
+
"node": "./dist/node/ui/overlays/demo-overlays.js",
|
|
807
807
|
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
808
808
|
"default": "./dist/ui/overlays/demo-overlays.js"
|
|
809
809
|
},
|
|
810
810
|
"./ui/overlays/index": {
|
|
811
811
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
812
812
|
"bun": "./dist/ui/overlays/index.js",
|
|
813
|
-
"node": "./dist/node/ui/overlays/index.
|
|
813
|
+
"node": "./dist/node/ui/overlays/index.js",
|
|
814
814
|
"browser": "./dist/browser/ui/overlays/index.js",
|
|
815
815
|
"default": "./dist/ui/overlays/index.js"
|
|
816
816
|
},
|
|
817
817
|
"./ui/renderers": {
|
|
818
818
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
819
819
|
"bun": "./dist/ui/renderers/index.js",
|
|
820
|
-
"node": "./dist/node/ui/renderers/index.
|
|
820
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
821
821
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
822
822
|
"default": "./dist/ui/renderers/index.js"
|
|
823
823
|
},
|
|
824
824
|
"./ui/renderers/index": {
|
|
825
825
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
826
826
|
"bun": "./dist/ui/renderers/index.js",
|
|
827
|
-
"node": "./dist/node/ui/renderers/index.
|
|
827
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
828
828
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
829
829
|
"default": "./dist/ui/renderers/index.js"
|
|
830
830
|
},
|
|
831
831
|
"./ui/renderers/pipeline.markdown": {
|
|
832
832
|
"types": "./dist/ui/renderers/pipeline.markdown.d.ts",
|
|
833
833
|
"bun": "./dist/ui/renderers/pipeline.markdown.js",
|
|
834
|
-
"node": "./dist/node/ui/renderers/pipeline.markdown.
|
|
834
|
+
"node": "./dist/node/ui/renderers/pipeline.markdown.js",
|
|
835
835
|
"browser": "./dist/browser/ui/renderers/pipeline.markdown.js",
|
|
836
836
|
"default": "./dist/ui/renderers/pipeline.markdown.js"
|
|
837
837
|
},
|
|
838
838
|
"./ui/renderers/pipeline.renderer": {
|
|
839
839
|
"types": "./dist/ui/renderers/pipeline.renderer.d.ts",
|
|
840
840
|
"bun": "./dist/ui/renderers/pipeline.renderer.js",
|
|
841
|
-
"node": "./dist/node/ui/renderers/pipeline.renderer.
|
|
841
|
+
"node": "./dist/node/ui/renderers/pipeline.renderer.js",
|
|
842
842
|
"browser": "./dist/browser/ui/renderers/pipeline.renderer.js",
|
|
843
843
|
"default": "./dist/ui/renderers/pipeline.renderer.js"
|
|
844
844
|
}
|