@stackfactor/client-api 1.0.46 → 1.0.47
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/lib/integration.js +3 -3
- package/lib/users.js +1 -1
- package/package.json +1 -1
package/lib/integration.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { client, errorToString } from "./axiosClient.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import axiosLib from "axios";
|
|
3
|
+
import htmlParser from "node-html-parser";
|
|
4
|
+
import htmlToText from "html2plaintext";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Create integration and set information
|
package/lib/users.js
CHANGED