@stll/anonymize-wasm 2.7.8 → 2.8.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.
Binary file
package/dist/wasm.d.mts CHANGED
@@ -297,11 +297,13 @@ type NativeHotwordRuleData = {
297
297
  };
298
298
  type NativeSignatureData = {
299
299
  labels: string[];
300
+ person_list_labels: string[];
300
301
  witness_phrases: string[];
301
302
  name_particles: string[];
302
303
  post_nominal_suffixes: string[];
303
304
  organization_suffixes: string[];
304
305
  form_field_labels: string[];
306
+ contact_field_labels: string[];
305
307
  signature_stamp_phrases: string[];
306
308
  image_stub_prefixes: string[];
307
309
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/anonymize-wasm",
3
- "version": "2.7.8",
3
+ "version": "2.8.0",
4
4
  "description": "PII detection and anonymization for browsers via WebAssembly. Same native SDK API as @stll/anonymize.",
5
5
  "keywords": [
6
6
  "anonymization",