@chriscode/hush 2.8.2 → 2.8.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"skill.d.ts","sourceRoot":"","sources":["../../src/commands/skill.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AA2jChD,wBAAsB,YAAY,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CA0CvE"}
1
+ {"version":3,"file":"skill.d.ts","sourceRoot":"","sources":["../../src/commands/skill.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAqkChD,wBAAsB,YAAY,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CA0CvE"}
@@ -413,6 +413,16 @@ Run \`npx hush init\` to generate configuration.
413
413
 
414
414
  ### "No sources defined in hush.yaml"
415
415
  Edit \`hush.yaml\` and add your source files under \`sources:\`.
416
+
417
+ ### "npm warn Unknown project config node-linker"
418
+ This warning appears when running \`npx hush\` in a pnpm workspace because npm doesn't recognize pnpm-specific config in \`.npmrc\`.
419
+
420
+ **Fix:** Add \`loglevel=error\` to the project's \`.npmrc\`:
421
+ \`\`\`bash
422
+ echo "loglevel=error" >> .npmrc
423
+ \`\`\`
424
+
425
+ This suppresses npm warnings while still showing errors. This is a per-project fix for any project using pnpm.
416
426
  `,
417
427
  'REFERENCE.md': `# Hush Command Reference
418
428
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chriscode/hush",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "description": "SOPS-based secrets management for monorepos. Encrypt once, decrypt everywhere.",
5
5
  "type": "module",
6
6
  "bin": {