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