@vulog/aima-client 1.2.6 → 1.2.8

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