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.
@@ -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 = 10
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillscokac",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "CLI tool to install and manage Claude Code skills from skills.cokac.com",
5
5
  "main": "bin/skillscokac.js",
6
6
  "bin": {