@stackfactor/client-api 1.0.48 → 1.0.50
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import actionNotifications from "./lib/actionNotifications.js";
|
|
2
|
-
export * from "./actionNotification.js";
|
|
2
|
+
export * from "./lib/actionNotification.js";
|
|
3
3
|
import axios, {
|
|
4
4
|
errorToString,
|
|
5
5
|
getErrorType,
|
|
@@ -12,7 +12,7 @@ import config from "./lib/config.js";
|
|
|
12
12
|
export * from "./lib/config.js";
|
|
13
13
|
import constants from "./lib/constants.js";
|
|
14
14
|
import contentGenerator from "./lib/integrations/contentGenerator.js";
|
|
15
|
-
export * from "./lib/contentGenerator.js";
|
|
15
|
+
export * from "./lib/integrations/contentGenerator.js";
|
|
16
16
|
import dashboard from "./lib/dashboard.js";
|
|
17
17
|
export * from "./lib/dashboard.js";
|
|
18
18
|
import departmentTraingPlans from "./lib/departmentTrainingPlans.js";
|