RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@lightdash/common
Versions diffs
0.1477.2 → 0.1477.3
@lightdash/common 0.1477.2 → 0.1477.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/index.d.ts
+2
-1
package/package.json
+1
-1
package/dist/index.d.ts
CHANGED
Viewed
@@ -406,7 +406,8 @@ export type ApiErrorDetail = {
406
406
data: {
407
407
[key: string]: string;
408
408
};
409
-
id
?: string;
409
+
sentryTraceId
?: string;
410
+
sentryEventId?: string;
410
411
};
411
412
export type ApiError = {
412
413
status: 'error';
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@lightdash/common",
3
-
"version": "0.1477.
2
",
3
+
"version": "0.1477.
3
",
4
4
"main": "dist/index.js",
5
5
"types": "dist/index.d.ts",
6
6
"files": [