apify-cli 0.20.2-beta.0 → 0.20.3-beta.0
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/README.md +21 -21
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/push.d.ts.map +1 -1
- package/dist/commands/push.js +3 -3
- package/dist/commands/push.js.map +1 -1
- package/dist/lib/consts.d.ts +0 -1
- package/dist/lib/consts.d.ts.map +1 -1
- package/dist/lib/consts.js +0 -1
- package/dist/lib/consts.js.map +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +33 -33
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.3-beta.0",
|
|
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
|
"types": "./dist/index.d.ts",
|
|
@@ -58,54 +58,54 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@apify/actor-templates": "~0.1.5",
|
|
61
|
-
"@apify/consts": "~2.
|
|
62
|
-
"@apify/input_schema": "~3.
|
|
63
|
-
"@apify/utilities": "~2.10.
|
|
64
|
-
"@crawlee/memory-storage": "~3.
|
|
65
|
-
"@oclif/core": "~4.0.
|
|
66
|
-
"@oclif/plugin-help": "~6.2.
|
|
61
|
+
"@apify/consts": "~2.29.0",
|
|
62
|
+
"@apify/input_schema": "~3.7.1",
|
|
63
|
+
"@apify/utilities": "~2.10.6",
|
|
64
|
+
"@crawlee/memory-storage": "~3.11.1",
|
|
65
|
+
"@oclif/core": "~4.0.17",
|
|
66
|
+
"@oclif/plugin-help": "~6.2.8",
|
|
67
67
|
"@root/walk": "~1.1.0",
|
|
68
|
-
"adm-zip": "~0.5.
|
|
69
|
-
"ajv": "~8.
|
|
70
|
-
"apify-client": "~2.9.
|
|
71
|
-
"archiver": "~7.0.
|
|
72
|
-
"axios": "~1.7.
|
|
68
|
+
"adm-zip": "~0.5.15",
|
|
69
|
+
"ajv": "~8.17.1",
|
|
70
|
+
"apify-client": "~2.9.4",
|
|
71
|
+
"archiver": "~7.0.1",
|
|
72
|
+
"axios": "~1.7.3",
|
|
73
73
|
"chalk": "~5.3.0",
|
|
74
74
|
"computer-name": "~0.1.0",
|
|
75
75
|
"configparser": "~0.3.10",
|
|
76
76
|
"cors": "~2.8.5",
|
|
77
77
|
"detect-indent": "~7.0.1",
|
|
78
78
|
"escape-string-regexp": "~5.0.0",
|
|
79
|
-
"express": "~4.19.
|
|
80
|
-
"globby": "~14.0.
|
|
79
|
+
"express": "~4.19.2",
|
|
80
|
+
"globby": "~14.0.2",
|
|
81
81
|
"handlebars": "~4.7.8",
|
|
82
82
|
"inquirer": "~9.3.0",
|
|
83
83
|
"is-ci": "~3.0.1",
|
|
84
|
-
"is-online": "~
|
|
84
|
+
"is-online": "~11.0.0",
|
|
85
85
|
"istextorbinary": "~9.5.0",
|
|
86
86
|
"jju": "~1.4.0",
|
|
87
87
|
"load-json-file": "~7.0.1",
|
|
88
88
|
"lodash.clonedeep": "^4.5.0",
|
|
89
|
-
"mime": "~4.0.
|
|
89
|
+
"mime": "~4.0.4",
|
|
90
90
|
"mixpanel": "~0.18.0",
|
|
91
91
|
"open": "~10.1.0",
|
|
92
92
|
"ow": "~2.0.0",
|
|
93
|
-
"rimraf": "~
|
|
94
|
-
"semver": "~7.6.
|
|
93
|
+
"rimraf": "~6.0.1",
|
|
94
|
+
"semver": "~7.6.3",
|
|
95
95
|
"tiged": "~2.12.7",
|
|
96
|
-
"underscore": "~1.13.
|
|
97
|
-
"write-json-file": "~
|
|
96
|
+
"underscore": "~1.13.7",
|
|
97
|
+
"write-json-file": "~6.0.0"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@apify/eslint-config": "^0.4.0",
|
|
101
101
|
"@apify/eslint-config-ts": "^0.4.1",
|
|
102
102
|
"@apify/tsconfig": "^0.1.0",
|
|
103
|
-
"@biomejs/biome": "^1.
|
|
104
|
-
"@crawlee/types": "^3.
|
|
105
|
-
"@oclif/test": "^4.0.
|
|
103
|
+
"@biomejs/biome": "^1.8.3",
|
|
104
|
+
"@crawlee/types": "^3.11.1",
|
|
105
|
+
"@oclif/test": "^4.0.8",
|
|
106
106
|
"@types/adm-zip": "^0.5.5",
|
|
107
107
|
"@types/archiver": "^6.0.2",
|
|
108
|
-
"@types/chai": "^4.3.
|
|
108
|
+
"@types/chai": "^4.3.17",
|
|
109
109
|
"@types/cors": "^2.8.17",
|
|
110
110
|
"@types/express": "^4.17.21",
|
|
111
111
|
"@types/inquirer": "^9.0.7",
|
|
@@ -118,16 +118,16 @@
|
|
|
118
118
|
"@types/underscore": "^1.11.15",
|
|
119
119
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
120
120
|
"@typescript-eslint/parser": "^7.0.2",
|
|
121
|
-
"@yarnpkg/core": "^4.
|
|
121
|
+
"@yarnpkg/core": "^4.1.2",
|
|
122
122
|
"chai": "^4.4.1",
|
|
123
123
|
"eslint": "^8.57.0",
|
|
124
124
|
"eslint-config-prettier": "^9.1.0",
|
|
125
|
-
"lint-staged": "^15.2.
|
|
125
|
+
"lint-staged": "^15.2.8",
|
|
126
126
|
"mock-stdin": "^1.0.0",
|
|
127
|
-
"oclif": "^4.
|
|
128
|
-
"tsx": "^4.
|
|
129
|
-
"typescript": "^5.
|
|
130
|
-
"vitest": "^
|
|
127
|
+
"oclif": "^4.14.15",
|
|
128
|
+
"tsx": "^4.16.5",
|
|
129
|
+
"typescript": "^5.5.4",
|
|
130
|
+
"vitest": "^2.0.5"
|
|
131
131
|
},
|
|
132
132
|
"oclif": {
|
|
133
133
|
"bin": "apify",
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
"topicSeparator": " "
|
|
155
155
|
},
|
|
156
156
|
"volta": {
|
|
157
|
-
"node": "20.
|
|
158
|
-
"yarn": "4.
|
|
157
|
+
"node": "20.16.0",
|
|
158
|
+
"yarn": "4.4.0"
|
|
159
159
|
},
|
|
160
|
-
"packageManager": "yarn@4.
|
|
160
|
+
"packageManager": "yarn@4.4.0",
|
|
161
161
|
"lint-staged": {
|
|
162
162
|
"*": "biome format --write --no-errors-on-unmatched",
|
|
163
163
|
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
|