apify-cli 1.6.2-beta.1 → 1.6.2-beta.3
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-BqqR9fZS.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-BqqR9fZS.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.3",
|
|
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",
|
|
@@ -149,9 +148,10 @@
|
|
|
149
148
|
}
|
|
150
149
|
},
|
|
151
150
|
"lint-staged": {
|
|
152
|
-
"
|
|
153
|
-
|
|
154
|
-
|
|
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
|
+
]
|
|
155
155
|
},
|
|
156
156
|
"scripts": {
|
|
157
157
|
"dev:apify": "tsx ./src/entrypoints/apify.ts",
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"test:python": "vitest run --testNamePattern \"\\[python\\]\"",
|
|
165
165
|
"lint": "oxlint --type-aware",
|
|
166
166
|
"lint:fix": "oxlint --type-aware --fix",
|
|
167
|
-
"format": "
|
|
168
|
-
"format:fix": "
|
|
167
|
+
"format": "oxfmt --check",
|
|
168
|
+
"format:fix": "oxfmt",
|
|
169
169
|
"clean": "rimraf dist",
|
|
170
170
|
"build": "pnpm run clean && tsc && tsdown",
|
|
171
171
|
"build-bundles": "bun run scripts/build-cli-bundles.ts",
|