@mastra/memory 1.8.3 → 1.8.4-alpha.0

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
@@ -7318,7 +7318,7 @@ async function getVercelRequestId() {
7318
7318
  var _a932;
7319
7319
  return (_a932 = (0, import_oidc.getContext)().headers) == null ? void 0 : _a932["x-vercel-id"];
7320
7320
  }
7321
- var VERSION3 = "2.0.58";
7321
+ var VERSION3 = "2.0.59";
7322
7322
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
7323
7323
  function createGatewayProvider(options = {}) {
7324
7324
  var _a932, _b93;
@@ -8279,7 +8279,7 @@ function getGlobalProvider() {
8279
8279
  var _a163;
8280
8280
  return (_a163 = globalThis.AI_SDK_DEFAULT_PROVIDER) != null ? _a163 : gateway;
8281
8281
  }
8282
- var VERSION32 = "5.0.154";
8282
+ var VERSION32 = "5.0.155";
8283
8283
  var dataContentSchema2 = z$1.union([
8284
8284
  z$1.string(),
8285
8285
  z$1.instanceof(Uint8Array),