apify-client 2.21.1-beta.0 → 2.21.1-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/bundle.js +10845 -56925
- package/dist/bundle.js.map +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-client",
|
|
3
|
-
"version": "2.21.1-beta.
|
|
3
|
+
"version": "2.21.1-beta.2",
|
|
4
4
|
"description": "Apify API client for JavaScript",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"postbuild": "gen-esm-wrapper dist/index.js dist/index.mjs",
|
|
53
53
|
"prepublishOnly": "(test $CI || (echo \"Publishing is reserved to CI!\"; exit 1))",
|
|
54
54
|
"clean": "rimraf dist",
|
|
55
|
-
"test": "npm run build &&
|
|
55
|
+
"test": "npm run build && vitest run",
|
|
56
56
|
"lint": "eslint",
|
|
57
57
|
"lint:fix": "eslint --fix",
|
|
58
58
|
"tsc-check-tests": "tsc --noEmit --project test/tsconfig.json",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"@rsbuild/plugin-node-polyfill": "^1.3.0",
|
|
88
88
|
"@stylistic/eslint-plugin-ts": "^4.2.0",
|
|
89
89
|
"@types/async-retry": "^1.4.5",
|
|
90
|
+
"@types/compression": "^1.8.1",
|
|
90
91
|
"@types/content-type": "^1.1.5",
|
|
91
92
|
"@types/express": "^5.0.0",
|
|
92
93
|
"@types/fs-extra": "^11.0.1",
|
|
93
|
-
"@types/jest": "^29.4.0",
|
|
94
94
|
"@types/node": "^24.0.0",
|
|
95
95
|
"ajv": "^8.17.1",
|
|
96
96
|
"babel-loader": "^10.0.0",
|
|
@@ -102,17 +102,16 @@
|
|
|
102
102
|
"fs-extra": "^11.1.0",
|
|
103
103
|
"gen-esm-wrapper": "^1.1.2",
|
|
104
104
|
"globals": "^16.0.0",
|
|
105
|
-
"jest": "^29.4.3",
|
|
106
105
|
"prettier": "^3.5.3",
|
|
107
106
|
"process": "^0.11.10",
|
|
108
107
|
"puppeteer": "^24.0.0",
|
|
109
108
|
"rimraf": "^6.0.0",
|
|
110
109
|
"source-map-support": "^0.5.21",
|
|
111
|
-
"ts-jest": "^29.0.5",
|
|
112
110
|
"ts-loader": "^9.4.2",
|
|
113
111
|
"ts-node": "^10.9.1",
|
|
114
112
|
"typescript": "^5.8.3",
|
|
115
|
-
"typescript-eslint": "^8.29.1"
|
|
113
|
+
"typescript-eslint": "^8.29.1",
|
|
114
|
+
"vitest": "^4.0.16"
|
|
116
115
|
},
|
|
117
116
|
"packageManager": "npm@10.9.2"
|
|
118
117
|
}
|