apify-cli 1.1.2-beta.4 → 1.1.2-beta.40
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/CHANGELOG.md +13 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/actor.js +1 -1
- package/dist/apify.js +1 -1
- package/dist/chunk-3BRR66C7.js +255 -0
- package/dist/chunk-3BRR66C7.js.map +1 -0
- package/package.json +19 -18
- package/dist/chunk-SFGSHL3Q.js +0 -239
- package/dist/chunk-SFGSHL3Q.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "1.1.2-beta.
|
|
3
|
+
"version": "1.1.2-beta.40",
|
|
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,15 +63,16 @@
|
|
|
63
63
|
"node": ">=20"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
+
"@apify/actor-memory-expression": "^0.1.3",
|
|
66
67
|
"@apify/actor-templates": "^0.1.5",
|
|
67
68
|
"@apify/consts": "^2.36.0",
|
|
68
69
|
"@apify/input_schema": "^3.17.0",
|
|
69
70
|
"@apify/utilities": "^2.18.0",
|
|
70
71
|
"@crawlee/memory-storage": "^3.12.0",
|
|
71
|
-
"@inquirer/core": "^
|
|
72
|
-
"@inquirer/input": "^
|
|
73
|
-
"@inquirer/password": "^
|
|
74
|
-
"@inquirer/select": "^
|
|
72
|
+
"@inquirer/core": "^11.0.0",
|
|
73
|
+
"@inquirer/input": "^5.0.0",
|
|
74
|
+
"@inquirer/password": "^5.0.0",
|
|
75
|
+
"@inquirer/select": "^5.0.0",
|
|
75
76
|
"@root/walk": "~1.1.0",
|
|
76
77
|
"@sapphire/duration": "^1.1.2",
|
|
77
78
|
"@sapphire/result": "^2.7.2",
|
|
@@ -90,8 +91,8 @@
|
|
|
90
91
|
"detect-indent": "~7.0.1",
|
|
91
92
|
"escape-string-regexp": "~5.0.0",
|
|
92
93
|
"execa": "^9.5.2",
|
|
93
|
-
"express": "~5.
|
|
94
|
-
"globby": "~
|
|
94
|
+
"express": "~5.2.0",
|
|
95
|
+
"globby": "~15.0.0",
|
|
95
96
|
"handlebars": "~4.7.8",
|
|
96
97
|
"indent-string": "^5.0.0",
|
|
97
98
|
"is-ci": "~4.1.0",
|
|
@@ -99,14 +100,14 @@
|
|
|
99
100
|
"jju": "~1.4.0",
|
|
100
101
|
"js-levenshtein": "^1.1.6",
|
|
101
102
|
"lodash.clonedeep": "^4.5.0",
|
|
102
|
-
"mime": "~4.0
|
|
103
|
-
"open": "~
|
|
104
|
-
"rimraf": "~6.0
|
|
103
|
+
"mime": "~4.1.0",
|
|
104
|
+
"open": "~11.0.0",
|
|
105
|
+
"rimraf": "~6.1.0",
|
|
105
106
|
"semver": "~7.7.0",
|
|
106
|
-
"string-width": "^
|
|
107
|
+
"string-width": "^8.0.0",
|
|
107
108
|
"strip-ansi": "^7.1.0",
|
|
108
109
|
"tiged": "~2.12.7",
|
|
109
|
-
"which": "^
|
|
110
|
+
"which": "^6.0.0",
|
|
110
111
|
"widest-line": "^5.0.0",
|
|
111
112
|
"wrap-ansi": "^9.0.0"
|
|
112
113
|
},
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
"@crawlee/types": "^3.11.1",
|
|
118
119
|
"@cucumber/cucumber": "^12.0.0",
|
|
119
120
|
"@types/adm-zip": "^0.5.5",
|
|
120
|
-
"@types/archiver": "^
|
|
121
|
+
"@types/archiver": "^7.0.0",
|
|
121
122
|
"@types/bun": "^1.2.5",
|
|
122
123
|
"@types/cors": "^2.8.17",
|
|
123
124
|
"@types/execa": "^2.0.2",
|
|
@@ -128,7 +129,7 @@
|
|
|
128
129
|
"@types/js-levenshtein": "^1",
|
|
129
130
|
"@types/lodash.clonedeep": "^4",
|
|
130
131
|
"@types/mime": "^4.0.0",
|
|
131
|
-
"@types/node": "^
|
|
132
|
+
"@types/node": "^24.0.0",
|
|
132
133
|
"@types/semver": "^7.5.8",
|
|
133
134
|
"@types/which": "^3.0.4",
|
|
134
135
|
"@yarnpkg/core": "^4.1.2",
|
|
@@ -144,13 +145,13 @@
|
|
|
144
145
|
"tsx": "^4.16.5",
|
|
145
146
|
"typescript": "^5.8.3",
|
|
146
147
|
"typescript-eslint": "^8.31.0",
|
|
147
|
-
"vitest": "^
|
|
148
|
+
"vitest": "^4.0.0"
|
|
148
149
|
},
|
|
149
150
|
"volta": {
|
|
150
|
-
"node": "
|
|
151
|
-
"yarn": "4.
|
|
151
|
+
"node": "24.12.0",
|
|
152
|
+
"yarn": "4.12.0"
|
|
152
153
|
},
|
|
153
|
-
"packageManager": "yarn@4.
|
|
154
|
+
"packageManager": "yarn@4.12.0",
|
|
154
155
|
"devEngines": {
|
|
155
156
|
"runtime": [
|
|
156
157
|
{
|