proxy-pool-manager 1.0.5 → 1.0.6
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/index.js +1 -2
- package/package.json +4 -4
- package/dist/index.js.LICENSE.txt +0 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proxy-pool-manager",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "proxy manager",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^22.5.4",
|
|
22
22
|
"@webpack-cli/generators": "^3.0.7",
|
|
23
|
-
"async": "^3.2.6",
|
|
24
23
|
"clean-webpack-plugin": "^4.0.0",
|
|
25
|
-
"mongoose": "^7.8.7",
|
|
26
|
-
"node-fetch": "^2.7.0",
|
|
27
24
|
"ts-loader": "^9.5.1",
|
|
28
25
|
"typescript": "^5.6.2",
|
|
29
26
|
"webpack": "^5.94.0",
|
|
30
27
|
"webpack-cli": "^5.1.4"
|
|
31
28
|
},
|
|
32
29
|
"dependencies": {
|
|
30
|
+
"async": "^3.2.6",
|
|
31
|
+
"mongoose": "^7.8.7",
|
|
32
|
+
"node-fetch": "^2.7.0",
|
|
33
33
|
"winston": "^3.18.3",
|
|
34
34
|
"winston-daily-rotate-file": "^5.0.0"
|
|
35
35
|
},
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* FileStreamRotator
|
|
3
|
-
* Copyright(c) 2012-2017 Holiday Extras.
|
|
4
|
-
* Copyright(c) 2017 Roger C.
|
|
5
|
-
* MIT Licensed
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
9
|
-
|
|
10
|
-
//! moment.js
|
|
11
|
-
|
|
12
|
-
//! moment.js locale configuration
|