Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@endo/zip", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A minimal, synchronous Zip reader and writer", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"cover": "c8 ava", | ||
@@ -51,10 +51,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" | ||
], | ||
@@ -71,3 +75,2 @@ "publishConfig": { | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -80,3 +83,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
75081
43