@stackone/defender 0.3.1 → 0.4.0

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/dist/index.d.cts CHANGED
@@ -122,6 +122,7 @@ interface PromptDefenseOptions {
122
122
  tier2Weights?: MLPWeights;
123
123
  blockHighRisk?: boolean;
124
124
  defaultRiskLevel?: RiskLevel;
125
+ useDefaultToolRules?: boolean;
125
126
  }
126
127
  declare class PromptDefense {
127
128
  private config;
package/dist/index.d.mts CHANGED
@@ -123,6 +123,7 @@ interface PromptDefenseOptions {
123
123
  tier2Weights?: MLPWeights;
124
124
  blockHighRisk?: boolean;
125
125
  defaultRiskLevel?: RiskLevel;
126
+ useDefaultToolRules?: boolean;
126
127
  }
127
128
  declare class PromptDefense {
128
129
  private config;