skillscokac 1.5.6 → 1.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/skillscokac.js +1 -1
- package/package.json +1 -1
package/bin/skillscokac.js
CHANGED
|
@@ -318,7 +318,7 @@ async function fetchSkill(skillName, options = {}) {
|
|
|
318
318
|
throw new Error(`ZIP contains too many files (${zipEntries.length}). Maximum: ${MAX_FILES}`)
|
|
319
319
|
}
|
|
320
320
|
let totalSize = 0
|
|
321
|
-
const MAX_COMPRESSION_RATIO =
|
|
321
|
+
const MAX_COMPRESSION_RATIO = 1250
|
|
322
322
|
const MAX_PATH_LENGTH = 255
|
|
323
323
|
for (const entry of zipEntries) {
|
|
324
324
|
const entryName = entry.entryName
|