dymo-api 1.0.25 → 1.0.26

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/dymo-api.js CHANGED
@@ -26,7 +26,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.DymoAPI = void 0;
30
29
  const axios_1 = __importDefault(require("axios"));
31
30
  const PublicAPI = __importStar(require("./branches/public"));
32
31
  const PrivateAPI = __importStar(require("./branches/private"));
@@ -114,4 +113,4 @@ class DymoAPI {
114
113
  return await PublicAPI.newURLEncrypt(data);
115
114
  }
116
115
  }
117
- exports.DymoAPI = DymoAPI;
116
+ exports.default = DymoAPI;
@@ -31,4 +31,4 @@ declare class DymoAPI {
31
31
  isValidPwd(data: any): Promise<any>;
32
32
  newURLEncrypt(data: any): Promise<any>;
33
33
  }
34
- export { DymoAPI };
34
+ export default DymoAPI;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/dymo-api.js",
6
6
  "files": [