@mastra/spanner 1.3.0 → 1.3.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.
package/dist/index.js CHANGED
@@ -13085,7 +13085,7 @@ var SpannerStore = class extends MastraCompositeStore {
13085
13085
  try {
13086
13086
  await this.database.close();
13087
13087
  if (this.spanner) {
13088
- this.spanner.close();
13088
+ void this.spanner.close();
13089
13089
  }
13090
13090
  } catch (error) {
13091
13091
  throw error;