apify-cli 1.6.2-beta.0 → 1.6.2-beta.2
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-DXc_RGug.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-DXc_RGug.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.2",
|
|
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",
|
|
@@ -96,9 +96,8 @@
|
|
|
96
96
|
"wrap-ansi": "^10.0.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@apify/oxlint-config": "^0.2.
|
|
99
|
+
"@apify/oxlint-config": "^0.2.9",
|
|
100
100
|
"@apify/tsconfig": "^0.1.2",
|
|
101
|
-
"@biomejs/biome": "^2.4.10",
|
|
102
101
|
"@crawlee/types": "^3.16.0",
|
|
103
102
|
"@types/adm-zip": "^0.5.8",
|
|
104
103
|
"@types/archiver": "^7.0.0",
|
|
@@ -117,9 +116,9 @@
|
|
|
117
116
|
"husky": "^9.1.7",
|
|
118
117
|
"lint-staged": "^16.4.0",
|
|
119
118
|
"mock-stdin": "^1.0.0",
|
|
120
|
-
"
|
|
121
|
-
"oxlint
|
|
122
|
-
"
|
|
119
|
+
"oxfmt": "0.48.0",
|
|
120
|
+
"oxlint": "1.63.0",
|
|
121
|
+
"oxlint-tsgolint": "0.22.1",
|
|
123
122
|
"tsdown": "^0.21.9",
|
|
124
123
|
"tsx": "^4.21.0",
|
|
125
124
|
"typescript": "^6.0.2",
|
|
@@ -127,7 +126,7 @@
|
|
|
127
126
|
},
|
|
128
127
|
"volta": {
|
|
129
128
|
"node": "24.14.1",
|
|
130
|
-
"pnpm": "10.33.
|
|
129
|
+
"pnpm": "10.33.4"
|
|
131
130
|
},
|
|
132
131
|
"devEngines": {
|
|
133
132
|
"runtime": [
|
|
@@ -141,12 +140,18 @@
|
|
|
141
140
|
"version": ">= 1.2.5",
|
|
142
141
|
"onFail": "ignore"
|
|
143
142
|
}
|
|
144
|
-
]
|
|
143
|
+
],
|
|
144
|
+
"packageManager": {
|
|
145
|
+
"name": "pnpm",
|
|
146
|
+
"version": "10.33.4",
|
|
147
|
+
"onFail": "warn"
|
|
148
|
+
}
|
|
145
149
|
},
|
|
146
150
|
"lint-staged": {
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
151
|
+
"*.{mjs,js,ts,mts,jsx,tsx}": [
|
|
152
|
+
"oxfmt --no-error-on-unmatched-pattern",
|
|
153
|
+
"oxlint --type-aware --fix --no-error-on-unmatched-pattern"
|
|
154
|
+
]
|
|
150
155
|
},
|
|
151
156
|
"scripts": {
|
|
152
157
|
"dev:apify": "tsx ./src/entrypoints/apify.ts",
|
|
@@ -159,8 +164,8 @@
|
|
|
159
164
|
"test:python": "vitest run --testNamePattern \"\\[python\\]\"",
|
|
160
165
|
"lint": "oxlint --type-aware",
|
|
161
166
|
"lint:fix": "oxlint --type-aware --fix",
|
|
162
|
-
"format": "
|
|
163
|
-
"format:fix": "
|
|
167
|
+
"format": "oxfmt --check",
|
|
168
|
+
"format:fix": "oxfmt",
|
|
164
169
|
"clean": "rimraf dist",
|
|
165
170
|
"build": "pnpm run clean && tsc && tsdown",
|
|
166
171
|
"build-bundles": "bun run scripts/build-cli-bundles.ts",
|