@papb/json-excel
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@papb/json-excel", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Create a pretty Excel table from JSON data with a very simple API", | ||
@@ -32,6 +32,5 @@ "license": "MIT", | ||
"build": "del-cli dist && tsc", | ||
"release": "npm run build && np --no-2fa && npm pack && echo Please put the generated .tgz as a release asset on GitHub", | ||
"test": "npm run build && xo && ava", | ||
"lint": "tsc --noEmit && xo", | ||
"ava": "npm run build && ava" | ||
"release": "npm run build && np --no-2fa --no-cleanup", | ||
"test": "npm run build && ava", | ||
"lint": "tsc --noEmit && xo" | ||
}, | ||
@@ -41,11 +40,13 @@ "main": "dist/source", | ||
"files": [ | ||
"dist/source" | ||
"dist/source", | ||
"!*.map", | ||
"!*.test.*" | ||
], | ||
"dependencies": { | ||
"exceljs": "^4.0.1", | ||
"fs-jetpack": "^2.4.0" | ||
"fs-jetpack": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@ava/typescript": "^1.1.1", | ||
"@types/node": "^13.13.12", | ||
"@types/node": "^10.17.28", | ||
"ava": "^3.9.0", | ||
@@ -72,3 +73,4 @@ "del-cli": "^3.0.1", | ||
} | ||
} | ||
}, | ||
"timeout": "1m" | ||
}, | ||
@@ -75,0 +77,0 @@ "xo": { |
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
36529
25
+ Addedfs-jetpack@3.2.0(transitive)
- Removedfs-jetpack@2.4.0(transitive)
Updatedfs-jetpack@^3.1.0