duml-packet
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "duml-packet", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "For use when parsing and modifying DUML packets for DJI drones", | ||
@@ -22,9 +22,5 @@ "exports": { | ||
"test:coverage:html": "c8 --reporter=html --reporter=text mocha", | ||
"package": "pkg . --output dumlpacket", | ||
"prepublishOnly": "npm run build", | ||
"postpublish": "rm -r dist" | ||
}, | ||
"pkg": { | ||
"scripts": "dist/**/*.js" | ||
}, | ||
"files": [ | ||
@@ -57,3 +53,3 @@ "./dist/index.d.ts", | ||
"@types/yargs": "^17.0.24", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"c8": "^9.1.0", | ||
@@ -65,3 +61,2 @@ "chai": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"pkg": "^5.8.1", | ||
"prettier": "^3.0.3", | ||
@@ -68,0 +63,0 @@ "rollup": "^4.9.6", |
@@ -5,17 +5,6 @@ # DUML-Packet | ||
## Usage outside of node | ||
## Example output | ||
You can build this using the `package` script like so; | ||
``` | ||
# npm run package | ||
> duml-packet@1.0.0 package | ||
> pkg . --output dumlpacket | ||
> pkg@5.8.0 | ||
> Targets not specified. Assuming: | ||
node16-linux-x64 | ||
$ ./dumlpacket pretty-print 550E04662A28DE2F40004F0154c8 | ||
$ npm run cli --- pretty-print 550E04662A28DE2F40004F0154c8 | ||
Packet HEX(550e04662a28de2f40004f0154c8) | ||
@@ -22,0 +11,0 @@ Valid CRC: true |
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
17
200084
33