knex 3.2.1 → 3.2.3

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.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knex",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
5
5
  "main": "knex.js",
6
6
  "types": "types/index.d.ts",
@@ -15,7 +15,8 @@
15
15
  "default": "./knex.js"
16
16
  }
17
17
  },
18
- "./lib/*": "./lib/*",
18
+ "./lib/*.js": "./lib/*.js",
19
+ "./lib/*": "./lib/*.js",
19
20
  "./knex": "./knex.js",
20
21
  "./knex.js": "./knex.js",
21
22
  "./knex.mjs": "./knex.mjs",
@@ -130,7 +131,6 @@
130
131
  "@tsconfig/recommended": "^1.0.1",
131
132
  "@types/minimatch": "^5.1.2",
132
133
  "@types/node": "^20.4.0",
133
- "JSONStream": "^1.3.5",
134
134
  "better-sqlite3": "^10.1.0",
135
135
  "chai": "^4.3.6",
136
136
  "chai-as-promised": "^7.1.1",
@@ -147,6 +147,7 @@
147
147
  "faucet": "^0.0.4",
148
148
  "husky": "^8.0.1",
149
149
  "jake": "^10.8.5",
150
+ "JSONStream": "^1.3.5",
150
151
  "lint-staged": "^16.2.7",
151
152
  "mocha": "^10.0.0",
152
153
  "mock-fs": "^5.1.4",
@@ -157,6 +158,7 @@
157
158
  "pg": "^8.20.0",
158
159
  "pg-query-stream": "^4.14.0",
159
160
  "prettier": "2.8.7",
161
+ "resolve.exports": "^2.0.3",
160
162
  "rimraf": "^5.0.5",
161
163
  "semver": "^7.7.4",
162
164
  "sinon": "^15.0.1",