duml-packet
Advanced tools
Comparing version 1.0.9 to 2.0.0
{ | ||
"name": "duml-packet", | ||
"version": "1.0.9", | ||
"version": "2.0.0", | ||
"description": "For use when parsing and modifying DUML packets for DJI drones", | ||
"exports": "./dist/bundle.js", | ||
"exports": { | ||
"import": "./dist/bundle.js", | ||
"require": "./dist/bundle.cjs" | ||
}, | ||
"bin": { | ||
@@ -14,3 +17,3 @@ "dumlpacket": "./dist/cli.js" | ||
"lint": "eslint . --ext .ts", | ||
"prettier-format": "prettier --config .prettierrc .mocharc.json rollup.config.js package.json tsconfig.json ./src/**/*.ts --write", | ||
"prettier-format": "prettier --config .prettierrc .mocharc.json rollup.config.js package.json tsconfig.json './src/**/*.ts' --write", | ||
"cli": "ts-node dist/cli.js", | ||
@@ -30,3 +33,5 @@ "test": "mocha", | ||
"./dist/bundle.js", | ||
"./dist/bundle.js.map" | ||
"./dist/bundle.js.map", | ||
"./dist/bundle.cjs", | ||
"./dist/bundle.cjs.map" | ||
], | ||
@@ -33,0 +38,0 @@ "repository": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
200398
9
1404
0