@adventurelabs/scout-core 1.3.1 → 1.3.2

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/dist/index.d.ts CHANGED
@@ -52,6 +52,7 @@ export * from "./hooks/useInfiniteQuery";
52
52
  export * from "./providers";
53
53
  export * from "./store/scout";
54
54
  export * from "./store/hooks";
55
+ export * from "./store/api";
55
56
  export * from "./supabase/middleware";
56
57
  export * from "./supabase/server";
57
58
  export * from "./api_keys/actions";
package/dist/index.js CHANGED
@@ -58,6 +58,7 @@ export * from "./providers";
58
58
  // Store
59
59
  export * from "./store/scout";
60
60
  export * from "./store/hooks";
61
+ export * from "./store/api";
61
62
  // Supabase
62
63
  export * from "./supabase/middleware";
63
64
  export * from "./supabase/server";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adventurelabs/scout-core",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Core utilities and helpers for Adventure Labs Scout applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",