apify-cli 1.5.1-beta.6 → 1.5.1-beta.7

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/dist/actor.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import{i as e,r as t,t as n}from"./_register-CD1r4bzV.js";t(`Actor`);for(let e of n)e.registerCommand(`actor`);await e(`actor`);export{};
2
+ import{i as e,r as t,t as n}from"./_register-Ba_DAbFe.js";t(`Actor`);for(let e of n)e.registerCommand(`actor`);await e(`actor`);export{};
3
3
  //# sourceMappingURL=actor.js.map
package/dist/apify.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import{i as e,n as t,r as n}from"./_register-CD1r4bzV.js";n(`Apify`);for(let e of t)e.registerCommand(`apify`);await e(`apify`);export{};
2
+ import{i as e,n as t,r as n}from"./_register-Ba_DAbFe.js";n(`Apify`);for(let e of t)e.registerCommand(`apify`);await e(`apify`);export{};
3
3
  //# sourceMappingURL=apify.js.map
package/package.json CHANGED
@@ -1,31 +1,9 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "1.5.1-beta.6",
3
+ "version": "1.5.1-beta.7",
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",
7
- "scripts": {
8
- "dev:apify": "tsx ./src/entrypoints/apify.ts",
9
- "dev:actor": "tsx ./src/entrypoints/actor.ts",
10
- "test:all": "yarn test:local && yarn test: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",
15
- "test:python": "vitest run --testNamePattern '\\[python\\]'",
16
- "lint": "eslint src test scripts --ext .ts,.cjs,.mjs",
17
- "lint:fix": "eslint src test scripts --fix --ext .ts,.cjs,.mjs",
18
- "format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"",
19
- "format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"",
20
- "clean": "rimraf dist",
21
- "build": "yarn clean && tsc && tsdown",
22
- "build-bundles": "bun run scripts/build-cli-bundles.ts",
23
- "prepack": "yarn insert-cli-metadata && yarn build && yarn update-docs",
24
- "insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts",
25
- "update-docs": "tsx scripts/generate-cli-docs.ts",
26
- "postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\"",
27
- "prepare": "husky"
28
- },
29
7
  "files": [
30
8
  "dist"
31
9
  ],
@@ -68,37 +46,37 @@
68
46
  "@apify/actor-memory-expression": "^0.1.12",
69
47
  "@apify/actor-templates": "^0.1.5",
70
48
  "@apify/consts": "^2.53.0",
71
- "@apify/input_schema": "^3.17.0",
49
+ "@apify/input_schema": "^3.27.1",
72
50
  "@apify/json_schemas": "^0.13.0",
73
- "@apify/utilities": "^2.18.0",
74
- "@crawlee/memory-storage": "^3.12.0",
75
- "@inquirer/core": "^11.0.0",
76
- "@inquirer/input": "^5.0.0",
77
- "@inquirer/password": "^5.0.0",
78
- "@inquirer/select": "^5.0.0",
51
+ "@apify/utilities": "^2.25.6",
52
+ "@crawlee/memory-storage": "^3.16.0",
53
+ "@inquirer/core": "^11.1.7",
54
+ "@inquirer/input": "^5.0.10",
55
+ "@inquirer/password": "^5.0.10",
56
+ "@inquirer/select": "^5.1.2",
79
57
  "@root/walk": "~1.1.0",
80
- "@sapphire/duration": "^1.1.2",
81
- "@sapphire/result": "^2.7.2",
82
- "@sapphire/timestamp": "^1.0.3",
58
+ "@sapphire/duration": "^1.2.0",
59
+ "@sapphire/result": "^2.8.0",
60
+ "@sapphire/timestamp": "^1.0.5",
83
61
  "@skyra/jaro-winkler": "^1.1.1",
84
- "adm-zip": "~0.5.15",
62
+ "adm-zip": "~0.5.17",
85
63
  "ajv": "~8.18.0",
86
- "apify-client": "^2.22.0",
64
+ "apify-client": "^2.22.3",
87
65
  "archiver": "~7.0.1",
88
66
  "axios": "^1.15.0",
89
- "chalk": "~5.6.0",
67
+ "chalk": "~5.6.2",
90
68
  "ci-info": "~4.4.0",
91
69
  "cli-table3": "^0.6.5",
92
70
  "computer-name": "~0.1.0",
93
71
  "configparser": "~0.3.10",
94
- "cors": "~2.8.5",
95
- "detect-indent": "~7.0.1",
72
+ "cors": "~2.8.6",
73
+ "detect-indent": "~7.0.2",
96
74
  "es-toolkit": "^1.45.1",
97
75
  "escape-string-regexp": "~5.0.0",
98
- "execa": "^9.5.2",
99
- "express": "~5.2.0",
100
- "handlebars": "~4.7.8",
101
- "ignore": "^7.0.0",
76
+ "execa": "^9.6.1",
77
+ "express": "~5.2.1",
78
+ "handlebars": "~4.7.9",
79
+ "ignore": "^7.0.5",
102
80
  "indent-string": "^5.0.0",
103
81
  "is-ci": "~4.1.0",
104
82
  "istextorbinary": "~9.5.0",
@@ -107,53 +85,54 @@
107
85
  "json-schema-to-typescript": "^15.0.4",
108
86
  "mime": "~4.1.0",
109
87
  "open": "~11.0.0",
110
- "rimraf": "~6.1.0",
111
- "semver": "~7.7.0",
112
- "string-width": "^8.0.0",
113
- "strip-ansi": "^7.1.0",
88
+ "rimraf": "~6.1.3",
89
+ "semver": "~7.7.4",
90
+ "string-width": "^8.2.0",
91
+ "strip-ansi": "^7.2.0",
114
92
  "tiged": "~2.12.7",
