knex 3.2.1 → 3.2.2

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 +8 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knex",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
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,11 @@
15
15
  "default": "./knex.js"
16
16
  }
17
17
  },
18
- "./lib/*": "./lib/*",
18
+ "./lib/*": [
19
+ "./lib/*",
20
+ "./lib/*.js",
21
+ "./lib/*/index.js"
22
+ ],
19
23
  "./knex": "./knex.js",
20
24
  "./knex.js": "./knex.js",
21
25
  "./knex.mjs": "./knex.mjs",
@@ -130,7 +134,6 @@
130
134
  "@tsconfig/recommended": "^1.0.1",
131
135
  "@types/minimatch": "^5.1.2",
132
136
  "@types/node": "^20.4.0",
133
- "JSONStream": "^1.3.5",
134
137
  "better-sqlite3": "^10.1.0",
135
138
  "chai": "^4.3.6",
136
139
  "chai-as-promised": "^7.1.1",
@@ -147,6 +150,7 @@
147
150
  "faucet": "^0.0.4",
148
151
  "husky": "^8.0.1",
149
152
  "jake": "^10.8.5",
153
+ "JSONStream": "^1.3.5",
150
154
  "lint-staged": "^16.2.7",
151
155
  "mocha": "^10.0.0",
152
156
  "mock-fs": "^5.1.4",
@@ -157,6 +161,7 @@
157
161
  "pg": "^8.20.0",
158
162
  "pg-query-stream": "^4.14.0",
159
163
  "prettier": "2.8.7",
164
+ "resolve.exports": "^2.0.3",
160
165
  "rimraf": "^5.0.5",
161
166
  "semver": "^7.7.4",
162
167
  "sinon": "^15.0.1",