@serialport/bindings-interface
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -96,4 +96,4 @@ /// <reference types="node" /> | ||
lock?: boolean; | ||
/** defaults to 1 - TODO should be a string because the numbers are misleading and "fixing" them would break code */ | ||
stopBits?: 1 | 2 | 3; | ||
/** Must be 1, 1.5 or 2 defaults to 1 */ | ||
stopBits?: 1 | 1.5 | 2; | ||
parity?: string; | ||
@@ -100,0 +100,0 @@ /** Flow control Setting. Defaults to false */ |
{ | ||
"name": "@serialport/bindings-interface", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "SerialPort Bindings Typescript Types", | ||
@@ -38,6 +38,6 @@ "types": "dist/index.d.ts", | ||
"@typescript-eslint/parser": "5.10.2", | ||
"esbuild": "0.14.15", | ||
"esbuild": "0.14.18", | ||
"esbuild-register": "3.3.2", | ||
"eslint": "7.32.0", | ||
"rollup": "2.66.1", | ||
"rollup": "2.67.0", | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
@@ -44,0 +44,0 @@ "semantic-release": "19.0.2", |
@@ -6,1 +6,3 @@ # @serialport/bindings-interface | ||
SerialPort Bindings Typescript Types. | ||
All issues should be filed on [the main node serialport repo](github.com/serialport/node-serialport/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10092
8