apify-cli 1.6.3-beta.6 → 1.6.3-beta.8
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-BC1bodwG.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-BC1bodwG.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.6.3-beta.
|
|
3
|
+
"version": "1.6.3-beta.8",
|
|
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",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"lint-staged": "^17.0.0",
|
|
119
119
|
"mock-stdin": "^1.0.0",
|
|
120
120
|
"oxfmt": "0.52.0",
|
|
121
|
-
"oxlint": "1.
|
|
121
|
+
"oxlint": "1.70.0",
|
|
122
122
|
"oxlint-tsgolint": "0.22.1",
|
|
123
123
|
"tsdown": "^0.22.0",
|
|
124
124
|
"tsx": "^4.21.0",
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
"vitest": "^4.1.8"
|
|
127
127
|
},
|
|
128
128
|
"volta": {
|
|
129
|
-
"node": "24.
|
|
130
|
-
"pnpm": "
|
|
129
|
+
"node": "24.17.0",
|
|
130
|
+
"pnpm": "11.8.0"
|
|
131
131
|
},
|
|
132
132
|
"devEngines": {
|
|
133
133
|
"runtime": [
|
|
134
134
|
{
|
|
135
135
|
"name": "node",
|
|
136
|
-
"version": ">=
|
|
136
|
+
"version": "^20.19.0 || >=22.12.0",
|
|
137
137
|
"onFail": "error"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
],
|
|
145
145
|
"packageManager": {
|
|
146
146
|
"name": "pnpm",
|
|
147
|
-
"version": "
|
|
147
|
+
"version": "11.8.0",
|
|
148
148
|
"onFail": "warn"
|
|
149
149
|
}
|
|
150
150
|
},
|