knex-migrator 5.2.1 → 5.3.1
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/LICENSE +1 -1
- package/README.md +1 -1
- package/loggingrc.js +6 -0
- package/package.json +8 -8
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -336,7 +336,7 @@ knexMigrator.isDatabaseOK()
|
|
|
336
336
|
|
|
337
337
|
# Copyright & License
|
|
338
338
|
|
|
339
|
-
Copyright (c) 2013-
|
|
339
|
+
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
|
package/loggingrc.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "knex-migrator",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"description": "Database migrations with knex.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ghost",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"knex-migrator-rollback": "./bin/knex-migrator-rollback"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
|
-
"node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1"
|
|
47
|
+
"node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1 || ^22.13.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@tryghost/database-info": "0.3.22",
|
|
51
|
-
"@tryghost/errors": "1.3.
|
|
52
|
-
"@tryghost/logging": "2.4.
|
|
51
|
+
"@tryghost/errors": "1.3.6",
|
|
52
|
+
"@tryghost/logging": "2.4.19",
|
|
53
53
|
"@tryghost/promise": "0.3.8",
|
|
54
54
|
"commander": "5.1.0",
|
|
55
55
|
"compare-ver": "2.0.2",
|
|
56
|
-
"debug": "4.
|
|
57
|
-
"knex": "2.
|
|
56
|
+
"debug": "4.4.1",
|
|
57
|
+
"knex": "2.5.1",
|
|
58
58
|
"lodash": "4.17.21",
|
|
59
59
|
"moment": "2.24.0",
|
|
60
|
-
"mysql2": "3.
|
|
60
|
+
"mysql2": "3.14.1",
|
|
61
61
|
"nconf": "0.12.1",
|
|
62
62
|
"resolve": "1.22.8"
|
|
63
63
|
},
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"bin",
|
|
66
66
|
"lib",
|
|
67
67
|
"migrations",
|
|
68
|
-
"
|
|
68
|
+
"loggingrc.js"
|
|
69
69
|
],
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"eslint": "6.8.0",
|