fastypest 3.0.33 → 3.0.35
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 +7 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -107,4 +107,10 @@ This automation ensures high-quality, low-friction delivery while keeping full c
|
|
|
107
107
|
|
|
108
108
|
## Star History
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
<a href="https://www.star-history.com/?repos=juanjoGonDev%2Ffastypest&type=date&legend=top-left">
|
|
111
|
+
<picture>
|
|
112
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=juanjoGonDev/fastypest&type=date&theme=dark&legend=top-left&sealed_token=iF-2kr-jQp_RD-aG6xgv5Xsxprln5Q5hSF03QmSbblWyNg4BLAmzR4LRd5crdqWaCV9rWKt_1yZIX7h59N47L1IhMlGgK9UUY2epKlh-o4PQWnWVz4HGPaPOFPU41IJzU4KgyAsR5V9G5kEXmn5Q9lrYkamD5RkVqwKrBTcjnV__cRl-KdFERUNeEefb" />
|
|
113
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=juanjoGonDev/fastypest&type=date&legend=top-left&sealed_token=iF-2kr-jQp_RD-aG6xgv5Xsxprln5Q5hSF03QmSbblWyNg4BLAmzR4LRd5crdqWaCV9rWKt_1yZIX7h59N47L1IhMlGgK9UUY2epKlh-o4PQWnWVz4HGPaPOFPU41IJzU4KgyAsR5V9G5kEXmn5Q9lrYkamD5RkVqwKrBTcjnV__cRl-KdFERUNeEefb" />
|
|
114
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=juanjoGonDev/fastypest&type=date&legend=top-left&sealed_token=iF-2kr-jQp_RD-aG6xgv5Xsxprln5Q5hSF03QmSbblWyNg4BLAmzR4LRd5crdqWaCV9rWKt_1yZIX7h59N47L1IhMlGgK9UUY2epKlh-o4PQWnWVz4HGPaPOFPU41IJzU4KgyAsR5V9G5kEXmn5Q9lrYkamD5RkVqwKrBTcjnV__cRl-KdFERUNeEefb" />
|
|
115
|
+
</picture>
|
|
116
|
+
</a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fastypest",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.35",
|
|
4
4
|
"description": "Restores the database automatically after each test. Allows serial execution of tests without having to delete and restore the database having to stop the application",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"@swc/core": "^1.15.43",
|
|
62
62
|
"@swc/helpers": "^0.5.23",
|
|
63
63
|
"@types/jest": "^30.0.0",
|
|
64
|
-
"@types/node": "^26.
|
|
64
|
+
"@types/node": "^26.1.1",
|
|
65
65
|
"@types/winston": "^2.4.4",
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
67
|
-
"@typescript-eslint/parser": "^8.
|
|
68
|
-
"@typescript-eslint/types": "8.
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.63.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.63.0",
|
|
68
|
+
"@typescript-eslint/types": "8.63.0",
|
|
69
69
|
"cpy-cli": "^6.0.0",
|
|
70
70
|
"eslint": "^10.6.0",
|
|
71
71
|
"eslint-config-standard-with-typescript": "^43.0.1",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"execa": "^9.6.1",
|
|
77
77
|
"globals": "^17.7.0",
|
|
78
78
|
"jest": "^30.4.2",
|
|
79
|
-
"lefthook": "^2.1.
|
|
79
|
+
"lefthook": "^2.1.10",
|
|
80
80
|
"lint-staged": "^17.0.8",
|
|
81
81
|
"mariadb": "^3.5.3",
|
|
82
82
|
"mysql": "^2.18.1",
|
|
83
83
|
"pg": "^8.22.0",
|
|
84
|
-
"prettier": "^3.9.
|
|
84
|
+
"prettier": "^3.9.4",
|
|
85
85
|
"reflect-metadata": "^0.2.2",
|
|
86
86
|
"rimraf": "^6.1.3",
|
|
87
87
|
"standard-version": "^9.5.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"tsconfig-paths": "^4.2.0",
|
|
90
90
|
"typeorm": "^0.3.29",
|
|
91
91
|
"typescript": "^5.9.3",
|
|
92
|
-
"typescript-eslint": "^8.
|
|
92
|
+
"typescript-eslint": "^8.63.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"typeorm": "^0.3.29"
|