duml-packet
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "duml-packet", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "For use when parsing and modifying DUML packets for DJI drones", | ||
"exports": "./dist/packet.js", | ||
"exports": "./dist/bundle.js", | ||
"bin": { | ||
@@ -10,9 +10,7 @@ "dumlpacket": "./dist/cli.js" | ||
"type": "module", | ||
"types": "./dist/types.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"arkit": "npx arkit -o docs/arkit.svg", | ||
"build": "tsc -p . && rollup -c rollup.config.js", | ||
"lint": "eslint . --ext .ts", | ||
"prettier-format": "prettier --config .prettierrc package.json tsconfig.json ./src/**/*.ts --write", | ||
"prepare": "tsc", | ||
"prepare:defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly", | ||
"prettier-format": "prettier --config .prettierrc .mocharc.json rollup.config.js package.json tsconfig.json ./src/**/*.ts --write", | ||
"cli": "ts-node dist/cli.js", | ||
@@ -23,3 +21,3 @@ "test": "mocha", | ||
"package": "pkg . --output dumlpacket", | ||
"prepublishOnly": "npm run prepare && npm run prepare:defs", | ||
"prepublishOnly": "npm run build", | ||
"postpublish": "rm -r dist" | ||
@@ -30,2 +28,7 @@ }, | ||
}, | ||
"files": [ | ||
"./dist/index.d.ts", | ||
"./dist/bundle.js", | ||
"./dist/bundle.js.map" | ||
], | ||
"repository": { | ||
@@ -47,2 +50,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/chai": "^4.3.4", | ||
@@ -52,3 +56,2 @@ "@types/mocha": "^10.0.1", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"arkit": "^1.6.4", | ||
"c8": "^9.1.0", | ||
@@ -62,2 +65,4 @@ "chai": "^5.0.0", | ||
"prettier": "^3.0.3", | ||
"rollup": "^4.9.6", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"source-map-support": "^0.5.21", | ||
@@ -64,0 +69,0 @@ "ts-node": "^10.9.1", |
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
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
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
106136
18
7
865
1