@endo/base64
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@endo/base64", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Transcodes base64", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"cover": "c8 ava", | ||
@@ -55,10 +55,14 @@ "lint": "yarn lint:types && yarn lint:eslint", | ||
"prettier": "^3.2.5", | ||
"typescript": "~5.6.1-rc" | ||
"typescript": "~5.6.2" | ||
}, | ||
"files": [ | ||
"./*.d.ts", | ||
"./*.js", | ||
"./*.map", | ||
"LICENSE*", | ||
"SECURITY*", | ||
"dist", | ||
"lib", | ||
"src", | ||
"*.js", | ||
"*.ts" | ||
"tools" | ||
], | ||
@@ -75,3 +79,2 @@ "publishConfig": { | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -84,3 +87,3 @@ ], | ||
}, | ||
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34" | ||
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05" | ||
} |
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
26404
31