We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2838203 commit 4a2a287Copy full SHA for 4a2a287
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@duinoapp/upload-multitool",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Micro Controller Uploading Multitool",
5
"main": "dist/index.js",
6
"module": "dist/index.min.mjs",
@@ -46,7 +46,6 @@
46
"mocha": "^10.0.0",
47
"rollup": "^3.2.3",
48
"rollup-plugin-node-polyfills": "^0.2.1",
49
- "serialport": "^10.4.0",
50
"terser": "^5.15.1",
51
"ts-node": "^10.8.0",
52
"typescript": "^4.6.4",
@@ -56,6 +55,7 @@
56
55
"axios": "^0.27.2",
57
"crypto-js": "^4.1.1",
58
"intel-hex": "^0.1.2",
59
- "pako": "^2.0.4"
+ "pako": "^2.0.4",
+ "serialport": "^10.4.0"
60
}
61
0 commit comments