apify-cli 1.6.3-beta.4 → 1.6.3-beta.6

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-DTarVRWq.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-Dh-OWrFt.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,QAAQ,CAG5B,IAAK,IAAM,KAAgB,EAC1B,EAAa,gBAAgB,QAAQ,CAGtC,MAAM,EAAO,QAAQ"}
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-DTarVRWq.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-Dh-OWrFt.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,QAAQ,CAG5B,IAAK,IAAM,KAAgB,EAC1B,EAAa,gBAAgB,QAAQ,CAGtC,MAAM,EAAO,QAAQ"}
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.4",
3
+ "version": "1.6.3-beta.6",
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",
@@ -63,7 +63,7 @@
63
63
  "adm-zip": "~0.5.17",
64
64
  "ajv": "~8.20.0",
65
65
  "apify-client": "^2.23.3",
66
- "archiver": "~7.0.1",
66
+ "archiver": "~8.0.0",
67
67
  "axios": "^1.15.0",
68
68
  "chalk": "~5.6.2",
69
69
  "ci-info": "~4.4.0",
@@ -92,7 +92,7 @@
92
92
  "strip-ansi": "^7.2.0",
93
93
  "tiged": "~2.12.7",
94
94
  "tinyglobby": "^0.2.15",
95
- "which": "^6.0.1",
95
+ "which": "^7.0.0",
96
96
  "widest-line": "^6.0.0",
97
97
  "wrap-ansi": "^10.0.0"
98
98
  },
@@ -101,7 +101,7 @@
101
101
  "@apify/tsconfig": "^0.2.0",
102
102
  "@crawlee/types": "^3.16.0",
103
103
  "@types/adm-zip": "^0.5.8",
104
- "@types/archiver": "^7.0.0",
104
+ "@types/archiver": "^8.0.0",
105
105
  "@types/bun": "^1.3.11",
106
106
  "@types/cors": "^2.8.19",
107
107
  "@types/execa": "^2.0.2",
@@ -120,7 +120,7 @@
120
120
  "oxfmt": "0.52.0",
121
121
  "oxlint": "1.67.0",
122
122
  "oxlint-tsgolint": "0.22.1",
123
- "tsdown": "^0.21.9",
123
+ "tsdown": "^0.22.0",
124
124
  "tsx": "^4.21.0",
125
125
  "typescript": "^6.0.2",
126
126
  "vitest": "^4.1.8"