apify-cli 1.6.2-beta.0 → 1.6.2-beta.1
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-Dv1l9oAm.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-Dv1l9oAm.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.2-beta.
|
|
3
|
+
"version": "1.6.2-beta.1",
|
|
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",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"volta": {
|
|
129
129
|
"node": "24.14.1",
|
|
130
|
-
"pnpm": "10.33.
|
|
130
|
+
"pnpm": "10.33.4"
|
|
131
131
|
},
|
|
132
132
|
"devEngines": {
|
|
133
133
|
"runtime": [
|
|
@@ -141,7 +141,12 @@
|
|
|
141
141
|
"version": ">= 1.2.5",
|
|
142
142
|
"onFail": "ignore"
|
|
143
143
|
}
|
|
144
|
-
]
|
|
144
|
+
],
|
|
145
|
+
"packageManager": {
|
|
146
|
+
"name": "pnpm",
|
|
147
|
+
"version": "10.33.4",
|
|
148
|
+
"onFail": "warn"
|
|
149
|
+
}
|
|
145
150
|
},
|
|
146
151
|
"lint-staged": {
|
|
147
152
|
"*": "biome format --write --no-errors-on-unmatched",
|