apify-cli 0.21.0-beta.57 → 0.21.0-beta.58

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.
@@ -657,8 +657,7 @@
657
657
  "args": {
658
658
  "item": {
659
659
  "description": "JSON string with one object or array of objects containing data to be stored in the default dataset.",
660
- "name": "item",
661
- "required": false
660
+ "name": "item"
662
661
  }
663
662
  },
664
663
  "description": "Stores an object or an array of objects to the default dataset of the Actor run.\nIt is possible to pass data using item argument or stdin.\nPassing data using argument:\n$ apify actor push-data {\"foo\": \"bar\"}\nPassing data using stdin with pipe:\n$ cat ./test.json | apify actor push-data\n",
@@ -1644,8 +1643,7 @@
1644
1643
  },
1645
1644
  "item": {
1646
1645
  "description": "The object or array of objects to be pushed.",
1647
- "name": "item",
1648
- "required": true
1646
+ "name": "item"
1649
1647
  }
1650
1648
  },
1651
1649
  "description": "Pushes an object or an array of objects to the provided Dataset.",
@@ -2510,5 +2508,5 @@
2510
2508
  ]
2511
2509
  }
2512
2510
  },
2513
- "version": "0.21.0-beta.57"
2511
+ "version": "0.21.0-beta.58"
2514
2512
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.21.0-beta.57",
3
+ "version": "0.21.0-beta.58",
4
4
  "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -140,7 +140,7 @@
140
140
  "prettier": "^3.3.3",
141
141
  "tsx": "^4.16.5",
142
142
  "typescript": "^5.5.4",
143
- "vitest": "^2.0.5"
143
+ "vitest": "^2.1.5"
144
144
  },
145
145
  "oclif": {
146
146
  "bin": "apify",