duml-packet
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "duml-packet", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "For use when parsing and modifying DUML packets for DJI drones", | ||
@@ -60,5 +60,5 @@ "main": "dist/packet.js", | ||
}, | ||
"dependencies": { | ||
"optionalDependencies": { | ||
"yargs": "^17.7.1" | ||
} | ||
} |
@@ -43,3 +43,3 @@ # DUML-Packet | ||
Copyright 2022 Tim 'diff' Strazzere <diff@protonmail.com> | ||
Copyright 2022-2024 Tim 'diff' Strazzere <diff@protonmail.com> | ||
``` |
@@ -15,5 +15,5 @@ { | ||
"paths": { | ||
"*": ["node_modules/*"] | ||
"*": ["node_modules/*"], | ||
}, | ||
"skipLibCheck": true | ||
"skipLibCheck": true, | ||
}, | ||
@@ -26,4 +26,4 @@ "include": ["src/**/*"], | ||
"./node_modules/**/*", | ||
"./node_modules/@types/node/index.d.ts" | ||
] | ||
"./node_modules/@types/node/index.d.ts", | ||
], | ||
} |
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
105052
- Removedyargs@^17.7.1