apify-cli 1.4.1 → 1.4.2-beta.1

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": "apify-cli",
3
- "version": "1.4.1",
3
+ "version": "1.4.2-beta.1",
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
  "type": "module",
@@ -8,12 +8,13 @@
8
8
  "dev:apify": "tsx ./src/entrypoints/apify.ts",
9
9
  "dev:actor": "tsx ./src/entrypoints/actor.ts",
10
10
  "test:all": "yarn test:local && yarn test:api",
11
- "test:local": "vitest run --testNamePattern '^((?!\\[api]).)*$' --exclude ./test/api",
12
- "test:api": "vitest run --testNamePattern '\\[api\\]'",
11
+ "test:local": "vitest run --testNamePattern '^((?!\\[api]).)*$' --exclude ./test/api --exclude ./test/e2e",
12
+ "test:e2e": "vitest run --testNamePattern '\\[e2e\\]' --exclude ./test/api",
13
+ "test:e2e:local": "vitest run --testNamePattern '^(?=.*\\[e2e\\])(?!.*\\[api\\]).*$' --exclude ./test/api",
14
+ "test:api": "vitest run --testNamePattern '^(?=.*\\[api\\])(?!.*\\[e2e\\]).*$' --exclude ./test/e2e",
13
15
  "test:python": "vitest run --testNamePattern '\\[python\\]'",
14
- "test:cucumber": "cross-env NODE_OPTIONS=\"--import tsx\" cucumber-js",
15
- "lint": "eslint src test scripts features --ext .ts,.cjs,.mjs",
16
- "lint:fix": "eslint src test scripts features --fix --ext .ts,.cjs,.mjs",
16
+ "lint": "eslint src test scripts --ext .ts,.cjs,.mjs",
17
+ "lint:fix": "eslint src test scripts --fix --ext .ts,.cjs,.mjs",
17
18
  "format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"",
18
19
  "format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"",
19
20
  "clean": "rimraf dist",
@@ -85,6 +86,7 @@
85
86
  "archiver": "~7.0.1",
86
87
  "axios": "^1.11.0",
87
88
  "chalk": "~5.6.0",
89
+ "ci-info": "~4.4.0",
88
90
  "cli-table3": "^0.6.5",
89
91
  "computer-name": "~0.1.0",
90
92
  "configparser": "~0.3.10",
@@ -119,7 +121,6 @@
119
121
  "@apify/tsconfig": "^0.1.1",
120
122
  "@biomejs/biome": "^2.0.0",
121
123
  "@crawlee/types": "^3.11.1",
122
- "@cucumber/cucumber": "^12.0.0",
123
124
  "@types/adm-zip": "^0.5.5",
124
125
  "@types/archiver": "^7.0.0",
125
126
  "@types/bun": "^1.2.5",