knex 1.0.2 → 1.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knex",
3
- "version": "1.0.2",
3
+ "version": "1.0.5",
4
4
  "description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
5
5
  "main": "knex",
6
6
  "types": "types/index.d.ts",
@@ -55,10 +55,11 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "colorette": "2.0.16",
58
- "commander": "^8.3.0",
59
- "debug": "4.3.3",
58
+ "commander": "^9.1.0",
59
+ "debug": "4.3.4",
60
60
  "escalade": "^3.1.1",
61
61
  "esm": "^3.2.25",
62
+ "get-package-type": "^0.1.0",
62
63
  "getopts": "2.3.0",
63
64
  "interpret": "^2.2.0",
64
65
  "lodash": "^4.17.21",
@@ -111,10 +112,11 @@
111
112
  "eslint": "^8.8.0",
112
113
  "eslint-config-prettier": "^8.3.0",
113
114
  "eslint-plugin-import": "^2.25.4",
115
+ "eslint-plugin-mocha-no-only": "^1.1.1",
114
116
  "husky": "^4.3.8",
115
117
  "jake": "^8.1.1",
116
118
  "JSONStream": "^1.3.5",
117
- "lint-staged": "^11.1.2",
119
+ "lint-staged": "^12.3.4",
118
120
  "mocha": "^9.2.0",
119
121
  "mock-fs": "^5.1.2",
120
122
  "mysql": "^2.18.1",
@@ -123,17 +125,17 @@
123
125
  "oracledb": "^5.3.0",
124
126
  "pg": "^8.7.1",
125
127
  "pg-query-stream": "^4.2.1",
126
- "prettier": "2.4.1",
128
+ "prettier": "2.6.2",
127
129
  "rimraf": "^3.0.2",
128
130
  "sinon": "^13.0.1",
129
131
  "sinon-chai": "^3.7.0",
130
132
  "source-map-support": "^0.5.21",
131
133
  "tap-spec": "^5.0.0",
132
134
  "tape": "^5.5.0",
133
- "tedious": "^12.3.0",
135
+ "tedious": "^14.3.0",
134
136
  "toxiproxy-node-client": "^2.0.6",
135
137
  "ts-node": "^10.4.0",
136
- "tsd": "^0.19.1",
138
+ "tsd": "^0.20.0",
137
139
  "typescript": "4.5.5"
138
140
  },
139
141
  "buildDependencies": [
@@ -146,7 +148,7 @@
146
148
  "type": "git",
147
149
  "url": "git://github.com/knex/knex.git"
148
150
  },
149
- "homepage": "https://knexjs.org",
151
+ "homepage": "https://knex.github.io/documentation/",
150
152
  "keywords": [
151
153
  "sql",
152
154
  "query",
@@ -175,6 +177,9 @@
175
177
  "name": "Igor Savin",
176
178
  "web": "https://www.codeflashbacks.com"
177
179
  },
180
+ {
181
+ "name": "Olivier Cavadenti"
182
+ },
178
183
  {
179
184
  "name": "Simon Liden"
180
185
  },
@@ -185,9 +190,6 @@
185
190
  {
186
191
  "name": "Brian Lauber",
187
192
  "web": "https://briandamaged.org"
188
- },
189
- {
190
- "name": "Olivier Cavadenti"
191
193
  }
192
194
  ],
193
195
  "browser": {