@checksum-ai/runtime 1.1.27 → 1.1.29

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/index.d.ts CHANGED
@@ -282,6 +282,7 @@ export function getChecksumConfig(
282
282
  type ChecksumPlaywrightTestArgs = Omit<PlaywrightTestArgs, "page"> & {
283
283
  page: IChecksumPage;
284
284
  variablesStore: IVariablesStore;
285
+ vs: IVariablesStore;
285
286
  };
286
287
 
287
288
  type ChecksumTestType<TestArgs> = TestType<