115
93
  "tinyglobby": "^0.2.15",
116
- "which": "^6.0.0",
94
+ "which": "^6.0.1",
117
95
  "widest-line": "^6.0.0",
118
96
  "wrap-ansi": "^10.0.0"
119
97
  },
120
98
  "devDependencies": {
121
- "@apify/eslint-config": "^1.0.0",
99
+ "@apify/eslint-config": "^1.1.0",
122
100
  "@apify/tsconfig": "^0.1.1",
123
- "@biomejs/biome": "^2.0.0",
124
- "@crawlee/types": "^3.11.1",
125
- "@types/adm-zip": "^0.5.5",
101
+ "@biomejs/biome": "^2.4.10",
102
+ "@crawlee/types": "^3.16.0",
103
+ "@types/adm-zip": "^0.5.8",
126
104
  "@types/archiver": "^7.0.0",
127
- "@types/bun": "^1.2.5",
128
- "@types/cors": "^2.8.17",
105
+ "@types/bun": "^1.3.11",
106
+ "@types/cors": "^2.8.19",
129
107
  "@types/execa": "^2.0.2",
130
- "@types/express": "^5.0.0",
108
+ "@types/express": "^5.0.6",
131
109
  "@types/jju": "^1.4.5",
132
- "@types/js-levenshtein": "^1",
110
+ "@types/js-levenshtein": "^1.1.3",
133
111
  "@types/mime": "^4.0.0",
134
- "@types/node": "^24.0.0",
135
- "@types/semver": "^7.5.8",
112
+ "@types/node": "^24.12.0",
113
+ "@types/semver": "^7.7.1",
136
114
  "@types/which": "^3.0.4",
137
- "@yarnpkg/core": "^4.1.2",
138
- "apify": "^3.2.4",
139
- "cross-env": "^10.0.0",
140
- "eslint": "^9.25.1",
141
- "eslint-config-prettier": "^10.1.2",
142
- "husky": "^9",
143
- "lint-staged": "^16.0.0",
115
+ "apify": "^3.7.0",
116
+ "cross-env": "^10.1.0",
117
+ "eslint": "^9.39.4",
118
+ "eslint-config-prettier": "^10.1.8",
119
+ "eslint-plugin-react": "^7.37.5",
120
+ "eslint-plugin-react-hooks": "^7.0.1",
121
+ "globals": "^16.2.0",
122
+ "husky": "^9.1.7",
123
+ "lint-staged": "^16.4.0",
144
124
  "mock-stdin": "^1.0.0",
145
- "prettier": "^3.5.3",
125
+ "prettier": "^3.8.1",
146
126
  "tsdown": "^0.21.9",
147
- "tsx": "^4.16.5",
148
- "typescript": "^6.0.0",
149
- "typescript-eslint": "^8.31.0",
150
- "vitest": "^4.0.0"
127
+ "tsx": "^4.21.0",
128
+ "typescript": "^6.0.2",
129
+ "typescript-eslint": "^8.58.0",
130
+ "vitest": "^4.1.2"
151
131
  },
152
132
  "volta": {
153
133
  "node": "24.14.1",
154
- "yarn": "4.13.0"
134
+ "pnpm": "10.33.0"
155
135
  },
156
- "packageManager": "yarn@4.13.0",
157
136
  "devEngines": {
158
137
  "runtime": [
159
138
  {
@@ -166,19 +145,32 @@
166
145
  "version": ">= 1.2.5",
167
146
  "onFail": "ignore"
168
147
  }
169
- ],
170
- "packageManager": {
171
- "name": "yarn",
172
- "version": ">= 4",
173
- "onFail": "warn"
174
- }
148
+ ]
175
149
  },
176
150
  "lint-staged": {
177
151
  "*": "biome format --write --no-errors-on-unmatched",
178
- "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
152
+ "*.{mjs,js,ts,mts,jsx,tsx}": "eslint --fix",
179
153
  "*.md": "prettier --write"
180
154
  },
181
- "resolutions": {
182
- "tar": "7.5.13"
155
+ "scripts": {
156
+ "dev:apify": "tsx ./src/entrypoints/apify.ts",
157
+ "dev:actor": "tsx ./src/entrypoints/actor.ts",
158
+ "test:all": "pnpm run test:local && pnpm run test:api",
159
+ "test:local": "vitest run --testNamePattern \"^((?!\\[api]).)*$\" --exclude ./test/api --exclude ./test/e2e",
160
+ "test:e2e": "vitest run --testNamePattern \"\\[e2e\\]\" --exclude ./test/api",
161
+ "test:e2e:local": "vitest run --testNamePattern \"^(?=.*\\[e2e\\])(?!.*\\[api\\]).*$\" --exclude ./test/api",
162
+ "test:api": "vitest run --testNamePattern \"^(?=.*\\[api\\])(?!.*\\[e2e\\]).*$\" --exclude ./test/e2e",
163
+ "test:python": "vitest run --testNamePattern \"\\[python\\]\"",
164
+ "lint": "eslint",
165
+ "lint:fix": "eslint --fix",
166
+ "format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"",
167
+ "format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"",
168
+ "clean": "rimraf dist",
169
+ "build": "pnpm run clean && tsc && tsdown",
170
+ "build-bundles": "bun run scripts/build-cli-bundles.ts",
171
+ "preinstall": "npx only-allow pnpm",
172
+ "insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts",
173
+ "update-docs": "tsx scripts/generate-cli-docs.ts",
174
+ "postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\""
183
175
  }
184
176
  }