fastypest 1.5.21 → 1.5.23
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fastypest",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.23",
|
|
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",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"@eslint/js": "^9.39.2",
|
|
57
57
|
"@swc-node/jest": "^1.9.1",
|
|
58
58
|
"@swc/cli": "^0.7.9",
|
|
59
|
-
"@swc/core": "^1.15.
|
|
59
|
+
"@swc/core": "^1.15.7",
|
|
60
60
|
"@swc/helpers": "^0.5.17",
|
|
61
61
|
"@types/jest": "^30.0.0",
|
|
62
|
-
"@types/node": "^25.0.
|
|
62
|
+
"@types/node": "^25.0.3",
|
|
63
63
|
"@types/winston": "^2.4.4",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
65
|
-
"@typescript-eslint/parser": "^8.
|
|
66
|
-
"@typescript-eslint/types": "8.
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
65
|
+
"@typescript-eslint/parser": "^8.50.0",
|
|
66
|
+
"@typescript-eslint/types": "8.50.0",
|
|
67
67
|
"cpy-cli": "^6.0.0",
|
|
68
68
|
"eslint": "^9.39.2",
|
|
69
69
|
"eslint-config-standard-with-typescript": "^43.0.1",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"execa": "^9.6.1",
|
|
75
75
|
"globals": "^16.5.0",
|
|
76
76
|
"jest": "^30.2.0",
|
|
77
|
-
"lefthook": "^2.0.
|
|
77
|
+
"lefthook": "^2.0.12",
|
|
78
78
|
"lint-staged": "^16.2.7",
|
|
79
79
|
"mariadb": "^3.4.5",
|
|
80
80
|
"mysql": "^2.18.1",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"tsconfig-paths": "^4.2.0",
|
|
87
87
|
"typeorm": "^0.3.28",
|
|
88
88
|
"typescript": "^5.9.3",
|
|
89
|
-
"typescript-eslint": "^8.
|
|
89
|
+
"typescript-eslint": "^8.50.0"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"typeorm": "^0.3.28"
|