Skip to content

Commit

Permalink
fix: stopbits definition and move binding-mock (#2419)
Browse files Browse the repository at this point in the history
- fix stopbits definition to 1 | 1.5 | 2
- This also includes moving binding-mock to it's own repo for details on why this has to be done at the same time see serialport/binding-mock#2
  • Loading branch information
reconbot committed Feb 5, 2022
1 parent 8df84c3 commit 63ec6bb
Show file tree
Hide file tree
Showing 32 changed files with 288 additions and 966 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "git://github.com/serialport/node-serialport.git"
},
"devDependencies": {
"@serialport/bindings-cpp": "^10.6.1",
"@serialport/bindings-cpp": "^10.6.2",
"@tsconfig/node12": "^1.0.9",
"@types/chai": "^4.3.0",
"@types/chai-subset": "^1.3.3",
Expand Down
7 changes: 0 additions & 7 deletions packages/binding-mock/.npmignore

This file was deleted.

118 changes: 0 additions & 118 deletions packages/binding-mock/CHANGELOG.md

This file was deleted.

5 changes: 1 addition & 4 deletions packages/binding-mock/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# @serialport/binding-mock

```ts
import { MockBinding } from '@serialport/binding-mock'
const MockBinding = new MockBinding()
```
The code for this package has been moved out of the monorepo to it's [own repository](https://github.com/serialport/binding-mock/).
82 changes: 0 additions & 82 deletions packages/binding-mock/lib/index.test.ts

This file was deleted.

Loading

0 comments on commit 63ec6bb

Please sign in to comment.