@contractspec/example.analytics-dashboard 1.59.0 → 1.61.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/package.json +320 -86
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.analytics-dashboard",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
4
4
|
"description": "Analytics Dashboard example with widgets and query engine for ContractSpec",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -19,61 +19,295 @@
|
|
|
19
19
|
"typecheck": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contractspec/lib.schema": "1.
|
|
23
|
-
"@contractspec/lib.contracts": "1.
|
|
24
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
25
|
-
"@contractspec/lib.design-system": "1.
|
|
26
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
22
|
+
"@contractspec/lib.schema": "1.61.0",
|
|
23
|
+
"@contractspec/lib.contracts": "1.61.0",
|
|
24
|
+
"@contractspec/lib.example-shared-ui": "1.15.0",
|
|
25
|
+
"@contractspec/lib.design-system": "1.61.0",
|
|
26
|
+
"@contractspec/lib.runtime-sandbox": "0.16.0",
|
|
27
27
|
"react": "19.2.4",
|
|
28
28
|
"react-dom": "19.2.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@contractspec/tool.typescript": "1.
|
|
31
|
+
"@contractspec/tool.typescript": "1.61.0",
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
33
|
"@types/react": "^19.2.13",
|
|
34
34
|
"@types/react-dom": "^19.2.2",
|
|
35
|
-
"@contractspec/tool.bun": "1.
|
|
35
|
+
"@contractspec/tool.bun": "1.60.0"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
|
-
".":
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"./dashboard
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"./
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"./
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"./
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"./
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
38
|
+
".": {
|
|
39
|
+
"types": "./dist/index.d.ts",
|
|
40
|
+
"bun": "./dist/index.js",
|
|
41
|
+
"node": "./dist/node/index.js",
|
|
42
|
+
"browser": "./dist/browser/index.js",
|
|
43
|
+
"default": "./dist/index.js"
|
|
44
|
+
},
|
|
45
|
+
"./dashboard": {
|
|
46
|
+
"types": "./dist/dashboard/index.d.ts",
|
|
47
|
+
"bun": "./dist/dashboard/index.js",
|
|
48
|
+
"node": "./dist/node/dashboard/index.js",
|
|
49
|
+
"browser": "./dist/browser/dashboard/index.js",
|
|
50
|
+
"default": "./dist/dashboard/index.js"
|
|
51
|
+
},
|
|
52
|
+
"./dashboard.feature": {
|
|
53
|
+
"types": "./dist/dashboard.feature.d.ts",
|
|
54
|
+
"bun": "./dist/dashboard.feature.js",
|
|
55
|
+
"node": "./dist/node/dashboard.feature.js",
|
|
56
|
+
"browser": "./dist/browser/dashboard.feature.js",
|
|
57
|
+
"default": "./dist/dashboard.feature.js"
|
|
58
|
+
},
|
|
59
|
+
"./dashboard/dashboard.enum": {
|
|
60
|
+
"types": "./dist/dashboard/dashboard.enum.d.ts",
|
|
61
|
+
"bun": "./dist/dashboard/dashboard.enum.js",
|
|
62
|
+
"node": "./dist/node/dashboard/dashboard.enum.js",
|
|
63
|
+
"browser": "./dist/browser/dashboard/dashboard.enum.js",
|
|
64
|
+
"default": "./dist/dashboard/dashboard.enum.js"
|
|
65
|
+
},
|
|
66
|
+
"./dashboard/dashboard.operation": {
|
|
67
|
+
"types": "./dist/dashboard/dashboard.operation.d.ts",
|
|
68
|
+
"bun": "./dist/dashboard/dashboard.operation.js",
|
|
69
|
+
"node": "./dist/node/dashboard/dashboard.operation.js",
|
|
70
|
+
"browser": "./dist/browser/dashboard/dashboard.operation.js",
|
|
71
|
+
"default": "./dist/dashboard/dashboard.operation.js"
|
|
72
|
+
},
|
|
73
|
+
"./dashboard/dashboard.presentation": {
|
|
74
|
+
"types": "./dist/dashboard/dashboard.presentation.d.ts",
|
|
75
|
+
"bun": "./dist/dashboard/dashboard.presentation.js",
|
|
76
|
+
"node": "./dist/node/dashboard/dashboard.presentation.js",
|
|
77
|
+
"browser": "./dist/browser/dashboard/dashboard.presentation.js",
|
|
78
|
+
"default": "./dist/dashboard/dashboard.presentation.js"
|
|
79
|
+
},
|
|
80
|
+
"./dashboard/dashboard.schema": {
|
|
81
|
+
"types": "./dist/dashboard/dashboard.schema.d.ts",
|
|
82
|
+
"bun": "./dist/dashboard/dashboard.schema.js",
|
|
83
|
+
"node": "./dist/node/dashboard/dashboard.schema.js",
|
|
84
|
+
"browser": "./dist/browser/dashboard/dashboard.schema.js",
|
|
85
|
+
"default": "./dist/dashboard/dashboard.schema.js"
|
|
86
|
+
},
|
|
87
|
+
"./dashboard/dashboard.test-spec": {
|
|
88
|
+
"types": "./dist/dashboard/dashboard.test-spec.d.ts",
|
|
89
|
+
"bun": "./dist/dashboard/dashboard.test-spec.js",
|
|
90
|
+
"node": "./dist/node/dashboard/dashboard.test-spec.js",
|
|
91
|
+
"browser": "./dist/browser/dashboard/dashboard.test-spec.js",
|
|
92
|
+
"default": "./dist/dashboard/dashboard.test-spec.js"
|
|
93
|
+
},
|
|
94
|
+
"./dashboard/index": {
|
|
95
|
+
"types": "./dist/dashboard/index.d.ts",
|
|
96
|
+
"bun": "./dist/dashboard/index.js",
|
|
97
|
+
"node": "./dist/node/dashboard/index.js",
|
|
98
|
+
"browser": "./dist/browser/dashboard/index.js",
|
|
99
|
+
"default": "./dist/dashboard/index.js"
|
|
100
|
+
},
|
|
101
|
+
"./datasource/posthog-datasource": {
|
|
102
|
+
"types": "./dist/datasource/posthog-datasource.d.ts",
|
|
103
|
+
"bun": "./dist/datasource/posthog-datasource.js",
|
|
104
|
+
"node": "./dist/node/datasource/posthog-datasource.js",
|
|
105
|
+
"browser": "./dist/browser/datasource/posthog-datasource.js",
|
|
106
|
+
"default": "./dist/datasource/posthog-datasource.js"
|
|
107
|
+
},
|
|
108
|
+
"./docs": {
|
|
109
|
+
"types": "./dist/docs/index.d.ts",
|
|
110
|
+
"bun": "./dist/docs/index.js",
|
|
111
|
+
"node": "./dist/node/docs/index.js",
|
|
112
|
+
"browser": "./dist/browser/docs/index.js",
|
|
113
|
+
"default": "./dist/docs/index.js"
|
|
114
|
+
},
|
|
115
|
+
"./docs/analytics-dashboard.docblock": {
|
|
116
|
+
"types": "./dist/docs/analytics-dashboard.docblock.d.ts",
|
|
117
|
+
"bun": "./dist/docs/analytics-dashboard.docblock.js",
|
|
118
|
+
"node": "./dist/node/docs/analytics-dashboard.docblock.js",
|
|
119
|
+
"browser": "./dist/browser/docs/analytics-dashboard.docblock.js",
|
|
120
|
+
"default": "./dist/docs/analytics-dashboard.docblock.js"
|
|
121
|
+
},
|
|
122
|
+
"./docs/index": {
|
|
123
|
+
"types": "./dist/docs/index.d.ts",
|
|
124
|
+
"bun": "./dist/docs/index.js",
|
|
125
|
+
"node": "./dist/node/docs/index.js",
|
|
126
|
+
"browser": "./dist/browser/docs/index.js",
|
|
127
|
+
"default": "./dist/docs/index.js"
|
|
128
|
+
},
|
|
129
|
+
"./events": {
|
|
130
|
+
"types": "./dist/events.d.ts",
|
|
131
|
+
"bun": "./dist/events.js",
|
|
132
|
+
"node": "./dist/node/events.js",
|
|
133
|
+
"browser": "./dist/browser/events.js",
|
|
134
|
+
"default": "./dist/events.js"
|
|
135
|
+
},
|
|
136
|
+
"./example": {
|
|
137
|
+
"types": "./dist/example.d.ts",
|
|
138
|
+
"bun": "./dist/example.js",
|
|
139
|
+
"node": "./dist/node/example.js",
|
|
140
|
+
"browser": "./dist/browser/example.js",
|
|
141
|
+
"default": "./dist/example.js"
|
|
142
|
+
},
|
|
143
|
+
"./handlers": {
|
|
144
|
+
"types": "./dist/handlers/index.d.ts",
|
|
145
|
+
"bun": "./dist/handlers/index.js",
|
|
146
|
+
"node": "./dist/node/handlers/index.js",
|
|
147
|
+
"browser": "./dist/browser/handlers/index.js",
|
|
148
|
+
"default": "./dist/handlers/index.js"
|
|
149
|
+
},
|
|
150
|
+
"./handlers/analytics.handlers": {
|
|
151
|
+
"types": "./dist/handlers/analytics.handlers.d.ts",
|
|
152
|
+
"bun": "./dist/handlers/analytics.handlers.js",
|
|
153
|
+
"node": "./dist/node/handlers/analytics.handlers.js",
|
|
154
|
+
"browser": "./dist/browser/handlers/analytics.handlers.js",
|
|
155
|
+
"default": "./dist/handlers/analytics.handlers.js"
|
|
156
|
+
},
|
|
157
|
+
"./handlers/index": {
|
|
158
|
+
"types": "./dist/handlers/index.d.ts",
|
|
159
|
+
"bun": "./dist/handlers/index.js",
|
|
160
|
+
"node": "./dist/node/handlers/index.js",
|
|
161
|
+
"browser": "./dist/browser/handlers/index.js",
|
|
162
|
+
"default": "./dist/handlers/index.js"
|
|
163
|
+
},
|
|
164
|
+
"./handlers/query.handlers": {
|
|
165
|
+
"types": "./dist/handlers/query.handlers.d.ts",
|
|
166
|
+
"bun": "./dist/handlers/query.handlers.js",
|
|
167
|
+
"node": "./dist/node/handlers/query.handlers.js",
|
|
168
|
+
"browser": "./dist/browser/handlers/query.handlers.js",
|
|
169
|
+
"default": "./dist/handlers/query.handlers.js"
|
|
170
|
+
},
|
|
171
|
+
"./query": {
|
|
172
|
+
"types": "./dist/query/index.d.ts",
|
|
173
|
+
"bun": "./dist/query/index.js",
|
|
174
|
+
"node": "./dist/node/query/index.js",
|
|
175
|
+
"browser": "./dist/browser/query/index.js",
|
|
176
|
+
"default": "./dist/query/index.js"
|
|
177
|
+
},
|
|
178
|
+
"./query-engine": {
|
|
179
|
+
"types": "./dist/query-engine/index.d.ts",
|
|
180
|
+
"bun": "./dist/query-engine/index.js",
|
|
181
|
+
"node": "./dist/node/query-engine/index.js",
|
|
182
|
+
"browser": "./dist/browser/query-engine/index.js",
|
|
183
|
+
"default": "./dist/query-engine/index.js"
|
|
184
|
+
},
|
|
185
|
+
"./query-engine/index": {
|
|
186
|
+
"types": "./dist/query-engine/index.d.ts",
|
|
187
|
+
"bun": "./dist/query-engine/index.js",
|
|
188
|
+
"node": "./dist/node/query-engine/index.js",
|
|
189
|
+
"browser": "./dist/browser/query-engine/index.js",
|
|
190
|
+
"default": "./dist/query-engine/index.js"
|
|
191
|
+
},
|
|
192
|
+
"./query/index": {
|
|
193
|
+
"types": "./dist/query/index.d.ts",
|
|
194
|
+
"bun": "./dist/query/index.js",
|
|
195
|
+
"node": "./dist/node/query/index.js",
|
|
196
|
+
"browser": "./dist/browser/query/index.js",
|
|
197
|
+
"default": "./dist/query/index.js"
|
|
198
|
+
},
|
|
199
|
+
"./query/query.enum": {
|
|
200
|
+
"types": "./dist/query/query.enum.d.ts",
|
|
201
|
+
"bun": "./dist/query/query.enum.js",
|
|
202
|
+
"node": "./dist/node/query/query.enum.js",
|
|
203
|
+
"browser": "./dist/browser/query/query.enum.js",
|
|
204
|
+
"default": "./dist/query/query.enum.js"
|
|
205
|
+
},
|
|
206
|
+
"./query/query.operation": {
|
|
207
|
+
"types": "./dist/query/query.operation.d.ts",
|
|
208
|
+
"bun": "./dist/query/query.operation.js",
|
|
209
|
+
"node": "./dist/node/query/query.operation.js",
|
|
210
|
+
"browser": "./dist/browser/query/query.operation.js",
|
|
211
|
+
"default": "./dist/query/query.operation.js"
|
|
212
|
+
},
|
|
213
|
+
"./query/query.presentation": {
|
|
214
|
+
"types": "./dist/query/query.presentation.d.ts",
|
|
215
|
+
"bun": "./dist/query/query.presentation.js",
|
|
216
|
+
"node": "./dist/node/query/query.presentation.js",
|
|
217
|
+
"browser": "./dist/browser/query/query.presentation.js",
|
|
218
|
+
"default": "./dist/query/query.presentation.js"
|
|
219
|
+
},
|
|
220
|
+
"./query/query.schema": {
|
|
221
|
+
"types": "./dist/query/query.schema.d.ts",
|
|
222
|
+
"bun": "./dist/query/query.schema.js",
|
|
223
|
+
"node": "./dist/node/query/query.schema.js",
|
|
224
|
+
"browser": "./dist/browser/query/query.schema.js",
|
|
225
|
+
"default": "./dist/query/query.schema.js"
|
|
226
|
+
},
|
|
227
|
+
"./query/query.test-spec": {
|
|
228
|
+
"types": "./dist/query/query.test-spec.d.ts",
|
|
229
|
+
"bun": "./dist/query/query.test-spec.js",
|
|
230
|
+
"node": "./dist/node/query/query.test-spec.js",
|
|
231
|
+
"browser": "./dist/browser/query/query.test-spec.js",
|
|
232
|
+
"default": "./dist/query/query.test-spec.js"
|
|
233
|
+
},
|
|
234
|
+
"./seeders": {
|
|
235
|
+
"types": "./dist/seeders/index.d.ts",
|
|
236
|
+
"bun": "./dist/seeders/index.js",
|
|
237
|
+
"node": "./dist/node/seeders/index.js",
|
|
238
|
+
"browser": "./dist/browser/seeders/index.js",
|
|
239
|
+
"default": "./dist/seeders/index.js"
|
|
240
|
+
},
|
|
241
|
+
"./seeders/index": {
|
|
242
|
+
"types": "./dist/seeders/index.d.ts",
|
|
243
|
+
"bun": "./dist/seeders/index.js",
|
|
244
|
+
"node": "./dist/node/seeders/index.js",
|
|
245
|
+
"browser": "./dist/browser/seeders/index.js",
|
|
246
|
+
"default": "./dist/seeders/index.js"
|
|
247
|
+
},
|
|
248
|
+
"./ui": {
|
|
249
|
+
"types": "./dist/ui/index.d.ts",
|
|
250
|
+
"bun": "./dist/ui/index.js",
|
|
251
|
+
"node": "./dist/node/ui/index.js",
|
|
252
|
+
"browser": "./dist/browser/ui/index.js",
|
|
253
|
+
"default": "./dist/ui/index.js"
|
|
254
|
+
},
|
|
255
|
+
"./ui/AnalyticsDashboard": {
|
|
256
|
+
"types": "./dist/ui/AnalyticsDashboard.d.ts",
|
|
257
|
+
"bun": "./dist/ui/AnalyticsDashboard.js",
|
|
258
|
+
"node": "./dist/node/ui/AnalyticsDashboard.js",
|
|
259
|
+
"browser": "./dist/browser/ui/AnalyticsDashboard.js",
|
|
260
|
+
"default": "./dist/ui/AnalyticsDashboard.js"
|
|
261
|
+
},
|
|
262
|
+
"./ui/hooks": {
|
|
263
|
+
"types": "./dist/ui/hooks/index.d.ts",
|
|
264
|
+
"bun": "./dist/ui/hooks/index.js",
|
|
265
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
266
|
+
"browser": "./dist/browser/ui/hooks/index.js",
|
|
267
|
+
"default": "./dist/ui/hooks/index.js"
|
|
268
|
+
},
|
|
269
|
+
"./ui/hooks/index": {
|
|
270
|
+
"types": "./dist/ui/hooks/index.d.ts",
|
|
271
|
+
"bun": "./dist/ui/hooks/index.js",
|
|
272
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
273
|
+
"browser": "./dist/browser/ui/hooks/index.js",
|
|
274
|
+
"default": "./dist/ui/hooks/index.js"
|
|
275
|
+
},
|
|
276
|
+
"./ui/hooks/useAnalyticsData": {
|
|
277
|
+
"types": "./dist/ui/hooks/useAnalyticsData.d.ts",
|
|
278
|
+
"bun": "./dist/ui/hooks/useAnalyticsData.js",
|
|
279
|
+
"node": "./dist/node/ui/hooks/useAnalyticsData.js",
|
|
280
|
+
"browser": "./dist/browser/ui/hooks/useAnalyticsData.js",
|
|
281
|
+
"default": "./dist/ui/hooks/useAnalyticsData.js"
|
|
282
|
+
},
|
|
283
|
+
"./ui/index": {
|
|
284
|
+
"types": "./dist/ui/index.d.ts",
|
|
285
|
+
"bun": "./dist/ui/index.js",
|
|
286
|
+
"node": "./dist/node/ui/index.js",
|
|
287
|
+
"browser": "./dist/browser/ui/index.js",
|
|
288
|
+
"default": "./dist/ui/index.js"
|
|
289
|
+
},
|
|
290
|
+
"./ui/renderers": {
|
|
291
|
+
"types": "./dist/ui/renderers/index.d.ts",
|
|
292
|
+
"bun": "./dist/ui/renderers/index.js",
|
|
293
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
294
|
+
"browser": "./dist/browser/ui/renderers/index.js",
|
|
295
|
+
"default": "./dist/ui/renderers/index.js"
|
|
296
|
+
},
|
|
297
|
+
"./ui/renderers/analytics.markdown": {
|
|
298
|
+
"types": "./dist/ui/renderers/analytics.markdown.d.ts",
|
|
299
|
+
"bun": "./dist/ui/renderers/analytics.markdown.js",
|
|
300
|
+
"node": "./dist/node/ui/renderers/analytics.markdown.js",
|
|
301
|
+
"browser": "./dist/browser/ui/renderers/analytics.markdown.js",
|
|
302
|
+
"default": "./dist/ui/renderers/analytics.markdown.js"
|
|
303
|
+
},
|
|
304
|
+
"./ui/renderers/index": {
|
|
305
|
+
"types": "./dist/ui/renderers/index.d.ts",
|
|
306
|
+
"bun": "./dist/ui/renderers/index.js",
|
|
307
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
308
|
+
"browser": "./dist/browser/ui/renderers/index.js",
|
|
309
|
+
"default": "./dist/ui/renderers/index.js"
|
|
310
|
+
}
|
|
77
311
|
},
|
|
78
312
|
"files": [
|
|
79
313
|
"dist",
|
|
@@ -85,273 +319,273 @@
|
|
|
85
319
|
".": {
|
|
86
320
|
"types": "./dist/index.d.ts",
|
|
87
321
|
"bun": "./dist/index.js",
|
|
88
|
-
"node": "./dist/node/index.
|
|
322
|
+
"node": "./dist/node/index.js",
|
|
89
323
|
"browser": "./dist/browser/index.js",
|
|
90
324
|
"default": "./dist/index.js"
|
|
91
325
|
},
|
|
92
326
|
"./dashboard": {
|
|
93
327
|
"types": "./dist/dashboard/index.d.ts",
|
|
94
328
|
"bun": "./dist/dashboard/index.js",
|
|
95
|
-
"node": "./dist/node/dashboard/index.
|
|
329
|
+
"node": "./dist/node/dashboard/index.js",
|
|
96
330
|
"browser": "./dist/browser/dashboard/index.js",
|
|
97
331
|
"default": "./dist/dashboard/index.js"
|
|
98
332
|
},
|
|
99
333
|
"./dashboard.feature": {
|
|
100
334
|
"types": "./dist/dashboard.feature.d.ts",
|
|
101
335
|
"bun": "./dist/dashboard.feature.js",
|
|
102
|
-
"node": "./dist/node/dashboard.feature.
|
|
336
|
+
"node": "./dist/node/dashboard.feature.js",
|
|
103
337
|
"browser": "./dist/browser/dashboard.feature.js",
|
|
104
338
|
"default": "./dist/dashboard.feature.js"
|
|
105
339
|
},
|
|
106
340
|
"./dashboard/dashboard.enum": {
|
|
107
341
|
"types": "./dist/dashboard/dashboard.enum.d.ts",
|
|
108
342
|
"bun": "./dist/dashboard/dashboard.enum.js",
|
|
109
|
-
"node": "./dist/node/dashboard/dashboard.enum.
|
|
343
|
+
"node": "./dist/node/dashboard/dashboard.enum.js",
|
|
110
344
|
"browser": "./dist/browser/dashboard/dashboard.enum.js",
|
|
111
345
|
"default": "./dist/dashboard/dashboard.enum.js"
|
|
112
346
|
},
|
|
113
347
|
"./dashboard/dashboard.operation": {
|
|
114
348
|
"types": "./dist/dashboard/dashboard.operation.d.ts",
|
|
115
349
|
"bun": "./dist/dashboard/dashboard.operation.js",
|
|
116
|
-
"node": "./dist/node/dashboard/dashboard.operation.
|
|
350
|
+
"node": "./dist/node/dashboard/dashboard.operation.js",
|
|
117
351
|
"browser": "./dist/browser/dashboard/dashboard.operation.js",
|
|
118
352
|
"default": "./dist/dashboard/dashboard.operation.js"
|
|
119
353
|
},
|
|
120
354
|
"./dashboard/dashboard.presentation": {
|
|
121
355
|
"types": "./dist/dashboard/dashboard.presentation.d.ts",
|
|
122
356
|
"bun": "./dist/dashboard/dashboard.presentation.js",
|
|
123
|
-
"node": "./dist/node/dashboard/dashboard.presentation.
|
|
357
|
+
"node": "./dist/node/dashboard/dashboard.presentation.js",
|
|
124
358
|
"browser": "./dist/browser/dashboard/dashboard.presentation.js",
|
|
125
359
|
"default": "./dist/dashboard/dashboard.presentation.js"
|
|
126
360
|
},
|
|
127
361
|
"./dashboard/dashboard.schema": {
|
|
128
362
|
"types": "./dist/dashboard/dashboard.schema.d.ts",
|
|
129
363
|
"bun": "./dist/dashboard/dashboard.schema.js",
|
|
130
|
-
"node": "./dist/node/dashboard/dashboard.schema.
|
|
364
|
+
"node": "./dist/node/dashboard/dashboard.schema.js",
|
|
131
365
|
"browser": "./dist/browser/dashboard/dashboard.schema.js",
|
|
132
366
|
"default": "./dist/dashboard/dashboard.schema.js"
|
|
133
367
|
},
|
|
134
368
|
"./dashboard/dashboard.test-spec": {
|
|
135
369
|
"types": "./dist/dashboard/dashboard.test-spec.d.ts",
|
|
136
370
|
"bun": "./dist/dashboard/dashboard.test-spec.js",
|
|
137
|
-
"node": "./dist/node/dashboard/dashboard.test-spec.
|
|
371
|
+
"node": "./dist/node/dashboard/dashboard.test-spec.js",
|
|
138
372
|
"browser": "./dist/browser/dashboard/dashboard.test-spec.js",
|
|
139
373
|
"default": "./dist/dashboard/dashboard.test-spec.js"
|
|
140
374
|
},
|
|
141
375
|
"./dashboard/index": {
|
|
142
376
|
"types": "./dist/dashboard/index.d.ts",
|
|
143
377
|
"bun": "./dist/dashboard/index.js",
|
|
144
|
-
"node": "./dist/node/dashboard/index.
|
|
378
|
+
"node": "./dist/node/dashboard/index.js",
|
|
145
379
|
"browser": "./dist/browser/dashboard/index.js",
|
|
146
380
|
"default": "./dist/dashboard/index.js"
|
|
147
381
|
},
|
|
148
382
|
"./datasource/posthog-datasource": {
|
|
149
383
|
"types": "./dist/datasource/posthog-datasource.d.ts",
|
|
150
384
|
"bun": "./dist/datasource/posthog-datasource.js",
|
|
151
|
-
"node": "./dist/node/datasource/posthog-datasource.
|
|
385
|
+
"node": "./dist/node/datasource/posthog-datasource.js",
|
|
152
386
|
"browser": "./dist/browser/datasource/posthog-datasource.js",
|
|
153
387
|
"default": "./dist/datasource/posthog-datasource.js"
|
|
154
388
|
},
|
|
155
389
|
"./docs": {
|
|
156
390
|
"types": "./dist/docs/index.d.ts",
|
|
157
391
|
"bun": "./dist/docs/index.js",
|
|
158
|
-
"node": "./dist/node/docs/index.
|
|
392
|
+
"node": "./dist/node/docs/index.js",
|
|
159
393
|
"browser": "./dist/browser/docs/index.js",
|
|
160
394
|
"default": "./dist/docs/index.js"
|
|
161
395
|
},
|
|
162
396
|
"./docs/analytics-dashboard.docblock": {
|
|
163
397
|
"types": "./dist/docs/analytics-dashboard.docblock.d.ts",
|
|
164
398
|
"bun": "./dist/docs/analytics-dashboard.docblock.js",
|
|
165
|
-
"node": "./dist/node/docs/analytics-dashboard.docblock.
|
|
399
|
+
"node": "./dist/node/docs/analytics-dashboard.docblock.js",
|
|
166
400
|
"browser": "./dist/browser/docs/analytics-dashboard.docblock.js",
|
|
167
401
|
"default": "./dist/docs/analytics-dashboard.docblock.js"
|
|
168
402
|
},
|
|
169
403
|
"./docs/index": {
|
|
170
404
|
"types": "./dist/docs/index.d.ts",
|
|
171
405
|
"bun": "./dist/docs/index.js",
|
|
172
|
-
"node": "./dist/node/docs/index.
|
|
406
|
+
"node": "./dist/node/docs/index.js",
|
|
173
407
|
"browser": "./dist/browser/docs/index.js",
|
|
174
408
|
"default": "./dist/docs/index.js"
|
|
175
409
|
},
|
|
176
410
|
"./events": {
|
|
177
411
|
"types": "./dist/events.d.ts",
|
|
178
412
|
"bun": "./dist/events.js",
|
|
179
|
-
"node": "./dist/node/events.
|
|
413
|
+
"node": "./dist/node/events.js",
|
|
180
414
|
"browser": "./dist/browser/events.js",
|
|
181
415
|
"default": "./dist/events.js"
|
|
182
416
|
},
|
|
183
417
|
"./example": {
|
|
184
418
|
"types": "./dist/example.d.ts",
|
|
185
419
|
"bun": "./dist/example.js",
|
|
186
|
-
"node": "./dist/node/example.
|
|
420
|
+
"node": "./dist/node/example.js",
|
|
187
421
|
"browser": "./dist/browser/example.js",
|
|
188
422
|
"default": "./dist/example.js"
|
|
189
423
|
},
|
|
190
424
|
"./handlers": {
|
|
191
425
|
"types": "./dist/handlers/index.d.ts",
|
|
192
426
|
"bun": "./dist/handlers/index.js",
|
|
193
|
-
"node": "./dist/node/handlers/index.
|
|
427
|
+
"node": "./dist/node/handlers/index.js",
|
|
194
428
|
"browser": "./dist/browser/handlers/index.js",
|
|
195
429
|
"default": "./dist/handlers/index.js"
|
|
196
430
|
},
|
|
197
431
|
"./handlers/analytics.handlers": {
|
|
198
432
|
"types": "./dist/handlers/analytics.handlers.d.ts",
|
|
199
433
|
"bun": "./dist/handlers/analytics.handlers.js",
|
|
200
|
-
"node": "./dist/node/handlers/analytics.handlers.
|
|
434
|
+
"node": "./dist/node/handlers/analytics.handlers.js",
|
|
201
435
|
"browser": "./dist/browser/handlers/analytics.handlers.js",
|
|
202
436
|
"default": "./dist/handlers/analytics.handlers.js"
|
|
203
437
|
},
|
|
204
438
|
"./handlers/index": {
|
|
205
439
|
"types": "./dist/handlers/index.d.ts",
|
|
206
440
|
"bun": "./dist/handlers/index.js",
|
|
207
|
-
"node": "./dist/node/handlers/index.
|
|
441
|
+
"node": "./dist/node/handlers/index.js",
|
|
208
442
|
"browser": "./dist/browser/handlers/index.js",
|
|
209
443
|
"default": "./dist/handlers/index.js"
|
|
210
444
|
},
|
|
211
445
|
"./handlers/query.handlers": {
|
|
212
446
|
"types": "./dist/handlers/query.handlers.d.ts",
|
|
213
447
|
"bun": "./dist/handlers/query.handlers.js",
|
|
214
|
-
"node": "./dist/node/handlers/query.handlers.
|
|
448
|
+
"node": "./dist/node/handlers/query.handlers.js",
|
|
215
449
|
"browser": "./dist/browser/handlers/query.handlers.js",
|
|
216
450
|
"default": "./dist/handlers/query.handlers.js"
|
|
217
451
|
},
|
|
218
452
|
"./query": {
|
|
219
453
|
"types": "./dist/query/index.d.ts",
|
|
220
454
|
"bun": "./dist/query/index.js",
|
|
221
|
-
"node": "./dist/node/query/index.
|
|
455
|
+
"node": "./dist/node/query/index.js",
|
|
222
456
|
"browser": "./dist/browser/query/index.js",
|
|
223
457
|
"default": "./dist/query/index.js"
|
|
224
458
|
},
|
|
225
459
|
"./query-engine": {
|
|
226
460
|
"types": "./dist/query-engine/index.d.ts",
|
|
227
461
|
"bun": "./dist/query-engine/index.js",
|
|
228
|
-
"node": "./dist/node/query-engine/index.
|
|
462
|
+
"node": "./dist/node/query-engine/index.js",
|
|
229
463
|
"browser": "./dist/browser/query-engine/index.js",
|
|
230
464
|
"default": "./dist/query-engine/index.js"
|
|
231
465
|
},
|
|
232
466
|
"./query-engine/index": {
|
|
233
467
|
"types": "./dist/query-engine/index.d.ts",
|
|
234
468
|
"bun": "./dist/query-engine/index.js",
|
|
235
|
-
"node": "./dist/node/query-engine/index.
|
|
469
|
+
"node": "./dist/node/query-engine/index.js",
|
|
236
470
|
"browser": "./dist/browser/query-engine/index.js",
|
|
237
471
|
"default": "./dist/query-engine/index.js"
|
|
238
472
|
},
|
|
239
473
|
"./query/index": {
|
|
240
474
|
"types": "./dist/query/index.d.ts",
|
|
241
475
|
"bun": "./dist/query/index.js",
|
|
242
|
-
"node": "./dist/node/query/index.
|
|
476
|
+
"node": "./dist/node/query/index.js",
|
|
243
477
|
"browser": "./dist/browser/query/index.js",
|
|
244
478
|
"default": "./dist/query/index.js"
|
|
245
479
|
},
|
|
246
480
|
"./query/query.enum": {
|
|
247
481
|
"types": "./dist/query/query.enum.d.ts",
|
|
248
482
|
"bun": "./dist/query/query.enum.js",
|
|
249
|
-
"node": "./dist/node/query/query.enum.
|
|
483
|
+
"node": "./dist/node/query/query.enum.js",
|
|
250
484
|
"browser": "./dist/browser/query/query.enum.js",
|
|
251
485
|
"default": "./dist/query/query.enum.js"
|
|
252
486
|
},
|
|
253
487
|
"./query/query.operation": {
|
|
254
488
|
"types": "./dist/query/query.operation.d.ts",
|
|
255
489
|
"bun": "./dist/query/query.operation.js",
|
|
256
|
-
"node": "./dist/node/query/query.operation.
|
|
490
|
+
"node": "./dist/node/query/query.operation.js",
|
|
257
491
|
"browser": "./dist/browser/query/query.operation.js",
|
|
258
492
|
"default": "./dist/query/query.operation.js"
|
|
259
493
|
},
|
|
260
494
|
"./query/query.presentation": {
|
|
261
495
|
"types": "./dist/query/query.presentation.d.ts",
|
|
262
496
|
"bun": "./dist/query/query.presentation.js",
|
|
263
|
-
"node": "./dist/node/query/query.presentation.
|
|
497
|
+
"node": "./dist/node/query/query.presentation.js",
|
|
264
498
|
"browser": "./dist/browser/query/query.presentation.js",
|
|
265
499
|
"default": "./dist/query/query.presentation.js"
|
|
266
500
|
},
|
|
267
501
|
"./query/query.schema": {
|
|
268
502
|
"types": "./dist/query/query.schema.d.ts",
|
|
269
503
|
"bun": "./dist/query/query.schema.js",
|
|
270
|
-
"node": "./dist/node/query/query.schema.
|
|
504
|
+
"node": "./dist/node/query/query.schema.js",
|
|
271
505
|
"browser": "./dist/browser/query/query.schema.js",
|
|
272
506
|
"default": "./dist/query/query.schema.js"
|
|
273
507
|
},
|
|
274
508
|
"./query/query.test-spec": {
|
|
275
509
|
"types": "./dist/query/query.test-spec.d.ts",
|
|
276
510
|
"bun": "./dist/query/query.test-spec.js",
|
|
277
|
-
"node": "./dist/node/query/query.test-spec.
|
|
511
|
+
"node": "./dist/node/query/query.test-spec.js",
|
|
278
512
|
"browser": "./dist/browser/query/query.test-spec.js",
|
|
279
513
|
"default": "./dist/query/query.test-spec.js"
|
|
280
514
|
},
|
|
281
515
|
"./seeders": {
|
|
282
516
|
"types": "./dist/seeders/index.d.ts",
|
|
283
517
|
"bun": "./dist/seeders/index.js",
|
|
284
|
-
"node": "./dist/node/seeders/index.
|
|
518
|
+
"node": "./dist/node/seeders/index.js",
|
|
285
519
|
"browser": "./dist/browser/seeders/index.js",
|
|
286
520
|
"default": "./dist/seeders/index.js"
|
|
287
521
|
},
|
|
288
522
|
"./seeders/index": {
|
|
289
523
|
"types": "./dist/seeders/index.d.ts",
|
|
290
524
|
"bun": "./dist/seeders/index.js",
|
|
291
|
-
"node": "./dist/node/seeders/index.
|
|
525
|
+
"node": "./dist/node/seeders/index.js",
|
|
292
526
|
"browser": "./dist/browser/seeders/index.js",
|
|
293
527
|
"default": "./dist/seeders/index.js"
|
|
294
528
|
},
|
|
295
529
|
"./ui": {
|
|
296
530
|
"types": "./dist/ui/index.d.ts",
|
|
297
531
|
"bun": "./dist/ui/index.js",
|
|
298
|
-
"node": "./dist/node/ui/index.
|
|
532
|
+
"node": "./dist/node/ui/index.js",
|
|
299
533
|
"browser": "./dist/browser/ui/index.js",
|
|
300
534
|
"default": "./dist/ui/index.js"
|
|
301
535
|
},
|
|
302
536
|
"./ui/AnalyticsDashboard": {
|
|
303
537
|
"types": "./dist/ui/AnalyticsDashboard.d.ts",
|
|
304
538
|
"bun": "./dist/ui/AnalyticsDashboard.js",
|
|
305
|
-
"node": "./dist/node/ui/AnalyticsDashboard.
|
|
539
|
+
"node": "./dist/node/ui/AnalyticsDashboard.js",
|
|
306
540
|
"browser": "./dist/browser/ui/AnalyticsDashboard.js",
|
|
307
541
|
"default": "./dist/ui/AnalyticsDashboard.js"
|
|
308
542
|
},
|
|
309
543
|
"./ui/hooks": {
|
|
310
544
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
311
545
|
"bun": "./dist/ui/hooks/index.js",
|
|
312
|
-
"node": "./dist/node/ui/hooks/index.
|
|
546
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
313
547
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
314
548
|
"default": "./dist/ui/hooks/index.js"
|
|
315
549
|
},
|
|
316
550
|
"./ui/hooks/index": {
|
|
317
551
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
318
552
|
"bun": "./dist/ui/hooks/index.js",
|
|
319
|
-
"node": "./dist/node/ui/hooks/index.
|
|
553
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
320
554
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
321
555
|
"default": "./dist/ui/hooks/index.js"
|
|
322
556
|
},
|
|
323
557
|
"./ui/hooks/useAnalyticsData": {
|
|
324
558
|
"types": "./dist/ui/hooks/useAnalyticsData.d.ts",
|
|
325
559
|
"bun": "./dist/ui/hooks/useAnalyticsData.js",
|
|
326
|
-
"node": "./dist/node/ui/hooks/useAnalyticsData.
|
|
560
|
+
"node": "./dist/node/ui/hooks/useAnalyticsData.js",
|
|
327
561
|
"browser": "./dist/browser/ui/hooks/useAnalyticsData.js",
|
|
328
562
|
"default": "./dist/ui/hooks/useAnalyticsData.js"
|
|
329
563
|
},
|
|
330
564
|
"./ui/index": {
|
|
331
565
|
"types": "./dist/ui/index.d.ts",
|
|
332
566
|
"bun": "./dist/ui/index.js",
|
|
333
|
-
"node": "./dist/node/ui/index.
|
|
567
|
+
"node": "./dist/node/ui/index.js",
|
|
334
568
|
"browser": "./dist/browser/ui/index.js",
|
|
335
569
|
"default": "./dist/ui/index.js"
|
|
336
570
|
},
|
|
337
571
|
"./ui/renderers": {
|
|
338
572
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
339
573
|
"bun": "./dist/ui/renderers/index.js",
|
|
340
|
-
"node": "./dist/node/ui/renderers/index.
|
|
574
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
341
575
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
342
576
|
"default": "./dist/ui/renderers/index.js"
|
|
343
577
|
},
|
|
344
578
|
"./ui/renderers/analytics.markdown": {
|
|
345
579
|
"types": "./dist/ui/renderers/analytics.markdown.d.ts",
|
|
346
580
|
"bun": "./dist/ui/renderers/analytics.markdown.js",
|
|
347
|
-
"node": "./dist/node/ui/renderers/analytics.markdown.
|
|
581
|
+
"node": "./dist/node/ui/renderers/analytics.markdown.js",
|
|
348
582
|
"browser": "./dist/browser/ui/renderers/analytics.markdown.js",
|
|
349
583
|
"default": "./dist/ui/renderers/analytics.markdown.js"
|
|
350
584
|
},
|
|
351
585
|
"./ui/renderers/index": {
|
|
352
586
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
353
587
|
"bun": "./dist/ui/renderers/index.js",
|
|
354
|
-
"node": "./dist/node/ui/renderers/index.
|
|
588
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
355
589
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
356
590
|
"default": "./dist/ui/renderers/index.js"
|
|
357
591
|
}
|