@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 1.8.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`cb611a1`](https://github.com/mastra-ai/mastra/commit/cb611a1e89a4f4cf74c97b57e0c27bb56f2eceb5), [`b71bce1`](https://github.com/mastra-ai/mastra/commit/b71bce144912ed33f76c52a94e594988a649c3e1), [`62d1d3c`](https://github.com/mastra-ai/mastra/commit/62d1d3cc08fe8182e7080237fd975de862ec8c91), [`8681ecb`](https://github.com/mastra-ai/mastra/commit/8681ecb86184d5907267000e4576cc442a9a83fc), [`28d0249`](https://github.com/mastra-ai/mastra/commit/28d0249295782277040ad1e0d243e695b7ab1ce4), [`bb0f09d`](https://github.com/mastra-ai/mastra/commit/bb0f09dbac58401b36069f483acf5673202db5b5), [`5f7e9d0`](https://github.com/mastra-ai/mastra/commit/5f7e9d0db664020e1f3d97d7d18c6b0b9d4843d0)]:
|
|
8
|
+
- @mastra/core@1.15.0-alpha.0
|
|
9
|
+
- @mastra/schema-compat@1.2.6-alpha.0
|
|
10
|
+
|
|
3
11
|
## 1.8.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -7341,7 +7341,7 @@ async function getVercelRequestId() {
|
|
|
7341
7341
|
var _a932;
|
|
7342
7342
|
return (_a932 = (0, import_oidc.getContext)().headers) == null ? void 0 : _a932["x-vercel-id"];
|
|
7343
7343
|
}
|
|
7344
|
-
var VERSION3 = "2.0.
|
|
7344
|
+
var VERSION3 = "2.0.59";
|
|
7345
7345
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
|
7346
7346
|
function createGatewayProvider(options = {}) {
|
|
7347
7347
|
var _a932, _b93;
|
|
@@ -8302,7 +8302,7 @@ function getGlobalProvider() {
|
|
|
8302
8302
|
var _a163;
|
|
8303
8303
|
return (_a163 = globalThis.AI_SDK_DEFAULT_PROVIDER) != null ? _a163 : gateway;
|
|
8304
8304
|
}
|
|
8305
|
-
var VERSION32 = "5.0.
|
|
8305
|
+
var VERSION32 = "5.0.155";
|
|
8306
8306
|
var dataContentSchema2 = z4.z.union([
|
|
8307
8307
|
z4.z.string(),
|
|
8308
8308
|
z4.z.instanceof(Uint8Array),
|