@adventurelabs/scout-core 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7149,6 +7149,7 @@ export type Database = {
7149
7149
  latitude: number | null;
7150
7150
  longitude: number | null;
7151
7151
  tag_count: number | null;
7152
+ duration_seconds: number | null;
7152
7153
  };
7153
7154
  herd_invitation_with_herd_slug: {
7154
7155
  id: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adventurelabs/scout-core",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Core utilities and helpers for Adventure Labs Scout applications",
5
5
  "exports": {
6
6
  "./client": {