apify-cli 1.10.1-beta.2 → 1.10.1-beta.21
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-
|
|
2
|
+
import{i as e,r as t,t as n}from"./_register-Dc_wTBQw.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-
|
|
2
|
+
import{i as e,n as t,r as n}from"./_register-Dc_wTBQw.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "1.10.1-beta.
|
|
3
|
+
"version": "1.10.1-beta.21",
|
|
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",
|
|
@@ -41,31 +41,31 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/apify/apify-cli#readme",
|
|
43
43
|
"engines": {
|
|
44
|
-
"node": ">=
|
|
44
|
+
"node": ">=22"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@apify/actor-memory-expression": "^0.
|
|
47
|
+
"@apify/actor-memory-expression": "^1.0.1",
|
|
48
48
|
"@apify/actor-templates": "^0.1.5",
|
|
49
|
-
"@apify/consts": "^
|
|
50
|
-
"@apify/input_schema": "^
|
|
51
|
-
"@apify/json_schemas": "^0.
|
|
52
|
-
"@apify/utilities": "^
|
|
53
|
-
"@crawlee/memory-storage": "^3.
|
|
54
|
-
"@inquirer/core": "^
|
|
55
|
-
"@inquirer/input": "^5.
|
|
56
|
-
"@inquirer/password": "^5.
|
|
57
|
-
"@inquirer/select": "^5.
|
|
58
|
-
"@napi-rs/keyring": "^1.
|
|
49
|
+
"@apify/consts": "^3.0.1",
|
|
50
|
+
"@apify/input_schema": "^4.0.4",
|
|
51
|
+
"@apify/json_schemas": "^1.0.1",
|
|
52
|
+
"@apify/utilities": "^3.0.1",
|
|
53
|
+
"@crawlee/memory-storage": "^3.18.1",
|
|
54
|
+
"@inquirer/core": "^12.0.3",
|
|
55
|
+
"@inquirer/input": "^5.1.6",
|
|
56
|
+
"@inquirer/password": "^5.2.2",
|
|
57
|
+
"@inquirer/select": "^5.2.5",
|
|
58
|
+
"@napi-rs/keyring": "^2.1.0",
|
|
59
59
|
"@root/walk": "~1.1.0",
|
|
60
60
|
"@sapphire/duration": "^1.2.0",
|
|
61
61
|
"@sapphire/result": "^2.8.0",
|
|
62
62
|
"@sapphire/timestamp": "^1.0.5",
|
|
63
63
|
"@skyra/jaro-winkler": "^1.1.1",
|
|
64
|
-
"adm-zip": "~0.6.
|
|
64
|
+
"adm-zip": "~0.6.1",
|
|
65
65
|
"ajv": "~8.20.0",
|
|
66
66
|
"apify-client": "^2.25.0",
|
|
67
67
|
"archiver": "~8.0.0",
|
|
68
|
-
"axios": "^1.
|
|
68
|
+
"axios": "^1.20.0",
|
|
69
69
|
"chalk": "~6.0.0",
|
|
70
70
|
"ci-info": "~4.4.0",
|
|
71
71
|
"cli-table3": "^0.6.5",
|
|
@@ -73,62 +73,62 @@
|
|
|
73
73
|
"configparser": "~0.3.10",
|
|
74
74
|
"detect-indent": "~7.0.2",
|
|
75
75
|
"escape-string-regexp": "~5.0.0",
|
|
76
|
-
"execa": "^
|
|
77
|
-
"giget": "^3.3.
|
|
76
|
+
"execa": "^10.0.1",
|
|
77
|
+
"giget": "^3.3.1",
|
|
78
78
|
"handlebars": "~4.7.9",
|
|
79
|
-
"ignore": "^7.0.
|
|
79
|
+
"ignore": "^7.0.9",
|
|
80
80
|
"indent-string": "^5.0.0",
|
|
81
81
|
"istextorbinary": "~9.5.0",
|
|
82
82
|
"jju": "~1.4.0",
|
|
83
83
|
"js-levenshtein": "^1.1.6",
|
|
84
|
-
"json-schema-to-typescript": "^
|
|
84
|
+
"json-schema-to-typescript": "^16.0.0",
|
|
85
85
|
"mime": "~4.1.0",
|
|
86
|
-
"open": "~11.0.
|
|
87
|
-
"semver": "~7.8.
|
|
88
|
-
"string-width": "^8.2.
|
|
86
|
+
"open": "~11.0.4",
|
|
87
|
+
"semver": "~7.8.5",
|
|
88
|
+
"string-width": "^8.2.2",
|
|
89
89
|
"strip-ansi": "^7.2.0",
|
|
90
|
-
"tinyglobby": "^0.2.
|
|
90
|
+
"tinyglobby": "^0.2.17",
|
|
91
91
|
"which": "^7.0.0",
|
|
92
92
|
"widest-line": "^6.0.0",
|
|
93
|
-
"wrap-ansi": "^10.0.
|
|
93
|
+
"wrap-ansi": "^10.0.1"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@apify/oxlint-config": "^0.3.0",
|
|
97
97
|
"@apify/tsconfig": "^0.2.0",
|
|
98
|
-
"@crawlee/types": "^3.
|
|
98
|
+
"@crawlee/types": "^3.18.1",
|
|
99
99
|
"@types/adm-zip": "^0.5.8",
|
|
100
100
|
"@types/archiver": "^8.0.0",
|
|
101
|
-
"@types/bun": "^1.
|
|
101
|
+
"@types/bun": "^1.4.2",
|
|
102
102
|
"@types/execa": "^2.0.2",
|
|
103
103
|
"@types/jju": "^1.4.5",
|
|
104
104
|
"@types/js-levenshtein": "^1.1.3",
|
|
105
105
|
"@types/mime": "^4.0.0",
|
|
106
|
-
"@types/node": "^24.
|
|
107
|
-
"@types/semver": "^7.
|
|
106
|
+
"@types/node": "^24.13.4",
|
|
107
|
+
"@types/semver": "^7.8.0",
|
|
108
108
|
"@types/which": "^3.0.4",
|
|
109
|
-
"apify": "^3.7.
|
|
109
|
+
"apify": "^3.7.2",
|
|
110
110
|
"cross-env": "^10.1.0",
|
|
111
111
|
"husky": "^9.1.7",
|
|
112
|
-
"lint-staged": "^17.
|
|
112
|
+
"lint-staged": "^17.5.1",
|
|
113
113
|
"mock-stdin": "^1.0.0",
|
|
114
|
-
"oxfmt": "0.
|
|
115
|
-
"oxlint": "1.
|
|
114
|
+
"oxfmt": "0.68.0",
|
|
115
|
+
"oxlint": "1.82.0",
|
|
116
116
|
"oxlint-tsgolint": "0.22.1",
|
|
117
117
|
"rimraf": "~6.1.3",
|
|
118
|
-
"tsdown": "^0.
|
|
119
|
-
"tsx": "^4.
|
|
120
|
-
"typescript": "^
|
|
121
|
-
"vitest": "^
|
|
118
|
+
"tsdown": "^0.23.0",
|
|
119
|
+
"tsx": "^4.23.13",
|
|
120
|
+
"typescript": "^7.0.2",
|
|
121
|
+
"vitest": "^5.0.0"
|
|
122
122
|
},
|
|
123
123
|
"volta": {
|
|
124
|
-
"node": "24.
|
|
125
|
-
"pnpm": "
|
|
124
|
+
"node": "24.21.0",
|
|
125
|
+
"pnpm": "12.4.1"
|
|
126
126
|
},
|
|
127
127
|
"devEngines": {
|
|
128
128
|
"runtime": [
|
|
129
129
|
{
|
|
130
130
|
"name": "node",
|
|
131
|
-
"version": "
|
|
131
|
+
"version": ">=22.12.0",
|
|
132
132
|
"onFail": "error"
|
|
133
133
|
},
|
|
134
134
|
{
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
],
|
|
140
140
|
"packageManager": {
|
|
141
141
|
"name": "pnpm",
|
|
142
|
-
"version": "11.
|
|
142
|
+
"version": "11.11.0",
|
|
143
143
|
"onFail": "warn"
|
|
144
144
|
}
|
|
145
145
|
},
|