@magemetrics/ai 0.0.54-RC4 → 0.0.54-RC5

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/react/ai.js CHANGED
@@ -2165,7 +2165,7 @@ class AS extends EventTarget {
2165
2165
  if (!this.noAuthApiClient || !this.authApiResponse) {
2166
2166
  this.noAuthApiClient = um({
2167
2167
  baseUrl: this.config.apiUrl
2168
- }), this.noAuthApiClient.use(bm), this.noAuthApiClient.use(vm("0.0.53"));
2168
+ }), this.noAuthApiClient.use(bm), this.noAuthApiClient.use(vm("0.0.54"));
2169
2169
  const { data: t } = await this.noAuthApiClient.GET(x2.path, {
2170
2170
  params: {
2171
2171
  query: {
@@ -2203,7 +2203,7 @@ class AS extends EventTarget {
2203
2203
  * Initialize the API client with Supabase headers
2204
2204
  */
2205
2205
  initializeApiClient() {
2206
- this.internalApiClient = um({ baseUrl: this.config.apiUrl }), this.internalApiClient.use(bm), this.internalApiClient.use(this.createSupabaseHeaderMiddleware()), this.internalApiClient.use(vm("0.0.53"));
2206
+ this.internalApiClient = um({ baseUrl: this.config.apiUrl }), this.internalApiClient.use(bm), this.internalApiClient.use(this.createSupabaseHeaderMiddleware()), this.internalApiClient.use(vm("0.0.54"));
2207
2207
  }
2208
2208
  /**
2209
2209
  * Handle the authentication logic (check session or exchange token)
@@ -2840,7 +2840,7 @@ const Cm = new Uw({
2840
2840
  transport: new qw({
2841
2841
  api: `${t}/api/v1/chat/${h}`,
2842
2842
  headers: {
2843
- [zg]: "0.0.53"
2843
+ [zg]: "0.0.54"
2844
2844
  },
2845
2845
  prepareSendMessagesRequest({ messages: l, id: d }) {
2846
2846
  return e([]), { body: { message: l.at(-1), id: d } };
@@ -21605,7 +21605,7 @@ class dre extends EventTarget {
21605
21605
  if (!this.noAuthApiClient || !this.authApiResponse) {
21606
21606
  this.noAuthApiClient = VU({
21607
21607
  baseUrl: this.config.apiUrl
21608
- }), this.noAuthApiClient.use(oU), this.noAuthApiClient.use(aU("0.0.53"));
21608
+ }), this.noAuthApiClient.use(oU), this.noAuthApiClient.use(aU("0.0.54"));
21609
21609
  const { data: e } = await this.noAuthApiClient.GET(eee.path, {
21610
21610
  params: {
21611
21611
  query: {
@@ -21643,7 +21643,7 @@ class dre extends EventTarget {
21643
21643
  * Initialize the API client with Supabase headers
21644
21644
  */
21645
21645
  initializeApiClient() {
21646
- this.internalApiClient = VU({ baseUrl: this.config.apiUrl }), this.internalApiClient.use(oU), this.internalApiClient.use(this.createSupabaseHeaderMiddleware()), this.internalApiClient.use(aU("0.0.53"));
21646
+ this.internalApiClient = VU({ baseUrl: this.config.apiUrl }), this.internalApiClient.use(oU), this.internalApiClient.use(this.createSupabaseHeaderMiddleware()), this.internalApiClient.use(aU("0.0.54"));
21647
21647
  }
21648
21648
  /**
21649
21649
  * Handle the authentication logic (check session or exchange token)
@@ -41400,7 +41400,7 @@ const O_ = (t) => {
41400
41400
  transport: new JW({
41401
41401
  api: `${e}/api/v1/chat/${t}`,
41402
41402
  headers: {
41403
- [kV]: "0.0.53"
41403
+ [kV]: "0.0.54"
41404
41404
  },
41405
41405
  prepareSendMessagesRequest({ messages: o, id: a }) {
41406
41406
  return n([]), { body: { message: o.at(-1), id: a } };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magemetrics/ai",
3
- "version": "0.0.54-RC4",
3
+ "version": "0.0.54-RC5",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@ai-sdk/react": "2.0.8",