@wscsports/blaze-web-sdk 0.1.8 → 0.1.11

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.8",
3
+ "version": "0.1.11",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -1413,8 +1413,11 @@ export * from './chip.utils';
1413
1413
  export * from './common.utils';
1414
1414
  export * from './guard.utils';
1415
1415
  export * from './helper';
1416
+ export * from './regex.utils';
1416
1417
  export * from './stopwatch';
1417
1418
 
1419
+ export declare const RegexHash: RegExp;
1420
+
1418
1421
  export declare class Stopwatch {
1419
1422
  isRunning: boolean;
1420
1423
  extraTime: number;