@mastra/client-js 0.14.0-alpha.1 → 0.14.1-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
@@ -319,7 +319,7 @@ var Agent = class extends BaseResource {
319
319
  }
320
320
  async generate(params) {
321
321
  console.warn(
322
- "Deprecation NOTICE:Generate method will switch to use generateVNext implementation September 30th, 2025. Please use generateLegacy if you don't want to upgrade just yet."
322
+ "Deprecation NOTICE: Generate method will switch to use generateVNext implementation the week of September 30th, 2025. Please use generateLegacy if you don't want to upgrade just yet."
323
323
  );
324
324
  return this.generateLegacy(params);
325
325
  }
@@ -696,7 +696,7 @@ var Agent = class extends BaseResource {
696
696
  */
697
697
  async stream(params) {
698
698
  console.warn(
699
- "Deprecation NOTICE:\nStream method will switch to use streamVNext implementation September 30th, 2025. Please use streamLegacy if you don't want to upgrade just yet."
699
+ "Deprecation NOTICE:\nStream method will switch to use streamVNext implementation the week of September 30th, 2025. Please use streamLegacy if you don't want to upgrade just yet."
700
700
  );
701
701
  return this.streamLegacy(params);
702
702
  }