@wscsports/blaze-web-sdk 0.1.70 → 0.1.71

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -1607,7 +1607,6 @@ export declare class BlazeWidgetLabel {
1607
1607
  toString(): string;
1608
1608
  private static createLabel;
1609
1609
  private static validateAndProceed;
1610
- private static validateNoCommas;
1611
1610
  private static isValidLabelFormat;
1612
1611
  }
1613
1612