@qabyai/qli 1.0.1 → 1.0.3

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/dist/index.mjs +1 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -6498,8 +6498,7 @@ const CheckpointStepSchema = objectType({
6498
6498
  const CheckpointBrowserStateSchema = objectType({
6499
6499
  url: stringType(),
6500
6500
  title: stringType(),
6501
- screenshotBase64: stringType().optional(),
6502
- browserLiveViewUrl: stringType().optional()
6501
+ screenshotBase64: stringType().optional()
6503
6502
  });
6504
6503
  const AgentCheckpointSchema = objectType({
6505
6504
  checkpointId: stringType(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qabyai/qli",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "QAbyAI CLI tool for browser automation",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@
9
9
  "node": ">=24.10.0"
10
10
  },
11
11
  "bin": {
12
- "qli": "./dist/index.js"
12
+ "qli": "./dist/index.mjs"
13
13
  },
14
14
  "files": [
15
15
  "dist"