@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/CHANGELOG.md +18 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/storage/domains/observability/metrics.d.ts.map +1 -1
- package/package.json +8 -8
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;
|