dymo-api 1.0.42 → 1.0.43

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.
@@ -261,3 +261,5 @@ class DymoAPI {
261
261
  }
262
262
  }
263
263
  exports.default = DymoAPI;
264
+ //@ts-ignore
265
+ module.exports = DymoAPI;
@@ -261,3 +261,5 @@ class DymoAPI {
261
261
  }
262
262
  }
263
263
  exports.default = DymoAPI;
264
+ //@ts-ignore
265
+ module.exports = DymoAPI;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",
@@ -49,7 +49,7 @@
49
49
  ],
50
50
  "devDependencies": {
51
51
  "@types/axios": "^0.9.36",
52
- "@types/node": "^22.0.2",
52
+ "@types/node": "^22.9.0",
53
53
  "ts-node": "^10.9.2",
54
54
  "typescript": "^5.5.4"
55
55
  }