apify-cli 1.6.3-beta.1 → 1.6.3-beta.11
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/{_register-CR5-b32O.js → _register-DSlF1bUI.js} +50 -50
- package/dist/_register-DSlF1bUI.js.map +1 -0
- package/dist/actor.js +1 -1
- package/dist/actor.js.map +1 -1
- package/dist/apify.js +1 -1
- package/dist/apify.js.map +1 -1
- package/package.json +13 -12
- package/dist/_register-CR5-b32O.js.map +0 -1
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-
|
|
2
|
+
import{i as e,r as t,t as n}from"./_register-DSlF1bUI.js";t(`Actor`);for(let e of n)e.registerCommand(`actor`);await e(`actor`);export{};
|
|
3
3
|
//# sourceMappingURL=actor.js.map
|
package/dist/actor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actor.js","names":[],"sources":["../src/entrypoints/actor.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { actorCommands } from '../commands/_register.js';\nimport { processVersionCheck, runCLI } from './_shared.js';\n\nprocessVersionCheck('Actor');\n\n// Register all commands\nfor (const CommandClass of actorCommands) {\n\tCommandClass.registerCommand('actor');\n}\n\nawait runCLI('actor');\n"],"mappings":";0DAIA,EAAoB,
|
|
1
|
+
{"version":3,"file":"actor.js","names":[],"sources":["../src/entrypoints/actor.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { actorCommands } from '../commands/_register.js';\nimport { processVersionCheck, runCLI } from './_shared.js';\n\nprocessVersionCheck('Actor');\n\n// Register all commands\nfor (const CommandClass of actorCommands) {\n\tCommandClass.registerCommand('actor');\n}\n\nawait runCLI('actor');\n"],"mappings":";0DAIA,EAAoB,OAAO,EAG3B,IAAK,IAAM,KAAgB,EAC1B,EAAa,gBAAgB,OAAO,EAGrC,MAAM,EAAO,OAAO"}
|
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-
|
|
2
|
+
import{i as e,n as t,r as n}from"./_register-DSlF1bUI.js";n(`Apify`);for(let e of t)e.registerCommand(`apify`);await e(`apify`);export{};
|
|
3
3
|
//# sourceMappingURL=apify.js.map
|
package/dist/apify.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apify.js","names":[],"sources":["../src/entrypoints/apify.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { apifyCommands } from '../commands/_register.js';\nimport { processVersionCheck, runCLI } from './_shared.js';\n\nprocessVersionCheck('Apify');\n\n// Register all commands\nfor (const CommandClass of apifyCommands) {\n\tCommandClass.registerCommand('apify');\n}\n\nawait runCLI('apify');\n"],"mappings":";0DAIA,EAAoB,
|
|
1
|
+
{"version":3,"file":"apify.js","names":[],"sources":["../src/entrypoints/apify.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { apifyCommands } from '../commands/_register.js';\nimport { processVersionCheck, runCLI } from './_shared.js';\n\nprocessVersionCheck('Apify');\n\n// Register all commands\nfor (const CommandClass of apifyCommands) {\n\tCommandClass.registerCommand('apify');\n}\n\nawait runCLI('apify');\n"],"mappings":";0DAIA,EAAoB,OAAO,EAG3B,IAAK,IAAM,KAAgB,EAC1B,EAAa,gBAAgB,OAAO,EAGrC,MAAM,EAAO,OAAO"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "1.6.3-beta.
|
|
3
|
+
"version": "1.6.3-beta.11",
|
|
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",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@inquirer/input": "^5.0.10",
|
|
55
55
|
"@inquirer/password": "^5.0.10",
|
|
56
56
|
"@inquirer/select": "^5.1.2",
|
|
57
|
+
"@napi-rs/keyring": "^1.3.0",
|
|
57
58
|
"@root/walk": "~1.1.0",
|
|
58
59
|
"@sapphire/duration": "^1.2.0",
|
|
59
60
|
"@sapphire/result": "^2.8.0",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"adm-zip": "~0.5.17",
|
|
63
64
|
"ajv": "~8.20.0",
|
|
64
65
|
"apify-client": "^2.23.3",
|
|
65
|
-
"archiver": "~
|
|
66
|
+
"archiver": "~8.0.0",
|
|
66
67
|
"axios": "^1.15.0",
|
|
67
68
|
"chalk": "~5.6.2",
|
|
68
69
|
"ci-info": "~4.4.0",
|
|
@@ -91,16 +92,16 @@
|
|
|
91
92
|
"strip-ansi": "^7.2.0",
|
|
92
93
|
"tiged": "~2.12.7",
|
|
93
94
|
"tinyglobby": "^0.2.15",
|
|
94
|
-
"which": "^
|
|
95
|
+
"which": "^7.0.0",
|
|
95
96
|
"widest-line": "^6.0.0",
|
|
96
97
|
"wrap-ansi": "^10.0.0"
|
|
97
98
|
},
|
|
98
99
|
"devDependencies": {
|
|
99
100
|
"@apify/oxlint-config": "^0.2.9",
|
|
100
|
-
"@apify/tsconfig": "^0.
|
|
101
|
+
"@apify/tsconfig": "^0.2.0",
|
|
101
102
|
"@crawlee/types": "^3.16.0",
|
|
102
103
|
"@types/adm-zip": "^0.5.8",
|
|
103
|
-
"@types/archiver": "^
|
|
104
|
+
"@types/archiver": "^8.0.0",
|
|
104
105
|
"@types/bun": "^1.3.11",
|
|
105
106
|
"@types/cors": "^2.8.19",
|
|
106
107
|
"@types/execa": "^2.0.2",
|
|
@@ -116,23 +117,23 @@
|
|
|
116
117
|
"husky": "^9.1.7",
|
|
117
118
|
"lint-staged": "^17.0.0",
|
|
118
119
|
"mock-stdin": "^1.0.0",
|
|
119
|
-
"oxfmt": "0.
|
|
120
|
-
"oxlint": "1.
|
|
120
|
+
"oxfmt": "0.55.0",
|
|
121
|
+
"oxlint": "1.70.0",
|
|
121
122
|
"oxlint-tsgolint": "0.22.1",
|
|
122
|
-
"tsdown": "^0.
|
|
123
|
+
"tsdown": "^0.22.0",
|
|
123
124
|
"tsx": "^4.21.0",
|
|
124
125
|
"typescript": "^6.0.2",
|
|
125
126
|
"vitest": "^4.1.8"
|
|
126
127
|
},
|
|
127
128
|
"volta": {
|
|
128
|
-
"node": "24.
|
|
129
|
-
"pnpm": "
|
|
129
|
+
"node": "24.17.0",
|
|
130
|
+
"pnpm": "11.8.0"
|
|
130
131
|
},
|
|
131
132
|
"devEngines": {
|
|
132
133
|
"runtime": [
|
|
133
134
|
{
|
|
134
135
|
"name": "node",
|
|
135
|
-
"version": ">=
|
|
136
|
+
"version": "^20.19.0 || >=22.12.0",
|
|
136
137
|
"onFail": "error"
|
|
137
138
|
},
|
|
138
139
|
{
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
],
|
|
144
145
|
"packageManager": {
|
|
145
146
|
"name": "pnpm",
|
|
146
|
-
"version": "
|
|
147
|
+
"version": "11.8.0",
|
|
147
148
|
"onFail": "warn"
|
|
148
149
|
}
|
|
149
150
|
},
|