@checksum-ai/runtime 1.1.9 → 1.1.10

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -176,7 +176,7 @@ export type EnvironmentUser = {
176
176
 
177
177
  export function getLogin(): (
178
178
  page: Page,
179
- { role }: { role?: string } = {}
179
+ { role, environment }?: { role?: string; environment?: string }
180
180
  ) => Promise<void>;
181
181
 
182
182
  export function getChecksumConfig(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checksum-ai/runtime",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Checksum.ai test runtime",
5
5
  "main": "index.js",
6
6
  "dependencies": {