@artlab/crypto
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "@artlab/crypto", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "The missing crypto module for Node.js. It provides you with a consistent interface across Node.js and the browser.", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"build": "al-tsc", | ||
"postbuild": "copyfiles -f ./src/__tests__/data/** ./dist/__tests__/data", | ||
"postbuild": "cpx \"./src/__tests__/data/**/*\" \"./dist/__tests__/data\"", | ||
"build:full": "npm ci --ignore-scripts && npm run clean && npm run build", | ||
@@ -54,3 +54,3 @@ "precoverage": "npm test", | ||
"chalk": "^4.1.0", | ||
"copyfiles": "^2.3.0", | ||
"cpx": "^1.5.0", | ||
"cross-env": "^7.0.2", | ||
@@ -57,0 +57,0 @@ "fs-extra": "^9.0.1", |
452125