@certd/midway-flyway-js 1.41.3 → 1.42.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/package.json +12 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@certd/midway-flyway-js",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"description": "midway with flyway, sql upgrade way ",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
|
|
17
17
|
"cov": "midway-bin cov --ts",
|
|
18
18
|
"prepublish": "npm run build",
|
|
19
|
-
"pub": "npm publish"
|
|
19
|
+
"pub": "npm publish",
|
|
20
|
+
"compile": "npm run build",
|
|
21
|
+
"format": "prettier --write src",
|
|
22
|
+
"lint": "eslint --fix"
|
|
20
23
|
},
|
|
21
24
|
"keywords": [],
|
|
22
25
|
"author": "greper",
|
|
@@ -32,22 +35,22 @@
|
|
|
32
35
|
"better-sqlite3": "^11.1.2"
|
|
33
36
|
},
|
|
34
37
|
"devDependencies": {
|
|
35
|
-
"@types/chai": "^4.3.
|
|
38
|
+
"@types/chai": "^4.3.12",
|
|
36
39
|
"@types/node": "^18",
|
|
37
40
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
38
41
|
"@typescript-eslint/parser": "^8.26.1",
|
|
39
42
|
"cross-env": "^7.0.3",
|
|
40
|
-
"eslint": "^8.
|
|
41
|
-
"eslint-config-prettier": "^
|
|
43
|
+
"eslint": "^8.57.0",
|
|
44
|
+
"eslint-config-prettier": "^9.1.0",
|
|
42
45
|
"eslint-plugin-import": "^2.26.0",
|
|
43
46
|
"eslint-plugin-node": "^11.1.0",
|
|
44
|
-
"eslint-plugin-prettier": "^
|
|
47
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
45
48
|
"esmock": "^2.7.5",
|
|
46
|
-
"prettier": "
|
|
49
|
+
"prettier": "3.3.3",
|
|
47
50
|
"rimraf": "^5.0.5",
|
|
48
51
|
"tslib": "^2.8.1",
|
|
49
|
-
"typeorm": "^0.3.
|
|
52
|
+
"typeorm": "^0.3.20",
|
|
50
53
|
"typescript": "^5.4.2"
|
|
51
54
|
},
|
|
52
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
|
|
53
56
|
}
|