skyflow-js 2.3.0 → 2.3.1

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/README.md CHANGED
@@ -2406,7 +2406,7 @@ const cardNumberElement = container.create({
2406
2406
  },
2407
2407
  label: 'card_number',
2408
2408
  altText: 'XXXX XXXX XXXX XXXX',
2409
- redaction: SKyflow.RedactionType.MASKED
2409
+ redaction: Skyflow.RedactionType.MASKED
2410
2410
  });
2411
2411
 
2412
2412
  const cvvElement = container.create({