@stackfactor/client-api 1.1.57 → 1.1.58
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/exports.js +2 -0
- package/package.json +1 -1
package/exports.js
CHANGED
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
shouldReturnError,
|
|
8
8
|
} from "./lib/axiosClient.js";
|
|
9
9
|
import aiAssistant from "./lib/aiAssistant.js";
|
|
10
|
+
import avatar from "./lib/avatar.js";
|
|
10
11
|
import address from "./lib/address.js";
|
|
11
12
|
import config from "./lib/config.js";
|
|
12
13
|
import {
|
|
@@ -42,6 +43,7 @@ export {
|
|
|
42
43
|
actionNotifications,
|
|
43
44
|
address,
|
|
44
45
|
aiAssistant,
|
|
46
|
+
avatar,
|
|
45
47
|
client,
|
|
46
48
|
config,
|
|
47
49
|
contentGenerator,
|