@qlucent/fishi-core 0.14.3 → 0.14.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10274,6 +10274,8 @@ function getSettingsJsonTemplate() {
10274
10274
  "TodoWrite",
10275
10275
  // Package managers
10276
10276
  "Bash(pnpm *)",
10277
+ "Bash(npm *)",
10278
+ "Bash(yarn *)",
10277
10279
  "Bash(npx *)",
10278
10280
  "Bash(node *)",
10279
10281
  "Bash(bun *)",
@@ -10350,9 +10352,6 @@ function getSettingsJsonTemplate() {
10350
10352
  "Bash(dd if=*)",
10351
10353
  "Bash(> /dev/sda)",
10352
10354
  "Bash(fdisk *)",
10353
- // Package managers without pnpm (enforce pnpm)
10354
- "Bash(npm *)",
10355
- "Bash(yarn *)",
10356
10355
  // Network attacks
10357
10356
  "Bash(nmap *)",
10358
10357
  "Bash(netcat *)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlucent/fishi-core",
3
- "version": "0.14.3",
3
+ "version": "0.14.7",
4
4
  "description": "Shared templates, types, and generators for the FISHI framework",
5
5
  "license": "MIT",
6
6
  "type": "module",