@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/CHANGELOG.md +8 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
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.
|
|
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.
|
|
8282
|
+
var VERSION32 = "5.0.155";
|
|
8283
8283
|
var dataContentSchema2 = z$1.union([
|
|
8284
8284
|
z$1.string(),
|
|
8285
8285
|
z$1.instanceof(Uint8Array),
|