Skip to content

Commit

Permalink
Merge pull request #8 from AndrewLemons/dev
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
AndrewLemons authored Aug 30, 2024
2 parents d410d6a + f9ee5eb commit 1ff539f
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 321 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bambu-js",
"version": "2.0.0",
"version": "2.0.1",
"description": "Tools to interact with Bambu Lab printers over MQTT and FTP.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,14 +20,14 @@
"format": "prettier --write ."
},
"dependencies": {
"basic-ftp": "^5.0.4",
"mqtt": "^5.3.5"
"basic-ftp": "^5.0.5",
"mqtt": "^5.10.1"
},
"devDependencies": {
"@types/node": "^20.11.16",
"prettier": "^3.2.4",
"@types/node": "^20.16.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
Loading

0 comments on commit 1ff539f

Please sign in to comment.