@vulog/aima-client 1.2.6 → 1.2.7
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.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -160,8 +160,7 @@ var getClient = (options) => {
|
|
|
160
160
|
headers: {
|
|
161
161
|
"Cache-Control": "no-cache",
|
|
162
162
|
"Content-Type": "application/json",
|
|
163
|
-
"X-Api-Key": options.apiKey
|
|
164
|
-
"User-Agent": options.userAgent ?? `aima-node/${"1.2.6"} ${options.fleetId}`
|
|
163
|
+
"X-Api-Key": options.apiKey
|
|
165
164
|
},
|
|
166
165
|
withCredentials: false
|
|
167
166
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -124,8 +124,7 @@ var getClient = (options) => {
|
|
|
124
124
|
headers: {
|
|
125
125
|
"Cache-Control": "no-cache",
|
|
126
126
|
"Content-Type": "application/json",
|
|
127
|
-
"X-Api-Key": options.apiKey
|
|
128
|
-
"User-Agent": options.userAgent ?? `aima-node/${"1.2.6"} ${options.fleetId}`
|
|
127
|
+
"X-Api-Key": options.apiKey
|
|
129
128
|
},
|
|
130
129
|
withCredentials: false
|
|
131
130
|
});
|