stxer 0.8.0 → 0.9.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/stxer.esm.js CHANGED
@@ -1976,8 +1976,10 @@ function clarityVersionToNumber(version) {
1976
1976
  return 4;
1977
1977
  case ClarityVersion.Clarity5:
1978
1978
  return 5;
1979
+ case ClarityVersion.Clarity6:
1980
+ return 6;
1979
1981
  default:
1980
- return 5;
1982
+ return 6;
1981
1983
  }
1982
1984
  }
1983
1985
  /**