@vulog/aima-client 1.2.37 → 1.2.38

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.cjs CHANGED
@@ -133,7 +133,7 @@ const getClient = (options) => {
133
133
  "Cache-Control": "no-cache",
134
134
  "Content-Type": "application/json",
135
135
  "X-Api-Key": options.apiKey,
136
- "User-Agent": options.userAgent ?? `aima-node/1.2.37 ${options.fleetId}`
136
+ "User-Agent": options.userAgent ?? `aima-node/1.2.38 ${options.fleetId}`
137
137
  },
138
138
  withCredentials: false
139
139
  });
package/dist/index.mjs CHANGED
@@ -109,7 +109,7 @@ const getClient = (options) => {
109
109
  "Cache-Control": "no-cache",
110
110
  "Content-Type": "application/json",
111
111
  "X-Api-Key": options.apiKey,
112
- "User-Agent": options.userAgent ?? `aima-node/1.2.37 ${options.fleetId}`
112
+ "User-Agent": options.userAgent ?? `aima-node/1.2.38 ${options.fleetId}`
113
113
  },
114
114
  withCredentials: false
115
115
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vulog/aima-client",
3
3
  "type": "module",
4
- "version": "1.2.37",
4
+ "version": "1.2.38",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.cts",
@@ -38,4 +38,4 @@
38
38
  "lru-cache": "^11.0.2"
39
39
  },
40
40
  "description": ""
41
- }
41
+ }