@stackfactor/client-api 1.0.43 → 1.0.45

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.
@@ -1,6 +1,6 @@
1
1
  import axios from "axios";
2
2
  import https from "https";
3
- import utils from "./utils";
3
+ import utils from "./utils.js";
4
4
 
5
5
  const baseUrl = utils.getBaseUrl();
6
6
 
@@ -1,4 +1,4 @@
1
- import { client, errorToString } from "./axiosClient";
1
+ import { client, errorToString } from "./axiosClient.js";
2
2
  const axiosLib = require("axios");
3
3
  const htmlParser = require("node-html-parser");
4
4
  const htmlToText = require("html2plaintext");
@@ -1,4 +1,4 @@
1
- import axios from "./axiosClient";
1
+ import axios from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Generate content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {