Skip to content

Commit 63ec6bb

Browse files
authored
fix: stopbits definition and move binding-mock (#2419)
- 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
1 parent 8df84c3 commit 63ec6bb

File tree

32 files changed

+288
-966
lines changed

32 files changed

+288
-966
lines changed

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "git://github.com/serialport/node-serialport.git"
2626
},
2727
"devDependencies": {
28-
"@serialport/bindings-cpp": "^10.6.1",
28+
"@serialport/bindings-cpp": "^10.6.2",
2929
"@tsconfig/node12": "^1.0.9",
3030
"@types/chai": "^4.3.0",
3131
"@types/chai-subset": "^1.3.3",

packages/binding-mock/.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/binding-mock/CHANGELOG.md

Lines changed: 0 additions & 118 deletions
This file was deleted.

packages/binding-mock/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# @serialport/binding-mock
22

3-
```ts
4-
import { MockBinding } from '@serialport/binding-mock'
5-
const MockBinding = new MockBinding()
6-
```
3+
The code for this package has been moved out of the monorepo to it's [own repository](https://github.com/serialport/binding-mock/).

packages/binding-mock/lib/index.test.ts

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)